Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-22 | package json exports seems to work now!!! | 2 | -12/+26 | ||
2021-09-21 | Fix the compiler errors | 5 | -53/+59 | ||
2021-09-21 | Resolve "exports" field in package.json (doesn't work yet) | 2 | -1/+194 | ||
2021-09-21 | Add "exports" to PackageJSON | 1 | -1/+12 | ||
2021-09-21 | Most of the ESM resolution algorithm (still untested) | 2 | -34/+657 | ||
2021-09-21 | `endsWithAny` -> `endsWithAnyComptime` | 2 | -2/+2 | ||
2021-09-21 | Parse "exports" field from package.json (WIP) | 3 | -1/+270 | ||
2021-09-21 | [Bun.js] Add Bun.readFileBytes() to get a Uint8Array of the file's contents ↵ | 3 | -1/+113 | ||
without copying. | |||||
2021-09-21 | Add comment explaining failed package.json parsing optimization | 1 | -0/+5 | ||
2021-09-21 | [Bun.js] Add support for `console.time`, `console.timeEnd` | 2 | -2/+38 | ||
2021-09-20 | Slightly improve .env loader string inference | 2 | -7/+89 | ||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 8 | -173/+1704 | ||
strings, remove eagerly loading identifier_name | |||||
2021-09-20 | Fix how error lines with strings are highlighted | 2 | -15/+51 | ||
2021-09-20 | Always log errors when generating node_modules.server.bun | 1 | -1/+11 | ||
2021-09-20 | Fix handling when file metadata store stored exceeds statically allocated ↵ | 3 | -160/+86 | ||
count (at time of writing, 16k) | |||||
2021-09-17 | Slightly improve JSX decoding perfbun-v0.0.21 | 1 | -2/+11 | ||
2021-09-17 | Fix whitespace & emoji bug when parsing JSX | 2 | -25/+82 | ||
2021-09-17 | Update js_printer.zig | 1 | -4/+3 | ||
2021-09-17 | Fix lexer bug with UTF-16 strings | 1 | -13/+17 | ||
2021-09-17 | Fix multiple imports to CJS modules when referencing via module_id hash | 1 | -6/+20 | ||
2021-09-17 | Merge branch 'main' of github.com:Jarred-Sumner/bun | 4 | -4/+4 | ||
2021-09-17 | global -> globalThis | 2 | -15/+30 | ||
2021-09-17 | Get bun ready for linux builds | 4 | -4/+4 | ||
Adds: conditional builds in makefile Fixes: incorrect imports of 'JavaScriptCore.zig' (note the caps 's') replaces with correct import of 'JavascriptCore.zig' | |||||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 6 | -146/+333 | ||
2021-09-16 | Do not attempt to HMR export {value} from, just assume it will be HMR'd (or not) | 1 | -10/+38 | ||
2021-09-16 | Update options.zig | 1 | -1/+1 | ||
2021-09-16 | Fix export * as from | 1 | -1/+2 | ||
2021-09-16 | Add flag to dev server to disable HMR | 5 | -1885/+2044 | ||
2021-09-16 | Help output should print command names | 1 | -5/+13 | ||
2021-09-16 | Fix symbol name for cjs2esm | 1 | -0/+1 | ||
2021-09-16 | When port is in use, auto-increment port number up to 10 times and then bail ↵ | 1 | -7/+43 | ||
if all 10 are in use | |||||
2021-09-16 | Always bold ^ | 1 | -0/+2 | ||
2021-09-16 | Delete some dead code | 2 | -538/+0 | ||
2021-09-16 | Print absolute paths in log errors so that ctrl+click to open file in editor ↵ | 1 | -1/+1 | ||
works (depending on terminal) | |||||
2021-09-16 | Colorize build/resolve errors and add a ^ | 7 | -127/+210 | ||
2021-09-16 | Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not ↵bun-v0.0.16 | 1 | -8/+10 | ||
found This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from https://github.com/microsoft/TypeScript/issues/4595. | |||||
2021-09-15 | Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue | 2 | -2/+2 | ||
2021-09-15 | Fix require bug in runtime.js | 2 | -31/+10 | ||
2021-09-15 | Fix CJS symbol names | 1 | -11/+37 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 4 | -72/+74 | ||
2021-09-15 | Fix crash in `bun bun` | 1 | -24/+26 | ||
2021-09-15 | delete dead codebun-v0.0.0-11 | 1 | -243/+0 | ||
2021-09-15 | zig fmt | 7 | -35/+33 | ||
2021-09-15 | Big Heap: | 5 | -8/+6 | ||
2021-09-15 | Fix Bun on M1. | 2 | -3/+4 | ||
2021-09-15 | Warn when JIT is disabled | 6 | -3/+14 | ||
2021-09-14 | Fix build-generated typo | 1 | -31/+39 | ||
2021-09-14 | commit webkit update | 1 | -0/+0 | ||
2021-09-14 | Support installing bun from npm | 4 | -17/+36 | ||
2021-09-14 | Include build id in welcome notebun-v0.0.0-9bun-v0.0.0-8bun-v0.0.0-10 | 2 | -2/+2 | ||