Skip to content

Commit f013f5f

Browse files
committed
fix some typos
1 parent aafd6e4 commit f013f5f

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

internal/bundler_tests/bundler_lower_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func TestLowerExponentiationOperatorNoBundle(t *testing.T) {
8686
13: a[123n] **= b,
8787
14: a[this] **= b,
8888
89-
// These should need capturing (have object identitiy)
89+
// These should need capturing (have object identity)
9090
15: a[/x/] **= b,
9191
16: a[{}] **= b,
9292
17: a[[]] **= b,

internal/bundler_tests/snapshots/snapshots_default.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5201,7 +5201,7 @@ a {
52015201
================================================================================
52025202
TestMinifiedBundleCommonJS
52035203
---------- /out.js ----------
5204-
var t=e(r=>{r.foo=function(){return 123}});var n=e((l,c)=>{c.exports={test:!0}});var{foo:f}=t();console.log(f(),n());
5204+
var t=e(r=>{r.foo=function(){return 123}});var n=e((q,f)=>{f.exports={test:!0}});var{foo:i}=t();console.log(i(),n());
52055205

52065206