Jarred Sumner
|
3f360b0682
|
chore: format packages/scripts folder (#19611)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-05-12 17:12:17 -07:00 |
|
Jarred Sumner
|
e3188c918a
|
use Biome to format Bun's codebase instead of Prettier (#8494)
* Ignore
* Create biome.json
* Ignore
* biome
* [autofix.ci] apply automated fixes
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2024-01-25 19:15:26 -08:00 |
|
Colin McDonnell
|
f7f1b60444
|
Add bun-types, add typechecking, add child_process types (#1475)
* 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-09 15:40:40 -08:00 |
|
Ikko Ashimine
|
65ca0503a7
|
[bun error] fix typo in markdown.ts (#995)
happend -> happened
|
2022-08-12 19:22:32 -07:00 |
|
John Daly
|
3c0f18f704
|
fix/clean-up-bun-error (#753)
* Fixing TypeScript errors in bun-error package
* Fixing import path
* Removing unused 'isClient' prop from AsyncSourceLines
* PR feedback
|
2022-07-16 15:14:14 -07:00 |
|
Jarred Sumner
|
be70e08671
|
[bun error] Handle error messages with missing name/message better
|
2022-04-03 21:28:45 -07:00 |
|
Jarred Sumner
|
44b0c8153a
|
Source Maps for client-side errors & columns
|
2022-03-11 00:03:09 -08:00 |
|