Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-28 | [Bun.js] Add Bun.argv api, so you can get the arguments that started a script | 1 | -1/+26 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -12/+1 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-23 | Workaround miscompilation so JavaScriptCore runs on Linux AARCH64 | 1 | -4/+4 | ||
2021-12-22 | [Bun.js] Fix SSR when using `fetch` | 1 | -4/+11 | ||
2021-12-21 | Slightly less pointer chasing | 1 | -1/+1 | ||
2021-12-17 | 👶event loop | 1 | -25/+62 | ||
2021-12-16 | wip | 1 | -0/+7 | ||
2021-12-16 | [macros] Do not automatically load node_modules.bun in macros | 1 | -11/+11 | ||
2021-11-04 | [internal] fmt | 1 | -20/+28 | ||
2021-11-03 | [Bun.js] Rename `Bun.sleep` -> `Bun.sleepSync`bun-v0.0.44 | 1 | -3/+3 | ||
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 |