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
Since some (?) version of Quasar, $q injections have typedefs and idea can recognize them. We should therefore generate fake ones only if they are needed.
We should probably generate them in typescript, too (instead of JS + JSDoc).
IDEA will not use the generated ones anyway, so this is mostly just "correctness" change.. Not imporant for functionality. Maybe not even worth doing.
The text was updated successfully, but these errors were encountered:
panstromek
changed the title
Generate injections only for older versions
Generate injections only for older versions [not critical]
Sep 26, 2019
Since some (?) version of Quasar,
$q
injections have typedefs and idea can recognize them. We should therefore generate fake ones only if they are needed.We should probably generate them in typescript, too (instead of JS + JSDoc).
IDEA will not use the generated ones anyway, so this is mostly just "correctness" change.. Not imporant for functionality. Maybe not even worth doing.
The text was updated successfully, but these errors were encountered: