express icon indicating copy to clipboard operation
express copied to clipboard

Moves compileQueryParser to separate module

Open wesleytodd opened this issue 7 years ago • 3 comments

Moved this functionality to a separate module so I could use it in my other package. It appears no tests were originally written, so I added some in the module. If you would like we can move this repo under pillar, or here, just let me know.

https://github.com/wesleytodd/compile-query-parser

wesleytodd avatar Mar 27 '17 00:03 wesleytodd

Probably should hard-pin the qs version within that module to meet the typical version range policy (pin exact versions, but if the module is part of Express, it may float patches with ~).

dougwilson avatar Mar 27 '17 00:03 dougwilson

I updated that in the module, and assuming it will move into the express family somewhere I used the tilde in here.

wesleytodd avatar Mar 27 '17 01:03 wesleytodd

Anything blocking us from moving forward? Do we need to move the repo or can it live where it is?

wesleytodd avatar Jun 11 '18 21:06 wesleytodd