Skip to content

Commit 7131b2e

Browse files
authored
optimize peek (#75)
* update npm dependencies * add test program * less peek()
1 parent 802479d commit 7131b2e

5 files changed

Lines changed: 12863 additions & 149 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ _tmp/
1515
# perf regression result files (perf/run.mjs)
1616
before.json
1717
after.json
18+
output-*

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/larshp/zmjs#readme",
2020
"dependencies": {
2121
"@abaplint/cli": "^2.120.4",
22-
"@abaplint/runtime": "^2.13.41",
23-
"@abaplint/transpiler-cli": "^2.13.41"
22+
"@abaplint/runtime": "^2.13.42",
23+
"@abaplint/transpiler-cli": "^2.13.42"
2424
}
2525
}

0 commit comments

Comments
 (0)