-
Notifications
You must be signed in to change notification settings - Fork 62
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
UMD #24
Comments
I don't use UMD but I'd accept a PR for this. |
bigomega
added a commit
to bigomega/keycode
that referenced
this issue
Aug 18, 2016
Related to this I just submitted a PR to update the type defs to define UMD "properly" per TS 2.0 native UMD support: #37 Interestingly the existing type-defs already expose both a global and a module. |
Does anyone use AMD anymore? CommonJS is popular, .mjs / TC39 modules are coming. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/umdjs/umd/blob/master/templates/commonjsStrict.js
Can you please add build compatible with globals and AMD?
The text was updated successfully, but these errors were encountered: