Mateusz Burzyński

Results 302 issues of Mateusz Burzyński

fixes https://github.com/microsoft/TypeScript/issues/56900

For Backlog Bug

### 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...

upstream

# 🐛 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...

:bug: Bug
Resolver
Diagnostics

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

For Uncommitted Bug

Fixes the weird behavior observed in https://github.com/microsoft/TypeScript/issues/59074

For Uncommitted Bug

fixes https://github.com/microsoft/TypeScript/issues/58907

For Milestone Bug