fix(types): source map type #122
Annotations
4 errors
lint
Process completed with exit code 2.
|
lint:
lib/helpers/streamAndGetSourceAndMap.js#L108
Type '{ version: number; file: string; mappings: string; sources: string[]; sourcesContent: string[] | undefined; names: string[]; } | null' is not assignable to type 'RawSourceMap | null'.
|
lint:
lib/helpers/getFromStreamChunks.js#L146
Type '{ version: number; file: string; mappings: string; sources: string[]; sourcesContent: string[] | undefined; names: string[]; }' is missing the following properties from type 'RawSourceMap': debugId, ignoreList
|
lint:
lib/helpers/getFromStreamChunks.js#L74
Type '{ version: number; file: string; mappings: string; sources: string[]; sourcesContent: string[] | undefined; names: string[]; } | null' is not assignable to type 'RawSourceMap | null'.
|