Skip to content

Commit bc00a0c

Browse files
committed
refactor: establish Canvas folder feature
1 parent 7a1aa10 commit bc00a0c

13 files changed

Lines changed: 9 additions & 2 deletions

rescript.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"Observers"
2626
],
2727
"WebAPI.UIEvents": ["WebAPI.DOMNodes", "WebAPI.File", "UIEvents"],
28+
"WebAPI.Canvas": [
29+
"WebAPI.Geometry",
30+
"WebAPI.HTML",
31+
"WebAPI.Media",
32+
"WebAPI.SVG",
33+
"Canvas"
34+
],
2835
"WebAPI.File": ["WebAPI.Event", "File"],
2936
"WebAPI.URL": ["WebAPI.DOM", "URL"],
3037
"WebAPI.Fetch": ["WebAPI.Event", "WebAPI.File", "WebAPI.URL", "Fetch"],
@@ -147,9 +154,9 @@
147154
]
148155
},
149156
{
150-
"dir": "src/Canvas",
157+
"dir": "src/canvas",
151158
"subdirs": true,
152-
"feature": "WebAPI.Canvas",
159+
"feature": "Canvas",
153160
"public": [
154161
"Canvas",
155162
"CanvasGradient",
File renamed without changes.

0 commit comments

Comments
 (0)