-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Move Symbol shims into single file. #844
Comments
Typesciprt side support of es6 global symbol (microsoft/TypeScript#980) makes bit hard to use module name
while other (cjs, etcs) are built. What about having different name for this module, maybe p.s :
|
Sigh. TypeScript. LOL. We may have to go back to using Babel to target ES5. TypeScript also doesn't allow generators in code targeting ES5. Which isn't a big issue so far, but I've hit it playing around. |
Considering we're shimming
Symbol
and items on it frequently, I think it would be best to move it into a single file.That would make this:
... into this...
The text was updated successfully, but these errors were encountered: