msgpack / msgpack-javascript

@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]
https://msgpack.org/
ISC License
1.28k stars 160 forks source link

perf: deno compatible #229

Closed idranme closed 1 year ago

idranme commented 1 year ago

Reference: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#allowimportingtsextensions

idranme commented 1 year ago
  1. Modify the tsconfig
  2. Modify the files in the src directory
  3. Changing the build process

I think the most troublesome part is the build process. I think it would be a great benefit for the future if we could refactor that part.