mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 07:41:51 +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 |
||
---|---|---|
.. | ||
duplicated_name.slint | ||
exported_component.slint | ||
external_globals.slint | ||
external_globals_nameclash.slint | ||
external_structs.slint | ||
external_type.slint | ||
import_multi.slint | ||
just_import.slint | ||
library.slint | ||
reexport.slint | ||
reexport2.slint |