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
Ai Hoshino
b00588e98c
fix(fetch): fix redirect in relative path location. ( #5781 )
...
* fix(fetch): fix redirect in relative path location.
* fix utf-8 encoding
* use server.reload
* check buf size
* add RedirectURLTooLong test
2023-09-20 23:34:00 -07:00
dave caruso
ac19c7c62e
remove /test.js and git ignore it - sorry
2023-09-20 20:30:15 -07:00
saurabh
539eec85db
docs(project): development fix Arch install-dependencies command ( #5270 )
...
sudo is required to run pacman if not root user
2023-09-20 20:11:13 -07:00
dave caruso
b7951511a3
fix(run): interpret extensionless files as typescript ( #5711 )
...
* test
* gadsgsagdsa
* add better err msg
* r
* oops
* ok
2023-09-20 19:48:46 -07:00
Ciro Spaciari
b65862e23b
fix(ffi) fix size limit for dlopen ( #5516 )
...
* fix size limit
* 63
* throw error
* ffi.test.js
* add macos tests
* oops
2023-09-20 18:50:10 -07:00
WingLim
5f66b4e729
feat(encoding): support BOM detection ( #5550 )
...
* fix(encoding): export `getIgnoreBOM`
* feat(encoding): support ignoreBOM
* fix(encoding): not replace BOM to 0xFFFD
* chore: use strict equal
2023-09-20 18:44:05 -07:00
Ai Hoshino
7319142fd8
feat(node:dns): implement dns.lookupService ( #5613 )
...
* feat(node:dns): implement dns.lookupService
Close : #4347
* fix flags
* add `getSockaddr`
* fix sockaddr size
* flaky test
2023-09-20 18:43:08 -07:00
dave caruso
365fc0d39d
implement Module.prototype._compile ( #5840 )
2023-09-20 18:31:57 -07:00
dave caruso
34d191be67
feat(runtime): implement console._stdout ( #5842 )
...
* implement console._stdout
* nonenum
2023-09-20 18:28:07 -07:00
Colin McDonnell
5c6d7760a5
Improve types for test.each, describe.each ( #5838 )
...
* Improve types for each
* more
* remove
2023-09-20 17:43:08 -07:00
Ashcon Partovi
3c7b9353e1
Fix rendering of bun.lockb in vscode extension
2023-09-20 17:39:33 -07:00
Ashcon Partovi
64a717ab33
Run bun fmt
2023-09-20 17:24:09 -07:00
Colin McDonnell
bbff5b7735
Update quickstart
2023-09-20 16:32:51 -07:00
Colin McDonnell
2e06dbaffe
Update prisma guide
2023-09-20 15:42:03 -07:00
Colin McDonnell
19151bb1d2
Update env doc
2023-09-20 13:04:03 -07:00
Colin McDonnell
f8343f25b8
Clarify hot mode
2023-09-20 13:04:02 -07:00
Jonah Snider
67defd95af
[bun install] Add -E as alias of --exact ( #5104 )
...
* [bun install] Add `-E` as alias of `--exact`
* Add test for -E flag
2023-09-20 11:14:55 -07:00
Lucas Coratger
aa3355dc82
feat: switch disableTelemetry to bunfig ( #5690 )
...
* feat: switch disableTelemetry to bunfig
* feat: zig fmt
* revert: the env variable and invert the logic of telemetry
---------
Co-authored-by: MrPalixir <73360179+MrPalixir@users.noreply.github.com >
2023-09-20 10:13:31 -07:00
LongYinan
8c612adcdb
Treat undefined value as empty in expect.toThrow ( #5788 )
...
Fix: https://github.com/napi-rs/napi-rs/blob/main/examples/napi/__tests__/test.framework.js#L16-L19
2023-09-20 10:11:41 -07:00
JeremyFunk
711a2bcdd1
Fix various bugs in vscode extension ( #5772 )
...
* Fix bugs
* Fix bugs
* Revert "Fix bugs"
This reverts commit 608639eb22 .
2023-09-20 10:09:51 -07:00
Dylan Conway
689b28455c
add emitDecoratorMetadata ( #5777 )
...
* some progess
* needs more tests
* make tests easier to debug
* get metadata for constructor arg decorators
* fix some things
* merge `emitDecoratorMetadata` option
* remove `^`
* bundler tests and get option from tsconfig earlier
* remove spaces
* fix tests
2023-09-20 08:10:03 -07:00
Ai Hoshino
4439f16155
fix(doc): correct server.reload ( #5799 )
2023-09-20 08:08:11 -07:00
Jarred Sumner
ff7f642099
Call Error.prepareStackTrace on new Error().stack ( #5802 )
...
* Always call `Error.prepareStackTrace`
* Support node:vm
* Remove this
* Handle more cases
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-20 05:52:59 -07:00
Jarred Sumner
1456c72648
Fixes #5800
...
Fixes #5800
2023-09-20 04:33:38 -07:00
Jarred Sumner
5d09a06100
Fix path used in bunx ( #5785 )
...
* Fix path used in bunx
* Add test
* Use a different package
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-20 01:00:29 -07:00
ggobbe
4a0eb19038
Fix RedirectURLTooLong errors ( #5786 )
...
The URL to download the manifest for Artifact Registry in Google
is larger than 4092 bytes.
cf. issue #4748
2023-09-20 00:18:47 -07:00
Jarred Sumner
edee1e3d04
Show when a newer version is available in the install screen ( #5780 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 23:03:11 -07:00
Colin McDonnell
e2fb524993
Fix broken links
2023-09-19 22:42:54 -07:00
Sanyam Kamat
ee33d5ced4
docs: add Qwik guide ( #4810 )
2023-09-19 21:54:45 -07:00
h2210316651
53fd9ff4bf
Updated modules.md to address issue #5420 ( #5456 )
...
* Update modules.md
Updated docs to address `The ES modules aren't always asynchronous. #5420` Issue.
- Included an elaborate explanation citing the difference between CommonJS and ES Modules,
- Added a summary
* Tweaks
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 21:39:22 -07:00
Ahmad Addel
e3558b626c
add warning to Ensure correct placement of the '--watch' flag ( #5447 )
...
* Update run.md
* remove the wrong command example
* Tweak
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 21:34:26 -07:00
Jarred Sumner
5defdf3e28
Fixes #5769 ( #5775 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 18:16:51 -07:00
Ciro Spaciari
f8d7f50cdb
some fix ( #5762 )
2023-09-19 17:20:50 -07:00
WingLim
ddb1189b2d
fix(cli): bun pm cache rm command not work ( #4571 )
...
* fix(cli): rm arg is in positionals[1]
* chore(cli): add cache remove test
* chore: remvoe unnecessary join
* chore: run formatter
---------
Co-authored-by: dave caruso <me@paperdave.net >
2023-09-19 16:54:54 -07:00
Colin McDonnell
4fce34854b
Doc updates ( #5759 )
...
* WIP
* WIP
2023-09-19 16:31:38 -07:00
Colin McDonnell
615beee1ae
More improvements to azure guide
2023-09-19 13:48:59 -07:00
Colin McDonnell
ef98a1b761
Improve formatting again
2023-09-19 13:38:00 -07:00
sum117
8709fd7855
docs(development): typo which would lead to wrong llvm installation ( #5513 )
2023-09-19 13:35:37 -07:00
Colin McDonnell
ebc7b037ed
Update azure guide
2023-09-19 13:31:31 -07:00
Weyert de Boer
f4e7f6db7c
docs: update node compability ( #5562 )
2023-09-19 13:26:50 -07:00
Kilian von Pflugk
f6eaf4bc78
remind users of the latest version ( #5597 )
...
Reduce Bug reports for fixed issues.
2023-09-19 13:26:23 -07:00
Andrey Gurtovoy
fc14902f73
Added react installation to react.md ( #5620 )
...
* Update react.md
Added install react part
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 13:25:13 -07:00
Brooks Lybrand
d362a8b9ec
docs: Update Remix guide ( #5702 )
...
* Update Remix guide
* Update callout
* Update docs/guides/ecosystem/remix.md
Co-authored-by: Michael Jackson <michael@jackson.us >
* update
* Add link to remix
---------
Co-authored-by: Michael Jackson <michael@jackson.us >
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-19 12:39:23 -07:00
Jarred Sumner
8677ae9fb1
Get artifactory to work ( #5744 )
...
* Get artifactory to work
* Cleanup url normalization a ltitle more
* Clean up tests
* prettier
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 08:01:47 -07:00
Jarred Sumner
66d490d109
Align fetch() redirect behavior with spec ( #5729 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 05:51:05 -07:00
Jarred Sumner
19fc8ecba2
Fixes #3712 ( #5730 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 05:50:23 -07:00
Jarred Sumner
ed9e64805f
Delete long-broken package which is causing confusion
2023-09-19 04:33:58 -07:00