tdecaluwe / node-edifact

Javascript stream parser for UN/EDIFACT documents.
https://www.npmjs.com/package/edifact
Apache License 2.0
50 stars 13 forks source link

Don't overwrite regex cache when configuring the tokenizer #26

Closed tdecaluwe closed 7 years ago

tdecaluwe commented 7 years ago

Create a new regexes object first, put it in the cache afterwards.