2022-03-02
Features
- Introduce new
output.generatedCode.symbols
to control the usage of Symbols in Rollup-generated code (#4378) - soft-deprecate
output.namespaceToStringTag
in favor ofoutput.generatedCode.symbols
(#4378)
Bug Fixes
- Properly handle
./
and../
as external dependencies (#4419) - Make generated "Module" namespace toStringTag non-enumerable for correct Object.assign/spread behaviour (#4378)
- Add file name to error when top-level-await is used in disallowed formats (#4421)
Pull Requests
- #4378: Make namespace @@toStringTag "Module" non-enumerable (@dnalborczyk and @lukastaegert)
- #4413: refactor: some code and type fixes (@dnalborczyk)
- #4418: chore: bump deps (@dnalborczyk)
- #4419: Properly handle upper directories as external dependencies (@lukastaegert)
- #4421: Improve the error prompt and output the error file name (@caoxiemeihao)
- #4423: Update 999-big-list-of-options.md (@leoj3n)