aboutsummaryrefslogtreecommitdiff
path: root/packages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 73-119/+27457
* 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-10-20Update install script to use secure flagsGravatar Ashcon Partovi 1-3/+3
2022-10-18latestbun-v0.2.1Gravatar Jarred Sumner 2-67/+67
2022-10-13Updatebun-v0.2.0Gravatar Jarred Sumner 2-43/+43
2022-09-25Update package.jsonGravatar Jarred Sumner 1-1/+1
2022-09-23Fix issue with react-is in bun-framework-nextGravatar Jarred Sumner 1-2/+2
2022-08-28Update package.jsonGravatar Jarred Sumner 1-1/+1
2022-08-21[bun-landing] inline via data uriGravatar Jarred Sumner 2-4/+29
2022-08-17slightly improve streams perfGravatar Jarred Sumner 1-0/+0
2022-08-12[bun error] fix typo in markdown.ts (#995)Gravatar Ikko Ashimine 1-1/+1
happend -> happened
2022-08-09Delete server polyfillGravatar Jarred Sumner 2-17/+0
2022-08-08Update example Next app to 12.2 (#1033)Gravatar TiKevin83 1-8/+2
* Update bun-framework-next for version 12.2 * Match on minor version for next peer dependency per compatibility issues * Update example next app packages per 12.2 integration * Update next version warning per minor version compatibility changes Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2022-08-05Refresh all the bun.lockbbun-v0.1.7Gravatar Jarred Sumner 1-0/+0
2022-08-05Convert landing page to zero-JS Next.js application. (#945)Gravatar Lee Robinson 18-4184/+262
2022-07-31Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)Gravatar Oran Simhony 2-4/+4
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo.
2022-07-29Update bun-framework-next for Next 12.2Gravatar Jarred Sumner 2-5/+10
2022-07-29Update bun-framework-next for Compatibility with Next 12.2+ (#920)Gravatar TiKevin83 3-20/+28
2022-07-28landing/docs: make Bun naming consistent (#906)Gravatar Kevin Ingersoll 1-17/+17
* landing/docs: make Bun naming consistent * fix spacing, wrap one more code thing
2022-07-26Remove bun-types from repoGravatar Jarred Sumner 2-20304/+0
2022-07-25update bench numberGravatar Jarred Sumner 2-8/+9
2022-07-16fix/clean-up-bun-error (#753)Gravatar John Daly 4-101/+54
* Fixing TypeScript errors in bun-error package * Fixing import path * Removing unused 'isClient' prop from AsyncSourceLines * PR feedback
2022-07-14fix(packages/bun-landing): Fixed punctuation (#280)Gravatar Mustafa Hasan Khan 3-6/+6
2022-07-13docs: correct typo missing dots (#603)Gravatar pnxdxt 1-11/+11
2022-07-13fix: og:image share url (#678)Gravatar Gabriel Nunes 1-1/+1
* feat: create share image for social media * fix: group meta tags * fix: adjust og:image to full url
2022-07-13Typesbun-v0.1.4Gravatar Jarred Sumner 2-22/+27
2022-07-12feat(packages/bun-landing): Create share image for social media (#629)Gravatar Gabriel Nunes 2-0/+3
* feat: create share image for social media * fix: group meta tags
2022-07-12.3 not .0Gravatar Jarred Sumner 1-1/+1
2022-07-12[landing] Hashing benchmarkGravatar Jarred Sumner 1-29/+63
2022-07-12use permalinks for landing pageGravatar evanwashere 1-6/+6
2022-07-12fix benchmark urls on landing page (#636)Gravatar evan 1-6/+6
2022-07-12chore(landing): build changes (#626)Gravatar pnxdxt 1-2/+2
2022-07-12docs: remove double v of version (#601)Gravatar pnxdxt 1-1/+1
2022-07-12docs(various): `.md` readability improvements (#597)Gravatar Ryan Russell 1-1/+1
2022-07-12docs: builtin -> built-in (#585)Gravatar Evan Boehs 1-3/+3
2022-07-11Broken links?origin/mainGravatar Jarred Sumner 2-194/+84
2022-07-11Fixed broken links on the Bun.serve benchmark (#590)Gravatar B E C H 1-3/+3
Fixed the broken links to the Bun.serve benchmark sources.
2022-07-11feat(types): Add types for node modules and various fixing (#470)Gravatar Snazzah 1-22/+11779
* fix(types): add __dirname and __filename as deprecated types * fix(types): add stream() method to Blob * fix(types): update getRandomValues in Crypto * fix(types): add buffer type defs * fix(types): remove buffer type setting in fs * fix(types): extend TypedArray in crypto.getRandomValues Co-authored-by: Carter Snook <cartersnook04@gmail.com> * fix(types): add notes to some buffer methods * fix(types): remove since jsdoc comments from buffer * chore(types): fix bundle script and build types * fix(types): update bundle script This really shouldn't do anything differently, but it no longer hangs whenever I bundle types. Not sure if anyone else has this problem but, ehhhh... * fix(types): remove unused types in buffer * feat(types): add assert module types * feat(types): add events module types * feat(types): add os module types * feat(types): add domain module types * fix(types): add process.isBun type * feat(types): add util module types * feat(types): add querystring module types * feat(types): add process module types * feat(types): add string_decoder module types * feat(types): add sys module types * feat(types): add timers module types * feat(types): add stream module types * feat(types): add crypto module types fix(types): fix types for stream, timers and util modules * feat(types): add constants module types * feat(types): add url module types * feat(types): add tty module types * feat(types): add http module types * feat(types): add https module types * feat(types): add punycode module types * feat(types): add zlib module types * feat(types): add supports-color module types Co-authored-by: Carter Snook <cartersnook04@gmail.com>
2022-07-10Update GitHub URL to match new repo URL (#547)Gravatar Aurora Luna Takemi 3-17/+17
* Update repo URLs * GitHub URL update * Revert accidental URL changes
2022-07-10clarify launch step (#534)Gravatar Jacob 1-2/+4
2022-07-10fix(bun-error): fix line endingsGravatar Snazzah 1-443/+443
2022-07-10feat(bun-error): update "powered by" logo to use new bun wordmarkGravatar Snazzah 1-443/+443
2022-07-09using {process.version} instead of hardcodingGravatar b0iq 1-1/+1
2022-07-09Update Bun CLI version typo to v0.1.2Gravatar b0iq 1-1/+1
2022-07-09fix: update build files to latest Zig versionGravatar sno2 1-152/+118
2022-07-09fix dotenv package example on landing page (#436)Gravatar JolteonYellow 1-1/+1
2022-07-09feat(landing): add favicon.icoGravatar Snazzah 2-1/+1
2022-07-09chore(landing): build changesGravatar Snazzah 2-5/+9
2022-07-09feat(landing): add og:locale and twitter:site metadataGravatar Snazzah 1-0/+2
2022-07-09feat(landing): add 256x iconGravatar Snazzah 1-0/+1
2022-07-09feat(landing): remove space between zig and "'s"Gravatar Snazzah 1-1/+1