Merge pull request #17910 from Napalys/napalys/matchAll-support

JS: Support for matchAll
This commit is contained in:
Napalys Klicius
2024-11-14 15:36:20 +01:00
committed by GitHub
16 changed files with 179 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ private module Impl implements
|
name = "replace"
or
name = "match" and exists(mcn.getAPropertyRead())
name = ["match", "matchAll"] and exists(mcn.getAPropertyRead())
)
)
}