Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 1 | -11/+11 | ||
strings, remove eagerly loading identifier_name | |||||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 1 | -118/+270 | ||
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 | Fix export * as from | 1 | -1/+2 | ||
2021-09-16 | Fix symbol name for cjs2esm | 1 | -0/+1 | ||
2021-09-16 | Delete some dead code | 1 | -525/+0 | ||
2021-09-16 | Colorize build/resolve errors and add a ^ | 1 | -3/+6 | ||
2021-09-15 | Fix CJS symbol names | 1 | -11/+37 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 1 | -8/+10 | ||
2021-09-15 | zig fmt | 1 | -1/+1 | ||
2021-09-15 | Fix Bun on M1. | 1 | -2/+3 | ||
2021-09-13 | Feature flag auto_import_buffer since it's not fully implemented yetnot-quite-v0 | 1 | -19/+24 | ||
2021-09-13 | Good enough for now solution to symbol collision | 1 | -18/+56 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -191/+208 | ||
paths for file entries | |||||
2021-09-12 | Support bundling dynamically imported modules. | 1 | -1/+1 | ||
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 ↵ | 1 | -31/+51 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | Tweaks | 1 | -3/+3 | ||
2021-09-09 | currentjarred/fetch-experiment | 1 | -7/+23 | ||
2021-09-07 | WIP error css | 1 | -14/+6 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-03 | Fix logging in bun bun + bump | 1 | -4/+6 | ||
Former-commit-id: 19275a07342879d9b02b9d9527b762c8bfadb9e6 | |||||
2021-09-02 | Fix bug with spread properties in function arguments | 1 | -12/+11 | ||
Former-commit-id: 661fa35a8a0fbd9277682f6bd31cdf85c29481af | |||||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -1/+1 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-09-01 | latest | 1 | -4/+45 | ||
Former-commit-id: 20b96180ffc41610dfb21a041d1258f2ff8d4196 | |||||
2021-08-31 | Add display name field to frameworks, improve logging, add counters, add | 1 | -3/+3 | ||
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f | |||||
2021-08-31 | Fix JSX fragments bug, fix unnamed export default bug | 1 | -81/+107 | ||
Former-commit-id: a48965cb80b713f72a859cd16c2a1b670c75d731 | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -4/+5 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -11/+93 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-27 | Fix unused imports | 1 | -39/+26 | ||
Former-commit-id: 7cbafbc9bddb77f8a1e65b084ff5942ed7ef1133 | |||||
2021-08-27 | Fix missing RefreshRuntime import | 1 | -0/+1 | ||
Former-commit-id: 3b27a2cb502325f8c9ef0ae95f6bfaf5d4c9accd | |||||
2021-08-27 | Always import runtime before JSX | 1 | -28/+39 | ||
Former-commit-id: efe0fb5edf07efa7f04ec379c2d319875b53ed87 | |||||
2021-08-27 | Skip unused | 1 | -8/+8 | ||
Former-commit-id: 82de54e123f629bf3ca17df6d10151b32efb2409 | |||||
2021-08-26 | Fix unbundled imports | 1 | -2/+3 | ||
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128 | |||||
2021-08-25 | latest | 1 | -0/+8 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -2/+2 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-19 | Log level + onimportcss | 1 | -12/+12 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-17 | static | 1 | -39/+98 | ||
Former-commit-id: 1da09a997008e246955167b79883b958e23f0d78 | |||||
2021-08-17 | fix jsx | 1 | -13/+17 | ||
Former-commit-id: a9bfcbce261798cdd0c3f8cb09076dc246920b48 | |||||
2021-08-17 | Fix JSX runtime when children are 0 | 1 | -11/+13 | ||
Former-commit-id: 094913a99f22888b97696aabe12fc1a5452788d6 | |||||
2021-08-17 | alright thats the rename | 1 | -1/+1 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | rename to bun | 1 | -6/+6 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -30/+150 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | lots | 1 | -7/+19 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-13 | late | 1 | -22/+35 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-08-11 | When there are errors while generating the .jsb, fail the build. | 1 | -4/+7 | ||
Former-commit-id: 734f021602ac59aeaef9d7583a927ede94ab644a | |||||
2021-08-11 | Fix parser/printer bugs | 1 | -1/+3 | ||
Former-commit-id: 8d5fa093546432e803eb066190a3b4b48e5c95f2 | |||||
2021-08-11 | Fix incorrect error generated for shorthand properties with initializers | 1 | -1/+5 | ||
Former-commit-id: 3637987b9ba42805c60ed664769e8fc46fa524f1 | |||||
2021-08-11 | Fix missing check for is_async in shorthand property check | 1 | -1/+2 | ||
Former-commit-id: 8f2f739bcb303e0ca42853097449133a1630debe | |||||
2021-08-11 | Fix two parser bugs | 1 | -1/+16 | ||
Former-commit-id: 884b0e3e31e562e4f0e0676819c442842ba9040b | |||||
2021-08-11 | Fix crash when require and import are on the same line | 1 | -1/+1 | ||
Former-commit-id: 215b03322953ea41de93c5c3c368554d1ab12e92 |