ltx icon indicating copy to clipboard operation
ltx copied to clipboard

Extract `lib/parsers/ltx.js` to standalone npm package

Open langpavel opened this issue 8 years ago • 4 comments

Please, I need only this one file. :-)

langpavel avatar Mar 10 '16 00:03 langpavel

Why? What is your use case?

You can install ltx package and only require('ltx/lib/parsers/ltx').

sonnyp avatar Mar 10 '16 09:03 sonnyp

I've been thinking about making a module for each ltx parser though so I'm not against it. I'm mostly curious :)

sonnyp avatar Mar 10 '16 09:03 sonnyp

I have very large datasets and I don't need Element stuff.. All what I need is very simple stream parser

langpavel avatar Mar 10 '16 14:03 langpavel

@langpavel you could use https://github.com/isaacs/sax-js

I'm not against ltx parser as a module though.

sonnyp avatar Apr 01 '16 09:04 sonnyp