阅读(545)
赞(0)
Vite HMR API transformWithEsbuild
2022-03-08 10:27:21 更新
类型签名:
async function transformWithEsbuild(
code: string,
filename: string,
options?: EsbuildTransformOptions,
inMap?: object
): Promise<ESBuildTransformResult>