Structs§
- CssOptions
Context - Decorators
Options - Configuration options for the decorators transform.
- Ecmascript
Options Context - Empty
Webpack Loader Builtin Condition Set - A no-op implementation of
WebpackLoaderBuiltinConditionSet
that always returnsWebpackLoaderBuiltinConditionSetMatch::Invalid
. - Externals
Tracing Options - 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>>
. - 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 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§
- Condition
Item - 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. - Webpack
Loader Builtin Condition SetMatch
Traits§
- Webpack
Loader Builtin Condition Set - A collection of framework-provided conditions for user (or framework) specified loader rules
(
WebpackRules
) to match against.