Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teppeis/closure-compiler-test262
ECMAScript compatibility test with Test262 for Closure Compiler
https://github.com/teppeis/closure-compiler-test262
Last synced: 11 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T14:32:38.000Z (over 6 years ago)
- Last Synced: 2024-12-08T20:51:26.261Z (15 days 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
```