Repo boundary breach detection on import normalise

This commit is contained in:
vorotamoroz
2026-06-19 06:03:53 +01:00
parent 463c0c0bc8
commit 2ee6a2c09f
5 changed files with 33 additions and 27 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { getLanguage, Notice, Plugin, type App, type PluginManifest } from "./deps";
import { setGetLanguage } from "./lib/src/common/coreEnvFunctions.ts";
import { setGetLanguage } from "@lib/common/coreEnvFunctions.ts";
setGetLanguage(getLanguage);
import { LiveSyncCommands } from "./features/LiveSyncCommands.ts";
import { HiddenFileSync } from "./features/HiddenFileSync/CmdHiddenFileSync.ts";