Showing 11 of 11 projects
Official repository tracking the evolution of the ECMAScript (JavaScript) language standard through its proposal stages.
The ES6 promises specification proposal that defines the standard JavaScript Promise API for asynchronous operations.
A JavaScript proposal for String.prototype.matchAll, providing an iterator over all regex matches with capturing groups.
Adds the `s` (dotAll) flag to JavaScript regular expressions, making `.` match any character including line terminators.
A Stage 4 ECMAScript proposal to add start and end indices for regex capture groups via the 'd' flag.
ECMAScript proposal to standardize legacy RegExp static properties like RegExp.$1 and the RegExp.prototype.compile method.
A proposal to add regular expression pattern modifiers for controlling flags like i, m, s, and x within subexpressions in ECMAScript.
A TC39 proposal to remove ES6 built-in subclassing machinery (Types II, III, IV) to reduce complexity and security vulnerabilities.
A TC39 proposal to add extended mode (x flag) with insignificant whitespace and comments to ECMAScript regular expressions.
A proposal to add atomic groups ((?>…)) and possessive quantifiers (*+, ++, etc.) to ECMAScript regular expressions for backtracking control.
Adds \A and \z escapes to ECMAScript regex for start/end of input anchors unaffected by multiline mode.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.