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
Ciro Spaciari
cb057e61ba
fix(request) handle undefined/null/empty signal on request ( #5503 )
...
* handle undefined/null/empty signal on request
* better approach
2023-09-15 21:19:26 -07:00
Ciro Spaciari
b54e3f3c04
fix(corking) uncork if needed ( #5525 )
...
* fix size limit
* uncork if needed instead of terminating
* undo unrelated changes
2023-09-15 21:18:57 -07:00
Sony AK
7f2e40af46
Update development.md ( #5531 )
...
Fix to version 16 on docs
2023-09-15 20:28:52 -07:00
Dylan Conway
d976b22c95
Update InternalModuleRegistryConstants.h
2023-09-15 16:00:59 -07:00
Zong
575a85a3fd
docs(runtime): fix some typo. ( #5451 )
2023-09-15 14:10:04 -07:00
JeremyFunk
8eabb4d1d5
Improve rending of lockfiles in VSCode extension ( #4652 )
...
* Fix VSCode extension configuration documentation
* Fix config descriptions
* Fix typo
* Implement bun.lockb highlighter
* Update style
* Improve styling
* Revert bunlock change
2023-09-15 13:25:44 -07:00
Jarred Sumner
99a92465f3
Add Permission
2023-09-15 09:54:58 -07:00
Jarred Sumner
37edd5a6e3
Add missing visitors
...
cc @paperdave
bun-v1.0.2
2023-09-15 08:24:35 -07:00
dave caruso
29b22175bf
feat(runtime): add process.binding uv/natives/config + make global object properties lazy ( #5355 )
...
* binding uv
* we did that
* some more bindings
* fix doc
* fix uv
* yo
* static hash table nonsense <3
* huge refactor to the global object i am not ready for merge conflicts
* it works part 3
* lose
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-15 08:22:06 -07:00
Jarred Sumner
75697890ce
Rename this file
2023-09-15 07:10:30 -07:00
Jarred Sumner
7662f99ee0
Update README.md
2023-09-15 07:09:48 -07:00
Jarred Sumner
1e99419127
Set permissions
2023-09-15 07:09:06 -07:00
Jarred Sumner
cd1846a414
Update build-id
2023-09-15 07:04:38 -07:00
Jarred Sumner
a39b0d86a0
Fixes #5465 ( #5468 )
...
* Fixes #5465
Fixes #5465
* Update tty.js
* Update InternalModuleRegistryConstants.h
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-15 06:53:39 -07:00
Jarred Sumner
6cc5872765
Fixes #5461 ( #5467 )
...
* Fixes #5461
* Update runtime-transpiler.test.ts
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-15 06:04:34 -07:00
Jarred Sumner
898962770e
Implement URL.canParse ( #5463 )
...
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-15 05:36:06 -07:00
Ai Hoshino
7d0db82bb3
fix(proxy): allow empty string http_proxy env. ( #5464 )
...
Close : #5380
2023-09-15 05:24:03 -07:00
Jarred Sumner
4b00144211
Revert "decode regex if needed ( #5167 )"
...
This reverts commit 32664df254 .
2023-09-15 05:07:22 -07:00
Jarred Sumner
92f2d9ab27
Does not fix #4622 ( #5452 )
...
* Fixes #4622
* cleanup
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-15 04:23:37 -07:00
Jarred Sumner
56c471a005
Make bun run --silent omit "error: "..." exited with code 1 ( #5459 )
...
* Make --silent behave as expected
* Make the "tsconfig.json extends" error a debug level
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-15 04:21:43 -07:00
Jarred Sumner
20f61b2369
Fix test
2023-09-15 04:10:05 -07:00
Jarred Sumner
9168be4f15
Add missing "size" getter to URLSearchParams prototype
2023-09-15 03:50:03 -07:00
Dylan Conway
d26addeca1
dup and close file descriptors ( #5341 )
...
* track one shot fds
* dup fd
* skip for rearm on mac
* dup if fd
* cleanup
* force unregister on close
* deinitForceUnregister
* test
* add prompts
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-15 01:39:42 -07:00
Dylan Conway
f84fbd6e3e
remove convertToASCIILowercase
2023-09-15 00:45:47 -07:00
Jarred Sumner
f2a8575e4d
Reduce log level for loading tsconfig.json extends message
2023-09-15 00:15:22 -07:00
Dylan Conway
29a6ece6c6
next bun.lockb
2023-09-15 00:03:21 -07:00