aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/importScriptsWithoutQmlMode.js
Commit message (Collapse)AuthorAgeFilesLines
* QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-0/+7
When importing a JS library into a QML file with the "import" keyword, that JS file was parsed in QML mode, disallowing QML keywords like "as". Task-number: QTBUG-40143 Change-Id: Ie98adceb27544732c2e96657d41170db36bff288 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>