Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions rescript.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"WebAPI.Geometry",
"Observers"
],
"WebAPI.UIEvents": ["WebAPI.DOMNodes", "WebAPI.File", "UIEvents"],
"WebAPI.File": ["WebAPI.Event", "File"],
"WebAPI.URL": ["WebAPI.DOM", "URL"],
"WebAPI.Fetch": ["WebAPI.Event", "WebAPI.File", "WebAPI.URL", "Fetch"],
Expand Down Expand Up @@ -450,9 +451,9 @@
]
},
{
"dir": "src/UIEvents",
"dir": "src/ui-events",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update documentation metadata for the renamed UIEvents folder

After moving this source to src/ui-events, the UIEvents API disappears from the generated documentation: featureSpecs still defines its dirName/sourceDir as UIEvents/src/UIEvents (scripts/unmonorepo/feature-spec.mjs), while docs/utils.js builds apiModules from that path and filters it out when UiEventsTypes.res is not found. Update the metadata or make the documentation tooling derive the new configured source directory so these public modules remain discoverable.

Useful? React with 👍 / 👎.

"subdirs": true,
"feature": "WebAPI.UIEvents",
"feature": "UIEvents",
"public": [
"CompositionEvent",
"DataTransfer",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.