aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-21Update install docsGravatar Colin McDonnell 1-6/+14
2023-09-21Add docs for extending process.envGravatar Colin McDonnell 1-0/+25
2023-09-21On Linux, respect memory limit from cgroups (#5849)Gravatar Jarred Sumner 1-1/+1
* Implement `process.constrainedMemory()` * Add a comment * Handle max * Missing header * We can use WTF::ramSize now * Update WebKit * Update ZigGlobalObject.cpp * WebKit * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-21Don't await pluginsGravatar Jarred Sumner 1-1/+1
2023-09-20docs(project): development fix Arch install-dependencies command (#5270)Gravatar saurabh 1-1/+1
sudo is required to run pacman if not root user
2023-09-20Update quickstartGravatar Colin McDonnell 1-0/+19
2023-09-20Update prisma guideGravatar Colin McDonnell 1-0/+6
2023-09-20Update env docGravatar Colin McDonnell 1-1/+1
2023-09-20Clarify hot modeGravatar Colin McDonnell 1-10/+9
2023-09-20feat: switch disableTelemetry to bunfig (#5690)Gravatar Lucas Coratger 2-1/+9
* feat: switch disableTelemetry to bunfig * feat: zig fmt * revert: the env variable and invert the logic of telemetry --------- Co-authored-by: MrPalixir <73360179+MrPalixir@users.noreply.github.com>
2023-09-19Fix broken linksGravatar Colin McDonnell 4-4/+4
2023-09-19docs: add Qwik guide (#4810)Gravatar Sanyam Kamat 1-0/+107
2023-09-19Updated modules.md to address issue #5420 (#5456)Gravatar h2210316651 1-0/+11
* Update modules.md Updated docs to address `The ES modules aren't always asynchronous. #5420` Issue. - Included an elaborate explanation citing the difference between CommonJS and ES Modules, - Added a summary * Tweaks --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19add warning to Ensure correct placement of the '--watch' flag (#5447)Gravatar Ahmad Addel 1-0/+11
* Update run.md * remove the wrong command example * Tweak --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19Doc updates (#5759)Gravatar Colin McDonnell 3-8/+26
* WIP * WIP
2023-09-19More improvements to azure guideGravatar Colin McDonnell 1-8/+10
2023-09-19Improve formatting againGravatar Colin McDonnell 1-0/+4
2023-09-19Update azure guideGravatar Colin McDonnell 1-18/+22
2023-09-19docs: update node compability (#5562)Gravatar Weyert de Boer 1-1/+1
2023-09-19Added react installation to react.md (#5620)Gravatar Andrey Gurtovoy 1-14/+33
* Update react.md Added install react part * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19docs: Update Remix guide (#5702)Gravatar Brooks Lybrand 1-1/+19
* Update Remix guide * Update callout * Update docs/guides/ecosystem/remix.md Co-authored-by: Michael Jackson <michael@jackson.us> * update * Add link to remix --------- Co-authored-by: Michael Jackson <michael@jackson.us> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19Get artifactory to work (#5744)Gravatar Jarred Sumner 1-0/+28
* Get artifactory to work * Cleanup url normalization a ltitle more * Clean up tests * prettier --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-19Delete extremely out of date docsGravatar Jarred Sumner 2-184/+0
2023-09-19Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+9
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-2/+2
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+3
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-0/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-9/+12
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 1-0/+53
* 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-18change circles for color-blinds (#5594)Gravatar Hamed Zakery Miab 1-50/+50
2023-09-18docs: add missing options from bun init (#5638)Gravatar Kilian von Pflugk 1-1/+4
2023-09-18fix(docs): update formatting (#5685)Gravatar Rauny 1-2/+2
2023-09-17Fix a `'app.server' is possibly 'null'.` error (#5626)Gravatar Quentin 1-1/+1
2023-09-17Fix ZLS commit hash in the document (#5510)Gravatar Shinichi Katayama 1-20/+0
* Fix ZLS commit hash in the document * Remove ZLS section from the doc
2023-09-16Update tsconfig-paths.md (#5593)Gravatar Ethan Steere 1-2/+2
Change string:string mapping in the docs to match the expected string:array[string] mapping. See: https://www.typescriptlang.org/tsconfig#paths
2023-09-16docs: fix typo in lockflie nav (#5576)Gravatar Vilsol 1-1/+1
Looks like someone shifted their hand a bit to the right. Changes `ytrr` to `tree`
2023-09-16Update workspaces.md to reflect "workspace:*" syntax (#5555)Gravatar Bruce Denham 1-2/+2
2023-09-15Update development.md (#5531)Gravatar Sony AK 1-6/+6
Fix to version 16 on docs
2023-09-15docs(runtime): fix some typo. (#5451)Gravatar Zong 3-5/+8
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵Gravatar dave caruso 1-1/+1
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-15Update docs/quickstart.md (#5425)Gravatar Sony AK 1-1/+1
* Update quickstart.md Update quickstart.md * Update quickstart.md Update quickstart.md
2023-09-14Clean up run.mdGravatar Colin McDonnell 1-20/+23
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 1-7/+7
* 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-14Clean up bunfig.mdGravatar Colin McDonnell 1-19/+21
2023-09-14Mention dotenvGravatar Colin McDonnell 1-0/+4
2023-09-14Fix linksGravatar Colin McDonnell 4-4/+4
2023-09-14Rework bunfig docsGravatar Colin McDonnell 4-207/+500
2023-09-14Clean up trustedDependencies guideGravatar Colin McDonnell 1-3/+24