You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently have to work with RSS/XML objects that have colons in the property name e.g. dc:creator. How is this expressed in JSDocs? Whenever I try adding dc:creator to typed object, it's not recognized.
Yeah but I'd have to make a seperate typedef just for this property or change all of my other types to use this inline {{}} syntax just for this property.
I was hoping that there was a way to declare the property without changing the type syntax everywhere. If anyone knows of a way, please do send it my way! Thanks!
I recently have to work with RSS/XML objects that have colons in the property name e.g.
dc:creator
. How is this expressed in JSDocs? Whenever I try addingdc:creator
to typed object, it's not recognized.Input code
Expected behavior
Output and support by JSDoc integrated tools like VSCode
Current behavior
Outputs nothing + causes error in JSDoc supported tools like VSCode
The text was updated successfully, but these errors were encountered: