Phase 1: cleanup unused imports and static
This commit is contained in:
@@ -13,14 +13,10 @@ pub use types::{ComponentDef, Document, Element, InterpError};
|
||||
use compact_str::CompactString;
|
||||
use opcodes::*;
|
||||
use reader::Reader;
|
||||
use rhei::{value_to_dynamic, dynamic_to_value, RHEI_PREFIX};
|
||||
use rhei::RHEI_PREFIX;
|
||||
use style::{AncestorInfo, ComputedStyle, StructuralContext};
|
||||
pub use types::Value;
|
||||
use regex::Regex;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::OnceLock;
|
||||
|
||||
static RE_VAR: OnceLock<Regex> = OnceLock::new();
|
||||
|
||||
pub struct Interpreter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user