slint/internal/compiler
Simon Hausmann 554d153e35 Limit re-exporting of types
- Only allow one module re-export per file
- Warn when a re-exported type clashes with a locally exported type, and prioritize the local type.
2022-12-09 11:05:08 +01:00
..
generator C++: Generate image texture data for software renderer 2022-12-09 09:25:48 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
llr Split Expression::CallbackReference and Expresison::FunctionReference 2022-12-06 14:56:25 +01:00
parser Minor fix to export * from "blah" parsing 2022-12-09 11:05:08 +01:00
parser-test-macro Bump version number to 0.3.3 2022-11-28 13:11:11 +00:00
passes Clean up internal Exports struct 2022-12-09 11:05:08 +01:00
tests Limit re-exporting of types 2022-12-09 11:05:08 +01:00
widgets Use re-exports in the styles to simplify their code 2022-12-09 11:05:08 +01:00
build.rs switch to yeslogic-fontconfig-sys from servo-fontconfig 2022-10-05 15:21:54 +02:00
builtin_macros.rs Introduce a rem unit in the type system 2022-11-24 11:33:38 +01:00
builtins.slint Rename input and output property to in, out and in-out 2022-11-08 15:25:20 +01:00
Cargo.toml C++: Generate image texture data for software renderer 2022-12-09 09:25:48 +01:00
diagnostics.rs janitor: use the new default attribute for enums 2022-12-05 10:20:39 +01:00
embedded_resources.rs C++: Generate image texture data for software renderer 2022-12-09 09:25:48 +01:00
expression_tree.rs Apply suggestions from code review 2022-12-06 14:56:25 +01:00
fileaccess.rs Scan for style files in the include directories 2022-02-15 13:55:50 +01:00
generator.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
langtype.rs janitor: use the new default attribute for enums 2022-12-05 10:20:39 +01:00
layout.rs Refactoring: split ElementType away from the types used as property type 2022-10-26 14:50:44 +02:00
lexer.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
lib.rs Add support for re-exporting modules 2022-12-09 11:05:08 +01:00
literals.rs Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
llr.rs Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02:00
load_builtins.rs Make the test pass without defining the SLINT_EXPERIMENTAL_SYNTAX env variable 2022-11-21 22:01:52 +01:00
lookup.rs Split Expression::CallbackReference and Expresison::FunctionReference 2022-12-06 14:56:25 +01:00
namedreference.rs Builtin elements: use the input output syntax 2022-11-01 12:51:45 +01:00
object_tree.rs Limit re-exporting of types 2022-12-09 11:05:08 +01:00
parser.rs Add support for re-exporting modules 2022-12-09 11:05:08 +01:00
passes.rs Fix visibility on drop shadow 2022-11-29 17:00:52 +01:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
typeloader.rs Limit re-exporting of types 2022-12-09 11:05:08 +01:00
typeregister.rs Don't match builtin type purely on it's base type name 2022-12-01 12:56:59 +01:00

The Slint Compiler Library

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.