Skip to content

fix: Resolve 42 TypeScript compilation errors (154→112) #12

fix: Resolve 42 TypeScript compilation errors (154→112)

fix: Resolve 42 TypeScript compilation errors (154→112) #12

Triggered via push January 29, 2026 17:14
Status Failure
Total duration 22s
Artifacts

publish.yml

on: push
Publish NPM package
18s
Publish NPM package
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Publish NPM package: src/ogc-api/csapi/parsers/parsers.edge-cases.spec.ts#L265
Property 'coordinates' does not exist on type 'Geometry'.
Publish NPM package: src/ogc-api/csapi/parsers/parsers.edge-cases.spec.ts#L251
Property 'coordinates' does not exist on type 'Geometry'.
Publish NPM package: src/ogc-api/csapi/parsers/parsers.edge-cases.spec.ts#L237
Property 'coordinates' does not exist on type 'Geometry'.
Publish NPM package: src/ogc-api/csapi/parsers/parsers.edge-cases.spec.ts#L107
Argument of type '{ type: string; geometry: any; properties: { featureType: string; uid: string; }; }' is not assignable to parameter of type 'Feature<Geometry, { [name: string]: any; }> | FeatureCollection<Geometry, { [name: string]: any; }>'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L387
Object literal may only specify known properties, and 'format' does not exist in type 'ParserOptions'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L371
Property 'length' does not exist on type 'ParseResult<SystemFeature[]>'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L326
Property 'parseGeoJSON' in type 'ErrorThrowingParser' is not assignable to the same property in base type 'SystemParser'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L317
Property 'parseSWE' in type 'FailingParser' is not assignable to the same property in base type 'SystemParser'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L316
Property 'parseSensorML' in type 'FailingParser' is not assignable to the same property in base type 'SystemParser'.
Publish NPM package: src/ogc-api/csapi/parsers/base.spec.ts#L315
Property 'parseGeoJSON' in type 'FailingParser' is not assignable to the same property in base type 'SystemParser'.