We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you want to pollyfill Symbol do that in the bundler for your desired target don't build software that only works with loading a pollyfill.
The symbol registration has no effect as they get registered lazy when they get first time assigned the Symbol registry is global
if you want to pollyfill it can specific then you should add that to can-globals
i need to do a lot of code mod fu to eleminate can-namespace and symbol ok can-symbol
But the most importent is that the registration of symbols has no effect its a un needed file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why?
If you want to pollyfill Symbol do that in the bundler for your desired target don't build software that only works with loading a pollyfill.
The symbol registration has no effect as they get registered lazy when they get first time assigned the Symbol registry is global
if you want to pollyfill it can specific then you should add that to can-globals
i need to do a lot of code mod fu to eleminate can-namespace and symbol ok can-symbol
But the most importent is that the registration of symbols has no effect its a un needed file.
The text was updated successfully, but these errors were encountered: