Refactor/esm #3456
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
yamllint
3s
pkg
13s
eslint
16s
unused-deps
15s
jest
30s
CodeQL
1m 6s
Annotations
10 errors
pkg:
tests/test-cases/when/integration.when.test.ts#L1
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/write-streams.js'?
|
pkg:
tests/test-cases/when/integration.when.test.ts#L2
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/handler.js'?
|
pkg:
tests/test-cases/when/integration.when.test.ts#L3
Cannot find module '../../mocks/utils.mock' or its corresponding type declarations.
|
pkg:
tests/test-cases/when/integration.when.test.ts#L4
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../mocks/when-statics.js'?
|
pkg
Process completed with exit code 2.
|
jest:
tests/test-cases/when/integration.when.test.ts#L1
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/write-streams.js'?
|
jest:
tests/test-cases/when/integration.when.test.ts#L2
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../../src/handler.js'?
|
jest:
tests/test-cases/when/integration.when.test.ts#L3
Cannot find module '../../mocks/utils.mock' or its corresponding type declarations.
|
jest:
tests/test-cases/when/integration.when.test.ts#L4
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../mocks/when-statics.js'?
|
jest
Process completed with exit code 2.
|