-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix #491 #492
base: master
Are you sure you want to change the base?
Fix #491 #492
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d5b51f3:
|
Hi @cristianbote, what do you think of this solution? It only adds a few bytes to the bundle size:
|
Hi @cristianbote, any updates on this PR? 🙂 |
Hey @Looky1173 I wanna take a deeper dive at this issue and figure out if we could avoid having to parse |
Fixes #491.
When
compile()
detects a falsy value, it replaces it with_;
which will be ignored later byparse()
. The semicolon is necessary to not confuseastish()
.