Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2021-09-14 | Include a build idbun-build-8bun-build-build-8 | 2 | -3/+9 | ||
2021-09-14 | SPAs now work by default when there's a public/index.html file | 2 | -21/+118 | ||
2021-09-14 | Handle edgecase during SyntaxError that can lead to an out of bounds index ↵ | 1 | -0/+2 | ||
access when printing source code | |||||
2021-09-13 | Fix crashes when accessing request metadata | 3 | -19/+24 | ||
2021-09-13 | Feature flag auto_import_buffer since it's not fully implemented yetnot-quite-v0 | 2 | -19/+25 | ||
2021-09-13 | Good enough for now solution to symbol collision | 2 | -18/+58 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 12 | -462/+732 | ||
paths for file entries | |||||
2021-09-12 | ok | 5 | -20/+44 | ||
2021-09-12 | Fix panic handler to not double panic | 1 | -33/+20 | ||
2021-09-12 | Support importing Node.js fallback modules as ESM | 1 | -0/+8 | ||
2021-09-12 | Support bundling dynamically imported modules. | 8 | -305/+353 | ||
2021-09-12 | Fix CommonJS interop issue when, while linking, we find out the import is ↵ | 3 | -46/+131 | ||
possibly CommonJS | |||||
2021-09-12 | Reduce number of allocations for serializing error messages | 3 | -53/+125 | ||
2021-09-12 | Fix symbol collisions for JSX & React Refresh. Choose a JSX identifier based ↵ | 1 | -146/+332 | ||
on the user's JSX import source | |||||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 21 | -2256/+2540 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | Tweaks | 2 | -4/+4 | ||