nushell/crates/nu-protocol/src/engine
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
..
call_info.rs Back to working state 2021-09-03 06:21:37 +12:00
command.rs replace codespan-reporting with miette 3.0 2021-09-20 17:14:20 -07:00
engine_state.rs Fix hiding logic; Fix hiding with predecls 2021-10-01 23:24:57 +03:00
evaluation_context.rs external command 2021-09-19 20:29:58 +01:00
mod.rs Add commands 2021-09-03 10:58:15 +12:00