mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
chore: cleanup
This commit is contained in:
@ -265,9 +265,6 @@ global.loadModule = function loadModule(name: string): any {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If no resolver found the module, return null
|
|
||||||
console.warn(`Module '${name}' could not be loaded by any resolver.`);
|
|
||||||
return null;
|
return null;
|
||||||
};
|
};
|
||||||
function registerOnGlobalContext(moduleName: string, exportName: string): void {
|
function registerOnGlobalContext(moduleName: string, exportName: string): void {
|
||||||
|
Reference in New Issue
Block a user