docs: clarify counter-bearing module scope
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
## Global Constraints
|
## 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.
|
- 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.
|
- 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.
|
- Exact all-zero rows are accepted only for statically counterless modules.
|
||||||
|
|||||||
Reference in New Issue
Block a user