Skip to content

fix(types): source map type #122

fix(types): source map type

fix(types): source map type #122

Triggered via pull request June 2, 2025 14:35
Status Failure
Total duration 6m 9s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

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'.