Structs§
- Option
EnvMap - This is a transparent value type wrapping
FxIndexMap<RcStr,Option<RcStr>>. As opposed to [EnvMap], this map allows forNonevalues, which means that the variables should be replace with undefined.
Enums§
Functions§
- app_
function_ name - defines
- file_
content_ rope - foreign_
code_ context_ condition - free_
var_ references_ with_ vercel_ system_ env_ warnings - Emits warnings or errors when inlining frequently changing Vercel system env vars
- get_
asset_ path_ from_ pathname - get_
asset_ prefix_ from_ pathname - get_
transpiled_ packages - internal_
assets_ conditions - Determines if the module is an internal asset (i.e overlay, fallback) coming from the embedded FS, don’t apply user defined transforms.
- load_
next_ js_ json_ file - load_
next_ js_ jsonc_ file - load_
next_ js_ template - Loads a next.js template, replaces
replacementsandinjectionsand makes sure there are none left over. - load_
next_ js_ template_ no_ imports - Loads a next.js template but does not require that any relative imports are present or rewritten. This is intended for small internal templates that do not have their own imports but still use template variables/injections.
- module_
styles_ rule_ condition - pages_
function_ name - pathname_
for_ path - Converts a filename within the server root into a next pathname.
- styles_
rule_ condition - worker_
forwarded_ globals - Returns the list of global variables that should be forwarded from the main context to web workers. These are Next.js-specific globals that need to be available in worker contexts.