JSPM

linqer

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q37541F
  • License ISC

A JS library implements LINQ like queries for javascript

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 linqer

license

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 test

to run all test cases and create a units.html file with the result from karma/jasmine

run

grunt

to 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