fix(operators): force patch modules to not emit empty declarations#1018
fix(operators): force patch modules to not emit empty declarations#1018kwonoj merged 1 commit intoReactiveX:masterfrom
Conversation
|
Just curiosity, what happens if delete all `.../add/*/.d.ts' ? |
|
That works, but only until we bump up to TS 1.8 and patch the operator definition in the 'add' module.
|
|
Get it, thanks. (Just clarify, it wasn't suggestion to delete it, purely based on curiosity) |
|
Yeah, I hadn't even considered that option, haha!
|
|
I think changes good for immediate solution. (sorry, may require rebase due to my latest check in). |
563d148 to
cc325d6
Compare
|
|
cc325d6 to
c6770f2
Compare
c6770f2 to
676f82d
Compare
|
okay, good to go. |
|
Cool, I'll check in in today once travis says good to go. |
|
Merged with 676f82d, appreciate @robwormald ! |

closes #1010