aboutsummaryrefslogtreecommitdiff
path: root/src/resolver/resolver.zig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-15Make `bun run --silent` omit `"error: "..." exited with code 1` (#5459)Gravatar Jarred Sumner 1-1/+1
2023-09-15Reduce log level for `loading tsconfig.json extends` messageGravatar Jarred Sumner 1-1/+1
2023-09-14threadGravatar Dylan Conway 1-1/+1
2023-09-14Rework bunfig docsGravatar Colin McDonnell 1-2/+5
2023-09-14remove tsconfig warningGravatar Dylan Conway 1-4/+1
2023-09-14Fix typo in HTTPThread name. (#5376)Gravatar Chris Boette 1-1/+1
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 1-6/+11
2023-08-28just kernel32 things (#4354)Gravatar Jarred Sumner 1-15/+15
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 1-28/+28
2023-08-20Fix test failures from 3a9a6c63a (#4231)Gravatar Jarred Sumner 1-9/+21
2023-08-20Fix(bundler): use different alias mappings based on the target. (#4163)Gravatar Ai Hoshino 1-2/+2
2023-08-11Deprecate loading `node_modules.bun` (#4131)Gravatar Jarred Sumner 1-3/+1
2023-08-07implement fetching data urls (#4000)Gravatar Dylan Conway 1-1/+3
2023-08-03allow bundling builtins for browser (#3959)Gravatar Dylan Conway 1-6/+3
2023-07-31throw error if node module does not exist (#3913)Gravatar Vlad Sirenko 1-0/+6
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 1-14/+14
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 1-7/+6
2023-06-02use NODE_ENV for react-jsx or react-jsxdev (#3184)Gravatar Dylan Conway 1-1/+1
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 1-0/+1
2023-05-14Single-file standalone Bun executables (#2879)Gravatar Jarred Sumner 1-1/+22
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 1-47/+96
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 1-2/+2
2023-04-28[resolver] Propagate module type from package.json `"exports"` when possibleGravatar Jarred Sumner 1-3/+12
2023-04-28Use global allocator tsconfig.jsonGravatar Jarred Sumner 1-3/+6
2023-04-22Make `Bun.build` more reliable (#2718)Gravatar Jarred Sumner 1-111/+132
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 1-2/+2
2023-04-16Mark builtins as external for node and bunGravatar Jarred Sumner 1-1/+5
2023-04-10Implement TOML & JSON support in Bun's new bundler (#2609)Gravatar Jarred Sumner 1-1/+2
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 1-2/+2
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 1-1/+53
2023-03-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 1-1/+1
2023-02-24prefer `bun.copy()` over `std.mem.copy()` (#2152)Gravatar Alex Lam S.L 1-20/+21
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-3/+3
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 1-1/+0
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-1/+2
2023-01-25be more carefulGravatar Jarred Sumner 1-1/+1