Jake Bailey
Jake Bailey
### ESLint version v8.57.0 ### What problem do you want to solve? When using a flat config, the CLI only ever loads one config; this is resolved depending on where...
https://github.com/microsoft/TypeScript/pull/51387 majorly changes how TypeScript is built and packaged. One thing that differs is that disabling `stripInternal` is no longer the way to obtain our internal API. Instead, running the...
* **Version**: v20.9.0 * **Platform**: Linux JABAILE-DESK02 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux I can only apologize in advance for this one... I...
Provide some mechanism to conditionally and synchronously import modules (or just builtins) from ESM
### What is the problem this feature will solve? Thanks to #51977, requiring ESM is looking to be a real possibility. As such, TypeScript is considering transitioning over to ESM...
This is extracted from #58419. Doing this now would reduce churn, but I'm not 100% certain how we can avoid adding the "wrong" kind of imports in the future before...
https://github.com/nodejs/node/pull/51977 (behind `--experimental-require-module` in Node 22) enables Node to require ESM so long as that ESM does not make use of top-level await. TypeScript would only need top-level await to...
Noticed this inconsistency when looking into an ESLint crash (but this wouldn't fix that).
### Acknowledgement - [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion. ### Comment I've been having quite a few watcher...
Emitting produces diagnostics. Unfortunately, these are marked as internal so were missed (https://github.com/microsoft/TypeScript/pull/58317) This change enables the playground to handle emit errors without crashing. Also, pass args down so we...
If you set `"dprint.experimentalLsp": true` and open a dprint config file, VS Code says: > Unable to load schema from 'dprint://schemas/config.json': cannot open dprint://schemas/config.json. Detail: Unable to resolve resource dprint://schemas/config.json....