tastypackets / x12-parser

JavaScript EDI Parser that uses datastreams
MIT License
43 stars 9 forks source link

Resolves issue where TS complains that X12 Parser isn't a writeable s… #22

Closed ATLowther closed 1 year ago

ATLowther commented 1 year ago

Small patch to resolve a build issue where TS doesn't recognize X12parser as a Writeable Stream implementation.

tastypackets commented 1 year ago

Since I changed the default branch to main I opened a new PR for this fix and added a few more TS fixes after converting the tests to TS. Hopefully in the future the module will be refactored with better TS support. 🤞

Thank you for submitting this! 🎉