feat(invariants): require package-owned companions

This commit is contained in:
Tianyi Cui
2026-07-19 22:13:50 +08:00
parent 2c7822ddee
commit 433670a754
316 changed files with 5348 additions and 646 deletions
+12 -3
View File
@@ -6,8 +6,17 @@
},
"include": ["src"],
"references": [
{ "path": "../helper" },
{ "path": "../../ui/app-boot" },
{ "path": "../../../vendor/cordis" }
{
"path": "../helper"
},
{
"path": "../../ui/app-boot"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../support/invariants"
}
]
}