Skip to content

Replace TSC bundler by nodenext module resolution #174

Replace TSC bundler by nodenext module resolution

Replace TSC bundler by nodenext module resolution #174

Triggered via pull request January 16, 2025 07:43
@SceatSceat
synchronize #32
feat/nodenext
Status Failure
Total duration 29s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/processing/BlocksProcessing.ts#L9
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../index.js'?
lint: src/processing/BlocksProcessing.ts#L16
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../utils/convert.js'?
lint: src/processing/BlocksProcessing.ts#L17
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../utils/types.js'?
lint: src/processing/BlocksProcessing.ts#L19
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './GroundPatch.js'?
lint: src/processing/BlocksProcessing.ts#L20
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './ItemsProcessing.js'?
lint: src/processing/BlocksProcessing.ts#L317
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
lint: src/processing/BlocksProcessing.ts#L336
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
lint: src/processing/BlocksProcessing.ts#L348
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
lint: src/processing/ItemsProcessing.ts#L62
Parameter 'b1' implicitly has an 'any' type.
lint: src/processing/ItemsProcessing.ts#L62
Parameter 'b2' implicitly has an 'any' type.
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636