UNPKG

rolldown

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

4 lines (3 loc) 324 B
import { type ExistingRawSourceMap, SourceMapInput } from '../types/sourcemap'; export declare function isEmptySourcemapFiled(array: undefined | (string | null)[]): boolean; export declare function normalizeTransformHookSourcemap(id: string, originalCode: string, rawMap?: SourceMapInput): ExistingRawSourceMap | undefined;