KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
SourceDescription
Interface SourceDescription
Make all properties in T optional
interface
SourceDescription
{
ast
?:
ProgramNode
;
attributes
?:
Record
<
string
,
string
>
|
null
;
code
:
string
;
map
?:
SourceMapInput
;
meta
?:
CustomPluginOptions
|
null
;
moduleSideEffects
?:
boolean
|
"no-treeshake"
|
null
;
syntheticNamedExports
?:
string
|
boolean
|
null
;
}
Hierarchy (
View Summary
)
Partial
<
PartialNull
<
ModuleOptions
>
>
SourceDescription
Index
Properties
ast?
attributes?
code
map?
meta?
module
Side
Effects?
synthetic
Named
Exports?
Properties
Optional
ast
ast
?:
ProgramNode
Optional
attributes
attributes
?:
Record
<
string
,
string
>
|
null
code
code
:
string
Optional
map
map
?:
SourceMapInput
Optional
meta
meta
?:
CustomPluginOptions
|
null
Optional
module
Side
Effects
moduleSideEffects
?:
boolean
|
"no-treeshake"
|
null
Optional
synthetic
Named
Exports
syntheticNamedExports
?:
string
|
boolean
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
ast
attributes
code
map
meta
module
Side
Effects
synthetic
Named
Exports
Github
KC's Workspace
Loading...
Make all properties in T optional