mirror of
https://github.com/nushell/nushell.git
synced 2025-07-22 00:17:29 +02:00
Closes #16071 # Description Rest parameter variables are now fully spanned, instead of just the first value: ```diff def foo [...rest] { metadata $rest | view span $in.span.start $in.span.end } foo 1 2 -1 +1 2 ```
This crate primarily drives the evaluation of expressions.
(Some overlap with nu-protocol)
- Provides
CallExt
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.