-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start on updating the templates for modules #543
Conversation
Got false positives?Make changes to the global settings spellcheck.json in /artsy/peril-settings. Typos for module.d.ts.md
Typos for module-plugin.d.ts.md
Typos for global.d.ts.md
Typos for global-plugin.d.ts.md
Typos for global-modifying-module.d.ts.md
Typos for Publishing.md
Typos for Library Structures.md
Typos for Introduction.md
Typos for Do's and Don'ts.md
Typos for Deep Dive.md
Typos for By Example.md
Typos for Basic Types.md
Typos for Converting Twoslash Code Samples.md
|
@@ -4,6 +4,276 @@ layout: docs | |||
permalink: /docs/handbook/declaration-files/templates/global-plugin-d-ts.html | |||
--- | |||
|
|||
## _UMD_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure UMD is a common term (any more?) so perhaps the title should use a more compositional term like .. uh .. "Dual module/global imports"?
I talked to a customer today who missed UMD export as namespace
completely because it was described on a page named module.d.ts
and he was looking for a page named global-mixed.d.ts
or something.
Paired with @Ethan-Arrowood today on this and got it quite a bit closer to ocmpletion |
Co-authored-by: Nathan Shively-Sanders <nathansa@microsoft.com>
No description provided.