aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-vscode/example/example.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-25Fix buildGravatar Ashcon Partovi 37-178/+35477
2023-08-24Prepare for extension 2Gravatar Ashcon Partovi 5-61/+85
2023-08-24Improve preview codeGravatar Ashcon Partovi 5-105/+415
2023-08-24watch mode with dapGravatar Ashcon Partovi 5-193/+221
2023-08-24Prepare for extensionGravatar Ashcon Partovi 9-144/+170
2023-08-24More source map fixesGravatar Ashcon Partovi 7-74/+299
2023-08-24Fix source maps partlyGravatar Ashcon Partovi 5-66/+122
2023-08-24Fix console.log formattingGravatar Ashcon Partovi 1-100/+129
2023-08-24Check bun version if it failsGravatar Ashcon Partovi 5-8/+22
2023-08-24Make source maps safer if exception occursGravatar Ashcon Partovi 2-21/+39
2023-08-24More fixesGravatar Ashcon Partovi 3-44/+78
2023-08-24Update package.jsonGravatar Jarred Sumner 1-13/+21
2023-08-24wipGravatar Jarred Sumner 2-0/+2
2023-08-24add some package.jsonsGravatar Jarred Sumner 8-1/+18
2023-08-24Source map supportGravatar Ashcon Partovi 4-196/+347
2023-08-24Start of source map support, breakpoints workGravatar Ashcon Partovi 3-23/+129
2023-08-24Prepare for source mapsGravatar Ashcon Partovi 2-168/+301
2023-08-24Fix attachingGravatar Ashcon Partovi 5-22/+115
2023-08-24More improvements, fix formatting in debug consoleGravatar Ashcon Partovi 32-31903/+426
2023-08-24Improve support for \`debug-adapter-protocol\`Gravatar Ashcon Partovi 53-9061/+43590
2023-08-24Fix debugger not updating after reload with --hotGravatar Ashcon Partovi 1-0/+4
2023-08-24Update tsconfig.base.jsonGravatar Colin McDonnell 2-2/+2
2023-08-24Update toml import type testGravatar Colin McDonnell 1-1/+1
2023-08-24Use noEmitGravatar Colin McDonnell 10-31/+15
2023-08-24Remove conflict option in tsconfig-for-init.json (#4284)Gravatar Code Hz 1-1/+0
2023-08-24Update build-idGravatar Jarred Sumner 1-1/+1
2023-08-24Report extra memory more (#4289)Gravatar Jarred Sumner 18-104/+320
2023-08-24fix buildGravatar Dylan Conway 16-53/+59
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 4-6/+117
2023-08-24[install] fix crash when installing package that uses loose semver pre-releas...Gravatar Alex Lam S.L 6-35/+178
2023-08-24Fix(node:http): fix URL formatting when using a proxy. (#4297)Gravatar Ai Hoshino 3-17/+80
2023-08-24Make the server not crash if an error occurs in dev build. (#4300)Gravatar Ai Hoshino 2-5/+21
2023-08-24Don't inline require/import errors at runtime (#4306)Gravatar Jarred Sumner 1-7/+9
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 28-225/+253
2023-08-24Update bun-polyfills & bun-wasm (#4246)Gravatar jhmaster 12-149/+169
2023-08-24Fix performance regression in reading from the request body (#4291)Gravatar Jarred Sumner 1-2/+5
2023-08-24wip (#4282)Gravatar Jarred Sumner 7-9/+58
2023-08-23[Inspector] Fix bug with sourcemaps including internal metadata bytesGravatar Jarred Sumner 2-5/+25
2023-08-23Add Debugger docs and a couple guides (#4281)Gravatar Colin McDonnell 5-2/+118
2023-08-23Fix `<const T>() =>` (#4278)bun-v0.8.0Gravatar dave caruso 2-0/+73
2023-08-23Update globals.d.ts (#4276)Gravatar VietnamecDevelopment 1-1/+1
2023-08-23Fix ffi type (#4265)Gravatar Code Hz 2-49/+272
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 31-548/+866
2023-08-23docs: remove broken DNS link which is also not present in the official docs (...Gravatar Quentin 1-1/+0
2023-08-23Fix more types. (#4273)Gravatar xxxhussein 8-16/+22
2023-08-23ask for bun --revision instead bun -v (#4256)Gravatar Jozef Steinhübl 1-1/+1
2023-08-22fix yield (#4264)Gravatar dave caruso 2-1/+17
2023-08-22Fix Bun.inspect typesGravatar Colin McDonnell 1-1/+1
2023-08-21fix fsevents and stub for qwikcity (#4247)Gravatar dave caruso 9-64/+24
2023-08-21fix stdin stream unref and resuming (#4250)Gravatar Dylan Conway 4-19/+26