slint/tests/cases/imports
U. Bruhin a5ec77ac99
Allow trailing comma in import statements (#8223)
Adding support for (optional) trailing commas like this:

    import {
        Foo,
        Bar,
    } from "foobar.slint";

This way it's more convenient to keep component imports sorted and
leads to smaller diffs when adding more components to the end of the
import statement.

ChangeLog: Allow trailing comma in import statements

Closes #4922
2025-04-21 17:24:18 +02:00
..
duplicated_name.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
exported_component.slint Use the updater on the tests/helper_components 2024-09-25 15:17:49 +02:00
external_globals.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
external_globals_nameclash.slint Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
external_structs.slint Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
external_type.slint Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
import_multi.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
just_import.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
library.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
reexport.slint Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
reexport2.slint Add export { ... } from "....slint"; syntax. (#5533) 2024-07-03 12:50:40 +02:00