isc30 / linq-collections

Strongly typed Linq and Collections implementation for Javascript and TypeScript (ECMAScript 5)
https://www.npmjs.com/package/linq-collections
MIT License
119 stars 12 forks source link

Implemented SkipWhile #23

Closed nikolalukovic closed 6 years ago

nikolalukovic commented 6 years ago

22 Implementation

nikolalukovic commented 6 years ago

Concerning the CRLF endings requierment, i'd recommend to add .gitattributes and set those rules for this project. My git settings convert crlf to lf by default, i'd really not like to change my git global settings because of this.

isc30 commented 6 years ago

Looks like this line is missing coverage. This can be achieved by adding SkipWhileEnumerable to IQueryable.test.ts@runTest

isc30 commented 6 years ago

perfect! thanks a lot for the contribution!