Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [bun install] WIP | 14 | -224/+1866 | ||
2021-12-16 | [bun install] implement serialization/deserialization of package versions in ↵ | 2 | -35/+374 | ||
an efficient binary format This is most of the code but does not compile yet | |||||
2021-12-16 | [bun install] Make Semver serializable | 2 | -83/+162 | ||
2021-12-16 | Update string_immutable.zig | 1 | -0/+4 | ||
2021-12-16 | wip | 2 | -14/+437 | ||
2021-12-16 | wip | 3 | -1/+64 | ||
2021-12-16 | [bun install] support hyphen ranges in node-semver | 1 | -2/+96 | ||
2021-12-16 | [bun install] node-semver works excluding hyphen ranges | 2 | -103/+339 | ||
2021-12-16 | [bun install] Add tests for parsing Semver versions | 2 | -91/+274 | ||
2021-12-16 | [bun install] node-semver implementation (doesn't run yet) | 1 | -29/+398 | ||
2021-12-16 | [bun install] Begin to port my golang node-semver to Zig | 7 | -0/+1372 | ||
2021-12-16 | Update snippets.json | 1 | -1/+2 | ||
2021-12-16 | :camera:bun-v0.0.55 | 2 | -0/+80 | ||
2021-12-16 | Update README.md | 1 | -3/+2 | ||
2021-12-16 | ICU should be in deps | 1 | -1/+1 | ||
2021-12-16 | Update build-id | 1 | -1/+1 | ||
2021-12-16 | Add regression test for try / catch with import & require | 1 | -0/+31 | ||
2021-12-16 | [transpiler] Partially support top-level await in HMR | 1 | -17/+24 | ||
2021-12-16 | Update bundler.zig | 1 | -1/+1 | ||
2021-12-16 | Disable imports which are not found | 2 | -1/+12 | ||
2021-12-16 | Enable top-level await in browsers | 2 | -2/+7 | ||
2021-12-16 | [JS parser] Track import records that were converted to star imports due to ↵ | 1 | -2/+12 | ||
`require` | |||||
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 | ||