Jarred Sumner
|
69875d86cd
|
Fix console.log printing multiple properties
|
2023-01-17 13:44:13 -08:00 |
|
Jarred Sumner
|
38f9bb96df
|
use .skip() for failing test
|
2023-01-12 13:20:10 -08:00 |
|
Jarred Sumner
|
90c395bdac
|
Update inspect.test.js
|
2023-01-12 13:11:05 -08:00 |
|
Jarred Sumner
|
8830cbc51e
|
[test] Ensure console.log(globalThis) doesn't crash
|
2022-12-04 06:55:12 -08:00 |
|
Jarred Sumner
|
3cb462a3e6
|
Fix console.log regression with emoji
|
2022-11-30 07:28:48 -08:00 |
|
Jarred Sumner
|
002f4ecc9e
|
Fix crash in console.log
|
2022-11-27 19:37:14 -08:00 |
|
Jarred Sumner
|
a249c79983
|
Add tests for latin1 supplemental chars
|
2022-11-27 07:29:59 -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 |
|
Jarred Sumner
|
062c3948ba
|
Fix test failures
|
2022-10-02 01:56:55 -07:00 |
|
Jarred Sumner
|
d9ae284463
|
Fix console.log with typed arrays
|
2022-08-10 21:26:20 -07:00 |
|
Jarred Sumner
|
c148c33510
|
[js] Fix console.log(Infinity)
|
2022-08-09 16:37:05 -07:00 |
|
Jarred Sumner
|
af36e99317
|
Some tests for console.log(new Blob([123]))
|
2022-07-24 01:22:33 -07:00 |
|
Jarred Sumner
|
fd4a210b84
|
[bun.js] Fix non-ascii latin1 string handling in console.log
Closes https://github.com/oven-sh/bun/issues/738
Closes https://github.com/oven-sh/bun/issues/737
|
2022-07-15 21:07:41 -07:00 |
|
Jarred Sumner
|
f6cd941522
|
Fixes https://github.com/oven-sh/bun/issues/195
|
2022-07-11 08:04:55 -07:00 |
|
Jarred Sumner
|
d6d8c0b80d
|
Fixes https://github.com/oven-sh/bun/issues/561
|
2022-07-11 04:34:38 -07:00 |
|
Jarred Sumner
|
729d445b68
|
change the directory structure
|
2022-06-22 23:21:48 -07:00 |
|