Skip to content

Commit

Permalink
Fix a hidden merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Aug 30, 2021
1 parent 05211e8 commit 583d6d7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/ExportMap.js
Expand Up @@ -383,12 +383,14 @@ ExportMap.parse = function (path, content, context) {
const getter = thunkFor(p, context);
m.imports.set(p, {
getter,
source: {
declarations: new Set([{
source: {
// capturing actual node reference holds full AST in memory!
value: source.value,
loc: source.loc,
},
importedSpecifiers,
value: source.value,
loc: source.loc,
},
importedSpecifiers,
}]),
});
}

Expand Down

0 comments on commit 583d6d7

Please sign in to comment.