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
pan93412
25aa51dfc4
fix(install): Return NotSupported when errno == XDEV ( #5610 )
2023-09-17 09:09:57 -07:00
JeremyFunk
c6b25adeea
Implement VSCode tasks for bun ( #5529 )
...
* Fix VSCode extension configuration documentation
* Fix config descriptions
* Fix typo
* Implement bun.lockb highlighter
* Update style
* Improve styling
* Revert bunlock change
* Implement bun tasks
* Revert change
* Package json codelens
* Fixes
* Refactor
2023-09-17 08:59:01 -07:00
Jarred Sumner
0404d09cc7
Bump minimum macOS version
2023-09-16 23:45:09 -07:00
Jarred Sumner
f5b37fa0b0
Use a better error label
2023-09-16 22:53:23 -07:00
Ciro Spaciari
4e0c589562
fix(child_process) unref next tick so exit/close event can be fired before application exits ( #5481 )
...
* unref next tick so exit callback can be called
* fmt + test
* oops
* add ref_count
* update pending
* comment and fix
2023-09-16 22:44:13 -07:00
WingLim
a098c6e5f6
feat(encoding): TextDecoder support undefined ( #5387 )
...
* feat(encoding): TextDecoder support undefined
* chore: format test file
2023-09-16 22:41:52 -07:00
Ciro Spaciari
383d5b55d6
fix(fetch) handle 100 continue ( #5496 )
...
* handle 100 continue
* move comment
* cleanup
* fmt
2023-09-16 21:55:41 -07:00
Ethan Steere
80e1f32ca1
Update tsconfig-paths.md ( #5593 )
...
Change string:string mapping in the docs to match the expected string:array[string] mapping.
See: https://www.typescriptlang.org/tsconfig#paths
2023-09-16 21:44:02 -07:00
Vilsol
eca93d4257
docs: fix typo in lockflie nav ( #5576 )
...
Looks like someone shifted their hand a bit to the right.
Changes `ytrr` to `tree`
2023-09-16 21:43:43 -07:00
Jarred Sumner
77781e2fa1
Make this error message clearer ( #5603 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-16 21:32:52 -07:00
MrPalixir
0a318ecca1
fix: node compatibility with empty path string ( #4693 )
...
Co-authored-by: MrPalixir <73360179+MrPalixir@users.noreply.github.com >
2023-09-16 18:51:18 -07:00
Max Karou
08426962fa
fix: failing array-buffer.test-d.ts test ( #5580 )
2023-09-16 12:07:01 -07:00
Max Karou
7f45866d76
fix: ArrayBufferConstructor type signature ( #5579 )
2023-09-16 11:19:36 -07:00
Bruce Denham
5e6490d905
Update workspaces.md to reflect "workspace:*" syntax ( #5555 )
2023-09-16 10:21:42 -07:00
Dylan Conway
b651b16fdd
webkit upgrade ( #5535 )
...
* update files
* Update cold-jsc-start.cpp
* bump webkit
2023-09-16 00:44:07 -07:00
Dylan Conway
caa192480c
mark binding
2023-09-15 23:39:36 -07:00
Jarred Sumner
6d8056554e
Update build-id
2023-09-15 22:22:39 -07:00
David Hewitt
43c463f078
fix(node/fs.watch): Check first char before trimming event filenames ( #5505 )
...
* Add failing test
* fix(node/fs.watch): Don't lose first char in event
* run prettier
2023-09-15 21:21:15 -07:00
David Hewitt
787281ee5e
fix(bundler): Add a space before minified require ( #5521 )
...
Fixes #5501
2023-09-15 21:19:49 -07:00