Alexandre Folle de Menezes
Alexandre Folle de Menezes
Firefox 103 released today.
Adds STAGE4 on the ESNext tab, and moves "Hashbang Grammar" and "Array find from last" proposals there.
Looking at https://github.com/tc39/proposals, I see a lot of features missing from esnext tab. Stage4: - [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (~FFox ticket [#1342012](https://bugzilla.mozilla.org/show_bug.cgi?id=1342012)~, merged o FFox 66) - [`for-in` mechanics](https://github.com/tc39/proposal-for-in-exploration) (~FFox ticket [#1557722](https://bugzilla.mozilla.org/show_bug.cgi?id=1557722)~)...
https://github.com/tc39/proposals/commit/3abfcf0e96878be0f20084904f25e113e0b0e73b
The Compiler/polyfills results needs updating. TypeScript for example is already on 2.3, but the results on the table are for 1.8. I tried to follow the instructions to run the...
There is only one test for the WeakReferences proposal, for the [Weak References](https://github.com/tc39/proposal-weakrefs#weak-references) part. There should be at least one more test for the [Finalizers](https://github.com/tc39/proposal-weakrefs#finalizers) part.
The 2 tests that are currently in the "esnext" tab were the existing ones moved from the "non-standard" tab, and are only a small part of the new proposal. What...
The test results for Babel and TypeScript say "+ core.js 2.5", shouldn't it be upgraded to [3.0](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md), which supports many new js features?
I was trying to get results for some old browsers, bur unfortunately they can't handle the current page layout. IE11: locks up on every tab; Opera 7: crashes on every...
On all tabs, the test rows are initially created with 2 cells missing (current browser result and a spacer), which are then added later dynamically. This makes the initial HTML...