AST removal

This commit is contained in:
jae kaplan
2025-10-17 20:19:07 -04:00
parent 732e0c4db6
commit fecb2e27d2
6 changed files with 53 additions and 162 deletions

View File

@@ -6,7 +6,7 @@ bare-minimum version that builds. no package yet, no instructions yet, this is
just the bare minimum extraction to make this build outside the cohost codebase.
i strongly recommend against using this for anything serious.
things that are missing that will not be added:
things that are missing that will probably not be added:
- `InfoBox` is a bare-minimum implementation that doesn't use any of our styling
because i didn't want to make tailwind a dependency here
@@ -26,7 +26,7 @@ things that are here that will probably be removed at some point:
- extraneous IDs, types, etc. this was pulled straight out of the cohost
codebase and while i removed the obviously unnecessary bits (things related to
invites, for example) there might be some bonus bullshit in here.
- code related to AST caching. it's entirely unnecessary for non-production use.
- ~~code related to AST caching. it's entirely unnecessary for non-production use.~~ it's gone now
# license