Skip to content

Add proof-of-concept for handling module types in Source Typed #3838

Add proof-of-concept for handling module types in Source Typed

Add proof-of-concept for handling module types in Source Typed #3838

Triggered via pull request September 3, 2023 02:38
Status Success
Total duration 6m 58s
Artifacts

nodejs.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (16.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/
build (16.x): src/ec-evaluator/interpreter.ts#L228
'reject' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L454
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L526
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L535
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L581
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L592
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L663
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L950
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/ec-evaluator/interpreter.ts#L965
'stash' is defined but never used. Allowed unused args must match /^_/u
build (16.x): src/editors/ace/modes/source.ts#L40
Do not use "@ts-ignore" because it alters compilation errors