nushell/crates/nu-protocol/src/ast
Ian Manske d7ba8872bf
Rename IoStream to OutDest (#12433)
# Description
I spent a while trying to come up with a good name for what is currently
`IoStream`. Looking back, this name is not the best, because it:
1. Implies that it is a stream, when it all it really does is specify
the output destination for a stream/pipeline.
2. Implies that it handles input and output, when it really only handles
output.

So, this PR renames `IoStream` to `OutDest` instead, which should be
more clear.
2024-04-09 16:48:32 +00:00
..
block.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
call.rs IO and redirection overhaul (#11934) 2024-03-14 15:51:55 -05:00
cell_path.rs Add into cell-path for dynamic cell-path creation (#11322) 2024-01-24 16:20:46 -06:00
expr.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
expression.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
import_pattern.rs Error on use path item1 item2, if item1 is not a module (#11183) 2023-12-05 11:38:45 +01:00
match_pattern.rs add match guards (#9621) 2023-07-16 12:25:12 +12:00
mod.rs Restructure nu-protocol in more meaningful units (#11917) 2024-03-10 18:45:45 +01:00
operator.rs Range refactor (#12405) 2024-04-06 09:04:56 -05:00
pipeline.rs Rename IoStream to OutDest (#12433) 2024-04-09 16:48:32 +00:00
unit.rs Follow API guidelines for public types (#12283) 2024-03-26 12:12:25 +01:00