Skip to content

Commit

Permalink
Support subroutine capture transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Dec 26, 2024
1 parent a825069 commit fc39a08
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 138 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,18 @@
"regex",
"regexp",
"oniguruma",
"onigmo",
"textmate-grammar",
"transpiler"
],
"dependencies": {
"emoji-regex-xs": "^1.0.0",
"regex": "^5.0.2",
"regex-recursion": "slevithan/regex-recursion"
"regex": "^5.1.1",
"regex-recursion": "^5.1.1"
},
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"jasmine": "^5.5.0",
"typescript": "^5.7.2",
"typescript": "~5.7.2",
"vscode-oniguruma": "^2.0.1"
}
}
Loading

0 comments on commit fc39a08

Please sign in to comment.