Jarred Sumner
21b2d5c3a5
Update executables.md
2023-08-25 04:45:41 -07:00
Jarred Sumner
10815a7d43
Update executables.md
2023-08-25 04:33:54 -07:00
Jarred Sumner
f839640c17
Update executables.md
2023-08-25 04:32:20 -07:00
Jarred Sumner
90f3bf2796
Update http.md
2023-08-24 23:05:27 -07:00
Colin McDonnell
73b3fb7b0f
Add guides for test runner ( #4308 )
2023-08-24 22:28:07 -07:00
Colin McDonnell
b70210a005
Use noEmit
2023-08-24 19:51:14 -07:00
Dylan Conway
097ae4e982
fix build
2023-08-24 19:05:40 -07:00
Jason
19aa9d93de
update zig to 0.11.0 ( #4233 )
...
* WIP
* backup
* more change
* json related error sovled
* number related issue solved
* revert WriterType changed before
* destroy -> free
* jsonStringify related issues solved
* fix mem.free expected []T or *[_]T, passed [*]const u8
* fix expected []T or *[_]T, passed [*:0]const u8
* fix build script
* fix build script, for real
* replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951
* fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA
* fix the last destroy on [*]ptr issue
---------
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com >
2023-08-24 16:13:14 -07:00
Colin McDonnell
aa08c35c06
Add Debugger docs and a couple guides ( #4281 )
...
* Add debugger docs. Add guides.
* Add files
2023-08-23 18:15:21 -07:00
xxxhussein
b01764b31e
Fix more types. ( #4273 )
2023-08-23 10:35:51 -07:00
Colin McDonnell
3a45f2c71b
Docs and types for v0.8.0 ( #4199 )
...
* Improve test documentation
* Update nodejs compat docs with tty
* Add debugger guide
* Document Bun.inspect.custom, improve bun test nav
* Address reviews
* Update Bun.file types
* Add Nuxt guide
* Add tty types
2023-08-21 21:34:03 -07:00
Colin McDonnell
f629365cb7
Fix typo
2023-08-21 17:48:48 -07:00
Jarred Sumner
53c755467b
Update lockfile.md
2023-08-19 19:10:20 -07:00
Jarred Sumner
039404800f
Update lockfile.md
2023-08-19 19:09:10 -07:00
Jarred Sumner
3c4b689050
Update lockfile.md
2023-08-19 19:08:17 -07:00
Colin McDonnell
cfbd1373e2
Update Astro guide
2023-08-17 18:38:10 -07:00
Colin McDonnell
cfce38858f
Fix description for executables page
2023-08-17 14:07:36 -07:00
Colin McDonnell
540740c129
Add Astro guide ( #4110 )
2023-08-17 12:51:45 -07:00
xxxhussein
b1356718ad
correct guide's bunfig example option ( #4192 )
2023-08-17 12:13:16 -07:00
Colin McDonnell
b9b50e39d6
Fix broken link
2023-08-16 22:58:36 -07:00
Colin McDonnell
d4438e9496
Add solidstart guide ( #4182 )
2023-08-16 21:30:37 -07:00
Colin McDonnell
56d591b903
Add sveltekit guide ( #4180 )
2023-08-16 20:52:49 -07:00
dave caruso
67a8b75183
fix this page ( #4172 )
2023-08-15 19:02:46 -07:00
Colin McDonnell
eab7b4c3ea
Small docs change
2023-08-14 12:08:33 -07:00
Revenity
1e96cbfb02
Update Stric guides ( #4137 )
2023-08-12 20:03:41 -07:00
dave caruso
78defe7a87
Fix worker event loop ref/unref + leak ( #4114 )
...
* make more tests pass
* worker changes
* fix some bugs
* remove this
* progress
* uh
* okay
* remove console log
* a
* comment assert for later
* mergable state
* remove test
* remove test
2023-08-12 13:51:03 -07:00
Colin McDonnell
58e74eadb5
Update remix guide
2023-08-10 13:54:17 -07:00
Colin McDonnell
8d207925d7
Fix title
2023-08-10 12:37:14 -07:00
Colin McDonnell
e0569ac47a
Add remix guide
2023-08-10 12:36:54 -07:00
Colin McDonnell
883c4d8778
Updates
2023-08-09 13:47:32 -07:00
jhmaster
182e600eb7
Fix Bun.hash functions ( #4054 )
...
* fix `Bun.hash` functions to behave as expected
* update Bun.hash tests
* properly test the returned hash
* include murmur32v2
* update Bun.hash docs
* run fmt
2023-08-07 23:30:05 -07:00
Colin McDonnell
0b183beb51
Improve plugin docs
2023-08-07 14:02:43 -07:00
Jarred Sumner
cf48379921
Update coverage.md
2023-08-06 07:48:06 -07:00
Jarred Sumner
1462445419
Code coverage for bun test ( #3975 )
...
* WIP code coverage initial commit
* almost works
* one approach
* Code Coverage
* Update WebKit
* it works but is not yet accurate
* skip double ascii check
* wrapper
* it works but i'm not sure what to do about blocks
* hide blocks for now
* Update ZigSourceProvider.cpp
* Create coverage.md
* Update nav.ts
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-08-06 06:30:23 -07:00
Colin McDonnell
78081cbb40
Support --dev/-D and support more flags on bun install ( #3989 )
2023-08-04 20:41:16 -07:00
Jarred Sumner
e2c526708a
Update import-meta.md
2023-08-04 17:40:11 -07:00
Jarred Sumner
f06f178862
Fix incorrect docs
2023-08-04 17:38:17 -07:00
Colin McDonnell
63d265780f
Fix types ( #3963 )
...
* Fix types
* Add ws module
* Add *.toml module declaration
* Clean up
2023-08-04 12:56:34 -07:00
Colin McDonnell
9222316101
Update Node.js compat docs
2023-08-03 17:48:18 -07:00
Colin McDonnell
76fa3076cd
Add type tests, update modules.md
2023-08-03 17:41:47 -07:00
Colin McDonnell
112030481f
More guides and fixing links ( #3960 )
...
* More guides
* WIP
* Updates
* Fix
2023-08-03 16:31:05 -07:00
dave caruso
aaaaf744a8
Remove module and browser conditions ( #3935 )
...
* fix astro compiler
* clean this up
* Update options.zig
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2023-08-02 18:46:57 -07:00
Vaughan Rouesnel
4f39d5b54a
Update streams.md ( #3926 )
2023-08-02 12:59:21 -07:00
Emilio Sánchez
e2b39d0807
Fix prisma.md typo ( #3921 )
2023-08-01 12:03:53 -07:00
Colin McDonnell
8589ba2f17
Update stricjs
2023-07-31 17:07:01 -07:00
Colin McDonnell
dd8fdd87dc
Switch table to headings in Nodejs compat page
2023-07-31 16:39:09 -07:00
Colin McDonnell
7b8df184b3
Add env guides
2023-07-31 14:24:08 -07:00
Colin McDonnell
90991da908
Update titles, add Workspaces guide
2023-07-31 13:57:17 -07:00
Colin McDonnell
404b90badc
Add ecosystem guides ( #3847 )
...
* Add ecosystem guides
* Update titles
* Rename stric
* Add unlink and fetch guides
* Add formdata guide
* Tweak title
* Moar
2023-07-31 12:20:23 -07:00
xxxhussein
de5890ff20
Update arraybuffer-to-buffer.md ( #3906 )
...
Fix title. This page shows how to convert an ArrayBuffer to a Buffer, not a Uint8Array
2023-07-31 04:00:21 -07:00