Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```