rolldown
Version:
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
4 lines (3 loc) • 324 B
TypeScript
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;