documentation
documentation copied to clipboard
Bug when exporting from commonJS import
When an es6 module exports something imported from a CommonJS style module, documentationJS crashes.
export { FOO } from 'some-common-js-dep';