You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
This section under Ambient Module should be removed:
... We could define each module in its own .d.ts file with top-level export declarations, but it’s more convenient to write them as one larger .d.ts file. To do so, we use a construct similar to ambient namespaces, but we use the module keyword and the quoted name of the module which will be available to a later import
This will prohibit renaming at consumption and create conflict when there are two versions of the package is in used.
The entire section sort of needs a rewrite. I'll admit that I unfortunately haven't gotten the chance to really take a look at #185, but the work should be done there.
This section under
Ambient Module
should be removed:This will prohibit renaming at consumption and create conflict when there are two versions of the package is in used.
Related to:
microsoft/TypeScript#7398
See example on how it will fail:
https://github.com/typings/typings/blob/master/docs/external-modules.md
The text was updated successfully, but these errors were encountered: