Skip to content

Remove loosely-typed event listener methods #1888

Remove loosely-typed event listener methods

Remove loosely-typed event listener methods #1888

Triggered via pull request August 12, 2024 22:46
Status Failure
Total duration 2m 52s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 5 warnings
type-check: types/three/test/integration/three-examples/webxr_vr_handinput_cubes.ts#L109
Argument of type '"pinchstart"' is not assignable to parameter of type 'keyof Object3DEventMap'.
type-check: types/three/test/integration/three-examples/webxr_vr_handinput_cubes.ts#L110
Argument of type '"pinchend"' is not assignable to parameter of type 'keyof Object3DEventMap'.
type-check: types/three/test/integration/three-examples/webxr_vr_handinput_cubes.ts#L123
Argument of type '"pinchstart"' is not assignable to parameter of type 'keyof Object3DEventMap'.
type-check: types/three/test/integration/three-examples/webxr_vr_handinput_cubes.ts#L124
Argument of type '"pinchend"' is not assignable to parameter of type 'keyof Object3DEventMap'.
type-check: types/three/test/unit/src/core/EventDispatcher.ts#L46
Argument of type '"baz"' is not assignable to parameter of type 'keyof TestEvent'.
type-check: types/three/test/unit/src/core/EventDispatcher.ts#L56
Argument of type '"NotRegistered"' is not assignable to parameter of type 'keyof TestEvent'.
type-check
Process completed with exit code 2.
test-src
Cannot find module './core/ParameterNode.js' or its corresponding type declarations.
test-src
Cannot find module './utils/FunctionOverloadingNode.js' or its corresponding type declarations.
test-src
Cannot find module './utils/LoopNode.js' or its corresponding type declarations.
test-src
Cannot find module './utils/SetNode.js' or its corresponding type declarations.
test-src
Cannot find module './utils/StorageArrayElementNode.js' or its corresponding type declarations.
test-src
Cannot find module './accessors/MorphNode.js' or its corresponding type declarations.
test-src
Cannot find module './accessors/SceneNode.js' or its corresponding type declarations.
test-src
Cannot find module './accessors/TextureSizeNode.js' or its corresponding type declarations.
test-src
Cannot find module './display/BumpMapNode.js' or its corresponding type declarations.
test-src
Module '"./display/ViewportNode.js"' has no exported member 'viewport'. Did you mean to use 'import viewport from "./display/ViewportNode.js"' instead?
test
Process completed with exit code 2.
check-fomatting
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
type-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-src
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-examples
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/