nushell/crates/nu-cli
Jason Gedge eb2ba470c7
Have lite-parse complete return a complete bare form. (#2389)
Previously, lite parse would stack up opening delimiters in vec, and if we
didn't close everything off, it would simply return an error with a partial form
that didn't include the missing closing delimiters. This commits adds those
delimiters so that `classify_block` can parse correctly.
2020-08-22 15:43:40 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Have lite-parse complete return a complete bare form. (#2389) 2020-08-22 15:43:40 +12:00
tests ls .file and ls **/.* show hidden files (#2379) 2020-08-21 21:49:34 -04:00
build.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
Cargo.toml Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00