2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-18 16:14:10 +00:00
nushell/tests
Jakub Žádník 2cffff0c1b
Allow modules to use other modules ()
* 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 () 2022-05-14 15:09:41 -05:00
hooks Split merging of parser delta and stack environment () 2022-07-14 17:09:27 +03:00
modules Allow modules to use other modules () 2022-07-29 11:57:10 +03:00
nu_repl Split merging of parser delta and stack environment () 2022-07-14 17:09:27 +03:00
overlays Allow keeping selected environment variables from removed overlay () 2022-07-11 23:58:28 +03:00
parsing Use relative paths as file-relative when parsing a file () 2022-07-27 18:36:56 +03:00
path Make path::canonicalize::canonicalize_dot test case more reliable () 2022-07-27 11:30:03 +03:00
plugins Add CustomValue support to plugins () 2022-07-25 17:32:56 +01:00
scope Fix reporting of which and $nu.scope () 2022-03-13 21:32:46 +02:00
shell Make Semicolon stop on error () 2022-07-20 07:44:42 -05:00
main.rs Allow modules to use other modules () 2022-07-29 11:57:10 +03:00