Jarred Sumner
|
bdf6b3e312
|
Wire up console.log(new Blob)
|
2022-07-24 01:22:33 -07:00 |
|
Jarred Sumner
|
8e84f361ac
|
Print < 512 bytes as "N bytes" instead of "0.0"
|
2022-07-24 01:22:33 -07:00 |
|
Jarred Sumner
|
c921e4a3f1
|
Improve console.log(new Blob([123])) output
|
2022-07-24 01:22:33 -07:00 |
|
Jarred Sumner
|
f524c72095
|
Make errors always print error: unless the name of the error is Error
|
2022-07-24 01:22:33 -07:00 |
|
Soney Mathew
|
7de90a82b0
|
[Bun.js] support for util.TextEncoder (#844)
* [Bun.js] support for util.TextEncoder
* [Bun.js] test for util.TextEncoder
|
2022-07-23 15:51:27 -07:00 |
|
darker
|
c412d0069e
|
feat: added info, info_bod and success method to wrap type of messages (#845)
|
2022-07-23 12:39:12 -07:00 |
|
Michell Brito
|
872304852e
|
Merge pull request #800 from alexkuz/fix-install-script-colors--645
|
2022-07-22 20:32:57 -04:00 |
|
Jarred Sumner
|
849c743cd2
|
[bun install] Fix issue with URL path when sending request
|
2022-07-22 17:12:37 -07:00 |
|
Jarred Sumner
|
52144c0577
|
Fix missing function bug
|
2022-07-22 16:17:13 -07:00 |
|
SheetJSDev
|
db51f285f8
|
bun install use custom BUN_CONFIG_REGISTRY port (#823)
|
2022-07-22 15:55:24 -07:00 |
|
Jarred Sumner
|
8392a86300
|
[docker] wip
|
2022-07-22 15:41:08 -07:00 |
|
Jarred Sumner
|
2e71ea4db9
|
[bun dev] Add flag to force hmr
|
2022-07-22 13:52:55 -07:00 |
|
Jarred Sumner
|
2dcd9e7eb9
|
[bun upgrade] Fix version display name for canary build
|
2022-07-22 13:26:31 -07:00 |
|
Jarred Sumner
|
2a6acf3c90
|
[bun upgrade] Fix name used in temporary dir for canary builds
|
2022-07-22 13:06:51 -07:00 |
|
Jarred Sumner
|
105350b826
|
Mention WSL version requirement
|
2022-07-22 12:20:04 -07:00 |
|
Jarred Sumner
|
c2d6ceb0f3
|
[bun upgrade] Implement --canary and BUN_CANARY=1
|
2022-07-22 12:19:30 -07:00 |
|
Jarred Sumner
|
ddfd2fd442
|
Update WebKit
|
2022-07-22 02:06:30 -07:00 |
|
Jarred Sumner
|
0d4b4c4942
|
Canary builds (Linux) (#824)
* wip
* WIP:
* WIP
* WIP
* WIP
* WIP
* WIP
* Update WebKit
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Update WebKit
* WIP
* WIP
* WIP
* WIP
* Workaround missing system calls
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Fix baseline detection
* WIP
* strip debug symbol
* Auto-generate canary build
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-07-22 00:58:45 -07:00 |
|
Carter Snook
|
7500f4b2ca
|
feat(node/fs): implement more stat methods (#807)
|
2022-07-20 10:19:41 -07:00 |
|
Alexander
|
5c620959bb
|
fix install script colors
|
2022-07-20 11:51:21 +04:00 |
|
Carter Snook
|
8bcf68e5e0
|
fix(api): stop double-free of prop array (#793)
|
2022-07-19 21:05:52 -07:00 |
|
Wallunen
|
e5af1ea3bc
|
refactor(installer): renovate install script (#745)
|
2022-07-19 14:56:28 -04:00 |
|
Jarred Sumner
|
a1a0c18478
|
[js] Set global and self
Fixes https://github.com/oven-sh/bun/issues/768
|
2022-07-17 22:49:09 -07:00 |
|
Jarred Sumner
|
ba65185bcb
|
[js] Fix invalid unicode codepoint in error
|
2022-07-17 22:39:57 -07:00 |
|
Jarred Sumner
|
a17221258d
|
Fixes https://github.com/oven-sh/bun/issues/769
Not tested
|
2022-07-17 22:37:24 -07:00 |
|
SheetJSDev
|
a00380c7c2
|
url.js use util_isString (#772)
|
2022-07-17 22:00:23 -07:00 |
|
Jarred Sumner
|
9ab63dced8
|
[bun install] Forgot to commit isCI function
|
2022-07-17 15:54:43 -07:00 |
|
Alexander Kuznetsov
|
e79ed4f738
|
fix printing message for thrown non-error objects (#764)
* fix printing message for thrown non-error objects
* fine tuning error formatting
* more fine tuning error formatting
|
2022-07-17 13:24:35 -07:00 |
|
Jarred Sumner
|
b897ad3ec2
|
[bun install] Implement --no-verify flag to skip verifying integrity of downloaded packages
|
2022-07-17 10:08:37 -07:00 |
|
Jarred Sumner
|
daed2a79f9
|
[bun install] Rename skip_verify -> skip_verify_installed_version_number
|
2022-07-17 10:08:37 -07:00 |
|
Jarred Sumner
|
0a5470e802
|
[bun install] Implement --no-progress to disable the progress bar
|
2022-07-17 10:08:37 -07:00 |
|
Jarred Sumner
|
a02b2d1c5b
|
[bun install] Improve performance of integrity hashing
By using optimized BoringSSL implementations
|
2022-07-17 10:08:37 -07:00 |
|
Alexander Kuznetsov
|
a85413c802
|
fix scoped packages name resolution (#760)
|
2022-07-17 07:58:28 -07:00 |
|
Jarred Sumner
|
f7e9b91701
|
[parser] Fix symbol collision with require
Fixes https://github.com/oven-sh/bun/issues/674
Fixes https://github.com/oven-sh/bun/issues/382
|
2022-07-15 23:08:25 -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 |
|
Ikko Ashimine
|
4b271ee430
|
fix(napi): gurantee -> guarantee (#683)
|
2022-07-13 23:32:46 +02:00 |
|
evan
|
bf19759188
|
add node:http Server polyfill (#572)
* node:http polyfill
* remove @ts-ignore
* reuse emitter instance
* requested changes
* cleanup
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2022-07-13 07:08:57 -07:00 |
|
Finn R. Gärtner
|
2769c74c74
|
fix(env_loader): Off by one error (#668)
|
2022-07-13 02:33:32 -07:00 |
|
evanwashere
|
f01bc3c752
|
switch from stream-browserify to readable-stream
|
2022-07-13 04:18:51 -04:00 |
|
Jarred Sumner
|
54b03f6e8a
|
Add newline to symbols (fixes warning)
|
2022-07-13 01:03:03 -07:00 |
|
Jarred Sumner
|
e4016c1a77
|
[http] Fix assertion
|
2022-07-12 22:56:20 -07:00 |
|
Jarred Sumner
|
b37ffde4ed
|
[bun.js] GC more strings
|
2022-07-12 22:56:09 -07:00 |
|
Jarred Sumner
|
dd7a346ac8
|
[bun install] Handle case that should really never happen
|
2022-07-12 22:55:38 -07:00 |
|
Jarred Sumner
|
d3963d6ea2
|
[bun.js] Fix GC bug with fetch
|
2022-07-12 22:46:27 -07:00 |
|
Jarred Sumner
|
83ad9fa780
|
[napi] Implement napi_get_property_names
|
2022-07-12 02:50:47 -07:00 |
|
Ryan Russell
|
4987067a18
|
refactor(exports.zig): Fix WebSocketHTTPSClient var name (#598)
Signed-off-by: Ryan Russell <git@ryanrussell.org>
|
2022-07-12 01:47:36 -07:00 |
|
Finn R. Gärtner
|
a6ab6e2131
|
fix(env_loader): Ignore spaces before equals sign (#602)
* fix(env_loader): Ignore spaces before equals sign
* fix(env_loader): Change the type of key_end to usize
|
2022-07-12 01:42:36 -07:00 |
|
Jarred Sumner
|
7b708255f5
|
[jsc] Fix segfault with promises
|
2022-07-12 00:20:46 -07:00 |
|
Jarred Sumner
|
46e8717e6c
|
[bun install] Fix NotSameFileSystem error (for real this time)
|
2022-07-12 00:20:46 -07:00 |
|
Jarred Sumner
|
9bd8e6e604
|
Update javascript.zig
|
2022-07-11 11:06:59 -07:00 |
|