test262-compiler

Compiles test262 collateral into eshost-executable javascript

BSD 3 个版本
安装
npm install test262-compiler
yarn add test262-compiler
pnpm add test262-compiler
bun add test262-compiler
README

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.
版本列表
3.0.0 2017-06-12
2.0.0 2016-07-24
1.0.0 2016-07-11