eshost-cli
eshost-cli copied to clipboard
Run ECMAScript code uniformly across any ECMAScript host
This fixes the `--configure-jsvu` feature to account for the binaries being moved to `~/.jsvu/bin` in https://github.com/GoogleChromeLabs/jsvu/pull/123. My work-around for now was running `for f in $(ls bin/); do ln -s...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog....
Bumps [debug](https://github.com/debug-js/debug) to 4.1.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.6.8 to 4.1.1 Release notes Sourced from debug's releases. 4.1.1 This...
Bumps [engine.io](https://github.com/socketio/engine.io) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `engine.io` from 3.4.2 to 3.6.1 Release notes Sourced from engine.io's releases. 3.6.1 :warning: This release contains an important...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.0 to 3.3.3. Release notes Sourced from socket.io-parser's releases. 3.3.2 Bug Fixes prevent DoS (OOM) via massive packets (#95) (89197a0) Links Diff: https://github.com/Automattic/socket.io-parser/compare/3.3.1...3.3.2 3.3.1 Links Diff: https://github.com/socketio/socket.io-parser/compare/3.3.0...3.3.1...
It looks like without being listed in the `VU_HOST_DETAILS` array eshost-cli doesn't pick it up, even if it's installed in eshost. @rwaldron
(I'm not sure if this is an issue with eshost-cli or with GraalJS. If this is a Graal issue, I'm happy to move the discussion over there.) I just tried...
Markdown formatting can help users share the results on platforms like GitHub. Here's an example of a readme generated using `eshost -t --markdown ...`: https://github.com/mmarchini/proposal-error-stacks/tree/engines-comparison/testcases
> eshost --configure-jsvu ``` Using config "C:\Users\Jack\.eshost-config.json" Configuring jsvu host with name "ChakraCore" (type "ch") at "C:\Users\Jack\.jsvu\chakra.cmd" Host "ChakraCore" already exists C:\Users\Jack\AppData\Roaming\npm\node_modules\eshost-cli\lib\host-manager.js:172 ] = VU_HOST_DETAILS[vu][engine]; ^ TypeError: undefined is not...