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

ES6+ Support #39

Open
7 of 9 tasks
hzoo opened this issue Sep 16, 2015 · 6 comments
Open
7 of 9 tasks

ES6+ Support #39

hzoo opened this issue Sep 16, 2015 · 6 comments
Assignees

Comments

@hzoo
Copy link
Member

hzoo commented Sep 16, 2015

Are we also going to implement es6+ stuff? Maybe stage > 2?

https://github.com/tc39/ecma262#current-proposals

Candidate

Draft


Proposal


Strawman

  • Stage 0: BindExpression (function bind)
  • Stage 0: DoExpression

Other

- [ ] Stage 1: Call constructor

  • Stage 0: ComprehensionBlock/ComprehensionExpression/GeneratorExpression
@mdevils
Copy link
Contributor

mdevils commented Sep 16, 2015

I think we should finish the whole node list, because people are already using a lot from ES6, ES7 and JSX.

@hzoo
Copy link
Member Author

hzoo commented Sep 16, 2015

Comprehensions not so much. We should at least do objectRestSpread because of react though.

@hzoo
Copy link
Member Author

hzoo commented Sep 24, 2015

@mdevils I think we may want to make a new branch in cst for babel 6 rc since there's probably a lot of changes

@mdevils
Copy link
Contributor

mdevils commented Sep 24, 2015

@hzoo what is the goal of their 6rc?

@hzoo
Copy link
Member Author

hzoo commented Sep 24, 2015

Since there's a lot of changes and allowing people to test stuff out beforehand for issues

@eventualbuddha
Copy link

Looks like BindExpression can be checked off after #121.

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

No branches or pull requests

3 participants