You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECKME: We generate a new route table. This is only so we can copy in the plugin's namespace. Should reeeaally happen in the plugin itself...
279
-
finalNGRouteTablepluginRouteTable;
279
+
finalNGRouteTablerouteTable;
280
280
281
-
// If we're in development mode, the create the route table, using the plugin as a "route supplier". This means the route list gets updated, every time the user makes a change.
282
-
// In production, we just create the route table from a static list in instead, to maintain performance
281
+
// If we're in development mode, we create the route table using the plugin as a "route supplier". This means the route list gets updated, every time the user makes a change.
282
+
// In production, we just create the route table by reading the route list once directly, maintaining performance in production.
283
+
// FIXME: Whether or not the route list is cached should be configurable. It should even be configurable for each table, since some lists will rarely change (including ng's own routes) // Hugi 2025-04-19
0 commit comments