source.decorators
- 类型:
用于配置装饰器语法。
decorators.version
- 类型:
'legacy' | '2022-03' - 默认值:
'2022-03'
指定需要使用的装饰器语法版本。
如果你希望了解不同装饰器版本的区别,可以参考:How does this proposal compare to other versions of decorators?
2022-03
2022-03 对应装饰器 Stage 3 提案,等价于 TypeScript 5.0 默认支持的装饰器语法。
rsbuild.config.ts
参考文档:
legacy
等价于 TypeScript 的 experimentalDecorators: true。
rsbuild.config.ts
参考文档:

