slint/internal/compiler/parser
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
..
document.rs Allow trailing comma in import statements (#8223) 2025-04-21 17:24:18 +02:00
element.rs Improve a bit the error when the base of an element is missing 2025-01-06 10:47:05 +01:00
expressions.rs diagnostic: try to detect use of range expression and recommand to use number 2025-04-19 22:47:45 +02:00
statements.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00
type.rs Simplify commercial license (#3063) 2024-05-31 14:06:17 +02:00