mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Add some support for
This commit is contained in:
@ -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()],
|
||||
|
Reference in New Issue
Block a user