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
Was looking at the proposals for adding protected name spaces & using stuff like: std: to prefix the standard libraries. Can it be done like so:
std:
Why not consider this as a simple cache rather than something special:
npm server or cdn
With async modules, the preprocessors will start splitting bundles for this.
The text was updated successfully, but these errors were encountered:
This seems related to #18.
I had a similar idea back in 2009.
I think there are concerns about hash collisions and other related security issues. See #18 for more information.
Sorry, something went wrong.
No branches or pull requests
Was looking at the proposals for adding protected name spaces & using stuff like:
std:
to prefix the standard libraries. Can it be done like so:Why not consider this as a simple cache rather than something special:
npm server or cdn
or else from the website itselfWith async modules, the preprocessors will start splitting bundles for this.
Advantages:
Disadvantages
The text was updated successfully, but these errors were encountered: