slint/internal/compiler/tests/syntax/imports
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
..
cyclic_import.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
deprecated_import.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
error_in_import.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
error_in_import2.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
error_in_import3.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
font.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
import_error2.slint Fix support for multiple import statements from the same path (#1868) 2022-11-21 15:37:38 +01:00
import_errors.slint Add support for re-exporting modules 2022-12-09 11:05:08 +01:00
import_parse_error1.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
import_parse_error2.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
import_parse_error3.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
import_parse_error4.slint Fix support for multiple import statements from the same path (#1868) 2022-11-21 15:37:38 +01:00
import_parse_error5.slint Fix support for multiple import statements from the same path (#1868) 2022-11-21 15:37:38 +01:00
invalid_export.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
visibility_errors.slint Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00