TyrealHu / acorn-typescript

Alternative, TypeScript parser
https://www.npmjs.com/package/acorn-typescript?activeTab=readme
MIT License
145 stars 18 forks source link

What do you think about introducing regression tests with test262-parser-runner? #15

Closed ota-meshi closed 1 year ago

ota-meshi commented 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.

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.

TyrealHu commented 1 year ago

OK, I will handle this problems

ota-meshi commented 1 year ago

I think we have introduced test262 and tested it, so I'm closing this issue. Thank you!