odata-filter-parser
odata-filter-parser copied to clipboard
Library for parsing and building OData filter strings
Thanks for creating this library. I noticed you added a section to the Readme about Typescript types and this could resolve #16 requesting types be added to the library. I...
Have updated the README to include information on how to generate types for a local project, but this project could include the index.d.ts file by default.
Gulp is quite old and while it works the tool chain does have built time security warnings (does not impact product/runtime) Should update to a more modern build framework for...
should be able to improve the handling of the array slicing (arguments is not an array but can us prototype array methods) via something like this: (courtesy of kminio) Array.prototype.slice.call(arguments,...