We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630ea51 + d4ab06b commit 65031d1Copy full SHA for 65031d1
src/utils/macros.js
@@ -57,7 +57,6 @@ module.exports = class Macros {
57
_cleanImports() {
58
if (!this.debugHelpers.module) {
59
if (this.localDebugBindings.length > 0) {
60
- this.localDebugBindings[0].parentPath.parentPath;
61
let importPath = this.localDebugBindings[0].findParent(p => p.isImportDeclaration());
62
let specifiers = importPath.get('specifiers');
63
0 commit comments