v0.28.2
Fix tree shaking bug due to TypeScript import alias (#4507) This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this: import Base from './dep.js'; import Alias = Base.SomeType; Fix CSS minification bug involving &…