Sha256: 0b9f83e2dc7bc4f175b78afcec74daac0b8ddeb5998c2e68e40be95f8621c2ad
Contents?: true
Size: 608 Bytes
Versions: 15
Compression:
Stored size: 608 Bytes
Contents
import type { SourceMapInput } from '@jridgewell/trace-mapping'; export type { SourceMapSegment, DecodedSourceMap, EncodedSourceMap, } from '@jridgewell/trace-mapping'; export type { SourceMapInput }; export declare type LoaderContext = { readonly importer: string; readonly depth: number; source: string; content: string | null | undefined; ignore: boolean | undefined; }; export declare type SourceMapLoader = (file: string, ctx: LoaderContext) => SourceMapInput | null | undefined | void; export declare type Options = { excludeContent?: boolean; decodedMappings?: boolean; };
Version data entries
15 entries across 15 versions & 2 rubygems