cleanup ts
repo
move all non useful things into ts-test
all deno
things into deno
move things from old ts
repo in somehow, snippets should be in separate place, not part of main ts
move over all useful things from ts-utils
of old
no deno
things, just bun
deno
is in separate repo
have @nikiv/ts
package too that is not meant for public
use but for just internal things
from the ts
repo root with mod.ts
etc.
publish ts-utils
to JSR properly, with new version on top
don't use default export
unless it's forced by something (no other way)
you can do this to patch a dependency, build was breaking at runtime, this hot fixed it