aaronhuggins / node-x12

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
https://aaronhuggins.github.io/node-x12/
MIT License
52 stars 13 forks source link

ESM and Deno support #15

Closed ahuggins-nhs closed 3 years ago

ahuggins-nhs commented 4 years ago

Adjust typescript compilation to support ESM. Continue support for Node and CommonJS using https://www.npmjs.com/package/esm. Refactor code enough to support using Deno.

ahuggins-nhs commented 3 years ago

Closing, as work will eventually continue in the JS-EDI project.