qmlweb / qmlweb-parser

A QML parser in JavaScript
Other
27 stars 11 forks source link

qmlpropdef: support list property types #34

Closed ChALkeR closed 7 years ago

ChALkeR commented 7 years ago

Fixes: https://github.com/qmlweb/qmlweb-parser/issues/33

Note that subtype is not exported to the result yet, hence labeling as «work in progress».

/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).

ChALkeR commented 7 years ago

Going to merge as-is (without additional type information). I extracted the type information question to #35.