slint/internal/compiler/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
..
syntax Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
typeloader Avid reporting further error when an element is misspelled 2024-08-29 13:10:35 +02:00
consistent_styles.rs Fix clippy issues, plus a few manual cleanups 2025-02-06 17:28:51 +01:00
syntax_tests.rs Auto-fixed clippy::unnecessary_map_or 2025-02-07 09:02:31 +01:00