Nested modules into a single file #730
Unanswered
jnoverwolf
asked this question in
Help
Replies: 1 comment 1 reply
-
Hello, Its not currently possible. Each module and namespace are always published to a separate file currently as otherwise there could be limitless nesting of modules and namespaces. Having said that we could implement something that lists each module and namespace on a single document under multiple h1 headings (if that makes sense). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have a TS file with multiple
namespace
declarations.When I run the plugin, using the
flattenOutputFiles=true
I still get multiple files for each declared namespace (<nanespace_parent>.Namepscae.<namespace_name>
). I would like to have these files all be in the same entry point file, so that I have one file that shows all the namespaces.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions