Skip to content

Commit

Permalink
Update crates/biome_js_analyze/src/lint/nursery/no_unwanted_polyfilli…
Browse files Browse the repository at this point in the history
…o.rs

Co-authored-by: Arend van Beelen jr. <[email protected]>
  • Loading branch information
unvalley and arendjr authored Dec 15, 2024
1 parent dcf4cd8 commit de9fa96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl Rule for NoUnwantedPolyfillio {
}

// Keep in sync with next.js polyfills file : https://github.com/vercel/next.js/blob/master/packages/next-polyfill-nomodule/src/index.js
const NEXT_POLYFILLED_FEATURES: [&str; 64] = [
const NEXT_POLYFILLED_FEATURES: &[&str] = &[
"Array.from",
"Array.of",
"Array.prototype.@@iterator",
Expand Down

0 comments on commit de9fa96

Please sign in to comment.