You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Keep in sync with next.js polyfills file : https://github.com/vercel/next.js/blob/v15.0.2/packages/next-polyfill-nomodule/src/index.js
Copy file name to clipboardExpand all lines: crates/oxc_linter/src/utils/nextjs.rs
+67Lines changed: 67 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,72 @@
1
1
usecrate::LintContext;
2
2
3
+
// Keep in sync with next.js polyfills file : https://github.com/vercel/next.js/blob/v15.0.2/packages/next-polyfill-nomodule/src/index.js
0 commit comments