tastypackets / x12-parser

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

Create proper classes for all objects #6

Closed tastypackets closed 1 year ago

tastypackets commented 5 years ago

All objects should be proper objects, for example Loop -> Segment -> Element.

Right now some items are classes and others are not, this is something that will be target for version 2 when the grouper and validator are release ready.