Commit 77b8e54
committed
fix: hardcode immutableBinding to true for export default
The default binding is always immutable per ES spec. Safety is
ensured by the isCircular === false check which requires
CircularModulesPlugin to have run.1 parent 2623879 commit 77b8e54
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
72 | | - | |
| 69 | + | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
0 commit comments