Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreubotella/deno_test262
A runner for Test262, the ECMAScript test suite, in Deno.
https://github.com/andreubotella/deno_test262
deno ecmascript javascript test262
Last synced: about 1 month ago
JSON representation
A runner for Test262, the ECMAScript test suite, in Deno.
- Host: GitHub
- URL: https://github.com/andreubotella/deno_test262
- Owner: andreubotella
- License: mit
- Created: 2021-07-26T01:57:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T00:24:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T18:09:16.323Z (about 2 months ago)
- Topics: deno, ecmascript, javascript, test262
- Language: TypeScript
- Homepage:
- Size: 432 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# deno_test262
A runner for [Test262](https://github.com/tc39/test262), the ECMAScript test
suite, in [Deno](https://deno.land).This runner is still very much a work in progress, so most of the test failures
are not due to V8 or Deno implementing things wrong, but to the current
limitations of the test runner.