Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [transpiler] Don't insert `import` statements for disabled `require()` | 1 | -84/+40 | ||
2021-12-16 | Update Makefilebun-v0.0.54 | 1 | -0/+1 | ||
2021-12-16 | Bump again I guess | 1 | -1/+1 | ||
2021-12-16 | :camera:bun-v0.0.53 | 27 | -125/+132 | ||
2021-12-16 | Print errors below warnings | 1 | -4/+31 | ||
2021-12-16 | [bun bun] Fix a race condition introduced in ↵ | 2 | -4/+9 | ||
#55ff681976f7bae5a428c409061991c07fa492e7 | |||||
2021-12-16 | Update js_printer.zig | 1 | -1/+8 | ||
2021-12-16 | [http] Fix bug with `Link` header | 1 | -1/+5 | ||
2021-12-16 | Update js_printer.zig | 1 | -1/+1 | ||
2021-12-16 | :camera: | 30 | -129/+226 | ||
2021-12-16 | bump build id | 1 | -1/+1 | ||
2021-12-16 | [macros] Do not automatically load node_modules.bun in macros | 1 | -11/+11 | ||
2021-12-16 | [macros] Slightly improve error message if macros fail to load | 1 | -2/+7 | ||
2021-12-16 | [bundler][JS transpiler] Improve reliability of ESM <> CommonJS interop | 6 | -242/+165 | ||
This fixes a number of issues caused by not using live bindings when referencing bundled code. This also fixes an issue with libraries looping over `Object.keys(moduleNamespace)` | |||||
2021-12-16 | [http] Ensure errors from macros can see source code | 1 | -1/+19 | ||
2021-12-16 | [internal] disable debug workaround | 1 | -1/+1 | ||
2021-12-16 | [bundler] Fix edgecase where certain modules would load unbundled versions | 2 | -2/+17 | ||
Some packages have many `package.json` files with no `name` in them, often to indicate `sideEffects` or change `exports`. When bundling node_modules, we need a name to map a package back to the list of bundled packages. | |||||
2021-12-16 | [resolver] Change extension order based on import kind | 1 | -1/+6 | ||
2021-12-16 | [resolver] When importing from an ES Module, prefer `.{m,c}{t,j}s` | 1 | -2/+28 | ||
2021-12-15 | wip fix live bindings | 6 | -418/+359 | ||
2021-12-15 | [JS transpiler] Simplify CommonJS interop callback | 2 | -67/+65 | ||
2021-12-15 | [JS transpiler] Ensure reserved words don't end up in nonUniqueIdentifier() | 2 | -0/+18 | ||
2021-12-15 | [JS Parser] Add regression test | 1 | -0/+14 | ||
2021-12-15 | [JS Parser] Fix bug with template literals that create new scopes in the tag ↵ | 1 | -4/+4 | ||
and the template literal value | |||||
2021-12-11 | Add a resource hint for preloading node_modules.bun and route asset in the ↵ | 1 | -1/+43 | ||
fallback rendering | |||||
2021-12-04 | [resolver] Do not throw on require()/import errors when they're caught (and ↵ | 2 | -53/+62 | ||
import is an await target) | |||||
2021-11-26 | Bumpbun-v0.0.52 | 1 | -1/+1 | ||
2021-11-25 | Fix occasional segfault when parsing JSON in http server | 1 | -2/+2 | ||
2021-11-25 | Revert "Merge pull request #70 from Jarred-Sumner/lithdew/picohttp-mimalloc" | 2 | -153/+132 | ||
This reverts commit e8925e47b03c29e63de89ed19de87c79f15724b5, reversing changes made to f82aa92c38e4042496379e57288e5e91a27d98de. | |||||
2021-11-24 | Merge pull request #70 from Jarred-Sumner/lithdew/picohttp-mimalloc | 2 | -132/+153 | ||
2021-11-24 | mimalloc: patch malloc/freelithdew/picohttp-mimalloc | 2 | -7/+35 | ||
2021-11-24 | deps: add missing mimalloc dep to jsc bindings header generator | 2 | -2/+3 | ||
2021-11-24 | deps: build picohttp and mimalloc using zig | 2 | -131/+123 | ||
Reduce the amount of dependencies which need to be externally built before Bun can be built. Remove clause to enforce that Bash syntax is used in Makefile, as the clause only works on a few Linux distros which assume bash is located at /bin/bash. | |||||
2021-11-23 | Merge pull request #65 from Jarred-Sumner/bun-framework-next-actions | 14 | -191/+1958 | ||
Begin working on CI tasks for bun-framework-next | |||||
2021-11-23 | update Next version on global | 1 | -1/+1 | ||
2021-11-23 | Update build-id | 1 | -1/+1 | ||
2021-11-23 | fix shallow routing | 1 | -4/+6 | ||
2021-11-23 | remove comment | 1 | -1/+0 | ||
2021-11-23 | add react-dom as devDep | 1 | -0/+1 | ||
2021-11-23 | stop installing textencoder | 3 | -2/+308 | ||
2021-11-23 | begin addressing more feedback | 1 | -3/+3 | ||
2021-11-22 | remove .then | 1 | -12/+3 | ||
2021-11-22 | another try | 2 | -5/+1 | ||
2021-11-22 | add type fns | 1 | -1/+4 | ||
2021-11-22 | try adding lib.ts | 1 | -0/+1 | ||
2021-11-22 | update copy | 1 | -1/+1 | ||
2021-11-22 | add typechecking to action | 1 | -1/+1 | ||
2021-11-22 | ts-expect-error the remaining ts-errors | 3 | -6/+25 | ||
2021-11-22 | misc | 2 | -20/+11 | ||
2021-11-22 | add prettier to root | 5 | -320/+10 | ||