Package Exports
- linqer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linqer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LINQER
An npm package to implement a .NET LINQ like queries for javascript
install
With npm do:
npm install linqerlicense
ISC
contribution
Please read the TODOs and choose something to work on
Please add your test cases ,, make sure that all unit tests will pass
Run the command
grunt testto run all test cases and create a units.html file with the result from karma/jasmine
run
gruntto run all tests and generate a LINQ.min.js file if it passed
after all of that ,, please submit your PR and it will be reviewed and merged
Thanks for being interested in enhancing Linqer
TODO
- Implement functions to support <ES5.1 ,, implement :
- Array.prototype.map
- Array.prototype.reduce
- Array.prototype.some
- Array.prototype.every
- Array.prototype.filter
- Add more test cases
- Hide private methods of evaluating queries and the list getter/setter