Skip to content
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

Compat table #13

Closed
AutoSponge opened this issue Oct 16, 2015 · 6 comments
Closed

Compat table #13

AutoSponge opened this issue Oct 16, 2015 · 6 comments
Milestone

Comments

@AutoSponge
Copy link

I think it would be helpful to see, at a glance, what language features are supported in the REPL. Maybe as an added feature have the ability to toggle available features.

@princejwesley
Copy link
Owner

@AutoSponge Do we need to disable available features?

BTW, version 2(available in 3 weeks) has support to enable/disable babel integration.

@jfsiii
Copy link

jfsiii commented Oct 16, 2015

@princejwesley Sorry if this is off-topic, but is the babel integration a single toggle?

It'd be great to enable all features >= a given stage or (stretch goal) individual features (e.g. Array.prototype.includes)

@princejwesley
Copy link
Owner

@jfsiii No, its not a single toggle, we can configure babel options in preference window. what is your recommentation? All features enabled by default. We can turn off babel completely or individual features.

I prefer to keep single toggle with all features enabled. Any use case to disable available features?

@AutoSponge
Copy link
Author

@princejwesley I'm with @jfsiii, Array#includes is one of those polyfills that's not included by default but I use it all the time. I wonder if the entire .babelrc should be under user control with some ability to swap between common combinations.

@princejwesley
Copy link
Owner

👍

@princejwesley princejwesley added this to the v2 milestone Oct 17, 2015
@princejwesley
Copy link
Owner

Merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants