forked from extern/nushell
77c520e10b
In some rare cases, the global predeclarations would clash, for example: > module spam { export def foo [] { "foo" } }; def foo [] { "bar" } In the example, the `foo [] { "bar" }` would get predeclared first, then the predeclaration would be overwritten and consumed by `foo [] {"foo"}` inside the module, then when parsing the actual `foo [] { "bar" }`, it would not find its predeclaration. |
||
---|---|---|
.. | ||
nu-cli | ||
nu-command | ||
nu-engine | ||
nu-json | ||
nu-parser | ||
nu-path | ||
nu-protocol | ||
nu-table | ||
nu-term-grid |