refactor: use TypeScript + Node 20 + vite #34
pull-request.yml
on: pull_request
test coverage (20.x)
25s
build (20.x)
18s
Matrix: lint and test
Annotations
30 errors and 4 warnings
build (20.x):
src/Client.ts#L1
Parameter 'canvas' implicitly has an 'any' type.
|
build (20.x):
src/Client.ts#L1
Binding element 'api' implicitly has an 'any' type.
|
build (20.x):
src/Client.ts#L1
Property 'instance' does not exist on type 'Function'.
|
build (20.x):
src/Client.ts#L1
Property 'fetch' does not exist on type 'Client'.
|
build (20.x):
src/Client.ts#L1
Property 'device' does not exist on type 'Client'.
|
build (20.x):
src/Client.ts#L1
Property 'device' does not exist on type 'Client'.
|
build (20.x):
src/Client.ts#L1
Expected 0 arguments, but got 1.
|
build (20.x):
src/Client.ts#L1
Property 'screen' does not exist on type 'Client'.
|
build (20.x):
src/Client.ts#L1
Property 'textures' does not exist on type 'Client'.
|
build (20.x):
src/Client.ts#L1
Property 'ui' does not exist on type 'Client'.
|
lint and test (20.x):
src/gfx/Screen.ts#L26
'_viewport' is defined but never used
|
lint and test (20.x):
src/gfx/Screen.ts#L60
'_viewport' is assigned a value but never used
|
lint and test (20.x):
src/ui/components/FactoryRegistry.ts#L33
Unable to validate computed reference to imported namespace 'frameTypes'
|
lint and test (20.x):
src/ui/components/UIRoot.ts#L49
'_unknownBool' is defined but never used
|
lint and test (20.x):
src/ui/components/UIRoot.ts#L61
'_checkOcclusion' is defined but never used
|
lint and test (20.x):
src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used. Allowed unused vars must match /^_/u
|
lint and test (20.x):
src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used
|
lint and test (20.x):
src/ui/components/abstract/LayoutFrame.ts#L294
'_other' is defined but never used
|
lint and test (20.x):
src/ui/components/abstract/LayoutFrame.ts#L443
'_prevRect' is defined but never used
|
lint and test (20.x):
src/ui/components/abstract/ScriptObject.ts#L43
Unexpected aliasing of 'this' to local variable
|
lint and test (18.x):
src/gfx/Screen.ts#L26
'_viewport' is defined but never used
|
lint and test (18.x):
src/gfx/Screen.ts#L60
'_viewport' is assigned a value but never used
|
lint and test (18.x):
src/ui/components/FactoryRegistry.ts#L33
Unable to validate computed reference to imported namespace 'frameTypes'
|
lint and test (18.x):
src/ui/components/UIRoot.ts#L49
'_unknownBool' is defined but never used
|
lint and test (18.x):
src/ui/components/UIRoot.ts#L61
'_checkOcclusion' is defined but never used
|
lint and test (18.x):
src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used. Allowed unused vars must match /^_/u
|
lint and test (18.x):
src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used
|
lint and test (18.x):
src/ui/components/abstract/LayoutFrame.ts#L294
'_other' is defined but never used
|
lint and test (18.x):
src/ui/components/abstract/LayoutFrame.ts#L443
'_prevRect' is defined but never used
|
lint and test (18.x):
src/ui/components/abstract/ScriptObject.ts#L43
Unexpected aliasing of 'this' to local variable
|
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint and test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test coverage (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint and test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|