1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 13:25:45 +02:00
cdt/qt/org.eclipse.cdt.qt.core/acorn-qml
Matthew Bastien 894c74be7e Bug 481126 - QML Static Analysis based on Tern.js
Tern can now perform static analysis on the following QML constructs:
  - QML Property Declarations
  - QML Property Bindings
  - QML Signals
  - QML Signal Handlers

Added basic support for the 'id' property that can be assigned to any
QML Object.  Fixed acorn-qml's member function parsing and added tests.
The 'demo' folder contains an html demo of the qml tern implementation
using codemirror as the editor.

Change-Id: I9e4d3837b194ff92a36a8d62bef288f61743e4ce
Signed-off-by: Matthew Bastien <mbastien@blackberry.com>
2015-11-06 14:39:28 -05:00
..
bin Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
test Bug 481126 - QML Static Analysis based on Tern.js 2015-11-06 14:39:28 -05:00
walk Bug 481126 - QML Static Analysis based on Tern.js 2015-11-06 14:39:28 -05:00
.gitignore Bug 481126 - QML Static Analysis based on Tern.js 2015-10-30 17:48:01 -04:00
index.js Bug 480238 - Clean Up Acorn QML Parser 2015-11-04 09:51:34 -05:00
inject.js Bug 481126 - QML Static Analysis based on Tern.js 2015-11-06 14:39:28 -05:00
package.json Bug 481126 - QML Static Analysis based on Tern.js 2015-11-06 14:39:28 -05:00