Skip to content

Commit 99c081c

Browse files
committed
refactor: establish UIEvents folder feature
1 parent 15ab4ae commit 99c081c

16 files changed

Lines changed: 3 additions & 2 deletions

rescript.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"WebAPI.Geometry",
2525
"Observers"
2626
],
27+
"WebAPI.UIEvents": ["WebAPI.DOMNodes", "WebAPI.File", "UIEvents"],
2728
"WebAPI.File": ["WebAPI.Event", "File"],
2829
"WebAPI.URL": ["WebAPI.DOM", "URL"],
2930
"WebAPI.Fetch": ["WebAPI.Event", "WebAPI.File", "WebAPI.URL", "Fetch"],
@@ -450,9 +451,9 @@
450451
]
451452
},
452453
{
453-
"dir": "src/UIEvents",
454+
"dir": "src/ui-events",
454455
"subdirs": true,
455-
"feature": "WebAPI.UIEvents",
456+
"feature": "UIEvents",
456457
"public": [
457458
"CompositionEvent",
458459
"DataTransfer",

0 commit comments

Comments
 (0)