Commit e4baefac authored by Matthew Vogt's avatar Matthew Vogt Committed by Qt by Nokia
Browse files

Re-order imports statements to import nested imports later


Re-order the imports for a script by increasing order of URI length.
This ensures that an import of the type 'import X.Y' is processed
after the import of 'import X' which contains the type definitions for
the namespace X.Y.

Task-number: QTBUG-24369
Change-Id: I1b06e9d114a97c9f47279f8f33383a27e0efb4bb
Reviewed-by: default avatarChris Adams <christopher.adams@nokia.com>
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
parent 5de10329
No related merge requests found
Showing with 229 additions and 41 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment