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 compact_str::CompactString;
|
||||||
use opcodes::*;
|
use opcodes::*;
|
||||||
use reader::Reader;
|
use reader::Reader;
|
||||||
use rhei::{value_to_dynamic, dynamic_to_value, RHEI_PREFIX};
|
use rhei::RHEI_PREFIX;
|
||||||
use style::{AncestorInfo, ComputedStyle, StructuralContext};
|
use style::{AncestorInfo, ComputedStyle, StructuralContext};
|
||||||
pub use types::Value;
|
pub use types::Value;
|
||||||
use regex::Regex;
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::sync::OnceLock;
|
|
||||||
|
|
||||||
static RE_VAR: OnceLock<Regex> = OnceLock::new();
|
|
||||||
|
|
||||||
pub struct Interpreter;
|
pub struct Interpreter;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user