We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1314aa9 commit bbdb5a8Copy full SHA for bbdb5a8
tools/syntax_updater/from_0_1_0.rs
@@ -3,7 +3,7 @@
3
4
use std::io::Write;
5
6
-use sixtyfps_compilerlib::parser::{syntax_nodes, SyntaxNode};
+use slint_compiler_internal::parser::{syntax_nodes, SyntaxNode};
7
8
/// Rename `loop-count` to `iteration-count` in `PropertyAnimation`s
9
pub(crate) fn fold_node(
0 commit comments