ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll
☆99Apr 23, 2021Updated 4 years ago
Alternatives and similar repositories for proposal-string-matchall
Users that are interested in proposal-string-matchall are comparing it to the libraries listed below
Sorting:
- ☆37Jan 24, 2022Updated 4 years ago
- A proposal to the ECMAScript standard for including left and right trim of whitespace to strings☆41Dec 30, 2019Updated 6 years ago
- Legacy static properties of the RegExp constructor in JavaScript☆49Oct 25, 2023Updated 2 years ago
- ☆39Dec 10, 2022Updated 3 years ago
- proposal for flatten and flatMap on arrays☆214Jan 24, 2022Updated 4 years ago
- ECMAScript proposal for Object.getOwnPropertyDescriptors☆29Apr 23, 2021Updated 4 years ago
- ECMA-262 proposal to update Function.prototype.toString☆27Jan 24, 2022Updated 4 years ago
- Partially specifying object enumeration order in JavaScript☆52Feb 10, 2020Updated 6 years ago
- proposal to add Symbol.prototype.description to ECMAScript☆15Nov 28, 2018Updated 7 years ago
- String.prototype.codePoints proposal for ECMAScript (stage 1)☆40Apr 9, 2021Updated 4 years ago
- Literals could be different than non-literals.☆32Jan 7, 2018Updated 8 years ago
- JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, s…☆29Nov 17, 2025Updated 4 months ago
- Proposal to recognize a `"use module";` pragma☆81Jan 24, 2022Updated 4 years ago
- ECMAScript Proposal, specs, and reference implementation for Promise.prototype.finally☆276Apr 23, 2021Updated 4 years ago
- Proposal for a Cancellation API for ECMAScript☆273Mar 10, 2026Updated last week
- ☆13Jun 21, 2017Updated 8 years ago
- ECMAScript Proposal specs for the reform to preserve the order of execution for dynamic modules (REJECTED)☆15Apr 6, 2017Updated 8 years ago
- Proposal to prevent JSON.stringify from returning ill-formed strings☆70Jan 29, 2019Updated 7 years ago
- ECMAScript Proposal, specs, and reference implementation for `global`☆356May 27, 2025Updated 9 months ago
- TC39 proposal for Object.fromEntries☆317Apr 23, 2021Updated 4 years ago
- RegExp lookbehind assertions☆98Jan 24, 2022Updated 4 years ago
- Proposal to standardize Date.parse behavior for interchange-like input☆32Sep 13, 2023Updated 2 years ago
- Babel plugin for modern RegExp features in JavaScript☆81Nov 1, 2018Updated 7 years ago
- Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.☆141Mar 20, 2023Updated 3 years ago
- A tiny helper that knows if you are running a script via npm or Yarn, to let you chain your commands for either.☆12Jul 22, 2019Updated 6 years ago
- ☆123Mar 27, 2017Updated 8 years ago
- Named capture groups for JavaScript RegExps