deconflicting: add support for CallSignatures in deconflicting logic (3699a4e)
deconflicting: fix issue where ModuleDeclarations could sometimes not be traced back to an original SourceFile, leading to invalid deconflicting. Closes #129 (064b0c7)
namespace-exports: fix problem where ExportDeclarations- and/or ImportDeclarations are sometimes lost when inlining ModuleDeclarations. Closes #130 (deec007)
namespace: same import in multiple namespaces (9f69855)
tree-shaking: Correctly deconflict ExportDeclaration inside module wrappers and add support for deconflicting QualifiedNames. Closes #136 (6623ca2)