-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add assumptions to repl UI #2539
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
Conversation
✔️ Deploy Preview for babel ready! 🔨 Explore the source changes: 14277ff 🔍 Inspect the deploy log: https://app.netlify.com/sites/babel/deploys/60d1e07294e2230008a355b7 😎 Browse the preview: https://deploy-preview-2539--babel.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The assumptions should also be persisted to the URL. For example, when a user clicks the assumption iterableIsArray
and then copies the REPL URL, one will expect that if another person clicks this link, iterableIsArray
will be enabled.
…; Change documentation links for assumption options
done |
@JLHwung Please review. |
I tested the repl, and it looks like when I change an assumption the code is not re-compiled? Ideally they should trigger a recompilation with the new config. |
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
fixes #2532
Preview: https://deploy-preview-2539--babel.netlify.app/repl