Skip to content

Commit

Permalink
fixup weird module source compiler bug for default assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 25, 2024
1 parent dba7bec commit 36e96c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/src/commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const {
Map,
Math,
// @ts-expect-error
ModuleSource = undefined,
ModuleSource,
Number,
Object,
Promise,
Expand Down

0 comments on commit 36e96c1

Please sign in to comment.