mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
65e2733571
# Description This PR fixes #9702 on the side of parse. I.e. input/output types in signature and type annotations in `let` now should correctly parse with type annotations that contain commas and spaces: ![image](https://github.com/nushell/nushell/assets/17511668/babc0a69-5cb3-46c2-98ef-6da69ee3d3be) # User-Facing Changes Return values and let type annotations now can contain stuff like `table<a: int b: record<c: string d: datetime>>` e.t.c |
||
---|---|---|
.. | ||
assets/nu_json | ||
const_ | ||
eval | ||
fixtures | ||
hooks | ||
modules | ||
overlays | ||
parsing | ||
path | ||
plugins | ||
scope | ||
shell | ||
main.rs |