Fix readme for running js-slang without adding to PATH #5014
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L268
'reject' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L495
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L578
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L651
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L660
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L707
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L718
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/cse-machine/interpreter.ts#L780
'stash' is defined but never used. Allowed unused args must match /^_/u
|