mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Move Type and related concepts in a different module
Leaving only the TypeRegister in the typeregister module
This commit is contained in:
parent
76b7f1aef6
commit
27a6ff1227
24 changed files with 624 additions and 610 deletions
|
@ -9,7 +9,7 @@
|
|||
LICENSE END */
|
||||
use core::cell::RefCell;
|
||||
use neon::prelude::*;
|
||||
use sixtyfps_compilerlib::typeregister::Type;
|
||||
use sixtyfps_compilerlib::langtype::Type;
|
||||
use sixtyfps_corelib::Resource;
|
||||
|
||||
use std::rc::Rc;
|
||||
|
@ -150,7 +150,7 @@ fn create<'cx>(
|
|||
|
||||
fn to_eval_value<'cx>(
|
||||
val: Handle<'cx, JsValue>,
|
||||
ty: sixtyfps_compilerlib::typeregister::Type,
|
||||
ty: sixtyfps_compilerlib::langtype::Type,
|
||||
cx: &mut impl Context<'cx>,
|
||||
persistent_context: &persistent_context::PersistentContext<'cx>,
|
||||
) -> NeonResult<sixtyfps_interpreter::Value> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue