Skip to content

9.3.0

Compare
Choose a tag to compare
@timocov timocov released this 03 Feb 20:04
· 28 commits to master since this release

Changed

  • Do not compile bundled output together as they might have incompatible global declarations (see #296 and 43c2058)

Fixed

  • Not all symbols in a declaration merging are exported (see #301 and 874f801)
  • Namespaced imports/exports don't generate a namespace if they are exported via name (see #299 and 86fc2ff)
  • jsdoc comments are stripped for nodes that were renamed because of the name collision (see #298 and 2b1b281)
  • Do not rename a node if known global name refers to this a symbol of that node (see #297 and c0a7007)