mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Initial support for parse-time constants (#7436)
This commit is contained in:
@ -32,6 +32,7 @@ pub fn create_default_context() -> EngineState {
|
||||
Ast,
|
||||
Break,
|
||||
Commandline,
|
||||
Const,
|
||||
Continue,
|
||||
Debug,
|
||||
Def,
|
||||
|
Reference in New Issue
Block a user