next.js
a2265319
- Support type cast expressions in page static info extractor (#92837)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
51 days ago
Support type cast expressions in page static info extractor (#92837) So that ```ts export const runtime = "node" as const export const runtime = "node" as string export const runtime = "node" satisfies string // was already working ``` works
References
#92837 - Support type cast expressions in page static info extractor
Author
mischnic
Parents
40a4e666
Loading