https://github.com/teppeis/closure-compiler-test262
ECMAScript compatibility test with Test262 for Closure Compiler
https://github.com/teppeis/closure-compiler-test262
Last synced: about 2 months ago
JSON representation
ECMAScript compatibility test with Test262 for Closure Compiler
- Host: GitHub
- URL: https://github.com/teppeis/closure-compiler-test262
- Owner: teppeis
- Created: 2018-04-22T10:56:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T14:32:38.000Z (about 7 years ago)
- Last Synced: 2025-03-23T23:36:20.342Z (about 2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test262 for Closure Compiler
====## How to run
```console
$ git clone [email protected]:teppeis/closure-compiler-test262.git
$ cd closure-compiler-test262
$ git submodule update --init
$ npm install
$ npm start
```