mirror of
https://github.com/nushell/nushell.git
synced 2025-04-11 23:08:20 +02:00
# 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:  # 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 |
||
---|---|---|
.. | ||
deparse.rs | ||
flatten.rs | ||
known_external.rs | ||
lex.rs | ||
lib.rs | ||
lite_parser.rs | ||
parse_keywords.rs | ||
parse_patterns.rs | ||
parser_path.rs | ||
parser.rs | ||
type_check.rs |