eshost-cli

Run ECMAScript code uniformly across any ECMAScript host

Downloads
117
Stars
197
Committers
11
eshost-cli -

Published by rwaldron over 4 years ago

Identical to v7.0.0

eshost-cli -

Published by rwaldron over 4 years ago

Commit Message/Description
4a7509b 5.1.0
e374a35 Dependency: [email protected]
eshost-cli -

Published by rwaldron almost 5 years ago

Commit Message/Description
1ee369d 5.0.0
c73fb0c CI: drop node 11, add node 12
fe8e80a Tests: don't include node in the 'eshost --unanimous --eval' tests because it's an unreliable environment
eshost-cli -

Published by rwaldron almost 5 years ago

Commit Message/Description
0c60bcc 4.4.0
f507c24 Dependency: [email protected]
6b3214f README: add complete QuickJS installation commands
eca4202 README: fix sup
0f06939 README: make table heading match same table heading in eshost
eshost-cli -

Published by rwaldron about 5 years ago

Commit Message/Description
8bf18ee 4.3.0
175f6c1 README: more QuickJS instructions
767be42 CLI: specify a shortName binding alias.
0e22983 README: more QuickJS instructions
eshost-cli -

Published by rwaldron about 5 years ago

Commit Message/Description
d501796 4.2.0
f20cf23 Dependency: [email protected]
eshost-cli -

Published by rwaldron over 5 years ago

Commit Message/Description
32f3fe7 4.1.0
e053d62 Dependency: [email protected]
a05f35d QuickJS: Document basic experimental support
b525c87 Readme: list code example formatting
485b166 Readme: Install and Configure Hosts
0b54e86 Readme: more detailed examples for module code
4c78ea7 Readme: add CI badges
eshost-cli -

Published by rwaldron over 5 years ago

Commit Message/Description
1be0d3c 4.0.0
6ddc274 Fix name of test: script => script.js
126eb87 README.md: update support tables
58707a0 Clean up strings
4ac4c1e Module Support: --module, -m or .mjs
6da8809 Dependency: [email protected]
8a7259c Dependency: [email protected]
92feeec Cleanup code base
8f79f3f Dependency: [email protected]
eshost-cli -

Published by rwaldron almost 6 years ago

Commit Message/Description
1bd6107 3.7.0
04ed92e fix typo
7f056fb move common code to superclass
0cbc375 determinism
e708e36 Fix nits
1cc0d87 Document -x
db91081 don't clobber config file when running tests
5a83113 Only print source once in table mode
eshost-cli -

Published by dilijev over 6 years ago

  • eshost learned --configure-jsvu and associated flags to automatically configure jsvu hosts. (@dilijev #51)
  • Documentation/README refers to jsvu-based setup
  • Added tests (@rwaldron)
eshost-cli - v3.5.0

Published by dilijev about 7 years ago

  • Add tests and enable Travis (@rwaldron #32)
  • --list learned to sort by name (@dilijev #34)
  • Learned --edit: allows modifying --args or --tags of a host (@dilijev #36)
  • Learned --unanimous, -u: exit(0) and print nothing if all hosts agree, otherwise exit(1). (@dilijev #35, @rwaldron #37)
  • Use --config ... for test-safe configuration. (@rwaldron #43)
  • Add appveyor support (@rwaldron #44)
eshost-cli - v3.4.0

Published by dilijev about 7 years ago

  • --coalesce, -s learned to sort hosts alphabetically [by default locale!] (#29)
  • Learned --tags to select hosts to run by tag. (#30)
  • --add learned --tags to configure the same. (#31)
eshost-cli - v3.3.0

Published by dilijev over 7 years ago

  • Learned -x, --execute: executes a multi-statement program without wrapping it in print
  • --host, -h learned glob syntax
eshost-cli - v3.2.0

Published by bterlson over 7 years ago

Thanks to @dilijev:

  • Learned -g, --hostGroup to execute in hosts of a particular type (e.g. 'node', 'ch', etc.)
  • -s is now short for --coalesce.
  • -i is now short for --showSource