TypeScript
Announcing TypeScript 4.9
Announcing TypeScript 4.9
Microsoft News
Announcing TypeScript 4.9
Today we are excited to announce the availability of TypeScript 4.9! If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions…
2ality – JavaScript and more
ECMAScript proposal: RegExp flag <code>/v</code> makes character classes and character class escapes more powerful
ECMAScript proposal: RegExp flag <code>/v</code> makes character classes and character class escapes more powerful
2Ality
ECMAScript proposal: RegExp flag `/v` makes character classes and character class escapes more powerful
In this blog post, we look at the ECMAScript proposal “RegExp v flag with set notation + properties of strings” by Markus Scherer and Mathias Bynens.
2ality – JavaScript and more
ECMAScript proposal: source text access for <code>JSON.parse()</code> and <code>JSON.stringify()</code>
ECMAScript proposal: source text access for <code>JSON.parse()</code> and <code>JSON.stringify()</code>
2Ality
ECMAScript proposal: source text access for `JSON.parse()` and `JSON.stringify()`
In this blog post, we look at the ECMAScript proposal “JSON.parse source text access” by Richard Gibson and Mathias Bynens. It gives access to source text to two kinds of callbacks: Revivers, callbacks that are passed to JSON.parse() and post-process the…
Mozilla Hacks – the Web developer blog
Improving Firefox stability with this one weird trick
Improving Firefox stability with this one weird trick
Mozilla Hacks – the Web developer blog
Improving Firefox stability with this one weird trick
Poorly behaving web pages and apps are no longer capable of crashing the browser by exhausting memory, thanks to a simple trick.