UNPKG

vite-plugin-top-level-await

Version:

Transform code to support top-level await in normal browsers for Vite.

5 lines (4 loc) 261 B
import * as SWC from "@swc/core"; import { BundleInfo } from "./bundle-info"; import { Options } from "./options"; export declare function transformModule(code: string, ast: SWC.Module, moduleName: string, bundleInfo: BundleInfo, options: Options): SWC.Module;