ecosystem-ci #685
Annotations
12 errors
|
test-ecosystem (language-tools)
Property 'at' does not exist on type 'Node[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
|
test-ecosystem (language-tools)
Cannot find name '__dirname'.
|
|
test-ecosystem (language-tools)
Cannot find name '__dirname'.
|
|
test-ecosystem (language-tools)
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
|
test-ecosystem (language-tools)
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
|
test-ecosystem (language-tools)
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
|
|
test-ecosystem (language-tools)
Cannot find namespace 'NodeJS'.
|
|
test-ecosystem (language-tools)
Cannot find name 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
|
|
test-ecosystem (language-tools)
Property 'at' does not exist on type 'SimpleExpressionNode[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
|
test-ecosystem (language-tools)
Property 'at' does not exist on type 'Set<string>[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
|
test-ecosystem (vant)
Process completed with exit code 1.
|
|
Unhandled error:
workspace/vant/vant/packages/vant-use/dist/index.js#L12
ReferenceError: window is not defined
❯ isWindow ../vant-use/dist/index.js:12:33
❯ Module.useRect ../vant-use/dist/index.js:23:9
❯ Timeout.setHeight [as _onTimeout] src/composables/use-height.ts:13:20
❯ listOnTimeout node:internal/timers:605:17
❯ processTimers node:internal/timers:541:7
This error originated in "src/submit-bar/test/index.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|