aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunJSCModule.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-13[bun:jsc] Introduce `profile` functionGravatar Jarred Sumner 1-0/+53
2022-12-13Fix crash in `startSamplingProfiler`Gravatar Jarred Sumner 1-5/+3
2022-12-06Fix glibc symbol version issues preventing `bun install` from being used in o...Gravatar Jarred Sumner 1-2/+6
2022-10-28Upgrade WebKitGravatar Jarred Sumner 1-1/+1
2022-09-03Plugin API (#1199)Gravatar Jarred Sumner 1-1/+0
2022-08-30Add profiler support (#1110)Gravatar Bram Wasti 1-1/+63
2022-08-18Handle builds with remote inspector disabledGravatar Jarred Sumner 1-2/+11
2022-08-12Update WebKitGravatar Jarred Sumner 1-23/+31
2022-07-02[bun:jsc] Add `generateHeapSnapshotForDebugging`Gravatar Jarred Sumner 1-1/+28
2022-07-02[bun:jsc] Add `protectedObjectTypeCounts`, disallow gcGravatar Jarred Sumner 1-2/+15
2022-07-02[bun:jsc] expose `getProtectedObjects` gc hookGravatar Jarred Sumner 1-1/+15
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+348
llback'/>
path: root/examples/framework-solid/.stackblitzrc (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27[ci] formatGravatar bholmesdev 2-3/+3
2022-06-27Refactor: remove Deno shim to esbuild "banner" (#3734)Gravatar Ben Holmes 7-15/+22
* refactor: remove Deno shim to esbuild "banner" * refactor: move shim to const * refactor: add shim to netlify edge * chore: changeset
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
* update telemetry to support more anonymized project id * Create strange-laws-kick.md * respond to nate feedback
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157
* wip * update create-astro for new astro add * update copy * update git prompt * Update packages/astro/src/core/logger/node.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/create-astro/test/install-step.test.js Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * update git prompt * update test Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>