mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
Getting ready for multiline scripts (#2737)
* WIP * WIP * WIP * Tests are passing * make parser more resilient * lint
This commit is contained in:
@ -5,7 +5,6 @@ mod path;
|
||||
mod shapes;
|
||||
mod signature;
|
||||
|
||||
pub use errors::{ParseError, ParseResult};
|
||||
pub use lite_parse::{lite_parse, LiteBlock};
|
||||
pub use parse::{classify_block, garbage, parse_full_column_path};
|
||||
pub use path::expand_ndots;
|
||||
|
Reference in New Issue
Block a user