feat: remove typescript #142
check-js.yml
on: pull_request
Check TS (tsc)
11s
Lint JS (eslint, prettier)
16s
Annotations
10 errors and 12 warnings
Lint JS (eslint, prettier):
src/Video.jsx#L60
Parsing error: ',' expected.
|
Lint JS (eslint, prettier):
src/specs/VideoNativeComponent.js#L570
Parsing error: Expression expected.
|
Lint JS (eslint, prettier):
src/types/Ads.js#L1
Parsing error: Unexpected token, expected "{"
|
Lint JS (eslint, prettier):
src/types/FilterType.js#L18
Parsing error: Unexpected token
|
Lint JS (eslint, prettier):
src/types/Orientation.js#L4
Parsing error: Unexpected token
|
Lint JS (eslint, prettier):
src/types/ResizeMode.js#L6
Parsing error: Unexpected token
|
Lint JS (eslint, prettier):
src/types/TextTrackType.js#L5
Parsing error: Unexpected token
|
Lint JS (eslint, prettier):
src/types/video.js#L9
Parsing error: Unexpected token, expected ","
|
Lint JS (eslint, prettier):
src/types/video.js#L33
'NodeRequire' is not defined.
|
Lint JS (eslint, prettier):
src/utils.js#L32
Parsing error: Missing semicolon.
|
Check TS (tsc)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint JS (eslint, prettier)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint JS (eslint, prettier):
src/types/Ads.js#L1
'AdEvent' is already declared in the upper scope on line 1 column 13.
|
Lint JS (eslint, prettier):
src/types/FilterType.js#L1
'FilterType' is already declared in the upper scope on line 1 column 6.
|
Lint JS (eslint, prettier):
src/types/Orientation.js#L1
'Orientation' is already declared in the upper scope on line 1 column 6.
|
Lint JS (eslint, prettier):
src/types/ResizeMode.js#L1
'ResizeMode' is already declared in the upper scope on line 1 column 6.
|
Lint JS (eslint, prettier):
src/types/TextTrackType.js#L1
'TextTrackType' is already declared in the upper scope on line 1 column 6.
|
Lint JS (eslint, prettier):
src/types/video.js#L42
'DRMType' is already declared in the upper scope on line 42 column 13.
|
Lint JS (eslint, prettier):
src/types/video.js#L77
'SelectedTrackType' is already declared in the upper scope on line 77 column 13.
|
Lint JS (eslint, prettier):
src/types/video.js#L90
'SelectedVideoTrackType' is already declared in the upper scope on line 90 column 13.
|
Lint JS (eslint, prettier):
src/types/video.js#L111
'TextTrackType' is already declared in the upper scope on line 111 column 13.
|
Lint JS (eslint, prettier):
src/types/video.js#L155
'FullscreenOrientationType' is already declared in the upper scope on line 155 column 13.
|