aboutsummaryrefslogtreecommitdiff
path: root/src/resolver/resolve_path.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10 use `strings.hasPrefixComptime()` (#1755)Gravatar Alex Lam S.L 1-1/+1
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-16/+12
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-12-04[internal] Make string comparisons fasterGravatar Jarred Sumner 1-1/+1
2022-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-1/+1
2022-08-03fix path.normalize on ... (#966)Gravatar Zilin Zhu 1-1/+1
2022-06-24Add dynamic require supportGravatar Jarred Sumner 1-1/+1
2022-03-08rename _global -> bunGravatar Jarred Sumner 1-2/+2
2022-02-27WASMGravatar Jarred Sumner 1-2/+2
2022-02-14Path.joinGravatar Jarred Sumner 1-0/+5
2022-02-05Update resolve_path.zigGravatar Jarred Sumner 1-37/+35
2022-02-05()Gravatar Jarred Sumner 1-1/+1
2022-02-05One less memcpyGravatar Jarred Sumner 1-68/+100
2022-02-04`path.normalize()` tests passGravatar Jarred Sumner 1-109/+91
2022-02-03Fix test failures in path.joinGravatar Jarred Sumner 1-8/+115
2022-02-02`path.relative` passes Node's tests (which also fixed bugs)Gravatar Jarred Sumner 1-85/+203
2022-02-02"path" module from Node.js implementationGravatar Jarred Sumner 1-4/+37
2022-02-01[path] Fix bug that occasionally caused relative paths to be missing the ↵Gravatar Jarred Sumner 1-2/+2
leading character
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-103/+14
* 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-100/+85
* 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-10-18Starting to rewrite the router to fix some bugs and support catch-all + ↵Gravatar Jarred Sumner 1-1/+5
optional routes
2021-09-15zig fmtGravatar Jarred Sumner 1-1/+0
2021-09-15Big Heap:Gravatar Jarred Sumner 1-1/+2
2021-08-23Use mimalloc for a 10% boostGravatar Jarred Sumner 1-34/+35
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419
2021-08-10This is alotGravatar Jarred Sumner 1-1/+26
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37
2021-08-07Dynamic routes resolve! Just gotta pass query params to the JS correctlyGravatar Jarred Sumner 1-1/+1
Former-commit-id: 2c4d3184a4f06ba9dd7d27d653834589796ebd0f
2021-07-13alrightGravatar Jarred Sumner 1-2/+2
Former-commit-id: ab73c7b323c222e5d1172c07036653ca98aa8e6b
2021-06-17CSS scanner worksGravatar Jarred Sumner 1-2/+2
Former-commit-id: 4ca1e17778dc4a331da5a9a21f56e0e590c799ce
2021-06-09lotsGravatar Jarred Sumner 1-25/+53
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2
2021-06-06WIP node module bundlesGravatar Jarred Sumner 1-0/+1
Former-commit-id: 797b2ff557542e9d318c953b840b102695711888
2021-05-30Fix printing bugsGravatar Jarred Sumner 1-4/+26
Former-commit-id: 52f37e4fe4c8873617abcbc3b3af61e8f1d79edc
2021-05-27fuckin with absolute pathsGravatar Jarred Sumner 1-44/+122
Former-commit-id: 453cfa5689a97b2167015d8f5b6940d11f895aa3
2021-05-25relative pathGravatar Jarred Sumner 1-23/+457
Former-commit-id: 06fbc24b11f12d6635496a6d251324c021f7af68
2021-05-16lotsGravatar Jarred Sumner 1-53/+468
Former-commit-id: 9ccb4dd082afbc4f94982bf092360487232d8b60
2021-05-12That's all the errors??Gravatar Jarred Sumner 1-1/+1
Former-commit-id: f9a74df73d2831bfdd8e6f1c0e5c999ea300fc0d
2021-05-10asdasdasdasdGravatar Jarred Sumner 1-10/+11
Former-commit-id: 2b3c0584c623486d8ab5dc838bb7ba861b4395d7
2021-05-091dayGravatar Jarred Sumner 1-0/+82
Former-commit-id: b7d8fe2f3501caa236aba343aefa1741613ca005