KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
OutputChunk
Interface OutputChunk
interface
OutputChunk
{
code
:
string
;
dynamicImports
:
string
[]
;
exports
:
string
[]
;
facadeModuleId
:
string
|
null
;
fileName
:
string
;
implicitlyLoadedBefore
:
string
[]
;
importedBindings
:
Record
<
string
,
string
[]
>
;
imports
:
string
[]
;
isDynamicEntry
:
boolean
;
isEntry
:
boolean
;
isImplicitEntry
:
boolean
;
map
:
SourceMap
|
null
;
moduleIds
:
string
[]
;
modules
:
Record
<
string
,
RenderedModule
>
;
name
:
string
;
preliminaryFileName
:
string
;
referencedFiles
:
string
[]
;
sourcemapFileName
:
string
|
null
;
type
:
"chunk"
;
viteMetadata
?:
ChunkMetadata
;
}
Hierarchy
RenderedChunk
OutputChunk
Index
Properties
code
dynamic
Imports
exports
facade
Module
Id
file
Name
implicitly
Loaded
Before
imported
Bindings
imports
is
Dynamic
Entry
is
Entry
is
Implicit
Entry
map
module
Ids
modules
name
preliminary
File
Name
referenced
Files
sourcemap
File
Name
type
vite
Metadata?
Properties
code
code
:
string
dynamic
Imports
dynamicImports
:
string
[]
exports
exports
:
string
[]
facade
Module
Id
facadeModuleId
:
string
|
null
file
Name
fileName
:
string
implicitly
Loaded
Before
implicitlyLoadedBefore
:
string
[]
imported
Bindings
importedBindings
:
Record
<
string
,
string
[]
>
imports
imports
:
string
[]
is
Dynamic
Entry
isDynamicEntry
:
boolean
is
Entry
isEntry
:
boolean
is
Implicit
Entry
isImplicitEntry
:
boolean
map
map
:
SourceMap
|
null
module
Ids
moduleIds
:
string
[]
modules
modules
:
Record
<
string
,
RenderedModule
>
name
name
:
string
preliminary
File
Name
preliminaryFileName
:
string
referenced
Files
referencedFiles
:
string
[]
sourcemap
File
Name
sourcemapFileName
:
string
|
null
type
type
:
"chunk"
Optional
vite
Metadata
viteMetadata
?:
ChunkMetadata
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
code
dynamic
Imports
exports
facade
Module
Id
file
Name
implicitly
Loaded
Before
imported
Bindings
imports
is
Dynamic
Entry
is
Entry
is
Implicit
Entry
map
module
Ids
modules
name
preliminary
File
Name
referenced
Files
sourcemap
File
Name
type
vite
Metadata
Github
KC's Workspace
Loading...