-
Notifications
You must be signed in to change notification settings - Fork 28.4k
Allow metadata related exports in TS plugin #45282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Failing test suitesCommit: 991f35a
Expand output● basic HMR, basePath: "/docs" › Error Recovery › should recover after webpack parse error in an imported file
Read more about building and testing Next.js in contributing.md.
Expand output● Middleware Runtime › with i18n › should rewrite correctly for non-SSG/SSP page
● Middleware Runtime › without i18n › should rewrite correctly for non-SSG/SSP page
Read more about building and testing Next.js in contributing.md. |
This PR ensures that
metadata
andgenerateMetadata
are valid exports for pages and layouts during the TS plugin check.Bug
fixes #number
contributing.md
Feature
fixes #number
contributing.md
Documentation / Examples
pnpm build && pnpm lint