Add magic $in variable (#309)

* Add magic in variable

* Oops, missing file
This commit is contained in:
JT
2021-11-08 19:21:24 +13:00
committed by GitHub
parent e0a26cd048
commit e9a7def183
9 changed files with 393 additions and 6 deletions

View File

@ -11,7 +11,7 @@ mod ty;
mod value;
pub use value::Value;
pub use engine::{NU_VARIABLE_ID, SCOPE_VARIABLE_ID};
pub use engine::{IN_VARIABLE_ID, NU_VARIABLE_ID, SCOPE_VARIABLE_ID};
pub use example::*;
pub use id::*;
pub use pipeline_data::*;