Temporary fix to speed up canAvoidInstr
#4834
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
src/createContext.ts#L425
'f' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/closure.ts#L50
'_' is assigned a value but never used
|
build:
src/cse-machine/interpreter.ts#L275
'reject' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L502
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L585
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L658
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L667
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L714
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L725
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L787
'stash' is defined but never used. Allowed unused args must match /^_/u
|