analyzeMetafile
Nodepod API / src / esbuild / analyzeMetafile
Function: analyzeMetafile()
Section titled “Function: analyzeMetafile()”analyzeMetafile(
metafile,_opts?):Promise<string>
Defined in: src/polyfills/esbuild.ts:254
Parameters
Section titled “Parameters”metafile
Section titled “metafile”string | { inputs?: Record<string, unknown>; outputs?: Record<string, unknown>; }
_opts?
Section titled “_opts?”color?
Section titled “color?”boolean
verbose?
Section titled “verbose?”boolean
Returns
Section titled “Returns”Promise<string>