59 skills found · Page 1 of 2
tc39 / Proposal Pipeline OperatorA proposal for adding a useful pipe operator to JavaScript.
tc39 / Proposal SignalsA proposal to add signals to JavaScript.
arthurfiorette / Proposal Try OperatorA proposal to bring ergonomic, inline error handling to JavaScript through a new try operator that always returns a Result.
tc39 / Proposal Dynamic Importimport() proposal for JavaScript
GoogleChromeLabs / JsbiJSBI is a pure-JavaScript implementation of the official ECMAScript BigInt proposal.
tc39 / Proposal Cancelable PromisesFormer home of the now-withdrawn cancelable promises proposal for JavaScript
gilbert / Es PappA proposal for adding partial application support to JavaScript.
tc39 / Proposal Numeric SeparatorA proposal to add numeric literal separators in JavaScript.
tc39 / Proposal Array LastA JavaScript TC39 Proposal for getting the last element from an array
domenic / Proposal BlocksFormer home of a proposal for a new syntactic construct for serializable blocks of JavaScript code
domenic / ZonesFormer home of the zones proposal for JavaScript
tc39 / Proposal Import Metaimport.meta proposal for JavaScript
ambit-tsai / Shadowrealm Api🗳️ A implementation of the ShadowRealm API Proposal, a JavaScript sandbox, test with TC39 Test262 cases.
samuelgoto / Proposal Pluggable TypesA stage 0 proposal to add a pluggable type system to JavaScript
tc39 / Proposal Call ThisA proposal for a simple call-this operator in JavaScript.
tc39 / Proposal Math SumTC39 proposal to add a summation method to JavaScript
tc39 / Proposal Function Implementation HidingJavaScript language proposal: function implementation hiding
wycats / Javascript Private StateA proposal for private state in JavaScript (Stage 0)
mozumder / HTML6An HTML6 proposal for single-page apps without Javascript.
tc39 / Proposal Function MemoA TC39 proposal for function memoization in the JavaScript language.