complete framework remediation validation
This commit is contained in:
@@ -89,7 +89,10 @@ const CONTROLLER_LOADER = String.raw`
|
||||
/** The reactive runtime served at `/__wrnexus/reactive.js` (plain browser JS). */
|
||||
export function getReactiveRuntime(development = false): string {
|
||||
let source = stripControllerSections(runtimeForMode(development));
|
||||
source = source.replace(" function hydrateScopes(root) {", `${CONTROLLER_LOADER}\n function hydrateScopes(root) {`);
|
||||
source = source.replace(
|
||||
" function hydrateScopes(root) {",
|
||||
`${CONTROLLER_LOADER}\n function hydrateScopes(root) {`,
|
||||
);
|
||||
source = source.replace(
|
||||
" hydrateNavbarControllers(host);\n hydratePreferenceControllers(host);\n hydrateSelectControllers(host);\n hydratePinInputControllers(host);",
|
||||
" loadComponentControllers(host);",
|
||||
|
||||
Reference in New Issue
Block a user