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.
1 parent 630ea51 commit d4ab06bCopy full SHA for d4ab06b
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