aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/exporterror1.mjs
Commit message (Collapse)AuthorAgeFilesLines
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-111-0/+2
Collect the location of the import/export statement and include it in the exception thrown. Change-Id: I7966dfd53ed67d2d7087acde2dd8ff67c64cb044 Reviewed-by: Lars Knoll <lars.knoll@qt.io>