slint/tests
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
..
cases Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
doctests Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00
driver Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00
helper_components Fix order of exports when adding implicit export 2024-10-25 12:10:40 +02:00
manual Bump version number to 1.11.0 2025-03-18 09:48:22 +00:00
screenshots Remormat all the toml file again to fix npm upload 2025-04-09 15:06:00 +02:00