docs: align package boundary proof with published artefact

This commit is contained in:
vorotamoroz
2026-07-17 18:20:29 +00:00
parent 7b7801b029
commit 2e999b9426
4 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Converts standard global variable usages to compatibility wrappers to ensure saf
* **Targets**: `setTimeout`, `clearTimeout`, `setInterval`, `clearInterval`, `requestAnimationFrame`, `cancelAnimationFrame`, `localStorage`, `navigator`, `location`, `window`, `globalThis`, and `document`.
* **Actions**:
* Replaces global namespace references (like `window` and `globalThis`) with `compatGlobal`.
* Replaces `document` with `_activeDocument` from the Commonlib compatibility entry.
* Replaces `document` with `_activeDocument` from the Commonlib compatibility entry.
* Injects or updates the necessary imports in modified files.
* **Command**:
```bash