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
See #34 — for property list<Item> items, we now export ["qmlpropdef", "items", "list"] and omit the element type information.
That is better than not parsing them at all, but we should export the additional type information in some form, hopefully — without breaking backwards compatibility.
/cc @akreuzkamp, any opinion on how this should be presented in the current output format?
Long-term, I would prefer to migrate from arrays to objects for such things (think ESTree).
The text was updated successfully, but these errors were encountered:
See #34 — for
property list<Item> items
, we now export["qmlpropdef", "items", "list"]
and omit the element type information.That is better than not parsing them at all, but we should export the additional type information in some form, hopefully — without breaking backwards compatibility.
/cc @akreuzkamp, any opinion on how this should be presented in the current output format?
Long-term, I would prefer to migrate from arrays to objects for such things (think ESTree).
The text was updated successfully, but these errors were encountered: