mirror of
https://github.com/nushell/nushell.git
synced 2025-07-29 13:50:45 +02:00
# Description e.g. <img width="299" alt="image" src="https://github.com/user-attachments/assets/3c16835a-6d4d-48ec-b7d6-68d5bdb88ea2" /> and `goto def` on cell paths now finds the specific cell (only for const) instead of doing nothing. # User-Facing Changes # Tests + Formatting # After Submitting
6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
const r = {
|
|
foo: [1 {bar : 2}]
|
|
}
|
|
|
|
$r.foo.1.bar
|