CompilerOptions
Defined in: core/index.ts:737
The compiler namespace — per-library 1st-party transform settings
(@next/swc-compatible surface).
The 1st-party counterpart to babel-plugin-styled-components /
@emotion/babel-plugin. Enabling the option alone, without registering a
plugin, produces the same transform result.
Properties
섹션 제목: “Properties”emotion?
섹션 제목: “emotion?”
optionalemotion?:boolean|EmotionOptions
Defined in: core/index.ts:748
emotion 1st-party transform.
Same transform intent as @emotion/babel-plugin / @swc/plugin-emotion.
styledComponents?
섹션 제목: “styledComponents?”
optionalstyledComponents?:boolean|StyledComponentsOptions
Defined in: core/index.ts:743
styled-components 1st-party transform.
Same transform intent as babel-plugin-styled-components /
@swc/plugin-styled-components.