qmlweb-parser

QML parser in JavaScript


Keywords
javascript, parser, qml, qmlweb
License
BSD-2-Clause
Install
npm install qmlweb-parser@0.3.4

Documentation

QML parser in JavaScript

Join the chat at https://gitter.im/qmlweb/qmlweb Build Status codecov

npm GitHub tag

This is a QML parser in pure JavaScript, based on UglifyJS parser.

It serves both as an optional dependency to QmlWeb to allow it parse QML and JavaScript files in runtime and as a parser that powers gulp-qmlweb to pre-parse files before serving them to the browser.

License

QmlWeb parser is licensed under the BSD-2-Clause license, see LICENSE.