qmlweb / qmlweb-parser

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

parser: Support "ModuleQualifier.QMLElement {}" definitions #10

Closed stephenmdangelo closed 8 years ago

stephenmdangelo commented 8 years ago

This is to support using a qualifier such as:

import QtQuick 2.0 as Quick

Quick.Item {
}
ChALkeR commented 8 years ago

LGTM, merging.

ChALkeR commented 8 years ago

Merged in 4326c38ad5df61b5f14f8a883c998f1428337527, thanks and sorry for the delay!