The current implementation asumes all export declarations are used only
for reexporting things from other modules (export-from-import). Export
declarations are also used to export things declared in the same module.
This pattern is called Export Statements.
This PR adds support for export-statements, so that they are not
ignored by ts-unused-exports.
The current implementation asumes all export declarations are used only for reexporting things from other modules (export-from-import). Export declarations are also used to export things declared in the same module. This pattern is called Export Statements.
This PR adds support for export-statements, so that they are not ignored by ts-unused-exports.
Feel free to rewrite everything to your taste.