I see that the JS implementation holds way more test cases than this repository.
How should implementers in other languages go about this? Ideally there is one "source of truth" for test cases, independently of any implementation.
I have written a script that extracts all test cases from the Typescript repository (using an AST walker); would you be willing to accept a PR that adds those tests into this repository and also a PR for the Typescript repository to use the reference tests as defined here?
I see that the JS implementation holds way more test cases than this repository.
How should implementers in other languages go about this? Ideally there is one "source of truth" for test cases, independently of any implementation.
I have written a script that extracts all test cases from the Typescript repository (using an AST walker); would you be willing to accept a PR that adds those tests into this repository and also a PR for the Typescript repository to use the reference tests as defined here?