omar-azmi / byte_codec_ts

a schema based serializer for primitive javascript types with no external dependencies.
https://omar-azmi.github.io/byte_codec_ts/
The Unlicense
0 stars 0 forks source link

make codebase deno-first #4

Closed omar-azmi closed 1 year ago

omar-azmi commented 1 year ago

the code has been ported to deno environment, but can still generate npm builds via dnt. the major gain by moving to deno is the decrease in boilerplate configuration files needed for the library code to run/work/test/compile. moreover, deno vscode extension does a far better job at type analysis than tsc.

omar-azmi commented 1 year ago

alright, I approve of your-self request

omar-azmi commented 1 year ago

sheesh I screwed up