Paula Burghelea
01e3474600
Update quickstart.md - removed the part for editing compilerOptions… ( #6620 )
...
* Update quickstart.md - removed the part for editing `compilerOptions` in `tsconfig.json`
The line is already added to `compilerOptions` in `tsconfig.json` so there is no need to edit the file.
"types": [
"bun-types" // add Bun global
]
This was already added when the project initialized it seems.
* Typescript section
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-20 11:26:19 -07:00
Dylan Conway
4b2cdc4fc1
respect optional peer dependencies and update docs ( #6615 )
...
* update docs
* optional peer dependencies
* rename offset variable name, cache invalidation time
* Update install.zig
* install more peer dependencies
2023-10-20 03:27:10 -07:00
nygma
e9948f1291
Add append content to a file guide ( #6581 )
...
* Add append content guide
Resolve #6559
* Update guide
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-19 17:29:31 -07:00
Jarred Sumner
378385ba60
Bump Zig
2023-10-19 00:19:21 -07:00
Dawid Sowa
35259c0c1d
fix: change --no-scripts to --ignore-scripts ( #6587 )
2023-10-18 14:00:04 -07:00
Kevin Latka
0d34e7a141
Fix minimum kernel version in docs ( #6153 )
...
* Fix minimum kernel version in docs
* Update install.md
* Update install.md
* Update install.md
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-18 11:49:09 -07:00
Aral Roca Gomez
bbc2e96090
docs: fix ws.publish ( #6558 )
...
In this example there is no server variable in the context, and here it makes more sense to use ws.publish. It is explained below that once the serve is done, the server.publish can be used.
2023-10-17 09:23:10 -07:00
dave caruso
98d19fa624
fix(runtime): make some things more stable (partial jsc debug build) ( #5881 )
...
* make our debug assertions work
* install bun-webkit-debug
* more progress
* ok
* progress...
* more debug build stuff
* ok
* a
* asdfghjkl
* fix(runtime): fix bad assertion failure in JSBufferList
* ok
* stuff
* upgrade webkit
* Update src/bun.js/bindings/JSDOMWrapperCache.h
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
* fix message for colin's changes
* okay
* fix cjs prototype
* implement mainModule
* i think this fixes it all
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-10-16 21:22:43 -07:00
Colin McDonnell
2a8f3a3b4e
Development -> Contributing ( #6538 )
...
Co-authored-by: Colin McDonnell <colin@KennyM1.local >
2023-10-16 16:11:03 -04:00
Nicolae-Rares Ailincai
21576589c6
Guide to containerize a bun application using Docker ( #6478 )
...
* docker.md
* use-debian
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-13 18:03:32 -07:00
Nicolae-Rares Ailincai
0794767291
Adds systemd guide to run a bun application as a daemon ( #6451 )
...
* systemd-guide
* remove-root-from-example
* add-more-description
* Updates
* Updates
* Updates
* Update
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-13 11:14:57 -07:00
Colin McDonnell
4fab8fee21
Update descriptions
2023-10-12 23:19:53 -07:00
Colin McDonnell
3f2df4526e
Fix links
2023-10-12 23:17:51 -07:00
Colin McDonnell
d6d4ead438
Tweaks to pm docs
2023-10-12 23:08:52 -07:00
Colin McDonnell
4e67862753
Add overrides/resolutions docs ( #6476 )
2023-10-12 23:05:20 -07:00
dave caruso
584e6dd1c2
Upgrade zig to 0.12.0-dev.888+130227491 ( #6471 )
...
* update build.zig
* save
* works?
* better workaround
* fix install
* Fix compiler crash
2023-10-12 19:38:33 -07:00
Colin McDonnell
beb746e5ea
Update installation.md
2023-10-12 14:12:53 -07:00
Colin McDonnell
89faee2522
Update installation.md
2023-10-12 13:43:45 -07:00
Luna
c50be68790
chore: add missing ending quote ( #6436 )
2023-10-12 01:00:27 -07:00
Colin McDonnell
4c9e009971
Update installation.md
2023-10-11 14:31:39 -07:00
h2210316651
4531cf18c2
Docs : Added instructions to run bun apps in daemon (PM2) to address … ( #5931 )
...
* Docs : Added instructions to run bun apps in daemon (PM2) to address issue #4734
Added instructions to set bun as pm2 interpreter to extend same functionality as node.js apps.
* Add pm2 guide
* Add pm2 file
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-11 14:22:43 -07:00
Jarred Sumner
6a17ebe669
Update nodejs-apis.md
2023-10-11 01:59:56 -07:00
Dylan Conway
05781dd91e
make peer dependencies install by default ( #6396 )
...
* peer dependencies
* default true
* add test
* cleanup
* some tests
* skip peer deps if they are non optional
* remove debug print, fix build
* iterate peer dependencies
2023-10-10 20:05:58 -07:00
Aaron Dewes
a6a474a83f
Add File to binary data TOC ( #6025 )
2023-10-10 16:47:35 -07:00
cyfung1031
44dd744f0a
docs: rearranged cli/runtime related sections ( #6275 )
...
* docs: rearranged cli/runtime related sections
* docs: update README.md for the updated docs path
* Updates
* Rearrange
* Rearrange
* Add files
* readme
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-10 16:34:35 -07:00
Clément P
5f09a4dd0a
Update vite.md ( #6399 )
...
remove outdated information
2023-10-10 15:36:28 -07:00
Nicolae-Rares Ailincai
e58e85cd5c
Documentation for the IPC of Bun.spawn ( #6400 )
...
* doc/ipc.md
* update/spawn.md
* improved-documentation-and-added-send-type
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-10 15:35:05 -07:00
otterDeveloper
0a8aab6b23
Add Fedora build instructions to development.md ( #6359 )
2023-10-09 11:52:16 -07:00
babar
6a73f2b1e7
added commands ( #6314 )
...
added commands to install unzip package and to check Linux kernel version
2023-10-09 11:51:41 -07:00
Michael Di Prisco
8d4b296bd2
docs: fixing a couple typos ( #6331 )
2023-10-09 11:48:07 -07:00
Paul Nodet
456d6be022
docs: file.stream() is not a promise ( #6337 )
2023-10-06 03:26:42 -07:00
Colin McDonnell
323ae0f2a3
Update Node.js compat docs ( #6282 )
...
* Update nodejs-apis
* No commas
* Updates
2023-10-05 16:03:21 -07:00
Gavin John
c5c7934ebc
Update preload documentation to make applicability to plugins more obvious ( #6298 )
2023-10-04 21:29:54 -07:00
JS Park
4f1710d2d6
docs: update typescript.md ( #6222 )
...
Fix inconsistent results from `bun init`.
2023-10-03 09:12:37 -07:00
John Beene
1acc8191f5
Docs: Update context.md ( #6256 )
...
Use token from cookies, not from ws.data
2023-10-03 09:11:52 -07:00
Colin McDonnell
47651f321a
Update ws example
2023-10-02 19:02:27 -07:00
Colin McDonnell
63a00791fa
Update development and document env var expansion
2023-10-02 17:52:29 -07:00
Cícero Santos
a6af1c89b9
Update development.md ( #6221 )
2023-10-02 15:18:55 -07:00
Corné Dorrestijn
0a2d490bf8
Added the fileExtensions field to file-system-router.md ( #6231 )
2023-10-02 02:42:17 -07:00
Jarred Sumner
a97847a494
Implement virtual module support in Bun.plugin ( #6167 )
...
* Add support for `build.module` in `Bun.plugin`
* Another test
* Update docs
* Update isBuiltinModule.cpp
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
2023-09-29 16:34:20 -07:00
Devin Johw
315125c43a
docs (runtime): the order of checking files when using bare impoort ( #5919 )
2023-09-28 22:13:52 -07:00
Colin McDonnell
640b0b4df9
Improve docs
2023-09-28 14:14:44 -07:00
Alba Silvente Fuentes
16be721d8a
docs: update image astro.md ( #6149 )
2023-09-28 12:52:00 -07:00
Colin McDonnell
26794680dd
Update prisma
2023-09-28 11:32:46 -07:00
Colin McDonnell
5fedc8bd6c
Revert "Update prisma guide"
...
This reverts commit e62fef6765 .
2023-09-28 11:31:47 -07:00
Colin McDonnell
e62fef6765
Update prisma guide
2023-09-28 11:27:08 -07:00
Daniel Amemba
7cd1dc2817
Update run.md ( #6099 )
...
Changed the verb form from ignores to ignored.
2023-09-27 17:44:38 -07:00
Justin "J.R." Hill
57d1ae234c
Update developer arch install steps for llvm and clang ( #6120 )
...
`llvm` and `clang` are both at v16
`llvm16` and `clang16` are AUR packages https://aur.archlinux.org/packages/llvm16 https://aur.archlinux.org/packages/clang16 and need extra steps to setup
2023-09-27 17:41:06 -07:00
Ashcon Partovi
dc55492698
Add Docker section to docs
2023-09-26 19:30:00 -07:00
Alba Silvente Fuentes
2a14d9e5c9
Update astro.md to v3 ( #6070 )
2023-09-26 16:13:59 -07:00