Fix incorrect function.name
for aliased imports
#3872
Annotations
1 error and 11 warnings
|
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/
|
src/ec-evaluator/interpreter.ts#L218
'reject' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L448
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L520
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L529
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L575
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L586
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L657
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L944
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/ec-evaluator/interpreter.ts#L959
'stash' is defined but never used. Allowed unused args must match /^_/u
|
src/editors/ace/modes/source.ts#L40
Do not use "@ts-ignore" because it alters compilation errors
|
The logs for this run have expired and are no longer available.
Loading