nushell/crates/nu-parser/src
pwygab b398448cd9
Stop panic when typing module spam { export def-env (#6523)
* Stop `panic` when typing `module spam { export def-env`

same goes for `export extern` and `export alias`

* fmt
2022-09-08 12:27:11 +03:00
..
deparse.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
errors.rs Disable cyclical module imports (#6477) 2022-09-04 23:19:20 +03:00
flatten.rs Fix scoped overlay use not finding a module (#6474) 2022-09-04 18:36:42 +03:00
known_external.rs Change how to identify custom comamnd (#6187) 2022-08-02 18:40:07 -05:00
lex.rs Add raw strings, use raw strings for env (#5090) 2022-04-05 08:42:26 +12:00
lib.rs fix arg parse (#5754) 2022-06-11 20:52:31 +12:00
lite_parse.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
parse_keywords.rs Stop panic when typing module spam { export def-env (#6523) 2022-09-08 12:27:11 +03:00
parser.rs Revert "Make $ on variable names optional (#6434)" (#6446) 2022-09-06 05:42:47 +12:00
type_check.rs Add bit operator: bit-xor (#5940) 2022-07-03 06:45:20 -05:00