docs: clarify counter-bearing module scope

This commit is contained in:
DongHyeonka
2026-08-02 09:36:34 +09:00
parent 5cecbb9820
commit e0373de4d9
@@ -10,7 +10,7 @@
## Global Constraints
- `runtime.ts` declarations/initializers and direct execution statements are counter-bearing.
- Runtime declarations/initializers and direct execution statements are counter-bearing.
- Type-only modules, `import type {}`, `import {}`, bare side-effect imports, value imports, named value re-exports, and star value re-exports are counterless under the observed Vitest/V8 producer.
- Counterless does not mean non-executable; code, artifacts, diagnostics, tests, and documentation must not make that claim.
- Exact all-zero rows are accepted only for statically counterless modules.