Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
* Fix ZLS commit hash in the document
* Remove ZLS section from the doc
|
|
Change string:string mapping in the docs to match the expected string:array[string] mapping.
See: https://www.typescriptlang.org/tsconfig#paths
|
|
Looks like someone shifted their hand a bit to the right.
Changes `ytrr` to `tree`
|
|
|
|
Fix to version 16 on docs
|
|
|
|
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>
|
|
* Update quickstart.md
Update quickstart.md
* Update quickstart.md
Update quickstart.md
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix(docs): Fix the text that `bun run --bun` is the same as `bun`
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
* add workspace:* to docs
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
|
|
|
|
* Update nuxt.md
* --bun
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname}
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* doc(guides): update sveltekit guide
Use `bun create svelte` instead of `bunx create-svelte`.
This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project).
* Update text instructions for sveltekit.md
|
|
* wip
* Flesh out resolution docs
* Polish
* More
* WIP
* WIP
* WIP
* Document --watch
|
|
|
|
* Fixed api & cli docs typo.
* Fix
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
These links make it easy to click and jump to another section.
|
|
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls.
|
|
it's always good to have uninstall instructions as well as install, and I couldn't find them anywhere else on the site.
IMO, this gives users a little more confidence to try new tools out, as they know it's easily reversible.
I'm not familiar with how to uninstall with Docker, so would appreciate some help there.
We could possibly add a note for "bash" on how to remove Bun from the `$PATH`.
|
|
|
|
|
|
|
|
|
|
|
|
|