aboutsummaryrefslogtreecommitdiff
path: root/src/cli/install_completions_command.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-17query_string_map -> urlGravatar Jarred Sumner 1-1/+1
2022-03-08rename _global -> bunGravatar Jarred Sumner 1-13/+13
2022-03-04upgrade zigjarred/upgrade-zig-2Gravatar Jarred Sumner 1-3/+3
2022-02-27WASMGravatar Jarred Sumner 1-3/+3
2022-02-11`std.os.`exit -> `Global.exit` so stderr is always flushedGravatar Jarred Sumner 1-9/+9
2022-01-03dead codeGravatar Jarred Sumner 1-2/+0
2022-01-02copy: replace Bun with bun (#99)Gravatar luke miles 1-2/+2
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner"
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-22/+22
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-12-27Prepare to run unit tests & remove some dead code (#92)Gravatar Jarred Sumner 1-1/+1
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests
2021-12-18Delete synchronous HTTP client!Gravatar Jarred Sumner 1-1/+0
2021-11-07[zsh] Better zsh completions install dir guessingGravatar Jarred Sumner 1-29/+26
2021-11-01[CLI] Fix completions auto-installer for zshGravatar Jarred Sumner 1-0/+388