Skip to content

Replace TSC bundler by nodenext module resolution #227

Replace TSC bundler by nodenext module resolution

Replace TSC bundler by nodenext module resolution #227

Triggered via pull request February 1, 2025 06:33
@SceatSceat
synchronize #32
feat/nodenext
Status Failure
Total duration 37s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: src/utils/index.ts#L1
Cannot find module './convert.js' or its corresponding type declarations.
lint: src/utils/index.ts#L2
Cannot find module './math.js' or its corresponding type declarations.
lint: src/utils/index.ts#L3
Cannot find module './data.js' or its corresponding type declarations.
lint: src/utils/index.ts#L4
Cannot find module './misc.js' or its corresponding type declarations.
lint: src/utils/index.ts#L5
Cannot find module './spatial.js' or its corresponding type declarations.
lint: src/utils/spatial_utils.ts#L11
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './common_types.js'?
lint: src/utils/spatial_utils.ts#L48
Not all code paths return a value.
lint: src/utils/spatial_utils.ts#L60
Object is possibly 'undefined'.
lint: src/utils/spatial_utils.ts#L70
Argument of type 'Vector2 | undefined' is not assignable to parameter of type 'Vector2Like'.
lint: src/utils/spatial_utils.ts#L179
Not all code paths return a value.