qmlweb / qmlweb-parser

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

parser: Support .pragma statements #9

Closed stephenmdangelo closed 8 years ago

stephenmdangelo commented 8 years ago

These are returned as "qmlpragma" with the token following ".pragma" (e.g. "library").

ChALkeR commented 8 years ago

Sorry for the delay. LGTM, merging!

ChALkeR commented 8 years ago

Merged in 80a08c454b03f87929382f470368bac97bcc9763, thanks!