Skip to content

Commit 1e9b443

Browse files
Raaghulk04wkc75martin-henz
authored
Breakpoint frontend (#3702)
* stepper: add breakpoint navigation * Fix formatting in stepper breakpoint navigation * Fix syntax highlighting in mobile stepper * Remove unrelated changes from breakpoint PR * Handles Breakpoints Co-Authored-by: Kin Chong wongkinchong75@gmail.com * Handles Breakpoints Co-Authored-by: Kin Chong wongkinchong75@gmail.com * Fix Formatting issues * Reverting js-slang * fix issues * bumping js-slang to get the breakpoints to work in stepper * Addressing gemini-bot * Addressing integrity issues --------- Co-authored-by: wkc75 <wongkinchong75@gmail.com> Co-authored-by: Martin Henz <henz@comp.nus.edu.sg>
1 parent 4f96c35 commit 1e9b443

11 files changed

Lines changed: 10813 additions & 2018 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The Source Academy (<https://sourceacademy.org/>) is an immersive online experie
2929
> We recommend using `corepack` to manage the version of `yarn`, you may simply run `corepack enable` to complete this step.
3030
3131
1. Run `yarn install` to install dependencies.
32-
3332
- If you are on Ubuntu and encounter the error message: `No such file or directory: 'install'`, you might be running the incorrect "yarn" from the cmdtest testing suite instead of the JavaScript package manager of the same name. Refer to this [StackOverflow post](https://stackoverflow.com/questions/46013544/yarn-install-command-error-no-such-file-or-directory-install).
3433
- If you are on the new M1 or M2 Mac chips, and encounter an error while installing `canvas`, refer to [this documentation](https://github.com/Automattic/node-canvas/wiki/Installation:-Mac-OS-X#homebrew) to install the requisite dependencies first.
3534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"immer": "^9.0.21",
7070
"java-slang": "^1.0.13",
7171
"js-cookie": "^3.0.5",
72-
"js-slang": "^1.0.88",
72+
"js-slang": "^1.0.89",
7373
"js-yaml": "^4.1.0",
7474
"konva": "^10.0.0",
7575
"lodash": "^4.17.21",

public/evaluators/pie-slang/pie.js

Lines changed: 8532 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)