Closed
Bug 1904320
Opened 7 months ago
Closed 6 months ago
Linkify interface mixins
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
WebIDL has a concept of interface mixin, which is used by the includes statement to get reflected to the target interface.
Currently the members in the interface mixin isn't associated with the interface that includes them, given the indexing is done with the unresolved AST (in order to keep the original token's position), and the target interface node doesn't have the mixin members,
and the mixin itself doesn't have binding.
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Updated•6 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•