You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
could not get es6.mixedImports to work. When calling dependencyTree(options), I set options.detectiveConfig to { es6: { mixedImports: true } ) and it did not work. Precinct by itself works fine with this option. It is dependency-tree that seems to be ignoring this option.
Well, the cause of this issue is, in fact, precinct. precinct() honors the es6 option but precinct.paperwork() does not. To see it call precinct and precinct.paperwork with the above es6 option with es6/imports and commonjs/requires in the same javascript file.
Is there any support for precinct
es6.mixedImports
in dependency-tree cli?The text was updated successfully, but these errors were encountered: