Structs§
- Condition
Item - CssOptions
Context - Decorators
Options - Configuration options for the decorators transform.
- Ecmascript
Options Context - JsxTransform
Options - Loader
Rule Item - MdxTransform
Options - Subset of mdxjs::Options to allow to inherit turbopack’s jsx-related configs into mdxjs. This is thin, near straightforward subset of mdxjs::Options to enable turbo tasks.
- Module
Options Context - Option
Webpack Conditions - This is a transparent value type wrapping
Option<ResolvedVc<WebpackConditions>>
. - Option
Webpack Rules - This is a transparent value type wrapping
Option<ResolvedVc<WebpackRules>>
. - Typescript
Transform Options - Subset of Typescript options configured via tsconfig.json or jsconfig.json, which affects the runtime transform output.
- Webpack
Conditions - This is a transparent value type wrapping
FxIndexMap<RcStr,ConditionItem>
. - Webpack
Loaders Options - Webpack
Rules - This is a transparent value type wrapping
FxIndexMap<RcStr,LoaderRuleItem>
.
Enums§
- Condition
Path - Decorators
Kind - The kind of decorators transform to use. [TODO]: might need bikeshed for the name (Ecma)
- Typeof
Window - The types when replacing
typeof window
with a constant.