feat: support cjs and esm both #981
Annotations
10 errors and 2 warnings
test/egg.test.ts#L10
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path.
|
test/egg.test.ts#L11
Could not find a declaration file for module 'await-event'. 'D:/a/egg-core/egg-core/node_modules/await-event/index.js' implicitly has an 'any' type.
|
test/egg.test.ts#L12
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../src/index.js'?
|
test/egg.test.ts#L76
'err' is of type 'unknown'.
|
test/egg.test.ts#L89
Variable 'app' implicitly has type 'any' in some locations where its type cannot be determined.
|
test/egg.test.ts#L97
Variable 'app' implicitly has an 'any' type.
|
test/egg.test.ts#L100
Variable 'app' implicitly has an 'any' type.
|
test/egg.test.ts#L104
Variable 'app' implicitly has an 'any' type.
|
test/egg.test.ts#L108
Variable 'app' implicitly has an 'any' type.
|
test/egg.test.ts#L112
Variable 'app' implicitly has an 'any' type.
|
test/loader/load_file.test.ts#L10
it.only not permitted
|
test/loader/load_file.test.ts#L10
it.only not permitted
|
This job failed
Loading