slint/tools/syntax_updater
Simon Hausmann a9b0d84a72 Improve source file propagation
Instead of doing the SyntaxNodeWithSourceFile construction as late as
possible (in Document::from_node), we can do it as early as possible.
That'll reduce the chances of missing out the source file and prepares
for dependency loading just based on a SNWS :)

This also makes the source_file optional in the SNWS, but that's
consistent with what the diagnostics expect.
2020-07-22 16:10:02 +02:00
..
Cargo.toml Move the compiler binary in tools/ 2020-06-05 09:23:38 +02:00
main.rs Improve source file propagation 2020-07-22 16:10:02 +02:00