Improved
v1.0.0-beta.60
[1.0.0-beta.60] - 2026-01-14
๐ฅ BREAKING CHANGES
- tsconfig: enable auto-discovery by default (#7817) by @shulaoda
๐ Features
- distinguish transformer diagnostics from parse errors (#7872) by @shulaoda
- emit transformer warnings instead of ignoring them (#7850) by @shulaoda
- node: add
output.codeSplittingoption and deprecateoutput.advancedChunks(#7855) by @hyf0 - nativeMagicString reset (#7828) by @IWANABETHATGUY
- nativeMagicString lastChar (#7819) by @IWANABETHATGUY
- dev/lazy: inject lazy compilation runtime automatically (#7816) by @hyf0
- nativeMagicString snip (#7818) by @IWANABETHATGUY
- nativeMagicString construct with options (#7814) by @IWANABETHATGUY
- nativeMagicString clone (#7813) by @IWANABETHATGUY
- nativeMagicString
insert(#7812) by @IWANABETHATGUY - nativeMagicString
slice(#7807) by @IWANABETHATGUY - nativeMagicString trim methods (#7800) by @IWANABETHATGUY
- make closeBundle hook receive the last error (#7278) by @Copilot