aboutsummaryrefslogtreecommitdiff
path: root/src/resolver (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Make this name betterGravatar Jarred Sumner 1-1/+1
2023-07-24Trace module resolutionGravatar Jarred Sumner 1-0/+3
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 3-26/+26
2023-07-17package json `main` field extension order (#3664)Gravatar Dylan Conway 1-3/+9
2023-07-04[install] fix run-time module loading (#3510)Gravatar Alex Lam S.L 1-26/+20
2023-06-28use main field over module for runtime (#3448)Gravatar Dylan Conway 1-1/+8
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 1-14/+13
2023-06-26implement `_nodeModulePaths` and `require.main.paths` (#3411)Gravatar Dylan Conway 1-0/+95
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 4-19/+18
2023-06-02use NODE_ENV for react-jsx or react-jsxdev (#3184)Gravatar Dylan Conway 2-10/+6
2023-06-01random fixes that help vite/sveltekit (#3140)Gravatar dave caruso 1-0/+35
2023-05-24fix setting `jsxImportSource`, `jsxFactory`, and `jsxFragmentFactory` (#3057)Gravatar Dylan Conway 2-3/+7
2023-05-14Single-file standalone Bun executables (#2879)Gravatar Jarred Sumner 1-1/+22
2023-05-12`root` bundle option (#2859)Gravatar Dylan Conway 1-0/+143
2023-05-09Fix regression with `bun test` not recursively scanning the directory treeGravatar Jarred Sumner 1-3/+1
2023-05-09don't replace with there isn't a star (#2825)Gravatar Dylan Conway 1-5/+9
2023-05-08Fix incorrect fd usageGravatar Dylan Conway 1-1/+3
2023-05-08Fix bug in Bun.build() where it wouldn't pick up changes to directories on re...Gravatar Jarred Sumner 2-50/+99
2023-05-01Fix crashGravatar Jarred Sumner 1-1/+4
2023-05-01[install] handle `devDependencies` of local folders (#2781)Gravatar Alex Lam S.L 1-1/+1
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 2-3/+3
2023-04-28[resolver] Propagate module type from package.json `"exports"` when possibleGravatar Jarred Sumner 2-5/+33
2023-04-28Use global allocator tsconfig.jsonGravatar Jarred Sumner 1-3/+6
2023-04-22Make `Bun.build` more reliable (#2718)Gravatar Jarred Sumner 3-149/+188
2023-04-21Keep the node crypt otestGravatar Jarred Sumner 1-2/+2
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 6-9/+9
2023-04-18use properties length instead of capacity (#2687)Gravatar Dylan Conway 1-1/+1
2023-04-16Mark builtins as external for node and bunGravatar Jarred Sumner 1-1/+5
2023-04-16Fix bugs with loading `jsxDEV` when it should be `jsx` or vice versaGravatar Jarred Sumner 1-8/+2
2023-04-14Support `@jsx`, `@jsxRuntime`, `@jsxImportSource`, and `@jsxFragment` pragmas...Gravatar Jarred Sumner 1-4/+6
2023-04-12fix bundling many entry points (#2640)Gravatar Dylan Conway 1-3/+4
2023-04-10Implement TOML & JSON support in Bun's new bundler (#2609)Gravatar Jarred Sumner 2-26/+4
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 2-6/+6
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 3-91/+197
2023-03-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 1-1/+1
2023-03-05consider current working directory when resolving relative paths (#2313)Gravatar Alex Lam S.L 1-32/+34
2023-02-24prefer `bun.copy()` over `std.mem.copy()` (#2152)Gravatar Alex Lam S.L 4-45/+37
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 2-9/+9
2023-02-11fix string corruption in FS entry cache (#2055)Gravatar Alex Lam S.L 1-4/+6
2023-02-11fix segfault during non-install script execution (#2045)Gravatar Alex Lam S.L 2-2/+1
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-1/+2
2023-02-01resolve duplicate npm dependencies correctly (#1970)Gravatar Alex Lam S.L 1-1/+1
2023-01-27fix sentinel mismatchesGravatar Dylan Conway 1-1/+1
2023-01-25be more carefulGravatar Jarred Sumner 1-1/+1
2023-01-24Try resolving against the path without the .js extensionGravatar Jarred Sumner 1-8/+67
2023-01-24Always allow importing `${package}/package.json`Gravatar Jarred Sumner 1-0/+25
2023-01-21Support query string parameters in module resolutionGravatar Jarred Sumner 1-0/+8
2023-01-21minor clean-ups (#1869)Gravatar Alex Lam S.L 1-2/+1
2023-01-21Remove UB with `semver.String`Gravatar Jarred Sumner 1-1/+1
2023-01-19use `String.from()` (#1850)Gravatar Alex Lam S.L 1-1/+1