Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-03 | [JSX] Fix regression with JSX entities | 1 | -0/+2 | ||
2021-11-01 | [internal] Tiny changes that will eventually make it easier to update zig | 1 | -1/+1 | ||
2021-10-28 | - Fix consistentcy issue with runtime hash | 1 | -122/+65 | ||
- Fix edgecases in strings.eqlComptime by simplifying the implementation | |||||
2021-10-25 | Fix JSX unicode handling, slightly improve perf | 1 | -2/+56 | ||
2021-10-25 | Fix all known string encoding bugs | 1 | -25/+28 | ||
2021-10-24 | [internal] Handle allocation failure | 1 | -1/+1 | ||
2021-10-23 | Rewrite the CodepointIterator to fix some bugs | 1 | -81/+89 | ||
2021-10-20 | rewrote most of the router | 1 | -28/+11 | ||
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 1 | -10/+47 | ||
optional routes | |||||
2021-10-16 | more strings | 1 | -2/+27 | ||
2021-10-14 | Support local templates | 1 | -0/+8 | ||
2021-09-27 | Fix bug in string eql check that was never used before | 1 | -1/+1 | ||
2021-09-26 | Basic macro impl | 1 | -4/+4 | ||
2021-09-21 | Fix the compiler errors | 1 | -2/+2 | ||
2021-09-21 | Most of the ESM resolution algorithm (still untested) | 1 | -0/+17 | ||
2021-09-21 | `endsWithAny` -> `endsWithAnyComptime` | 1 | -1/+1 | ||
2021-09-21 | Parse "exports" field from package.json (WIP) | 1 | -0/+13 | ||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 1 | -80/+86 | ||
strings, remove eagerly loading identifier_name | |||||
2021-09-20 | Fix how error lines with strings are highlighted | 1 | -0/+21 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -0/+4 | ||
paths for file entries | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -0/+15 | ||
2021-09-09 | fetc h!!! | 1 | -2/+2 | ||
2021-09-07 | WIP error css | 1 | -0/+17 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps ↵ | 1 | -9/+31 | ||
to a real idle timeout Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c | |||||
2021-09-02 | endsWith("") should return true | 1 | -1/+1 | ||
Former-commit-id: fdbb66abc4e539ef960a72588495cd9964eff68b | |||||
2021-08-29 | latest | 1 | -8/+8 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-25 | latest | 1 | -0/+10 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-23 | Fix bug with copyLowercase and add a test | 1 | -1/+17 | ||
Former-commit-id: 87946b9fecd8b3e75a5995f38311053ae54b0424 | |||||
2021-08-21 | Fix watcher when you move files/dirs around. It'll bust the cache and ↵ | 1 | -11/+15 | ||
recreate it (and leak memory) Former-commit-id: 8faf6127547411c1fdcee9e4e7440825f21ecd99 | |||||
2021-08-21 | TinyString optimization | 1 | -0/+120 | ||
Former-commit-id: e23202f6228d292c4fac08c7667b5f2a0e5f1c32 | |||||
2021-08-17 | fix endsWith | 1 | -13/+2 | ||
Former-commit-id: 5d89343b0bd923fd7400770d25b12985eb937f70 | |||||
2021-08-14 | lots | 1 | -1/+16 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -11/+11 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-06 | Query String parser with JS integration | 1 | -0/+12 | ||
Former-commit-id: 8542778c30e9757fa87514f46ff5086d7c8f6bfa | |||||
2021-07-28 | esmodules work? | 1 | -0/+24 | ||
Former-commit-id: 5cb5af4416c12518eb195d1b310990fc5c94d6c8 | |||||
2021-07-01 | this kind of works, but there is a crash when bundling. I think its missing ↵ | 1 | -0/+9 | ||
a Stmt.Data.Store.reset() Former-commit-id: 88aad6aeb19f3d1d73ced59a7a5aaddc2d7408ee | |||||
2021-06-26 | wip | 1 | -4/+3 | ||
Former-commit-id: 506d9b81a7c9dac5dd870f6735c39df105e72fd4 | |||||
2021-06-24 | I like this direction | 1 | -3/+8 | ||
Former-commit-id: 3a95a74b7feadb59a215ff06446ccebff4a4008e | |||||
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -0/+61 | ||
Former-commit-id: d0f91082fcc8da17d224acb5432339c5d817e1c2 | |||||
2021-06-06 | Upgrade hash table | 1 | -0/+4 | ||
Former-commit-id: 5d208f9ea0be4e5f2a682f25b0a20a623ce61091 | |||||
2021-06-04 | fix the leaks | 1 | -2/+2 | ||
Former-commit-id: 58d77ab82795266ecee5f437f324db81f5706682 | |||||
2021-06-01 | wip | 1 | -2/+2 | ||
Former-commit-id: a6bc130918f63bfbeac220f4e1fa55f08197e1c1 | |||||
2021-05-25 | add cat, microoptimize the microptimize | 1 | -2/+20 | ||
Former-commit-id: 28534b2e34398177a118936b6baa589c1f1af648 | |||||
2021-05-24 | try | 1 | -3/+3 | ||
Former-commit-id: 244ae8c593228005c4fa540e1ab7280e7ab0b8f2 | |||||
2021-05-22 | http server can load static files...slowly. | 1 | -8/+30 | ||
Former-commit-id: 45b55a897022b6f8dc052cd6d43183ce56951bd6 | |||||
2021-05-21 | wip | 1 | -16/+44 | ||
Former-commit-id: 63e622f2f366a30d4432835b1e190191fd04f6df | |||||
2021-05-20 | pico | 1 | -44/+1 | ||
Former-commit-id: cee857ac4e25638e5f93d838d54124ffaca938b7 | |||||
2021-05-13 | bug fixes galore | 1 | -0/+19 | ||
Former-commit-id: 72439452918caa05a32d4e3607910901fa2f4f85 | |||||
2021-05-12 | okay | 1 | -0/+15 | ||
Former-commit-id: 2c20d88e8d0cf66b32daceb942ba9bf8514f5705 | |||||
2021-05-07 | cool | 1 | -5/+2 | ||
Former-commit-id: 96ff169e46fcb43d5afbc9a6e2fde039e27e9d5f |