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

bugs, missing features and spec violation #16

Closed
ghost opened this issue Feb 14, 2017 · 0 comments
Closed

bugs, missing features and spec violation #16

ghost opened this issue Feb 14, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2017

@icefapper

  1. Import and Export is broken. Does not handle early errors. E.g

    var a, b; export default a; export { b as default };
    export { a, b as c }
    export default 1; export default 2;
    export { a as default }
    export { a }

All this fails. See also #12

  1. Async parses for ES6
  2. Exponent parses for ES6
  3. ESTree violation. Author call it "extra information".

And does not handle

({a({e: a.b}){}})
(function* ({e: a.b}) {})
(function ({e: a.b}) {})

And most of the todos in the code haven't been fixed for months

@ghost ghost closed this as completed Mar 10, 2017
This issue was closed.
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

0 participants