Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-31 | [internal] Start to make `ZigString` support either UTF-16 or LATIN1 instead ↵jarred/redo-zigstring-for-utf16 | 1 | -20/+84 | ||
of assuming latin1 | |||||
2021-10-31 | [Bun.js] Bun.sleep() lets you synchronously sleep. Thanks @evanwashere | 1 | -0/+19 | ||
2021-10-30 | Update javascript.zig | 1 | -0/+1 | ||
2021-10-30 | [Bun.js] Lazily add `FORCE_COLOR` environment variable for better ↵ | 1 | -1/+13 | ||
compatibility with Node.js modules that detect whether the terminal supports colors | |||||
2021-10-30 | [Bun.js] Partially fix loading Node.js fallback modules | 1 | -2/+19 | ||
2021-10-30 | [Bun.js] Add API for detecting if ANSI colors are enabled | 1 | -25/+29 | ||
2021-10-30 | [Bun.js] Add performance.now() | 1 | -0/+40 | ||
2021-10-29 | [internal] Fix missing symbol errors when building JavaScriptCore bindings ↵ | 1 | -1/+6 | ||
without already having the object files | |||||
2021-10-24 | [internal] Get source URLs in C++ | 1 | -45/+0 | ||
2021-10-23 | [internal] :scissors: dead code | 1 | -1/+0 | ||
2021-10-23 | [Bun.js] Add `Bun.env` and support `process.env` for non-transpiled ↵ | 1 | -2/+129 | ||
environment variables | |||||
2021-10-20 | rewrote most of the router | 1 | -7/+33 | ||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -0/+1 | ||
2021-10-05 | analytics is good enough for now | 1 | -0/+2 | ||
2021-09-30 | Pass macro_context when appropriate. This needs to be refactored more. | 1 | -1/+7 | ||
2021-09-30 | Support remapping macro paths | 1 | -6/+37 | ||
2021-09-26 | Update `Bun.readFileAsBytes` and `Bun.readFile` to also accept an array of ↵ | 1 | -91/+143 | ||
filepaths to join For example: ``` Bun.readFileAsString([Bun.main, "../pages/hi.tsx"]); ``` | |||||
2021-09-26 | Basic macro impl | 1 | -0/+15 | ||
2021-09-24 | skeleton codebun-v0.0.22 | 1 | -3/+113 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 1 | -1/+1 | ||
2021-09-21 | [Bun.js] Add Bun.readFileBytes() to get a Uint8Array of the file's contents ↵ | 1 | -0/+72 | ||
without copying. | |||||
2021-09-21 | [Bun.js] Add support for `console.time`, `console.timeEnd` | 1 | -0/+1 | ||
2021-09-16 | Colorize build/resolve errors and add a ^ | 1 | -3/+11 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -0/+28 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | fetc h!!! | 1 | -1/+5 | ||
2021-09-08 | Fixes for AARCH64: | 1 | -1/+0 | ||
2021-09-07 | up | 1 | -4/+8 | ||
2021-09-07 | WIP error css | 1 | -32/+43 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps ↵ | 1 | -17/+18 | ||
to a real idle timeout Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c | |||||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -2/+2 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-08-31 | Add display name field to frameworks, improve logging, add counters, add | 1 | -4/+42 | ||
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -70/+99 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -4/+26 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-26 | Bun.readFile() api | 1 | -0/+70 | ||
Former-commit-id: 4fd408537571b7b960d1f451ef774a067c125fce | |||||
2021-08-19 | Log level + onimportcss | 1 | -0/+1 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-15 | rename to bun | 1 | -9/+9 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -7/+82 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | .env works | 1 | -1/+4 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-14 | lots | 1 | -20/+83 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-13 | late | 1 | -1/+2 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-08-11 | client-side entry point works and also generates a correct url on the server | 1 | -0/+33 | ||
Former-commit-id: 272e52f55e44e998b9238e4173de37bfc6a05a94 | |||||
2021-08-10 | This is alot | 1 | -17/+23 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -30/+74 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-07 | getImportedStyles hook | 1 | -7/+104 | ||
Former-commit-id: 730eb465fb23bcfa23842f293712cfc2cf51d363 | |||||
2021-08-07 | SSR! | 1 | -3/+0 | ||
Former-commit-id: bbc23b382c2eec15436fad632f5efe06e8e8360d | |||||
2021-08-05 | router almost works | 1 | -1/+30 | ||
Former-commit-id: a8b9d27bd0946f9c48bd8e4b5b5c2031aa434f28 | |||||
2021-08-05 | Fix SSR | 1 | -7/+11 | ||
Former-commit-id: 27284f129c72bd3faac27707cc0e6716ad9288e0 | |||||
2021-08-04 | Fix node_modules.jsb loading in JSC | 1 | -1/+2 | ||
Former-commit-id: 43366ce3634ca35629e1f8234df86206f6411910 | |||||
2021-08-04 | Skip empty stack traces | 1 | -0/+1 | ||
Former-commit-id: 25902aab817f4c075d570fa5774715d3955e25a7 | |||||
2021-08-03 | ok | 1 | -50/+64 | ||
Former-commit-id: e7d0ff27193defd870ae29bd9b4d4c2044488eac |