tc39 / proposal-well-formed-stringifyLinks
Proposal to prevent JSON.stringify from returning ill-formed strings
☆69Updated 6 years ago
Alternatives and similar repositories for proposal-well-formed-stringify
Users that are interested in proposal-well-formed-stringify are comparing it to the libraries listed below
Sorting:
- {BigInt,Number}.fromString(string, radix)☆65Updated 6 years ago
- Former home of the now-withdrawn ArrayBuffer.prototype.transfer() proposal for JavaScript☆60Updated 4 years ago
- import.meta proposal for JavaScript☆148Updated 5 years ago
- Document describing the process for making changes to ECMA-262☆30Updated 11 months ago
- Proposal to add support for sequence properties in Unicode property escapes to ECMAScript regular expressions.☆74Updated 3 years ago
- Proposal to make all JSON text valid ECMA-262☆123Updated 6 years ago
- Proposal to standardize Date.parse behavior for interchange-like input☆32Updated 2 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
- A fork of Node.js to hash out ideas related to ESModules☆72Updated 5 years ago
- WIP Official support for WHATWG Stream in Node.js☆37Updated 4 years ago
- Proposal to add WHATWG URL to ECMAScript☆33Updated 8 years ago
- ECMAScript RegExp Match Indices☆66Updated 3 years ago
- #! for JS☆156Updated 3 years ago
- JavaScript language proposal: function implementation hiding