Skip to content

Commit

Permalink
fix: add RegExpStringIterator to globals (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-k authored Jan 20, 2025
1 parent e5ba26d commit 14224b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/biome_js_analyze/src/globals/typescript/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ pub const ES_2020: &[&str] = &[
"RegExpConstructor",
"RegExpExecArray",
"RegExpMatchArray",
"RegExpStringIterator",
"Required",
"ReturnType",
"Set",
Expand Down

0 comments on commit 14224b2

Please sign in to comment.