tc39 / eshostLinks
A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli
☆145Updated 10 months ago
Alternatives and similar repositories for eshost
Users that are interested in eshost are comparing it to the libraries listed below
Sorting:
- Run ECMAScript code uniformly across any ECMAScript host☆203Updated last year
- An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled…☆117Updated 2 months ago
- Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.☆88Updated 4 years ago
- Old, outdated explainer for Typed Objects and related specs. See link for new proposal☆121Updated 7 years ago
- A template string tag for generating template string tags.☆67Updated 5 years ago
- Notes and proposals on possible EMAScript extensions☆56Updated 5 years ago
- Cross-tab resource coordination API☆125Updated 4 months ago
- ☆82Updated 2 years ago
- import.meta proposal for JavaScript☆148Updated 5 years ago
- Force V8 to use fast properties for an object☆244Updated 4 years ago
- Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.☆174Updated 5 years ago
- Former home of the now-withdrawn ArrayBuffer.prototype.transfer() proposal for JavaScript☆60Updated 4 years ago
- ☆37Updated 4 years ago
- Discussions & Collaboration on a Unified/Base set of parser features for JavaScript☆42Updated 9 years ago
- Discussion and specification for an explicit syntactic opt-in for Tail Calls.☆169Updated 9 years ago
- Web Streams, based on the WHATWG spec☆57Updated 4 years ago
- Proposed EcmaScript Class Syntax clarifying orthogonal concerns☆29Updated 8 years ago
- Proposed change before TC39 for reifying module identity - Stage 1 Proposal☆24Updated 6 years ago
- A web platform API that allows access to the "original" versions of the global built-in objects' properties and methods☆28Updated 6 years ago
- Experimental harness for test262☆92Updated 2 weeks ago
- A blessed Chrome Trace parser.☆72Updated 6 years ago
- ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll☆99Updated 4 years ago
- A small script that enables you to make typos in JavaScript property names. Powered by ES2015 proxies + Levenshtein string distance.