aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/scripts/class-definitions.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-17Support static string values in our class bindings generatorGravatar Jarred Sumner 1-0/+1
2023-02-07cleanupGravatar Jarred Sumner 1-0/+1
2023-02-06set the typeGravatar Jarred Sumner 1-1/+1
2023-02-06tweaks to generatorGravatar Jarred Sumner 1-12/+16
2023-01-24Update class-definitions.tsGravatar Jarred Sumner 1-0/+9
2022-11-15add generated getter/setter type with thisValue (#1513)Gravatar Dylan Conway 1-3/+7
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-4/+5
* 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-07[bindings generator] Support cached values that do not correspond to ↵Gravatar Jarred Sumner 1-2/+7
properties and support call() functions
2022-10-28Upgrade WebKitGravatar Jarred Sumner 1-2/+3
2022-10-17Implement `sendText`, `sendBinary`, `publishText`, `publishBinary`Gravatar Jarred Sumner 1-1/+0
2022-10-10Support cache with same name applied to multiple gettersGravatar Jarred Sumner 1-2/+3
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 1-0/+1
2022-08-17Move around some thingsGravatar Jarred Sumner 1-0/+36