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)
➜ gh repo clone bterlson/eshost-cli && cd eshost-cli # use latest commit: github.com/test262-fyi/eshost/commit/84df3ecc26788cd49dc6be53451336624db98047 ➜ sed -i '' 's/"eshost": "\^9.0.0"/"eshost": "git+https:\/\/github.com\/test262-fyi\/eshost.git#84df3ecc26788cd49dc6be53451336624db98047"/' 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] 🎉
(or to keep the repo locally for monkey patching via symlink)
➜ gh repo clone bterlson/eshost-cli && cd eshost-cli ➜ sed -i '' 's/"eshost": "\^9.0.0"/"eshost": "git+https:\/\/github.com\/test262-fyi\/eshost.git#84df3ecc26788cd49dc6be53451336624db98047"/' package.json ➜ sed -i '' 's/"version": "9.0.0"/"version": "9.0.0-alpha"/' package.json ➜ npm uninstall -g eshost-cli ➜ npm install -g # symlink to local dir ➜ 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)
(or to keep the repo locally for monkey patching via symlink)
Hermes now works (upstream fix awaiting review/merge)
The text was updated successfully, but these errors were encountered: