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
Jarred Sumner
8ca691693f
Delete extremely out of date docs
2023-09-19 04:32:45 -07:00
Jarred Sumner
4b5dcc8a6a
Make bun install --verbose more verbose ( #5726 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-19 03:58:55 -07:00
Jarred Sumner
d2328285f9
Update azure-artifacts.md
2023-09-19 00:13:52 -07:00
Jarred Sumner
346f8e9c94
Update azure-artifacts.md
2023-09-18 23:52:42 -07:00
Jarred Sumner
b34da183bd
Update azure-artifacts.md
2023-09-18 23:50:37 -07:00
Jarred Sumner
db1263662c
Update azure-artifacts.md
2023-09-18 23:49:42 -07:00
Jarred Sumner
63afadcb91
Update azure-artifacts.md
2023-09-18 23:46:42 -07:00
Jarred Sumner
8b690aaf0d
Update azure-artifacts.md
2023-09-18 23:43:06 -07:00
Jarred Sumner
9b7fb8b0f3
Update azure-artifacts.md
2023-09-18 23:42:34 -07:00
Jarred Sumner
cc54b62fac
Encode slashes in package names in the registry manifest request ( #5716 )
...
* Encode slashes in package names in the registry manifest request
Co-Authored-By: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com >
* Update dummy.registry.ts
* Fix tests
* Add guide for Azure Artifacts
* Update azure-artifacts.md
* Update azure-artifacts.md
* Typo
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com >
2023-09-18 23:27:02 -07:00
Jarred Sumner
9d3f60d44e
Prettier
2023-09-18 21:30:17 -07:00
Rui He
b453ec38d6
add navigator type definition ( #5444 )
2023-09-18 20:23:18 -07:00
Julian
1b949d4f5a
bun run fix missing script error on empty file (#5025 )
...
* Fix empty file not found bug
* Add tests
* fix test
---------
Co-authored-by: Jeremy Funk <jeremy@kombo.dev >
Co-authored-by: dave caruso <me@paperdave.net >
2023-09-18 20:14:32 -07:00
Liz
0647216687
fix: provide empty string to 0 length process environment variables ( #5679 )
...
* fix: provide empty string to len 0 process env vars
For process loaded env vars, its a bug to give them the literal value '""'
if the provided length is 0.
* fix: add test and remove unneeded branch
Removes the redundant branch for empty env vars and adds a test for the
process specific case.
* fix: remove empty_string_value
Removes the constant in favor of using the empty values or passing the
literal "".
* style: format env.test.ts
2023-09-18 18:14:29 -07:00
Nithin K Joy
6df837cff1
updated llvm version from 15 to 16 in makefile ( #5696 )
2023-09-18 17:34:57 -07:00
Liz
c55b2c56a4
fix: remove unneeded branch in toJSONWithBytes ( #5684 )
...
This branch resulted in the same the same statement so having the branch,
is not needed
2023-09-18 17:34:39 -07:00
dave caruso
eb1dc7eede
fix(runtime/node): Allow new Buffer.alloc() + Upgrade WebKit ( #5699 )
...
* make bufferconstructor a static hash table
* chore: Upgrade WebKit to 4d995edbc44062b251be638818edcd88d7d14dd7
* make it constructable now
* fix comment
* yippee
* update CI workflows
2023-09-18 17:33:58 -07:00
Jarred Sumner
79dd196edd
Implement node_api_create_external_string_latin1 and node_api_create_external_string_utf16 ( #5675 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-18 17:31:26 -07:00
dave caruso
333e217c32
feat(runtime): Implement console.Console ( #5448 )
...
* prototype
* asdfg
* It works!
* okay its done now fr
* self review
* ok
* fix
* fix test
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-18 16:29:56 -07:00
dave caruso
f77df12894
Fix HTTP listen behavior being non-compliant with node ( #5689 )
...
* Fix HTTP listen behavior being non-compliant with node
* Add error code for address in use
* use SystemError
---------
Co-authored-by: SuperAuguste <19855629+SuperAuguste@users.noreply.github.com >
2023-09-18 14:57:48 -07:00
Hamed Zakery Miab
8f8ab301b4
change circles for color-blinds ( #5594 )
2023-09-18 10:31:53 -07:00
Kilian von Pflugk
0800f7017c
docs: add missing options from bun init ( #5638 )
2023-09-18 10:28:57 -07:00
Rauny
8c1c2a0d9d
fix(docs): update formatting ( #5685 )
2023-09-18 10:26:25 -07:00
Ai Hoshino
bab9889601
fix(config): support for registry url without trailing slash ( #5662 )
...
* fix(config): support for registry URLs without trailing slash
Close : #4589 , #5368
* Update src/bunfig.zig
* Update src/bunfig.zig
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-18 04:32:02 -07:00
Jarred Sumner
b27b04690b
In bun:sqlite, make sure we set the number tag correctly when creating the JSValue ( #5655 )
...
* Make sure we set the number tag correctly when returning values from SQLite
* Add DOMJIT test
* Update JSSQLStatement.cpp
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-18 03:01:19 -07:00
WingLim
c7de270bbb
feat(test): Implement arrayContaining ( #5572 )
...
* feat(test): implement `arrayContaining`
* feat: early return when expectedArray is empty
* feat: add test for toEqual
* chore: use `JSC::isArray`
* chore: use getIndex for performance
* fix: use deepEqual
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-18 02:59:09 -07:00
Jibran Kalia
c66d4a724b
feat(console.log): Print annonymus when class name is unknown ( #5595 )
...
This matches the functionality in Node.
2023-09-18 00:33:07 -07:00
Reagan
9acc081c3a
Remove hardcoded references to zig in Makefile ( #5660 )
2023-09-18 00:32:20 -07:00
Jarred Sumner
630bbfca91
Add a way to disable the GC timer ( #5656 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-18 00:11:18 -07:00
Jarred Sumner
57e38e8312
Fix assertion failure in debug builds
2023-09-17 19:41:51 -07:00
Jarred Sumner
ffa88a1f81
Fix make headers
2023-09-17 19:41:33 -07:00
Quentin
2a6fdc2298
Fix a 'app.server' is possibly 'null'. error ( #5626 )
2023-09-17 18:18:18 -07:00
Jarred Sumner
bca88b67e3
Workaround #5604 ( #5615 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-17 17:38:03 -07:00
Cilooth
c6899940ab
Added .DS_Store to gitignore-for-init ( #5628 )
2023-09-17 17:34:35 -07:00
Shinichi Katayama
639a12f59f
Fix ZLS commit hash in the document ( #5510 )
...
* Fix ZLS commit hash in the document
* Remove ZLS section from the doc
2023-09-17 09:13:30 -07:00