File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
src/features/cseMachine/__tests__ Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 49
49
"flexboxgrid" : " ^6.3.1" ,
50
50
"flexboxgrid-helpers" : " ^1.1.3" ,
51
51
"hastscript" : " ^9.0.0" ,
52
- "js-slang" : " ^1.0.46 " ,
52
+ "js-slang" : " ^1.0.48 " ,
53
53
"js-yaml" : " ^4.1.0" ,
54
54
"konva" : " ^9.2.0" ,
55
55
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ const codeSamplesControlStash = [
184
184
}
185
185
create(3)[1]();
186
186
` ,
187
- 33
187
+ 32
188
188
] ,
189
189
[
190
190
'global environments are treated correctly' ,
@@ -194,7 +194,7 @@ const codeSamplesControlStash = [
194
194
}
195
195
math_sin(math_PI / 2);
196
196
` ,
197
- 7
197
+ 6
198
198
] ,
199
199
[
200
200
'Control is truncated properly' ,
@@ -204,7 +204,7 @@ const codeSamplesControlStash = [
204
204
}
205
205
fact(10);
206
206
` ,
207
- 161 ,
207
+ 160 ,
208
208
true
209
209
]
210
210
] ;
Original file line number Diff line number Diff line change @@ -8305,10 +8305,10 @@ js-sdsl@4.3.0, js-sdsl@^4.1.4:
8305
8305
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.3.0.tgz#aeefe32a451f7af88425b11fdb5f58c90ae1d711"
8306
8306
integrity sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==
8307
8307
8308
- js-slang@^1.0.46 :
8309
- version "1.0.46 "
8310
- resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.46 .tgz#61b27f7a99ebe02c2f462e353d57a1593f2644ff "
8311
- integrity sha512-ogAJXNKGxbXk4y1FL/U9Jqt+SHKj9Ekn+xXffu+rs+FA07OcW0b6VElAL2z0sJr5tV88RWiC/1xJULr7aFnAiA ==
8308
+ js-slang@^1.0.48 :
8309
+ version "1.0.48 "
8310
+ resolved "https://registry.yarnpkg.com/js-slang/-/js-slang-1.0.48 .tgz#e08a52a8472eeb18c573e7a9700865746b7bcdbe "
8311
+ integrity sha512-XaGdlbzZsMbA46f+5/IUXi2vUx3hlDA8ctneWSXOY7BMPduiUUrDJzL2y27enGZbE4l1V8E1prNehO7zfS6Xuw ==
8312
8312
dependencies:
8313
8313
"@babel/parser" "^7.19.4"
8314
8314
"@joeychenofficial/alt-ergo-modified" "^2.4.0"
You can’t perform that action at this time.
0 commit comments