You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/consumer-typecheck/snapshots/superdoc-root-classification.json
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
{
2
2
"generatedAt": "2026-05-19T11:33:50.546Z",
3
3
"summary": {
4
-
"total": 204,
4
+
"total": 205,
5
5
"byBucket": {
6
6
"legacy-root": 60,
7
7
"internal-candidate": 8,
8
-
"supported-root": 136
8
+
"supported-root": 137
9
9
},
10
10
"byConfidence": {
11
11
"high": 102,
12
-
"medium": 100,
12
+
"medium": 101,
13
13
"low": 2
14
14
}
15
15
},
@@ -47,6 +47,17 @@
47
47
"inEsm": false,
48
48
"inCjs": false
49
49
},
50
+
{
51
+
"name": "AwarenessUser",
52
+
"bucket": "supported-root",
53
+
"rationale": "Collaboration/awareness type defined in core/types/index.ts. Extends User with an optional `color` field for consumer-supplied awareness color; typed on Config.user so the runtime override in SuperDoc#assignUserColor() is consumer-typable.",
54
+
"confidence": "medium",
55
+
"source": "collab",
56
+
"inDts": true,
57
+
"inDcts": true,
58
+
"inEsm": false,
59
+
"inCjs": false
60
+
},
50
61
{
51
62
"name": "BinaryData",
52
63
"bucket": "supported-root",
@@ -754,7 +765,7 @@
754
765
{
755
766
"name": "FlowBlock",
756
767
"bucket": "legacy-root",
757
-
"rationale": "In LayoutState.blocks. Layout-engine raw type that must not appear in public .d.ts per package-boundaries.md:64 β already leaks via PE closure.",
768
+
"rationale": "In LayoutState.blocks. Layout-engine raw type that must not appear in public .d.ts per package-boundaries.md:64 \u2014 already leaks via PE closure.",
758
769
"confidence": "high",
759
770
"source": "locked",
760
771
"inDts": true,
@@ -842,7 +853,7 @@
842
853
{
843
854
"name": "Layout",
844
855
"bucket": "legacy-root",
845
-
"rationale": "In PE.onLayoutUpdated payload (LayoutState & { layout: Layout; ... }). Layout-engine raw type that must not appear in public .d.ts per package-boundaries.md:64 β already leaks via PE legacy API.",
856
+
"rationale": "In PE.onLayoutUpdated payload (LayoutState & { layout: Layout; ... }). Layout-engine raw type that must not appear in public .d.ts per package-boundaries.md:64 \u2014 already leaks via PE legacy API.",
|`AwarenessState`| medium | collab | Collaboration/awareness type defined in core/types/index.ts. Customer-facing for collab-provider integrations (e.g., AwarenessState types the documented onAwarenessUpdate callback). |
24
+
|`AwarenessUser`| medium | collab | Collaboration/awareness type defined in core/types/index.ts. Extends User with an optional `color` field for consumer-supplied awareness color; typed on Config.user so the runtime override in SuperDoc#assignUserColor() is consumer-typable. |
24
25
|`BinaryData`| high | locked | Shape of binary content used in documented import/export/open/save paths. Type-reachable through documented APIs. |
25
26
|`BlockNavigationAddress`| high | doc-api | Document API navigation/address/selection type. Promoted into the root facade by SD-3185. |
26
27
|`BlocksListResult`| high | doc-api | Document API navigation/address/selection type. Promoted into the root facade by SD-3185. |
0 commit comments