poelstra / ts-stream

Type-safe object streams with seamless support for backpressure, ending, and error handling
MIT License
65 stars 13 forks source link

Avoid TypeScript 2.0 error TS6059 #27

Closed rogierschouten closed 8 years ago

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 75.668% when pulling 585cbbd7314dd4049ba99fca2799a4d8bd795aa6 on rogierschouten:tsc2 into 228d2d61b731c064c28ac2e498980233855f074c on poelstra:master.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 75.668% when pulling 220567f5914817143b7903dd9fcd19ae9df065eb on rogierschouten:tsc2 into 228d2d61b731c064c28ac2e498980233855f074c on poelstra:master.

poelstra commented 8 years ago

Thanks for the PR. See https://github.com/Microsoft/TypeScript/issues/10704#issuecomment-245336321 for the reason of the failure.

However, as discussed IRL, I'd like to retain the sources files in the npm module to aid in debugging.

I've pushed a fix to master, will publish 0.9.0 later today. (Oops, I just noticed I referenced the wrong Typescript issue in my commit message, though...)