diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 1a4ed19b7..44e2ee5b5 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -6298,6 +6298,9 @@ modules don't need to import a module's dependencies: var x: MyObject echo $x +When the exported symbol is another module, all of its definitions will +be forwarded. You can use an ``except`` list to exclude some of the symbols. + Note on paths ----------- In module related statements, if any part of the module name / |