eshost

A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli

OTHER License

Stars
142
Committers
21
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
eb2c33c 6.2.0
dc54643 Dependency: [email protected]
b7fa0b7 Remove dependency preamble building operations
9740cf0 Define "print" in the NodeAgent code wrapper
bf93a95 6.1.0
819144b Readme: reorganization and formatting changes
014a49a Support JSVU style host type names
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
0eea2fa 6.1.0
8cc3381 Readme: reorganization and formatting changes
10c8926 Support JSVU style host type names
35d5509 Readme: fix incorrect link formatting
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
bd66ac1 6.0.0
e62d966 engine262: runtime & agent, documentation, testing
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
52d5c1c 5.1.1
45bb942 Dependency: [email protected]
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
b470d0c 5.1.0
03d3a8f Tests: nitpicking skip message
7e1805d Dependency: [email protected]
f349b99 Dependency: [email protected]
eshost -

Published by rwaldron over 5 years ago

Commit Message/Description
5c5b6a9 5.0.0
7c0256a ConsoleAgent: respect raw when creating dep sources
7ba1e97 Dependencies: support .mjs
0f9cc52 WebdriverAgent updates.
2a0c81f CI: remove node 8; add node 11
ef19ff6 Update Firefox & Geckodriver
eshost -

Published by rwaldron almost 6 years ago

Commit Message/Description
58d124e 4.7.1
69b3fc5 D8: fix agent var bug
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
a59585d 4.6.3
af6832b Agents must have a temp dir of their own, or risk interference with other agents in other threads
5973ae2 Less useless whitespace in runtime string
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
85a6407 4.7.0
208f462 ChakraCore: -module flag
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
5842916 4.6.2
a20c6d7 Don't re-add entry point as a pre-ambled dependency.
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
71eb95f 4.6.1
206ac46 Update d8 Worker instantiations to match API changes
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
98f7a5b 4.6.0
45b42e8 [node] Tolerate repeated line terminators
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
e8f2e63 4.5.0
604594d CI: appveyor to Node 8, 10; drop Node 6
0a52765 ConsoleAgent: add more rules to test file name preservation
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
2deea7d 4.3.0
881044a Agent: build code string with template, not concat
a293954 ConsoleAgent: only process dependencies when they are not just the current test file
06aa6ed Add .npmignore
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
6b28723 4.4.0
faeec23 ConsoleAgent: gracefully handle cases where an import doesn't actually exist
eb387d0 ConsoleAgent: further refine when test file name should be preserved
8d45884 tests: update dynamic-import test to reflect test262 reality
4745fb4 Update Firefox
caf863d CI: add Node 10
b63eaa3 ConsoleAgent: only preserve file name when test file imports only itself
eshost -

Published by rwaldron about 6 years ago

Commit Message/Description
754896d 4.2.0
26c682f Always analyze for deps, because dynamic import test may not have flags: [module]
dc5e63a ConsoleAgent: keep trying to create a child process until successful.
b8a2c63 [node] Escape all valid line terminators
93c4989 Rename findImportSpecifier => findModuleSpecifiers
eshost -

Published by rwaldron over 6 years ago

Commit Message/Description
af51ce3 4.1.0
69fddde CI: Update Firefox
229d036 Support for user defined out directory
d749c3c Runtimes: $262.agent fixups
eshost -

Published by rwaldron over 6 years ago

Commit Message/Description
08c4390 4.0.0
4ea6f7b README.md: cleanup docs, put all options object properties and descriptions into tables; reorganize sections; add missing documentation
3dc6f73 ConsoleAgent: eliminate duplicate fs operation by caching raw source by basename (for the life of evalScript call)
77cc221 Tests: isSkipped default to false; add comment re: JSC module support
c119d44 ChakraAgent: Rename -ESModule -> -Module and disable until further notice.
ca5a8fd Module Support: complete implementation
17d4dc1 ChakraAgent: disable the "-Test262" host argument until we can guarantee the build
9d36c9e ChakraAgent: don't pave the args property
c479a68 D8Agent: implement evalScript with handling for d8 specific evaluation flags
734ad98 ConsoleAgent: update evalScript to accept a second options argument
feab940 eshost: convert concatenated strings to templates
b772bb7 CI: Node 6 & 8
bcce706 Agents: SpiderMonkey & ChakraCore
e514382 Engines without agents should throw exceptions with useful error messages
520aabe Expose "$262.agent.monotonicNow()" for use in testing Atomic operation timeouts
499fca4 Document xs support
eshost -

Published by rwaldron over 6 years ago

Commit Message/Description
11497e3 3.9.0
62052a1 runtimes/sm.js: introduce SpiderMonkey's own harness agent (includes license)
122d7d2 Runtimes: define detachArrayBuffer for d8 runtime
25ac9dc CI: restore envs
21c71dc CI: replace "effectiveType" with "type"
d16c207 CI: update Firefox, GeckoDriver, Selenium Server & JSShell
f480e64 Check agent before destroying
daa33d7 Dependencies: selenium-webdriver (upgrade)
eshost -

Published by rwaldron over 6 years ago

Commit Message/Description
559090e 3.8.1
146f025 CI: enhanced appveyor test runs
a0f1671 Fix invalid d8 runtime