Compiles test262 collateral into eshost-executable javascript
npm install test262-compiler````
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.