scarf
workaround for ts-node in package.json script
1. many existing projects use package.json script with ts-node.
2. due to https://github.com/denoland/deno/issues/17176 deno can't run them.
have anyone found workaround to run this?
i've considered
but it complicates everything.
related: https://github.com/denoland/deno/issues/27166
this is esp. problematic as existing node project still needs
ts-node
. if only there were a way to shim ts-node
to deno
...3 replies
std JSON serializer/deserializer with Set and Map support
does jsr/std have functions to serialize and deserialize sets and maps? like https://github.com/denostack/superserial but for standard library
6 replies