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