nushell/tests
Jakub Žádník 2cffff0c1b
Allow modules to use other modules (#6162)
* Allow private imports inside modules

Can call `use ...` inside modules now.

* Add more tests

* Add a leak test

* Refactor exportables; Prepare for 'export use'

* Fix description

* Implement 'export use' command

This allows re-exporting module's commands and aliases from another
module.

* Add more tests; Fix import pattern list strings

The import pattern strings didn't trim the surrounding quotes.

* Add ignored test
2022-07-29 11:57:10 +03:00
..
assets/nu_json Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00
fixtures nu-cli/completions: add custom completion test (#5543) 2022-05-14 15:09:41 -05:00
hooks Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
modules Allow modules to use other modules (#6162) 2022-07-29 11:57:10 +03:00
nu_repl Split merging of parser delta and stack environment (#6005) 2022-07-14 17:09:27 +03:00
overlays Allow keeping selected environment variables from removed overlay (#6007) 2022-07-11 23:58:28 +03:00
parsing Use relative paths as file-relative when parsing a file (#6150) 2022-07-27 18:36:56 +03:00
path Make path::canonicalize::canonicalize_dot test case more reliable (#6141) 2022-07-27 11:30:03 +03:00
plugins Add CustomValue support to plugins (#6070) 2022-07-25 17:32:56 +01:00
scope Fix reporting of which and $nu.scope (#4836) 2022-03-13 21:32:46 +02:00
shell Make Semicolon stop on error (#6079) 2022-07-20 07:44:42 -05:00
main.rs Allow modules to use other modules (#6162) 2022-07-29 11:57:10 +03:00