Skip to content

Rewrite:stepper Fix frontend to be compatible with js-slang rewrite/stepper #3125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
186f0ee
(feat) [skip ci] integrate with js-slang stepper/rewrite
CATISNOTSODIUM Mar 1, 2025
d506417
(feat) [skip ci] integrate with js-slang stepper/rewrite
CATISNOTSODIUM Mar 1, 2025
c69da69
Merge branch 'stepper/rewrite' of https://github.com/CATISNOTSODIUM/s…
CATISNOTSODIUM Mar 3, 2025
44569ec
Merge branch 'stepper/rewrite' of https://github.com/CATISNOTSODIUM/s…
CATISNOTSODIUM Mar 3, 2025
2cabc31
Merge branch 'stepper/rewrite' of https://github.com/CATISNOTSODIUM/s…
CATISNOTSODIUM Mar 3, 2025
e6c992a
(feat) add custom ast renderer from scratch
CATISNOTSODIUM Mar 14, 2025
2994126
(feat) add custom ast renderer from scratch
CATISNOTSODIUM Mar 14, 2025
539e5c7
Merge branch 'stepper/rewrite' of https://github.com/CATISNOTSODIUM/s…
CATISNOTSODIUM Mar 17, 2025
49e59c2
feat: add mu term handler
CATISNOTSODIUM Mar 22, 2025
42fd50f
chore: refactoring
CATISNOTSODIUM Apr 8, 2025
76b16ff
chore: lint fix
CATISNOTSODIUM Apr 8, 2025
9321d2f
fix: fix parenthesis issue and multiline block expression
CATISNOTSODIUM Apr 12, 2025
b26f375
fix: format fix
CATISNOTSODIUM Apr 13, 2025
c54a846
Merge branch 'master' into stepper/rewrite
martin-henz Apr 14, 2025
b099d44
fix: add logical expression handler
CATISNOTSODIUM Apr 15, 2025
2352302
Merge branch 'master' of https://github.com/source-academy/frontend i…
RichDom2185 Apr 17, 2025
f470d9c
Fix incorrect merge conflict resolution
RichDom2185 Apr 17, 2025
01b3318
Fix lint
RichDom2185 Apr 17, 2025
8a702e2
Merge branch 'master' into stepper/rewrite
CATISNOTSODIUM Jun 9, 2025
cc0cac9
Merge branch 'master' into stepper/rewrite
martin-henz Jun 10, 2025
1671a0e
Merge branch 'master' into stepper/rewrite
martin-henz Jun 10, 2025
b3e487d
Merge branch 'stepper/rewrite' of https://github.com/CATISNOTSODIUM/s…
CATISNOTSODIUM Jun 11, 2025
c531ab9
fix: add language option for js slang helper
CATISNOTSODIUM Jun 11, 2025
bac739b
bumping js-slang
martin-henz Jun 11, 2025
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"i18next-browser-languagedetector": "^8.0.0",
"java-slang": "^1.0.13",
"js-cookie": "^3.0.5",
"js-slang": "^1.0.82",
"js-slang": "^1.0.83",
"js-yaml": "^4.1.0",
"konva": "^9.2.0",
"language-directory": "https://github.com/source-academy/language-directory.git",
Expand Down
Loading
Loading