We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test262-fyi/eshost example (shoutout @CanadaHonk) updated 2 months ago
➜ gh repo clone bterlson/eshost-cli && cd eshost-cli # use latest commit: github.com/test262-fyi/eshost/commit/0acb6bfc68a10f6310f71890fb9e32a90168bdca ➜ sed -i '' 's/"eshost": "\^9.0.0"/"eshost": "git+https:\/\/github.com\/test262-fyi\/eshost.git#0acb6bfc68a10f6310f71890fb9e32a90168bdca"/' package.json ➜ sed -i '' 's/"version": "9.0.0"/"version": "9.0.0-alpha"/' package.json ➜ npm pack ➜ npm uninstall -g eshost-cli ➜ npm install -g eshost-cli-9.0.0-alpha.tgz ➜ cd .. && rm -rf eshost-cli # good neighbours clean up ➜ npm list -g eshost-cli # [email protected] 🎉
Hermes now works (upstream fix awaiting review/merge)
➜ eshost -e "42" #### engine262 42 #### hermes 42 #### javascriptcore 42 #### spidermonkey 42 #### v8 42 #### xs 42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test262-fyi/eshost example (shoutout @CanadaHonk)
updated 2 months ago
Hermes now works (upstream fix awaiting review/merge)
The text was updated successfully, but these errors were encountered: