ExE Boss
ExE Boss
Relevant issue: - https://github.com/openjdk/jdk/pull/15364
You’re also gonna want the fix for **[JDK‑8337795](https://bugs.openjdk.org/browse/JDK-8337795 " JDK‑8337795: Type annotation attached to incorrect type during class reading")**: - https://github.com/openjdk/jdk/pull/20460 - https://github.com/openjdk/jdk23u/pull/67
> I think that for this to land, we'd also have to account for the Error constructor text that populates this slot (see #1). I have a very WIP branch...
**Chrome** and **Opera** don’t have 100% support, as **Firefox** implements some APIs that **Chrome** solely lacks, and **Microsoft** is once again [doing their own incompatible thing](https://github.com/mozilla/webextension-polyfill/issues/3), but this time with...
https://github.com/Microsoft/TypeScript/pull/30586 provides a band‑aid solution for `RegExp`. /cc @sandersn
This is even worse when the code is JavaScript and I’m using `tsc --allowJs --checkJs --noEmit`, because then the only way to cast `a` to `any` is to do: ```js...
Implementing this correctly will be difficult, as it will require a native **Node** module to create a `Proxy` with [the `[[IsHTMLDDA]]` internal slot](https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot). It will also require a way to ...
> Oh, it seems a lot of tests now fail on Node
`package‑list` is legacy, `element‑list` is the new file. The former only supports packages, whereas the latter can also list modules and can be extended in the future.