Module module_options_context

Source

Structs§

CssOptionsContext
DecoratorsOptions
Configuration options for the decorators transform.
EcmascriptOptionsContext
EmptyWebpackLoaderBuiltinConditionSet
A no-op implementation of WebpackLoaderBuiltinConditionSet that always returns WebpackLoaderBuiltinConditionSetMatch::Invalid.
ExternalsTracingOptions
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>>.
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 list of instructions for the rule engine to process. The first element in each tuple is a glob to match against, and the second is a rule to execute if that glob matches.

Enums§

ConditionItem
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.
WebpackLoaderBuiltinConditionSetMatch

Traits§

WebpackLoaderBuiltinConditionSet
A collection of framework-provided conditions for user (or framework) specified loader rules (WebpackRules) to match against.