microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
101.1k stars 12.5k forks source link

Design Meeting Notes, 1/11/2023 #52199

Closed DanielRosenwasser closed 1 year ago

DanielRosenwasser commented 1 year ago

Incorrectly Formatted Packages in --moduleResolution bundler/node16

https://github.com/microsoft/TypeScript/pull/51973

LKG versus node_modules

jakebailey commented 1 year ago

Edge case - ESLint looks at the current package typescript/ instead of the typescript/node_modules/typescript.

Just to clarify, this was only observed when I was testing "type": "module" with export maps on our own package, since it's a self import at that point, but then I couldn't repro it live in the meeting, so... IDK