function hey() { const well = { baz: function () {}, }; } function yo() { const hi = { yo: function () {}, }; } // function yo() { // const hi = { // yo: function () {}, // }; // } // This bug is the same as function-scope-bug.jsx, except this time, // it's specific to scopes created in property definitions // That means, either arrow functions or non-arrow functions // ESBUILD // Scope: (5 -1) | Scope (5, -100) // Scope: (6 12) | Scope (6, 12) // Scope: (7 15) | Scope (7, 15) // Scope: (6 43) | Scope (6, 43) // Scope: (7 55) | Scope (7, 55) // Scope: (6 78) | Scope (6, 78) // Scope: (7 81) | Scope (7, 81) // Scope (6, 106) // Scope (7, 118) // Scope: (5 -1) | Scope (5, -100) // Scope: (6 12) | Scope (6, 12) // Scope: (7 15) | Scope (7, 15) // Scope: (6 43) | Scope (6, 43) // Scope: (7 55) | Scope (7, 55) // Scope: (6 78) | Scope (6, 78) // Scope: (7 81) | Scope (7, 81) // Scope: (6 106) | Scope (6, 106) // Scope: (7 118) | Scope (7, 118) // ESBUILD // Scope: (5 -1) // Scope: (6 12) // Scope: (7 15) // Scope: (6 43) // Scope: (7 55) // Scope: (6 78) // Scope: (7 81) // Scope: (6 106) // Scope: (7 118) // Scope: (6 141) // Scope: (7 144) // Scope: (6 169) // Scope: (7 181) child-process-fixes Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Update Dockerfile.baseGravatar Jarred Sumner 1-0/+1
2022-03-16Update MakefileGravatar Jarred Sumner 1-2/+23
2022-03-16cleanup error printingGravatar Jarred Sumner 7-105/+193
2022-03-16Revert "Unlimited arguments in process.nextTick"Gravatar Jarred Sumner 1-38/+48
2022-03-16bun.lockbGravatar Jarred Sumner 3-0/+0
2022-03-16Update feature_flags.zigGravatar Jarred Sumner 1-0/+1
2022-03-16[bun.js] Bun.unsafe test should check the gcGravatar Jarred Sumner 1-4/+14
2022-03-16Update work_pool.zigGravatar Jarred Sumner 1-21/+28
2022-03-16Add a way to run serial tasks on a different threadGravatar Jarred Sumner 1-3/+65
2022-03-16fix crash when SyntaxError is thrown and we did not receive an ErrorInstance?Gravatar Jarred Sumner 1-18/+25
2022-03-16[bun.js] Fix release-mode test failures in HeadersGravatar Jarred Sumner 1-47/+42
2022-03-16Update ref_count.zigGravatar Jarred Sumner 1-2/+0
2022-03-15file is too bigjarred/replGravatar Jarred Sumner 1-113827/+0
2022-03-15Update Dockerfile.baseGravatar Jarred Sumner 1-1/+1
2022-03-15Add rust and lolhtml to dockerfileGravatar Jarred Sumner 2-0/+20
2022-03-15bump webkitGravatar Jarred Sumner 1-1/+1
2022-03-15Update WebKitGravatar Jarred Sumner 1-0/+0
2022-03-15:camera:Gravatar Jarred Sumner 60-799/+859
2022-03-15Fix test failureGravatar Jarred Sumner 1-15/+17
2022-03-15[bun:error] handle errors without a name or messageGravatar Jarred Sumner 1-6/+11
2022-03-15Update pool.zigGravatar Jarred Sumner 1-0/+1
2022-03-15Load .env by defaultGravatar Jarred Sumner 2-0/+8
2022-03-15mimalloc interpose is buggyGravatar Jarred Sumner 1-2/+25
2022-03-15higher max http requests for bun.jsGravatar Jarred Sumner 1-0/+29
2022-03-15zero copyGravatar Jarred Sumner 1-21/+15
2022-03-15Update javascript.zigGravatar Jarred Sumner 1-2/+0
2022-03-15[bun.js] utf8 console.{time, count, timeEnd, profile, profileEnd, count, cou...Gravatar Jarred Sumner 1-16/+16