mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
# Description - Switches the `excess` in the `ParserStream` and `ParseStreamerExternal` types from a `Vec` to a `VecDeque` - Removes unnecessary clones to `stream_helper` - Other simplifications and loop restructuring - Merges the `ParseStreamer` and `ParseStreamerExternal` types into a common `ParseIter` - `parse` now streams for list values