ivue 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ [
2
+ {
3
+ "path": "newsletter/src/index.ts",
4
+ "check": "a_public_class_publishes_its_namespace_manifest",
5
+ "reason": "Cloudflare entry adapter: the platform requires export default { fetch, scheduled }; behavior lives on Worker.ts"
6
+ },
7
+ {
8
+ "path": "newsletter/test/TestDatabase.ts",
9
+ "check": "a_class_file_holds_only_imports_class_namespace_and_types",
10
+ "reason": "D1 test double: node:sqlite plumbing (helper class, path constants, makeTestEnv) colocated with the double it serves"
11
+ },
12
+ {
13
+ "path": "newsletter/test/TestDatabase.ts",
14
+ "check": "construction_goes_through_the_namespace_class_slot",
15
+ "reason": "$TestStatement is a private file-local helper with no namespace; only the test double constructs it"
16
+ }
17
+ ]