Builds: Introduce three.tsl.js #2327
CI.yml
on: pull_request
test
1m 48s
check-fomatting
13s
type-check
17s
test-examples
48s
test-src
40s
Annotations
31 errors and 5 warnings
type-check:
types/three/examples/jsm/csm/CSMShadowNode.d.ts#L2
Module '"three/tsl"' has no exported member 'Node'.
|
type-check:
types/three/examples/jsm/lighting/TiledLighting.d.ts#L9
Property 'createNode' in type 'TiledLighting' is not assignable to the same property in base type 'Lighting'.
|
type-check:
types/three/examples/jsm/lighting/TiledLighting.d.ts#L9
Type 'TiledLightsNode' does not satisfy the constraint 'Node'.
|
type-check:
types/three/examples/jsm/materials/LDrawConditionalLineNodeMaterial.d.ts#L1
Module '"three/tsl"' has no exported member 'NodeMaterial'.
|
type-check:
types/three/examples/jsm/materials/LDrawConditionalLineNodeMaterial.d.ts#L1
Module '"three/tsl"' has no exported member 'NodeMaterialParameters'.
|
type-check:
types/three/examples/jsm/objects/SkyMesh.d.ts#L1
Module '"three/tsl"' has no exported member 'UniformNode'.
|
type-check:
types/three/examples/jsm/objects/Water2Mesh.d.ts#L1
Module '"three/tsl"' has no exported member 'TempNode'.
|
type-check:
types/three/examples/jsm/objects/Water2Mesh.d.ts#L1
'"three/tsl"' has no exported member named 'TextureNode'. Did you mean 'textureLoad'?
|
type-check:
types/three/examples/jsm/objects/Water2Mesh.d.ts#L1
Module '"three/tsl"' has no exported member 'UniformNode'.
|
type-check:
types/three/examples/jsm/objects/Water2Mesh.d.ts#L1
Module '"three/tsl"' has no exported member 'Vector2'.
|
test-src
Property 'invocationSubgroupIndex' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'lightPosition' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'lightTargetPosition' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'. Did you mean 'lightTargetDirection'?
|
test-src
Property 'lightViewPosition' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'. Did you mean 'getViewPosition'?
|
test-src
Property 'localId' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'notEqual' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'numWorkgroups' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'storageBarrier' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'subgroupIndex' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-src
Property 'subgroupSize' does not exist on type 'typeof import("/home/runner/work/three-ts-types/three-ts-types/src-testing/src/nodes/TSL", { with: { "resolution-mode": "import" } })'.
|
test-examples
Type 'FilmNode & { toGlobal: never; append: never; toColor: (...args: unknown[]) => ShaderNodeObject<Node>; toFloat: (...args: unknown[]) => ShaderNodeObject<Node>; ... 118 more ...; discard: never; } & { ...; } & { ...; } & { ...; }' is missing the following properties from type 'Node': nodeType, updateType, updateBeforeType, updateAfterType, and 44 more.
|
test-examples
Type 'StereoPassNode' does not satisfy the constraint 'Node'.
|
test-examples
Type 'AnaglyphPassNode' does not satisfy the constraint 'Node'.
|
test-examples
Type 'ParallaxBarrierPassNode' does not satisfy the constraint 'Node'.
|
test-examples
Type 'StereoPassNode & { toGlobal: never; append: never; toColor: (...args: unknown[]) => ShaderNodeObject<Node>; toFloat: (...args: unknown[]) => ShaderNodeObject<Node>; ... 118 more ...; discard: never; } & { ...; } & { ...; } & { ...; }' is missing the following properties from type 'Node': nodeType, updateType, updateBeforeType, updateAfterType, and 44 more.
|
test-examples
Type 'StereoPassNode & { toGlobal: never; append: never; toColor: (...args: unknown[]) => ShaderNodeObject<Node>; toFloat: (...args: unknown[]) => ShaderNodeObject<Node>; ... 118 more ...; discard: never; } & { ...; } & { ...; } & { ...; }' is missing the following properties from type 'Node': nodeType, updateType, updateBeforeType, updateAfterType, and 44 more.
|
test-examples
Type 'AnaglyphPassNode & { toGlobal: never; append: never; toColor: (...args: unknown[]) => ShaderNodeObject<Node>; toFloat: (...args: unknown[]) => ShaderNodeObject<Node>; ... 118 more ...; discard: never; } & { ...; } & { ...; } & { ...; }' is missing the following properties from type 'Node': nodeType, updateType, updateBeforeType, updateAfterType, and 44 more.
|
test-examples
Type 'ParallaxBarrierPassNode & { toGlobal: never; append: never; toColor: (...args: unknown[]) => ShaderNodeObject<Node>; toFloat: (...args: unknown[]) => ShaderNodeObject<Node>; ... 118 more ...; discard: never; } & { ...; } & { ...; } & { ...; }' is missing the following properties from type 'Node': nodeType, updateType, updateBeforeType, updateAfterType, and 44 more.
|
test-examples
Module '"three/tsl"' has no exported member 'Node'.
|
test-examples
Module '"three/tsl"' has no exported member 'UniformNode'.
|
test
Process completed with exit code 1.
|
check-fomatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-src
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|