test262-compiler

3.0.0 • Public • Published

test262-compiler

Compiles a test262 test into an eshost-runnable script.

Example

npm install -g test262-compiler
test262-compiler path\to\test262\test.js | eshost --async

Note: the --async option is technically only required for async test262 tests but it doesn't hurt to always pass that option when running test262 tests with eshost.

Options

  • test262Dir: Path to test262 directory. By default detected automatically from the test path. Only needs to be passed when running tests outside the test262 directory.
  • includesDir: Path to test262 includes directory. By default inferred from test262Dir.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i test262-compiler

    Weekly Downloads

    4

    Version

    3.0.0

    License

    BSD

    Last publish

    Collaborators

    • bterlson