move scope variable into nu variable (#4725)

This commit is contained in:
JT
2022-03-04 11:36:11 -05:00
committed by GitHub
parent eef3de2d05
commit e64ca97fe2
8 changed files with 349 additions and 355 deletions

View File

@ -15,9 +15,7 @@ mod value;
pub use value::Value;
pub use config::*;
pub use engine::{
CONFIG_VARIABLE_ID, ENV_VARIABLE_ID, IN_VARIABLE_ID, NU_VARIABLE_ID, SCOPE_VARIABLE_ID,
};
pub use engine::{CONFIG_VARIABLE_ID, ENV_VARIABLE_ID, IN_VARIABLE_ID, NU_VARIABLE_ID};
pub use example::*;
pub use exportable::*;
pub use id::*;