Skip to content

Add projection expression syntax #1731

Add projection expression syntax

Add projection expression syntax #1731

Triggered via pull request November 5, 2024 05:29
Status Failure
Total duration 2m 15s
Artifacts

test-all.yml

on: pull_request
Code Hygiene
2m 5s
Code Hygiene
Unit and Integration Tests
15s
Unit and Integration Tests
Matrix: Packaging and Build tests
Fit to window
Zoom out
Zoom in

Annotations

16 errors
Unit and Integration Tests
Process completed with exit code 1.
Packaging and Build tests (ubuntu-latest)
Process completed with exit code 1.
Packaging and Build tests (ubuntu-latest)
Process completed with exit code 1.
Packaging and Build tests (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Packaging and Build tests (windows-latest)
The operation was canceled.
Code Hygiene: build/generate-docs.ts#L286
Argument of type '{ required: boolean; type: string; values: number[]; doc: string; example: number; } | { type: string; doc: string; example: string; } | { type: string; doc: string; example: { "styleeditor:slimmode": boolean; "styleeditor:comment": string; "styleeditor:version": string; "example:object": { ...; }; }; } | ... 14 mor...' is not assignable to parameter of type 'JsonObject'.
Code Hygiene: build/generate-docs.ts#L524
Argument of type '{ required: boolean; type: string; values: number[]; doc: string; example: number; } | { type: string; doc: string; example: string; } | { type: string; doc: string; example: { "styleeditor:slimmode": boolean; "styleeditor:comment": string; "styleeditor:version": string; "example:object": { ...; }; }; } | ... 14 mor...' is not assignable to parameter of type 'JsonObject'.
Code Hygiene: build/generate-docs.ts#L528
Property 'doc' does not exist on type '{ required: boolean; type: string; values: number[]; doc: string; example: number; } | { type: string; doc: string; example: string; } | { type: string; doc: string; example: { "styleeditor:slimmode": boolean; "styleeditor:comment": string; "styleeditor:version": string; "example:object": { ...; }; }; } | ... 14 mor...'.
Code Hygiene: build/generate-docs.ts#L529
Property 'example' does not exist on type '{ required: boolean; type: string; values: number[]; doc: string; example: number; } | { type: string; doc: string; example: string; } | { type: string; doc: string; example: { "styleeditor:slimmode": boolean; "styleeditor:comment": string; "styleeditor:version": string; "example:object": { ...; }; }; } | ... 14 mor...'.
Code Hygiene: build/generate-docs.ts#L531
Type 'string | { type: string[]; doc: string; default: string; values: { mercator: { doc: string; }; globe: { doc: string; }; }; expression: { interpolated: boolean; parameters: string[]; }; example: { simple: { projection: { ...; }; }; expression: { ...; }; }; }' is not assignable to type 'string | number | symbol'.
Code Hygiene: build/generate-docs.ts#L532
Type '{ type: string[]; doc: string; default: string; values: { mercator: { doc: string; }; globe: { doc: string; }; }; expression: { interpolated: boolean; parameters: string[]; }; example: { simple: { projection: { type: string; }; }; expression: { ...; }; }; }' cannot be used as an index type.
Code Hygiene: src/diff.test.ts#L2
Cannot find module './types.g' or its corresponding type declarations.
Code Hygiene: src/diff.ts#L2
Cannot find module './types.g' or its corresponding type declarations.
Code Hygiene: src/empty.ts#L2
Cannot find module './types.g' or its corresponding type declarations.
Code Hygiene: src/expression/index.ts#L29
Cannot find module '../types.g' or its corresponding type declarations.
Code Hygiene
Process completed with exit code 1.