-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Change: major[Issue / PR] describes a breaking change of any kind[Issue / PR] describes a breaking change of any kindDomain: main[Issue / PR] describes change in the functionality, its optimization[Issue / PR] describes change in the functionality, its optimizationPriority: medium[Issue / PR] should be addressed without delay[Issue / PR] should be addressed without delayType: improvement[Issue / PR] addresses lack of a functionality or an open possibility of enhancement[Issue / PR] addresses lack of a functionality or an open possibility of enhancement
Description
Change definition of XRange type to IterableIterator<number> both in xrange and @xrange/core packages:
- https://github.com/parzh/xrange/blob/develop/src/xrange.ts#L9
- https://github.com/parzh/xrange/blob/develop/src/index.ts#L6
- not this:
https://github.com/parzh/xrange/blob/develop/src/typings/xrange.ts#L7(already deprecated) - https://github.com/parzh/xrange__core/blob/master/src/xrange.ts#L1
- de-diversify definitions of
XRange(define it exactly once in@xrange/core)
Metadata
Metadata
Assignees
Labels
Change: major[Issue / PR] describes a breaking change of any kind[Issue / PR] describes a breaking change of any kindDomain: main[Issue / PR] describes change in the functionality, its optimization[Issue / PR] describes change in the functionality, its optimizationPriority: medium[Issue / PR] should be addressed without delay[Issue / PR] should be addressed without delayType: improvement[Issue / PR] addresses lack of a functionality or an open possibility of enhancement[Issue / PR] addresses lack of a functionality or an open possibility of enhancement