Skip to content

Commit 0d6a001

Browse files
committed
refactor: establish Geometry folder feature
1 parent fb40365 commit 0d6a001

8 files changed

Lines changed: 15 additions & 7 deletions

File tree

rescript.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"WebAPI.Event": ["WebAPI.DOM", "Event"],
77
"WebAPI.DOMPlatform": ["WebAPI.Event", "DOMPlatform"],
88
"WebAPI.Animation": ["WebAPI.Event", "Animation"],
9+
"WebAPI.Geometry": ["WebAPI.DOM", "Geometry"],
910
"WebAPI.File": ["WebAPI.Event", "File"],
1011
"WebAPI.URL": ["WebAPI.DOM", "URL"],
1112
"WebAPI.Fetch": ["WebAPI.Event", "WebAPI.File", "WebAPI.URL", "Fetch"],
@@ -46,6 +47,20 @@
4647
"DocumentTimeline"
4748
]
4849
},
50+
{
51+
"dir": "src/geometry",
52+
"subdirs": true,
53+
"feature": "Geometry",
54+
"public": [
55+
"DOMMatrix",
56+
"DOMMatrixReadOnly",
57+
"DOMPoint",
58+
"DOMPointReadOnly",
59+
"DOMRect",
60+
"DOMRectList",
61+
"DOMRectReadOnly"
62+
]
63+
},
4964
{
5065
"dir": "src/css-font-loading",
5166
"subdirs": true,
@@ -121,13 +136,6 @@
121136
"Comment",
122137
"CustomElementRegistry",
123138
"DOMImplementation",
124-
"DOMMatrix",
125-
"DOMMatrixReadOnly",
126-
"DOMPoint",
127-
"DOMPointReadOnly",
128-
"DOMRect",
129-
"DOMRectList",
130-
"DOMRectReadOnly",
131139
"DOMTree",
132140
"Document",
133141
"DocumentFragment",

0 commit comments

Comments
 (0)