Merge branch 'main' of https://github.com/nushell/engine-q into date_enqine_q

This commit is contained in:
Stefan Stanciulescu
2021-10-31 07:56:32 +01:00
7 changed files with 218 additions and 5 deletions

View File

@ -102,7 +102,7 @@ impl EngineState {
Self {
files: im::vector![],
file_contents: im::vector![],
vars: im::vector![],
vars: im::vector![Type::Unknown],
decls: im::vector![],
blocks: im::vector![],
scope: im::vector![ScopeFrame::new()],