nushell/crates/nu-plugin/src
Devyn Cairns c810f5e3da
Refactor PluginCustomValue::render_to_base_value_in (#12244)
# Description

Changed to use `Value::recurse_mut` like the other functions.

# User-Facing Changes
None

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

# After Submitting
2024-03-20 17:22:25 +08:00
..
plugin Refactor PipelineDataHeader ⇄ PipelineData mapping (#12248) 2024-03-20 16:57:22 +08:00
protocol Refactor PluginCustomValue::render_to_base_value_in (#12244) 2024-03-20 17:22:25 +08:00
serializers MsgPack deserializer: improve handling of EOF (#12183) 2024-03-13 06:49:53 -05:00
util Allow plugins to set environment variables in their caller's scope (#12204) 2024-03-15 06:45:45 -05:00
lib.rs Allow plugins to set environment variables in their caller's scope (#12204) 2024-03-15 06:45:45 -05:00
sequence.rs Bidirectional communication and streams for plugins (#11911) 2024-02-25 16:32:50 -06:00