slint/internal/compiler/parser
Simon Hausmann 03fe599890 Add support for re-exporting modules
Use `export * from "somewhere.slint"` to avoid having to repeat all the
types of an existing module in order to re-export all of the types.
2022-12-09 11:05:08 +01:00
..
document.rs Add support for re-exporting modules 2022-12-09 11:05:08 +01:00
element.rs Make functions private by default unless annotated with 'public' 2022-12-06 14:56:25 +01:00
expressions.rs LSP: Fix auto-completion of @-macros 2022-05-19 19:22:56 +02:00
statements.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
type.rs Make the test pass without defining the SLINT_EXPERIMENTAL_SYNTAX env variable 2022-11-21 22:01:52 +01:00