pub const TURBOPACK_RUNTIME_FUNCTION_SHORTCUTS: [(&str, &TurbopackRuntimeFunctionShortcut); 21];
Expand description
Adding an entry to this list will automatically ensure that __turbopack_XXX__
can be called
from user code (by inserting a replacement into free_var_references)