Skip to content

#154 TextFieldのスクロール処理を実装(WIP) #665

#154 TextFieldのスクロール処理を実装(WIP)

#154 TextFieldのスクロール処理を実装(WIP) #665

Triggered via push November 24, 2024 11:51
Status Success
Total duration 1m 14s
Artifacts

lint.yml

on: push
macos-browser-test
14s
macos-browser-test
windows-browser-test
42s
windows-browser-test
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
windows-browser-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
windows-browser-test: packages/core/src/Player/service/PlayerPointerMoveEventService.ts#L20
'page_x' is assigned a value but never used. Allowed unused args must match /^_/u
windows-browser-test: packages/core/src/Player/service/PlayerPointerMoveEventService.ts#L21
'page_y' is assigned a value but never used. Allowed unused args must match /^_/u
windows-browser-test: packages/text/src/TextField/usecase/TextFieldCompositionUpdateUseCase.ts#L151
'offsetHeight' is assigned a value but never used. Allowed unused vars must match /^_/u
windows-browser-test: packages/text/src/TextField/usecase/TextFieldCompositionUpdateUseCase.ts#L165
'offsetWidth' is assigned a value but never used. Allowed unused vars must match /^_/u
macos-browser-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macos-browser-test: packages/core/src/Player/service/PlayerPointerMoveEventService.ts#L20
'page_x' is assigned a value but never used. Allowed unused args must match /^_/u
macos-browser-test: packages/core/src/Player/service/PlayerPointerMoveEventService.ts#L21
'page_y' is assigned a value but never used. Allowed unused args must match /^_/u
macos-browser-test: packages/text/src/TextField/usecase/TextFieldCompositionUpdateUseCase.ts#L151
'offsetHeight' is assigned a value but never used. Allowed unused vars must match /^_/u
macos-browser-test: packages/text/src/TextField/usecase/TextFieldCompositionUpdateUseCase.ts#L165
'offsetWidth' is assigned a value but never used. Allowed unused vars must match /^_/u