Antoine du Hamel
Antoine du Hamel
I can confirm `tsc` does not report those. Here's the rule I added to enforce use of extension in `import type` declarations in case that helps someone else . ```js...
This needs a rebase
The move of ESM loaders to their own thread was a very long time coming (Bradley opened https://github.com/nodejs/node/pull/31229 back in 2021), in hindsight it seems obvious that this could have...
@BridgeAR is it semver-major or just a fix? Wdyt about not landing it on LTS release lines to minimize the risk of ecosystem breakage, but still land it on Current...
Landed in afbf2f385a0d8f9202ed039de5dd8ba204a47ea5
Doesn't that mean we could not expose the utility to users so they can strip those types manually?
What would be the steps to take to do that?
Related failure on Windows: ``` stack: "\u25B6 accessing the node:sqlite module\n \u2714 cannot be accessed without\ \ the node: scheme (3.8032ms)\n \u2714 cannot be accessed without --experimental-sqlite\ \ flag (92.0822ms)\n\u25B6...
Related failure on Windows: ``` not ok 705 parallel/test-sqlite --- duration_ms: 358.00300 severity: fail exitcode: 1 stack: |- ▶ accessing the node:sqlite module ✔ cannot be accessed without the node:...
> any idea about the error in the tests I mentioned? CI is green though 🤔 Is this an error you see locally, or was it fixed since your comment?