nushell/crates/nu-parser/src
Jakub Žádník c17e1473db
Hiding of environment variables (#362)
* Remember environment variables from previous scope

* Re-introduce env var hiding

Right now, hiding decls is broken

* Re-introduce hidden field of import patterns

All tests pass now.

* Remove/Address tests TODOs

* Fix test typo; Report hiding error

* Add a few more tests

* Fix wrong expected test result
2021-11-30 19:14:05 +13:00
..
errors.rs Plugins signature load (#349) 2021-11-19 15:51:42 +13:00
flatten.rs A few help cleanups (#372) 2021-11-28 07:16:20 +13:00
lex.rs Add better comment skipping (#359) 2021-11-22 07:13:09 +13:00
lib.rs Fix some nightly clippy warnings (#329) 2021-11-13 13:42:13 +13:00
lite_parse.rs Merge pull request #10 from jntrnr/value_streams_in_value 2021-09-03 15:49:27 +12:00
parse_keywords.rs Hiding of environment variables (#362) 2021-11-30 19:14:05 +13:00
parser.rs Hiding of environment variables (#362) 2021-11-30 19:14:05 +13:00
type_check.rs Better record types (#350) 2021-11-19 17:30:27 +13:00