Skip to content

Commit

Permalink
fix(Regexp): escape is not supported by Deno/Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 12, 2024
1 parent e8d17d7 commit 5385b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions javascript/builtins/RegExp.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@
"impl_url": "https://crbug.com/353856236"
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "preview"
Expand All @@ -215,6 +218,9 @@
"ie": {
"version_added": false
},
"nodejs": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
Expand Down

0 comments on commit 5385b7b

Please sign in to comment.