mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
refactor bridge plugin into virtual module
This commit is contained in:
@@ -67,3 +67,8 @@ export function installRequire() {
|
||||
|
||||
installDebugHelpers(rawRegistry);
|
||||
}
|
||||
|
||||
// For modules captured at runtime, e.g. the obsidian module via the virtual-plugin loader.
|
||||
export function registerShim(name, mod) {
|
||||
shimRegistry[name] = mod;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user