Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-30 | [Bun.js] Fix entry point to only call default if it was a CommonJS ↵ | 1 | -1/+1 | ||
transformed function | |||||
2021-10-30 | Bump build id | 1 | -1/+1 | ||
2021-10-28 | - Fix consistentcy issue with runtime hash | 1 | -1/+1 | ||
- Fix edgecases in strings.eqlComptime by simplifying the implementation | |||||
2021-10-27 | Before publishing the binary to npm, verify it installs successfully and ↵ | 1 | -1/+1 | ||
it's the expected version | |||||
2021-10-16 | more strings | 1 | -1/+1 | ||
2021-10-15 | Latest | 1 | -1/+1 | ||
2021-10-15 | Linux build fixes | 1 | -1/+1 | ||
2021-10-15 | Polish | 1 | -1/+1 | ||
2021-10-03 | Fix various macOS-specific compile errors and run `zig fmt` | 1 | -1/+1 | ||
2021-10-02 | Linux works now. | 1 | -1/+1 | ||
2021-10-01 | Add support for INotify-based filesystem watcher | 1 | -1/+1 | ||
2021-10-01 | Build stuff | 1 | -1/+1 | ||
2021-09-30 | Bump version | 1 | -1/+1 | ||
2021-09-30 | runtime.version | 1 | -1/+1 | ||
2021-09-23 | :runner:jarred/bundle-workspace-packages | 1 | -1/+1 | ||
2021-09-23 | Handle more edgecases in our CJS2ESM conversion code | 1 | -1/+1 | ||
2021-09-23 | Add __exportValue and __exportDefault to runtime | 1 | -1/+1 | ||
2021-09-23 | Fix bug when multiple-levels of nested exports when bundled have a boolean ↵ | 1 | -1/+1 | ||
.default value | |||||
2021-09-17 | global -> globalThis | 1 | -1/+1 | ||
2021-09-15 | Fix require bug in runtime.js | 1 | -1/+1 | ||
2021-09-15 | Big Heap: | 1 | -1/+1 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -1/+1 | ||
paths for file entries | |||||
2021-09-12 | ok | 1 | -1/+1 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -1/+1 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | yay | 1 | -1/+1 | ||
2021-09-09 | currentjarred/fetch-experiment | 1 | -1/+1 | ||
2021-09-08 | upgrade | 1 | -1/+1 | ||
2021-09-08 | Fixes for AARCH64: | 1 | -0/+1 | ||
2021-09-07 | up | 1 | -1/+0 | ||
2021-09-07 | lotta changes | 1 | -1/+1 | ||
2021-09-05 | more mutexes | 1 | -1/+1 | ||
Former-commit-id: 52966012b4b74d24ab28a0c75740aef35fb75327 | |||||
2021-09-02 | latest | 1 | -1/+1 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
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 | -1/+1 | ||
Former-commit-id: 20b96180ffc41610dfb21a041d1258f2ff8d4196 | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -1/+1 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -1/+1 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -1/+1 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-17 | fix jsx | 1 | -1/+1 | ||
Former-commit-id: a9bfcbce261798cdd0c3f8cb09076dc246920b48 | |||||
2021-08-17 | Fix CSS bug, dont' run HMR code on server | 1 | -1/+1 | ||
Former-commit-id: 541084b7238d54d77cb13402274718311f2030b4 | |||||
2021-08-17 | alright thats the rename | 1 | -1/+1 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -1/+1 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-13 | late | 1 | -1/+1 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -1/+1 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-05 | router almost works | 1 | -1/+1 | ||
Former-commit-id: a8b9d27bd0946f9c48bd8e4b5b5c2031aa434f28 | |||||
2021-08-05 | alright | 1 | -1/+1 | ||
Former-commit-id: 66a0a9f4fc554afeef9891915b203772fce2ffc4 | |||||
2021-08-04 | Fix typo in runtime js code | 1 | -1/+1 | ||
Former-commit-id: 4b996236ef859c3f5aa8b93eae66d8878674f527 | |||||
2021-06-24 | I like this direction | 1 | -1/+1 | ||
Former-commit-id: 3a95a74b7feadb59a215ff06446ccebff4a4008e | |||||
2021-06-20 | Support live-reload and fallback | 1 | -1/+1 | ||
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f | |||||
2021-06-19 | Use CSSOM for HMR when available. | 1 | -1/+1 | ||
Former-commit-id: 72f1c676b97c0380981c295b955174b84317bf5e | |||||
2021-06-18 | CSS HMR! | 1 | -1/+1 | ||
Former-commit-id: 3f10c8790629ab157d9377759cc50a4b962cc6f4 |