Closed ota-meshi closed 1 year ago
First of all thank you for working on this acorn plugin for typescript.
I personally ran test262-parser-runner, which is also used by Acorn, on acorn-typescript fork repository and found some errors.
test262-parser-runner
acorn-typescript
https://github.com/adrianheine/test262-parser-runner https://github.com/TyrealHu/acorn-typescript/compare/master...ota-meshi:acorn-typescript:add-test262
Some tests still seem to fail, but I think it makes sense to introduce test262 so that we can share with you what is failing.
OK, I will handle this problems
I think we have introduced test262 and tested it, so I'm closing this issue. Thank you!
First of all thank you for working on this acorn plugin for typescript.
I personally ran
test262-parser-runner
, which is also used by Acorn, onacorn-typescript
fork repository and found some errors.https://github.com/adrianheine/test262-parser-runner https://github.com/TyrealHu/acorn-typescript/compare/master...ota-meshi:acorn-typescript:add-test262
Some tests still seem to fail, but I think it makes sense to introduce test262 so that we can share with you what is failing.