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
<script async
This will allow the snippets page to load much faster (will reduce bundle size)
Whenever typescript or babel standalone is used, you should pull it from the global window object (or wherever the script globally loads to)
window
In places where we need typescript/babel standalone available, throw an error or wait until it's loaded
The bundle size should be smaller on the PR
There may be some dependencies that need to be adjusted.
Note: This work REQUIRES #288
/bounty $30
The text was updated successfully, but these errors were encountered:
/attempt #335
/claim #335
Thank you for contributing to tscircuit/snippets!
Add a bounty • Share on socials
Sorry, something went wrong.
💡 @DrSensor submitted a pull request that claims the bounty. You can visit your bounty board to reward.
Successfully merging a pull request may close this issue.
This will allow the snippets page to load much faster (will reduce bundle size)
Whenever typescript or babel standalone is used, you should pull it from the global
window
object (or wherever the script globally loads to)In places where we need typescript/babel standalone available, throw an error or wait until it's loaded
The bundle size should be smaller on the PR
There may be some dependencies that need to be adjusted.
Note: This work REQUIRES #288
/bounty $30
The text was updated successfully, but these errors were encountered: