Module module_options_context

Source

Structs§

ConditionItem
CssOptionsContext
DecoratorsOptions
Configuration options for the decorators transform.
EcmascriptOptionsContext
JsxTransformOptions
LoaderRuleItem
MdxTransformOptions
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.
ModuleOptionsContext
OptionWebpackConditions
This is a transparent value type wrapping Option<ResolvedVc<WebpackConditions>>.
OptionWebpackRules
This is a transparent value type wrapping Option<ResolvedVc<WebpackRules>>.
TypescriptTransformOptions
Subset of Typescript options configured via tsconfig.json or jsconfig.json, which affects the runtime transform output.
WebpackConditions
This is a transparent value type wrapping FxIndexMap<RcStr,ConditionItem>.
WebpackLoadersOptions
WebpackRules
This is a transparent value type wrapping FxIndexMap<RcStr,LoaderRuleItem>.

Enums§

ConditionPath
DecoratorsKind
The kind of decorators transform to use. [TODO]: might need bikeshed for the name (Ecma)
TypeofWindow
The types when replacing typeof window with a constant.