Mateusz Burzyński
Mateusz Burzyński
fixes https://github.com/microsoft/TypeScript/issues/56900
### Environment [email protected] ### Reproduction ```ts import { parseModule, generateCode } from "magicast"; const mod = parseModule(` export default { /*inner comment*/ } `); mod.exports.default.foo ||= []; mod.exports.default.foo.push("b"); mod.exports.default.foo.unshift("a"); const...
# 🐛 bug report Parcel crashes at runtime when resolving a simple `#is-development` specifier in a package with `package.json#imports` *without* enabling `packageExports: true`: > TypeError: Cannot read properties of undefined...
Scenario tested in node v18.19.1 using `MultiSelect` **Excpected** ctrl+c should close the program, clean up and keep the terminal responsive as normal **Actual** The terminal stays broken because `enquirer` doesn't...
fixes https://github.com/microsoft/TypeScript/issues/59062
Fixes the weird behavior observed in https://github.com/microsoft/TypeScript/issues/59074
fixes https://github.com/microsoft/TypeScript/issues/58345
fixes https://github.com/microsoft/TypeScript/issues/58907