documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Bug when exporting from commonJS import

Open vicapow opened this issue 7 years ago • 0 comments

When an es6 module exports something imported from a CommonJS style module, documentationJS crashes.

export { FOO } from 'some-common-js-dep';

vicapow avatar Aug 29 '18 18:08 vicapow