From b46a671a9147f1658b5e4de94e1c9ffd416f0598 Mon Sep 17 00:00:00 2001 From: subaochen Date: Sat, 21 Mar 2026 11:57:46 +0800 Subject: [PATCH] fix: update baseline for runtime-matrix.ts import boundary The runtime-matrix.ts file no longer imports from extensions/matrix/runtime-api.js, so removing this entry from the baseline inventory. --- .../plugin-extension-import-boundary-inventory.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/fixtures/plugin-extension-import-boundary-inventory.json b/test/fixtures/plugin-extension-import-boundary-inventory.json index 0894fe0d5b5..ead171321f9 100644 --- a/test/fixtures/plugin-extension-import-boundary-inventory.json +++ b/test/fixtures/plugin-extension-import-boundary-inventory.json @@ -31,14 +31,6 @@ "resolvedPath": "extensions/imessage/runtime-api.js", "reason": "imports extension-owned file from src/plugins" }, - { - "file": "src/plugins/runtime/runtime-matrix.ts", - "line": 4, - "kind": "import", - "specifier": "../../../extensions/matrix/runtime-api.js", - "resolvedPath": "extensions/matrix/runtime-api.js", - "reason": "imports extension-owned file from src/plugins" - }, { "file": "src/plugins/runtime/runtime-slack-ops.runtime.ts", "line": 10,