mirror of
https://github.com/nushell/nushell.git
synced 2025-05-30 22:57:07 +02:00
Fixes #14542 # User-Facing Changes Constant values are no longer missing from `scope variables` output when the IR evaluator is enabled: ```diff const foo = 1 scope variables | where name == "$foo" | get value.0 | to nuon -null +int ```