File Selectors, while, @block, FFT #82
Annotations
11 warnings
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/
|
gui/src/actions/activateFile.ts#L18
'setExpandedTreeNodes' is assigned a value but never used. Allowed unused vars must match /^_/u
|
gui/src/actions/formatCode.ts#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
gui/src/actions/formatCode.ts#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
gui/src/actions/formatCode.ts#L8
'MutableRef' is defined but never used. Allowed unused vars must match /^_/u
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L71
Unexpected any. Specify a different type
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L82
Unexpected 'fixme' comment: 'FIXME'
|
gui/src/codemirror/completionSources/localCompletionSource.ts#L96
Unexpected 'fixme' comment: 'FIXME what is correct return value?'
|
gui/src/components/js2eel/Js2Eel.tsx#L4
'saveClientSetting' is defined but never used. Allowed unused vars must match /^_/u
|
gui/src/components/js2eel/NewFileModal.tsx#L30
'event' is defined but never used. Allowed unused args must match /^_/u
|
gui/src/components/js2eel/tabs/Docs/Docs.tsx#L14
Unexpected 'fixme' comment: 'FIXME change to use PersistedScrollable'
|
This job succeeded
Loading