Alistair Smith
05508a627d
Reapply "use event.message when no event.error in HMR during event" ( #25360 )
...
This reverts commit b4c8379447 .
### What does this PR do?
### How did you verify your code works?
---------
Co-authored-by: Claude Bot <claude-bot@bun.sh >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-05 17:38:56 -08:00
Alistair Smith
b4c8379447
Revert "use event.message when no event.error in HMR during event"
...
This reverts commit 438aaf9e95 .
2025-12-05 11:16:52 -08:00
Alistair Smith
438aaf9e95
use event.message when no event.error in HMR during event
2025-12-05 11:14:45 -08:00
Jarred Sumner
f528dc5300
shrink bun error modal by 250 KB ( #22813 )
...
### What does this PR do?
### How did you verify your code works?
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-19 23:54:18 -07:00
Jarred Sumner
55a9cccac0
bun.sh -> bun.com ( #20909 )
2025-07-10 00:10:43 -07:00
berzan
155475693b
Change clip-path property to clipPath. ( #20409 )
2025-06-15 13:19:56 -07:00
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
dave caruso
bb8c0d97ba
Fix runtime stack trace computation ( #11581 )
...
Co-authored-by: paperdave <paperdave@users.noreply.github.com >
2024-06-05 00:26:03 -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
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
70f9294e15
[bun:error] Fix exception
2022-04-05 06:36:19 -07:00
Jarred Sumner
e84494b0e0
Fix error in bun:error
2022-04-04 06:22:48 -07:00
Jarred Sumner
3434b9ecf3
Implement error page for HTTP server
2022-03-24 19:08:20 -07:00
Jarred Sumner
e866fa1203
[bun:error] handle errors without a name or message
2022-03-15 05:19:54 -07:00
Jarred Sumner
313ad01e42
fix bug with freeing typed arrays
2022-03-11 03:09:57 -08:00
Jarred Sumner
44b0c8153a
Source Maps for client-side errors & columns
2022-03-11 00:03:09 -08:00
Jarred Sumner
3bd12180de
Make alignment more consitent
2022-02-24 20:33:45 -08:00
Jarred Sumner
efb4baacdf
[bun dev] Implement copy as markdown
2022-02-20 23:12:15 -08:00
Jarred Sumner
79974e4d81
[bun dev] Errors with file names can be opened in editor now
2022-02-18 20:46:55 -08:00
Jarred Sumner
e7f191c08b
[HTTP] Fix error handling modal from showing when there are no errors
2021-10-25 17:06:20 -07:00
Jarred Sumner
125d88bd65
bun:error.js into separate module, ensure we don't include fast refresh in Bun.js, log build errors to browser console, don't warn for node_modules,
2021-09-11 01:48:23 -07:00