This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Replace arrow function#1
Merged
guybedford merged 1 commit intoModuleLoader:masterfrom Aug 19, 2016
probins:patch-1
Merged
Conversation
Member
|
Thanks. The distribution version is on npm to use. |
Contributor
Author
|
what's the url? https://npm.jspm.io/system-register-loader@0.1.3/system-register-loader.js isn't found |
Member
|
It's |
Contributor
Author
|
uncompressed though ... And it won't work in the browser as it uses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This solitary piece of ES6 prevents the file being compressed by standard UglifyJS, so I'd suggest removing it.
The other change was done auto by my editor :-)
Are you planning on releasing the dist/compressed version of this on jspm registry so people can use that rather than install their own copy?