github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/esbuild-generic-loader - v0.1.0
@oazmi/esbuild-generic-loader
fs
EsbuildOutputFile
Interface EsbuildOutputFile
the in-memory output file description generated by
esbuild
.
interface
EsbuildOutputFile
{
path
:
string
;
text
?:
string
;
contents
?:
Uint8Array
;
hash
?:
string
;
}
Index
Properties
path
text?
contents?
hash?
Properties
path
path
:
string
Optional
text
text
?:
string
Optional
contents
contents
?:
Uint8Array
Optional
hash
hash
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
text
contents
hash
github
readme
source
examples
distribution
@oazmi/esbuild-generic-loader - v0.1.0
Loading...
the in-memory output file description generated by
esbuild
.