next.js
a2265319 - Support type cast expressions in page static info extractor (#92837)

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
Author
Parents
Loading