nushell/crates
Jakub Žádník 2af8116f50 Fix hiding logic; Fix hiding with predecls
* Hiding logic is simplified and fixed so you can hide and unhide the
  same def repeatedly.
* Separates predeclared ids into its own data structure to protect them
  from hiding. Otherwise, you could hide the predeclared variable and
  the actual def would panic.
2021-10-01 23:24:57 +03:00
..
nu-cli deps: bump to miette 3.0 mainline 2021-09-22 16:50:57 -07:00
nu-command Move new commands to the new structure 2021-10-01 23:24:57 +03:00
nu-engine Add support for module imports 2021-09-27 07:39:19 +13:00
nu-json Add 'from json' 2021-10-01 18:11:49 +13:00
nu-parser Fix hiding logic; Fix hiding with predecls 2021-10-01 23:24:57 +03:00
nu-path Add 'from json' 2021-10-01 18:11:49 +13:00
nu-protocol Fix hiding logic; Fix hiding with predecls 2021-10-01 23:24:57 +03:00
nu-table Improve completions inside of a pipeline 2021-09-10 20:07:18 +12:00