aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/scripts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25Introduce `FileSink.ref()` and `FileSink.unref()`Gravatar Jarred Sumner 1-4/+58
2022-11-22Support no constructor in class generator scriptGravatar Jarred Sumner 1-49/+65
2022-11-20[internal] Implement `visitAdditionalChildren`Gravatar Jarred Sumner 1-32/+62
2022-11-20[streams] Fix memory leak affecting React SSR and moreGravatar Jarred Sumner 1-27/+19
2022-11-19Fix a GC issue with `Bun.spawn`Gravatar Jarred Sumner 1-7/+8
The `Subprocess` object stays alive until the process exits, even if it's never referenced
2022-11-18bun test matchers and tests (#1526)Gravatar Dylan Conway 1-2/+2
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative
2022-11-15add generated getter/setter type with thisValue (#1513)Gravatar Dylan Conway 2-22/+55
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 3-136/+138
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-0820% faster TextDecoder on small inputsGravatar Jarred Sumner 1-1/+3
2022-11-07[bindings generator] Support cached values that do not correspond to ↵Gravatar Jarred Sumner 2-80/+144
properties and support call() functions
2022-10-28Upgrade WebKitGravatar Jarred Sumner 2-16/+134
2022-10-17Implement `sendText`, `sendBinary`, `publishText`, `publishBinary`Gravatar Jarred Sumner 2-3/+136
2022-10-15More careful code generatorGravatar Jarred Sumner 1-5/+10
2022-10-15Add a way to update cached values from ZigGravatar Jarred Sumner 1-15/+51
2022-10-10Support cache with same name applied to multiple gettersGravatar Jarred Sumner 2-11/+26
2022-10-08Fix fetch response redirected (#1303)Gravatar zhiyuan 1-12/+12
* fix: sync codegen * fix: generate class script * fix: sync codegen * fix: add response redirected property
2022-09-28Implement `reportExtraMemoryVisited` and `reportExtraMemoryAllocated` in ↵Gravatar Jarred Sumner 1-1/+0
bindings
2022-09-28size estimatoorGravatar Jarred Sumner 1-8/+51
2022-09-28Fix several bugs with Request body streaming + store small response bodies ↵Gravatar Jarred Sumner 1-1/+11
without an extra memory allocation
2022-09-22Faster `Blob` + begin to implement `FileSink`Gravatar Jarred Sumner 3-28/+96
2022-08-27Update WebKit (#1165)Gravatar Jarred Sumner 1-25/+28
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-08-18Make `Request`, `Response` and `TextDecoder` not read-onlyGravatar Jarred Sumner 1-2/+8
2022-08-18Faster TextDecoderGravatar Jarred Sumner 1-7/+23
2022-08-18Fix missing `prototype` property on generated classesGravatar Jarred Sumner 1-0/+1
2022-08-18Update generate-classes.tsGravatar Jarred Sumner 1-2/+2
2022-08-17Move the crypto hashers to the new bindingsGravatar Jarred Sumner 1-4/+17
2022-08-17Move around some thingsGravatar Jarred Sumner 3-0/+2247
'Gravatar' /> natemoo-re 2-12/+6 2022-02-25fix astro scoping of "@import" inside of style tags (#2656)Gravatar Fred K. Schott 3-6/+35 2022-02-25[ci] update lockfile (#2659)Gravatar Fred K. Schott 1-20/+20 2022-02-25feat: improve third-party Astro package compatability (#2665)Gravatar Nate Moore 3-6/+100 2022-02-25get new example working during buildGravatar Fred K. Schott 4-16/+21 2022-02-25[ci] yarn formatGravatar FredKSchott 1-7/+6 2022-02-25Add Non-HTML Pages example (#2637)Gravatar Joel Kuzmarski 11-0/+136 2022-02-25[ci] collect statsGravatar FredKSchott 1-0/+1 2022-02-24[ci] yarn formatGravatar natemoo-re 2-24/+24 2022-02-24[ci] release (#2641)astro@0.23.1@astrojs/markdown-remark@0.6.2Gravatar github-actions[bot] 38-90/+81 2022-02-24ensure utf8 encoding when serving html (#2654)Gravatar Fred K. Schott 3-4/+9 2022-02-24fix(core): Issue #2625. error with process.env.LANG larger than 5 (#2645)Gravatar Javier Cortés 2-1/+6 2022-02-24[ci] update lockfile (#2646)Gravatar Fred K. Schott 1-130/+124 2022-02-24chore: upgrade compiler (#2653)Gravatar Nate Moore 3-11/+11 2022-02-24[ci] yarn formatGravatar natemoo-re 2-5/+5 2022-02-24Add fine-grained HMR support (#2649)Gravatar Nate Moore 7-36/+37 2022-02-24[ci] collect statsGravatar FredKSchott 1-0/+1 2022-02-23Fixed incorrect types and imports (#2630)Gravatar Juan Martín Seery 27-35/+37 2022-02-23Add sass dev dep to blog-multiple-authors example (#2643)Gravatar Joel Kuzmarski 1-1/+2 2022-02-23Fix(component): align starting position in Markdown slot (#2631)Gravatar Shinobu Hayashi 4-6/+61 2022-02-23[ci] yarn formatGravatar matthewp 1-1/+1 2022-02-23Run all smoke tests with the static build (#2609)Gravatar Matthew Phillips 2-26/+32 2022-02-23[ci] collect statsGravatar FredKSchott 1-0/+1 2022-02-22[ci] update lockfile (#2624)Gravatar Fred K. Schott 1-171/+201 2022-02-22Fixed shiki import to work with "type": "module" (#2628)Gravatar Juan Martín Seery 3-5/+13