类型签名:
async function transformWithEsbuild(
code: string,
filename: string,
options?: EsbuildTransformOptions,
inMap?: object
): Promise<ESBuildTransformResult>
作者:terry,如若转载,请注明出处:https://www.web176.com/vite/23782.html
async function transformWithEsbuild(
code: string,
filename: string,
options?: EsbuildTransformOptions,
inMap?: object
): Promise<ESBuildTransformResult>
作者:terry,如若转载,请注明出处:https://www.web176.com/vite/23782.html