mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
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
|
||
|---|---|---|
| .. | ||
| astro | ||
| site | ||
| building.md | ||
| development.md | ||
| embedded-tutorials.md | ||
| install_qt.md | ||
| nightly-release-notes.md | ||
| readme.md | ||
| release-artifacts.md | ||
| release-notes.md | ||
| testing.md | ||
| torizon.md | ||
| triage.md | ||
Slint Documentation
docs/
├── astro/ # The Astro project that builds the Slint language docs
├── README.md # This file
├── building.md # How to build Slint
├── development.md # How to develop Slint
├── embedded-tutorials.md # Embedded tutorials template
├── install_qt.md # How to install Qt
├── nightly-release-notes.md # Release note template
├── release-artifacts.md
├── platform-integrations.md # Platform integrations template
└── release-notes.md # Release note template