got parser to work (mostly i think). it aint so pretty tho. ALSO BRO FUCKING CRLF

This commit is contained in:
kree 2026-08-14 03:17:52 -04:00
parent 43779e110a
commit cd07c310cb
7 changed files with 258 additions and 127 deletions

8
src/util/goop.ts Normal file
View file

@ -0,0 +1,8 @@
/**
* Go json translator pretty much
*
* This is just cause I gotta stick to not touching Public templates
*/
export default function ungoop(obj: object) {
// TODO. will prob just use the type system
}