mirror of
https://github.com/nushell/nushell.git
synced 2025-08-23 18:55:57 +02:00
Move SyntaxShape
specifier parsing into own file (#10448)
Pure move refactor. Followup to: - #10511 - #10512 - #10544 - #10548 - #10581
This commit is contained in:
committed by
GitHub
parent
4f4e8c984e
commit
399319476a
@@ -5,6 +5,7 @@ mod lex;
|
||||
mod lite_parser;
|
||||
mod parse_keywords;
|
||||
mod parse_patterns;
|
||||
mod parse_shape_specs;
|
||||
mod parser;
|
||||
mod parser_path;
|
||||
mod type_check;
|
||||
|
Reference in New Issue
Block a user