KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TreeshakingOptions
Interface TreeshakingOptions
Make all properties in T optional
interface
TreeshakingOptions
{
annotations
?:
boolean
;
correctVarValueBeforeDeclaration
?:
boolean
;
manualPureFunctions
?:
readonly
string
[]
;
moduleSideEffects
?:
ModuleSideEffectsOption
;
preset
?:
TreeshakingPreset
;
propertyReadSideEffects
?:
boolean
|
"always"
;
tryCatchDeoptimization
?:
boolean
;
unknownGlobalSideEffects
?:
boolean
;
}
Hierarchy (
View Summary
)
Partial
<
Omit
<
NormalizedTreeshakingOptions
,
"moduleSideEffects"
>
>
TreeshakingOptions
Index
Properties
annotations?
correct
Var
Value
Before
Declaration?
manual
Pure
Functions?
module
Side
Effects?
preset?
property
Read
Side
Effects?
try
Catch
Deoptimization?
unknown
Global
Side
Effects?
Properties
Optional
annotations
annotations
?:
boolean
Optional
correct
Var
Value
Before
Declaration
correctVarValueBeforeDeclaration
?:
boolean
Optional
manual
Pure
Functions
manualPureFunctions
?:
readonly
string
[]
Optional
module
Side
Effects
moduleSideEffects
?:
ModuleSideEffectsOption
Optional
preset
preset
?:
TreeshakingPreset
Optional
property
Read
Side
Effects
propertyReadSideEffects
?:
boolean
|
"always"
Optional
try
Catch
Deoptimization
tryCatchDeoptimization
?:
boolean
Optional
unknown
Global
Side
Effects
unknownGlobalSideEffects
?:
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
annotations
correct
Var
Value
Before
Declaration
manual
Pure
Functions
module
Side
Effects
preset
property
Read
Side
Effects
try
Catch
Deoptimization
unknown
Global
Side
Effects
Github
KC's Workspace
Loading...
Make all properties in T optional