aboutsummaryrefslogtreecommitdiff
path: root/src/resolver (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-13fix(node/fetch): Make data URL fetch consistent with node (#5126)Gravatar David Hewitt 1-7/+13
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 1-6/+11
2023-09-11fix(path): Fix edge case in `path.relative` (#4811)Gravatar Ai Hoshino 1-2/+2
2023-08-28just kernel32 things (#4354)Gravatar Jarred Sumner 2-16/+16
2023-08-24fix buildGravatar Dylan Conway 1-2/+2
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-17Support Nitro (#4098)Gravatar dave caruso 1-0/+5
2023-08-11Deprecate loading `node_modules.bun` (#4131)Gravatar Jarred Sumner 1-3/+1
2023-08-07implement fetching data urls (#4000)Gravatar Dylan Conway 2-7/+30
2023-08-03allow bundling builtins for browser (#3959)Gravatar Dylan Conway 1-6/+3
2023-08-03Fix edge case in `path.relative`. (#3952)Gravatar Ai Hoshino 1-3/+10
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 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