qmlweb / qmlweb-parser

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

qmlweb_parse: support QML pragma statements #30

Closed ChALkeR closed 6 years ago

ChALkeR commented 7 years ago

Those are added as the third element of the toplevel node, for backwards compatibility.

If there are no pragma statements, the third element is omitted.

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

/cc @machinekoder @stephenmdangelo @akreuzkamp