KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
SourceDescription
Interface SourceDescription
Make all properties in T optional
interface
SourceDescription
{
code
:
string
;
invalidate
?:
boolean
|
null
;
map
?:
SourceMapInput
;
meta
?:
CustomPluginOptions
|
null
;
moduleSideEffects
?:
ModuleSideEffects
;
moduleType
?:
ModuleType
;
packageJsonPath
?:
string
|
null
;
}
Hierarchy (
View Summary
)
Partial
<
PartialNull
<
ModuleOptions
>
>
SourceDescription
Index
Properties
code
invalidate?
map?
meta?
module
Side
Effects?
module
Type?
package
Json
Path?
Properties
code
code
:
string
Optional
invalidate
invalidate
?:
boolean
|
null
Optional
map
map
?:
SourceMapInput
Optional
meta
meta
?:
CustomPluginOptions
|
null
Optional
module
Side
Effects
moduleSideEffects
?:
ModuleSideEffects
Optional
module
Type
moduleType
?:
ModuleType
Optional
package
Json
Path
packageJsonPath
?:
string
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
code
invalidate
map
meta
module
Side
Effects
module
Type
package
Json
Path
Github
KC's Workspace
Loading...
Make all properties in T optional