Jarred Sumner
af0cb893b5
Add microbenchmark for symbol-based private variables
2023-09-25 03:27:38 -07:00
Jarred Sumner
7027493196
Update nodejs-apis.md
2023-09-25 00:39:53 -07:00
Jarred Sumner
bd4523798f
Clarify
2023-09-24 23:47:20 -07:00
Jarred Sumner
6326eb4246
Add buggy note
2023-09-24 21:28:33 -07:00
Jarred Sumner
96411580c1
Do not use removefileat() ( #6001 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 18:27:55 -07:00
Jarred Sumner
3f463786a5
Correctly fix #5888 ( #6000 )
...
* Update our MultiArrayList
* More consistent CI
* Fix serialization issue
* Update bun.lockb
* Update bun.lockb
* fixup
* Fix `Bin{}`
* `bun update` should not cache the manifest
* Make bun install tests more consistent
* This differs by platform evidently
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 17:43:59 -07:00
Jeroen van Rensen
43f092807b
Update writing.md - Remove duplicate code snippet ( #5966 )
2023-09-24 08:50:18 -07:00
cyfung1031
b8817ab188
Update README.md ( #5989 )
2023-09-24 08:49:57 -07:00
asrar
ef7f679edf
Fix link to vitejs ( #5959 )
2023-09-24 08:49:14 -07:00
Jarred Sumner
57010cc448
Avoid using std.net.Address.parse ( #5950 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 03:17:19 -07:00
Jarred Sumner
b6a4161cc5
Fixes #5985 ( #5986 )
...
* Fixes #5985
* Update confirm-fixture.js
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-24 03:16:51 -07:00
Ai Hoshino
a5908e9f27
fix(lockfile): ensure all bytes of union are initialized before serialization. ( #5957 )
2023-09-23 20:09:45 -07:00
Moritz Eck
72f9017b21
docs: update link to templates in remix guide ( #5965 )
2023-09-23 09:56:37 -07:00
Sony AK
93f1d91083
Update installation.md ( #5968 )
...
* Update installation.md
Adding notes for users that currently use canary version and want to switch back to stable version.
* Upadte
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-23 09:56:03 -07:00
Jarred Sumner
ec0e931e9f
Bump!
2023-09-22 21:26:59 -07:00
Jarred Sumner
a229cfd3c6
Make this function inline
2023-09-22 21:26:35 -07:00
Dylan Conway
966b636e5d
isBinary ( #5944 )
2023-09-22 19:48:36 -07:00
Dylan Conway
ee93f1b88c
[install] fix GitHub dependency bugs ( #5941 )
...
* handle branches with slashes
* handle empty repo string
2023-09-22 18:41:55 -07:00
Colin McDonnell
ffd21e98e7
Remove bun dev stuff from create_command ( #5939 )
2023-09-22 18:41:05 -07:00
Kilian von Pflugk
a3db02832e
use the correct channel name for feedback ( #5899 )
2023-09-22 18:40:37 -07:00
Ai Hoshino
1445775d64
fix(runtime): exclude unevaluated module in require.cache ( #5903 )
...
Close : #5898
2023-09-22 18:40:06 -07:00
Colin McDonnell
feefaf00d7
Update workspaces.md
2023-09-22 16:42:23 -07:00
dave caruso
25e69c71e7
Implement module.parent ( #5889 )
...
* Make module.parent work
* yay
* oops
* yay
bun-v1.0.3
2023-09-21 22:09:55 -07:00
Dylan Conway
9d5459221f
fix #5865 ( #5890 )
...
* make sure types are the same
* tests
2023-09-21 21:02:34 -07:00
dave caruso
341c1c1804
disable child_process execArgv + fix crash in cli parsing ( #5843 )
...
* stuff
* stuff
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 20:37:32 -07:00
Colin McDonnell
b218c40a5d
Hide env elapsed time when loglevel=info ( #5882 )
...
* Hide env elapsed time when loglevel=info
* Updates
* Update
* Fix test
2023-09-21 20:07:25 -07:00
Dylan Conway
09d6e8553b
ref and deinit ( #5883 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-21 20:02:51 -07:00
Imamuzzaki Abu Salam
0502c134e8
docs: add await to all Bun.build() call ( #5885 )
2023-09-21 19:08:57 -07:00
Jarred Sumner
e34ff61339
Don't use arena in node:fs ( #5863 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 18:59:01 -07:00
Igor Shapiro
8684a59029
chore(git): ignore .envrc file ( #5873 )
2023-09-21 18:44:59 -07:00
Liz
b297fabd17
fix: correctly pass the encrypted(bool) property on "Socket" for express.js ( #5878 )
...
* fix: correctly pass the encrypted property on "Socket" for express.js
Express relies on this for setting the requests protocol.
Since this is on a dummy object, a property is simply set with the actual value.
Which seams okay as a workaround.
* chore: add generated files
* chore: add test
* refactor: set property directly rather then through a getter
2023-09-21 18:44:05 -07:00
dave caruso
b05e10cd8b
fix(node:fs): use the right copyFile constants ( #5874 )
2023-09-21 18:42:49 -07:00
Ai Hoshino
92a5d845ae
chore: Update ZSH completions ( #4428 )
2023-09-21 17:43:01 -07:00
Colin McDonnell
030407c52e
Update completions list
2023-09-21 17:32:19 -07:00
Colin McDonnell
cfc56dafeb
Update install docs
2023-09-21 15:17:16 -07:00
Colin McDonnell
b011f94250
Update test script
2023-09-21 12:55:27 -07:00
Colin McDonnell
66cdb077ad
Add docs for extending process.env
2023-09-21 12:35:41 -07:00
Dylan Conway
4a1573e007
decorator metadata defaults and rest args
2023-09-21 12:20:53 -07:00
Jarred Sumner
0b4a34bbd6
Fix test failures ( #5862 )
...
* Fix test failures
* Fixes #5851
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 07:56:44 -07:00
Jarred Sumner
d1e9b33cac
On Linux, respect memory limit from cgroups ( #5849 )
...
* Implement `process.constrainedMemory()`
* Add a comment
* Handle max
* Missing header
* We can use WTF::ramSize now
* Update WebKit
* Update ZigGlobalObject.cpp
* WebKit
* ✂️
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-21 07:25:18 -07:00
Jarred Sumner
abfc10afeb
Revert "feat(encoding): support BOM detection ( #5550 )"
...
This reverts commit 5f66b4e729 .
This caused test failures in text-encoder. cc @WingLim
2023-09-21 07:10:07 -07:00
Jarred Sumner
a18ef053a4
Don't await plugins
2023-09-21 06:16:31 -07:00
Jarred Sumner
6abc9af472
Add another test
2023-09-21 06:04:58 -07:00
Jarred Sumner
e1cf08b3a6
Fixes #5859
2023-09-21 05:48:40 -07:00
Jarred Sumner
28f3453466
Regenerate builtins
2023-09-21 02:59:50 -07:00
Aaron Dewes
9c45487763
Fix make jsc on Linux ( #4779 )
...
* Fix `make jsc` on Linux
Previously, it failed with `/usr/bin/bash: Line 3: -DUSE_BUN_JSC_ADDITIONS=ON: Command not found`.
* Update Makefile
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-21 02:10:54 -07:00
Jarred Sumner
01d2cb5d98
Prettier
2023-09-21 00:51:48 -07:00
Liz
2664dfad9b
fix: add check to sqlite extension loading logic ( #5773 )
...
The sqlite3 logic to dynamically load extensions can be disabled to save space,
which macos does by default.
sqlite3 provides a api to check for these compile time settings at runtime,
we can use that to throw a js error rather then crashing.
It is worth noting though that the api to check for these settings at runtime
itself can be disabled through SQLITE_OMIT_COMPILEOPTION_DIAGS but this seams
to be a edge case.
2023-09-20 23:43:21 -07:00
Jibran Kalia
e0c5debc57
fix(console.log): change default depth from 8 to 2 ( #5839 )
...
This make it as the same default depth in Node.
Source: 480ab8c3a4/doc/api/console.md (L285)
2023-09-20 23:42:44 -07:00
Jarred Sumner
e160223627
In http client, use .toOwnedSlice() instead of potentially re-using the WTFString here
2023-09-20 23:40:42 -07:00