Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ Please note that doing this will disable the test suite, so you will need to run
cd scripts\
bash test.sh

## For Testing of js-slang
## js-slang

### Alpha version

Use branch js-slang-alpha-preview to see the new changes (native and verbose errors).

Have `"enable verbose";` as the first line of your program to activate verbose messages.
Currently using a version of js-slang with native and verbose errors.

Edit https://github.com/source-academy/cadet-frontend/blob/57ba44f6b55c214d0f20339cd45bece57f24f48c/src/sagas/index.ts#L260

to toggle native.
to toggle native (default is native enabled).

### To run local copy of js-slang

Expand Down
187 changes: 77 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading