Replace TSC bundler by nodenext module resolution #174
Annotations
10 errors and 1 warning
Run npm run 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'?
|
Run npm run 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'?
|
Run npm run 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'?
|
Run npm run 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'?
|
Run npm run 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'?
|
Run npm run lint:
src/processing/BlocksProcessing.ts#L317
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
|
Run npm run lint:
src/processing/BlocksProcessing.ts#L336
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
|
Run npm run lint:
src/processing/BlocksProcessing.ts#L348
This member cannot have an 'override' modifier because its containing class 'BlocksProcessing' does not extend another class.
|
Run npm run lint:
src/processing/ItemsProcessing.ts#L62
Parameter 'b1' implicitly has an 'any' type.
|
Run npm run lint:
src/processing/ItemsProcessing.ts#L62
Parameter 'b2' implicitly has an 'any' type.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading