-
Notifications
You must be signed in to change notification settings - Fork 679
Closed
Labels
Domain: JSRelated to JS parsing, checkingRelated to JS parsing, checking
Description
Add support for the jsdoc @implements
tag. The code will not look much like the Strada support; it just needs to add a case in reparser.go for JSDocImplementsTag. There, it needs to create a synthetic heritage clause that contains the entity name from the tag. The tag was a late addition in Strada, so there shouldn't be any strange checking rules; that should be nearly all the required changes.
Copilot
Metadata
Metadata
Labels
Domain: JSRelated to JS parsing, checkingRelated to JS parsing, checking