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
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
Sony AK
7f2e40af46
Update development.md ( #5531 )
...
Fix to version 16 on docs
2023-09-15 20:28:52 -07:00
Jarred Sumner
ced69d3818
async-ify all node:fs functions ( #5360 )
...
* async all node:fs functions
* draw the rest of the owl
* LLVM & Clang 16
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-14 21:26:37 -07:00
mi4uu
2f27e24778
clang and llvm on arch install v16, update to use v15 ( #5069 )
2023-09-12 18:52:30 -07:00
Matthew Yu
9d6a8ee79d
Fix punctuation ( #4870 )
2023-09-11 08:50:39 -07:00
Tiramify (A.K. Daniel)
189f0f7c36
Update development.md ( #4578 )
2023-09-08 09:32:15 -07:00
Colin McDonnell
5424ea3403
Doc updates for v1.0 ( #4485 )
...
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
2023-09-07 10:09:09 -07:00
Derrick Farris
7c82dc86ba
Update development.md ( #4480 )
...
Remove comment about removed `BUN_OVERRIDE_MODULE_PATH` env var
2023-09-05 20:28:39 -07:00
Colin McDonnell
a2aad40171
docs: use table tag
2023-08-28 13:05:23 -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
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
Artur Androsovych
ce9bba9dd5
Update development.md ( #3718 )
...
* Update `development.md`
* Update `development.md`
2023-07-22 22:24:59 -07:00
Dylan Conway
661355546a
zig upgrade ( #3667 )
...
* upgrade
* more fixes
* Bump Zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-18 01:20:20 -07:00
dave caruso
ae0a724981
Improve our internal typedefs ( #3608 )
...
* types
* some more
* yeah
* i think that fixes it
* oop
2023-07-12 15:21:55 -07:00
Artur Androsovych
42eacaf3a9
Update installation guide in development.md ( #3532 )
...
* Update installation guide in `development.md`
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-07-07 16:24:07 -07:00
Colin McDonnell
109ebc14fd
Various docs updates ( #3437 )
...
* Various docs updates
* Add mocks page
* Fix make
* WebKit instructions
* Update instructions
* Updates
* Update nodejs compat table
* Document trusted deps
* Tweak trustedDependencies docs
* Document --exact
* Update test docs
* Tweaks
* Boring
* Remove redundant j
* Undo makefile changes
* Undo makefile changes
* Update page title
* Regen
* Undo changes
2023-07-06 13:02:29 -07:00
Dylan Conway
5fa13625a1
upgrade zig to v0.11.0-dev.3737+9eb008717 ( #3374 )
...
* progress
* finish `@memset/@memcpy` update
* Update build.zig
* change `@enumToInt` to `@intFromEnum` and friends
* update zig versions
* it was 1
* add link to issue
* add `compileError` reminder
* fix merge
* format
* upgrade to llvm 16
* Revert "upgrade to llvm 16"
This reverts commit cc930ceb1c .
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-06-21 23:38:18 -07:00
Keyhan Vakil
50a18b6bac
doc: minor fixes ( #3278 )
...
* `bun link` only modifies `package.json` when `--save` is passed.
* clang-15 is a separate package from llvm-15.
2023-06-11 09:26:46 -07:00
dave caruso
fa3cfd34cb
yeah ( #3229 )
2023-06-06 23:48:13 -07:00
dave caruso
7d8b6d487b
make hardcoded -> make esm + document needing bun to build bun ( #3188 )
2023-06-03 16:38:33 -07:00
dave caruso
f798a0cfe8
fix readableStreamToArrayBuffer ( #3181 )
...
* fix discord.js again
* remove one of the async hooks warnings
* clarify hardcoded modules docs
2023-06-02 19:03:16 -07:00
dave caruso
4df1d37ddc
Bundle and minify .exports.js files. ( #3036 )
...
* move all exports.js into src/js
* finalize the sort of this
* and it works
* add test.ts to gitignore
* okay
* convert some to ts just to show
* finish up
* fixup makefile
* minify syntax in dev
* finish rebase
* dont minify all modules
* merge
* finish rebase merge
* flaky test that hangs
2023-06-01 18:16:47 -07:00
dave caruso
2e54601a2d
document arch linux workaround, see #2664 ( #2997 )
2023-05-22 10:10:04 -07:00
Emmanuel Vazquez
b609f9be28
chore(docs): add xcode runtime install to docs ( #2706 )
2023-04-20 20:03:12 -07:00
Nilan Marktanner
d226a054ae
Update development.md ( #2647 )
2023-04-13 09:07:44 -07:00
Ryan Morey
a744f5369d
Update development.md ( #2625 )
...
* Update development.md
adds the `bash` language specifier to `which clang-15` so that when you click the copy button, it doesn't include the `$`
* Update development.md
* Update development.md
* Update development.md
2023-04-11 13:19:24 -07:00
hiroki osame
14c6023e15
docs: remove dev container section ( #2610 )
2023-04-11 01:52:54 -07:00
dave caruso
2117723642
Fix callout tag on development docs ( #2595 )
...
* fix callout tag on development docs
* add notes on cmakeconfig.h
* Update Makefile
2023-04-08 20:05:05 -07:00
dave caruso
461ae27d31
Rewrite Developer Docs, Improve DX for new users, moving away from Devcontainer ( #2588 )
...
* new docs starting point. missing alot of information
* very experimental idea: make setup
* run on ubuntu 20
* builds on ubuntu 20 (wsl) now
* add release instructions
* add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing
* changes requested
2023-04-08 02:23:11 -07:00