Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -9/+6 | ||
2021-10-05 | analytics is good enough for now | 1 | -0/+14 | ||
2021-10-01 | Build stuff | 1 | -0/+1 | ||
2021-09-24 | skeleton codebun-v0.0.22 | 1 | -3/+18 | ||
2021-09-23 | Add link to webpack doc | 1 | -0/+1 | ||
2021-09-23 | Add __exportValue and __exportDefault to runtime | 1 | -0/+3 | ||
2021-09-22 | Allow URLs containing absolute filepaths in imports if they match specific ↵ | 1 | -1/+8 | ||
file extensions This is to support ../../ imports Allowlisting to specific file extensions prevents common webserver security vulnerabilities like reading /etc/passwd | |||||
2021-09-21 | Fix the compiler errors | 1 | -9/+9 | ||
2021-09-21 | Resolve "exports" field in package.json (doesn't work yet) | 1 | -0/+99 | ||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 1 | -1/+5 | ||
2021-09-16 | Update options.zig | 1 | -1/+1 | ||
2021-09-14 | SPAs now work by default when there's a public/index.html file | 1 | -0/+25 | ||
2021-09-12 | ok | 1 | -1/+11 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -3/+19 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -0/+7 | ||
2021-09-08 | upgrade | 1 | -3/+3 | ||
2021-09-02 | latest | 1 | -5/+8 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
2021-08-31 | Add display name field to frameworks, improve logging, add counters, add | 1 | -0/+4 | ||
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -67/+146 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -8/+94 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-26 | Shouldn't have to type --use every time you bun bun | 1 | -38/+52 | ||
Former-commit-id: 5c9dc3f46c2382dd72b8cf8b54cbc58355301381 | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -7/+15 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-26 | Bug fixes | 1 | -41/+63 | ||
Former-commit-id: 853b372665a3762b1eeeb2202e279895bce6f544 | |||||
2021-08-25 | latest | 1 | -2/+9 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-19 | Log level + onimportcss | 1 | -0/+22 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-17 | static | 1 | -1/+3 | ||
Former-commit-id: 1da09a997008e246955167b79883b958e23f0d78 | |||||
2021-08-17 | alright thats the rename | 1 | -2/+2 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | rename to bun | 1 | -7/+7 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -4/+19 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | .env works | 1 | -33/+212 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-14 | lots | 1 | -21/+62 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-13 | late | 1 | -2/+32 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-08-11 | client-side entry point works and also generates a correct url on the server | 1 | -0/+12 | ||
Former-commit-id: 272e52f55e44e998b9238e4173de37bfc6a05a94 | |||||
2021-08-10 | This is alot | 1 | -88/+111 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-09 | Fix origin | 1 | -0/+4 | ||
Former-commit-id: 1abca35a1e83a1ccb2cd39bc04568eb9bc170b15 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -15/+111 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-07 | Clean up logic for choosing when to use filesystem router or public dir | 1 | -0/+2 | ||
Former-commit-id: 84bb17d9e0dd6e31995afb7b2f49436187fc9f76 | |||||
2021-07-30 | little bit of errors, little bit of bytecode caching. neither finished | 1 | -1/+13 | ||
Former-commit-id: c774c395136d58330aa7cad7e9fa434bcef7d5c6 | |||||
2021-07-28 | esmodules work? | 1 | -2/+2 | ||
Former-commit-id: 5cb5af4416c12518eb195d1b310990fc5c94d6c8 | |||||
2021-07-26 | Fix build issues | 1 | -2/+2 | ||
Former-commit-id: 5164b69b57e8c11666591823c5b83435facce5c8 | |||||
2021-07-13 | alright | 1 | -8/+91 | ||
Former-commit-id: ab73c7b323c222e5d1172c07036653ca98aa8e6b | |||||
2021-06-29 | Fix crash, fix detecting node_modules, fix undefined not being simplified | 1 | -1/+9 | ||
Former-commit-id: 3f197d1ce0c197864ad4c7c7b8238af4370275b4 | |||||
2021-06-29 | alright now it crashes | 1 | -1/+1 | ||
Former-commit-id: 26745bb5f300481fc242c8e81de6f252f698c863 | |||||
2021-06-27 | starting to work | 1 | -13/+11 | ||
Former-commit-id: ae113559c6dd1e1e77b69ee5edee93fe59b4be2e | |||||
2021-06-26 | wip | 1 | -3/+17 | ||
Former-commit-id: 506d9b81a7c9dac5dd870f6735c39df105e72fd4 | |||||
2021-06-24 | I like this direction | 1 | -2/+3 | ||
Former-commit-id: 3a95a74b7feadb59a215ff06446ccebff4a4008e | |||||
2021-06-19 | Feature detect fast refresh | 1 | -1/+30 | ||
Former-commit-id: 73247e5c9199c4a426761034e60100efad5d4395 | |||||
2021-06-17 | CSS scanner works | 1 | -12/+3 | ||
Former-commit-id: 4ca1e17778dc4a331da5a9a21f56e0e590c799ce | |||||
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -0/+9 | ||
Former-commit-id: d0f91082fcc8da17d224acb5432339c5d817e1c2 | |||||
2021-06-14 | extremely close!!!!! | 1 | -2/+26 | ||
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225 |