Add template code highlighting #3844
ci-cd.yml
on: push
Matrix: install-deps
API π‘ - test π§ͺ
2m 3s
API π‘ - lint π
1m 25s
Matrix: Publish packages on NPM π¦
Matrix: CLI π»οΈ - build π§
Matrix: CLI π»οΈ - lint π
Matrix: Core β€οΈ - build & test π§
Matrix: Core β€οΈ - lint π
Matrix: Docs π
Matrix: Lib π - build & test π§
Matrix: Lib π - lint π
Matrix: Parsers π - build π§
Matrix: Web π - build & deploy π§
Matrix: Web π - lint π
Publish docker containers π’
0s
Matrix: Publish demo π
Annotations
4 errors and 2 warnings
Web π - build & deploy π§ (22)
Argument of type '{ id: number; leftFile: { astAndMappingLoaded: true; ast: string[]; mapping: { startRow: number; startCol: number; endRow: number; endCol: number; }[]; id: number; path: string; shortPath: string; content: string; ... 5 more ...; original: { ...; }; } | { ...; }; ... 10 more ...; rightIgnoredKgrams: { ...; }[]; }[]' is not assignable to parameter of type 'ArrayLike<Pair> | { [s: string]: Pair; }'.
|
Web π - build & deploy π§ (22)
Type '{ id: number; similarity: number; longestFragment: number; totalOverlap: number; leftFile: File; rightFile: File; fragments: null; leftCovered: number; rightCovered: number; }' is missing the following properties from type 'Pair': leftEntry, rightEntry, leftIgnoredKgrams, rightIgnoredKgrams
|
Web π - build & deploy π§ (22)
Type '{ id: number; leftFile: { astAndMappingLoaded: true; ast: string[]; mapping: { startRow: number; startCol: number; endRow: number; endCol: number; }[]; id: number; path: string; shortPath: string; content: string; ... 5 more ...; original: { ...; }; } | { ...; }; ... 10 more ...; rightIgnoredKgrams: { ...; }[]; }' is not assignable to type 'Pair'.
|
Web π - build & deploy π§ (22)
Process completed with exit code 2.
|
Web π - lint π (22):
web/src/api/models/pair.ts#L1
'Kgram' is defined but never used
|
Web π - lint π (22):
web/src/api/workers/data.worker.ts#L12
'report' is defined but never used
|