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
Whichever you choose, be consistent within your project.
Need to make some option for types parsing algorithm to use '/' instead of '|'. What you think if we just replace '/' to '|' for JSDuck (or if option is set)?
Need to make some option for types parsing algorithm to use '/' instead of '|'. What you think if we just replace '/' to '|' for JSDuck (or if option is set)?
We use '|' not '/' (I only noticed it when looking for other issues ;-)), so I'd love not only understanding both (which to looks like jsdoctypeparser/jsdoctypeparser#21 fixes) but having the style enforce one or the other for consistency, yeah – but should that be a follow-up (wishlist) issue?
@jdforrester Yeah, thanks for clarifying that. For now it looks like complicated task cuz we also need some info about used delimiter to check it. Don't see how to check it easily with regexps or something else. Anyway, it's a good idea ;-)
Per the JSDuck documentation, values can be separated by either '
|
' or '/
'. However, only the first of these works.The text was updated successfully, but these errors were encountered: