Modules§
- api_
plugin - define_
plugin - dependency
- hot_
module_ replacement_ plugin - impl_
plugin_ for_ js_ plugin - infer_
async_ modules_ plugin - module_
concatenation_ plugin - parser_
and_ generator - provide_
plugin - runtime
- utils
- visitors
Structs§
- Concat
Configuration - Default
Export Info - Used for reducing nums of params
- Extracted
Comments Info - Flag
Dependency Exports Plugin - Flag
Dependency Usage Plugin - Flag
Dependency Usage Plugin Proxy - Infer
Async Modules Plugin - Javascript
Modules Chunk Hash Hook - Javascript
Modules Embed InRuntime Bailout Hook - Javascript
Modules Inline InRuntime Bailout Hook - Javascript
Modules Plugin Hooks - Javascript
Modules Render Chunk Hook - Javascript
Modules Render Hook - Javascript
Modules Render Module Container Hook - Javascript
Modules Render Module Content Hook - Javascript
Modules Render Module Package Hook - Javascript
Modules Render Startup Hook - Javascript
Modules Strict Runtime Bailout Hook - JsPlugin
- Mangle
Exports Plugin - Struct to represent the mangle exports plugin.
- Module
Concatenation Plugin - NoRuntime
Module Cache - Render
Bootstrap Result - Render
Source - Runtime
Identifier Cache - Side
Effects Flag Plugin - Side
Effects Flag Plugin Visitor - Syntax
Context Info - Transform
Output
Enums§
Statics§
Traits§
- Class
Ext - Javascript
Modules Chunk Hash - Javascript
Modules Embed InRuntime Bailout - Javascript
Modules Inline InRuntime Bailout - Javascript
Modules Render - Javascript
Modules Render Chunk - Javascript
Modules Render Module Container - Javascript
Modules Render Module Content - Javascript
Modules Render Module Package - Javascript
Modules Render Startup - Javascript
Modules Strict Runtime Bailout - Javascript
Parser Plugin
Functions§
- is_
pure_ class - is_
pure_ class_ member - is_
pure_ decl - is_
pure_ expression - is_
pure_ function - is_
pure_ pat - merge_
exports - Do merging of exports info and create export infos from export specs This method is used for the case that the exports info data will be nested modified that means this exports info can not be modified parallelly
- merge_
exports_ without_ nested - Do merging of exports info and create export infos from export specs
- process_
exports_ spec - Merge exports specs to exports info data and also collect the dependencies which will be used to backtrack when target exports info is changed
- process_
exports_ spec_ without_ nested - Merge exports specs to exports info data and also collect the dependencies which will be used to backtrack when target exports info is changed This method is used for the case that the exports info data will not be nested modified that means this exports info can be modified parallelly