Improves startup time when using std-lib

This commit is contained in:
NotTheDr01ds
2024-09-13 13:24:59 -04:00
parent aaaab8e070
commit 192ca033ca
8 changed files with 46 additions and 70 deletions

View File

@@ -163,7 +163,7 @@ pub fn evaluate_repl(
eval_source(
engine_state,
&mut unique_stack,
r#"use std banner; banner"#.as_bytes(),
r#"banner"#.as_bytes(),
"show_banner",
PipelineData::empty(),
false,