Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
happend -> happened
|
|
|
|
* 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>
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
* landing/docs: make Bun naming consistent
* fix spacing, wrap one more code thing
|
|
|
|
|
|
* Fixing TypeScript errors in bun-error package
* Fixing import path
* Removing unused 'isClient' prop from AsyncSourceLines
* PR feedback
|
|
|
|
|
|
* feat: create share image for social media
* fix: group meta tags
* fix: adjust og:image to full url
|
|
|
|
* feat: create share image for social media
* fix: group meta tags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed the broken links to the Bun.serve benchmark sources.
|
|
* 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>
|
|
* Update repo URLs
* GitHub URL update
* Revert accidental URL changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|