Skip to content

Commit

Permalink
Update packages/babel-plugin-transform-modules-systemjs/src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Jul 15, 2024
1 parent ef0cfc8 commit ac6609b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ export default declare<PluginState>((api, options: Options) => {
if (!hasInit && id.name in exportMap) {
for (const exported of exportMap[id.name]) {
exportNames.push(exported);
exportValues.push(t.buildUndefinedNode());
exportValues.push(scope.buildUndefinedNode());
}
}
});
Expand Down

0 comments on commit ac6609b

Please sign in to comment.