Open elvisbegovic opened 6 years ago
I've tried this locally and I didn't have an issue. Do you have a minimal file that reproduces the issue?
if you compile this green cli6rc4 project issue6.zip with this rxjs-tslint and say it's normal behavior please close issue
FYI: all is inside app.component.ts
I was thinking here outdated will be removed and distinctUntilChange will move inside pipe() with correct path import but ok...
I'm having the same issue that rxjs-5-to-6-migrate only converted the first operator to using pipe, but left all other chained operators untouched (which breaks the build due to changed imports)
same issue for me. Im having to move all my .map operators by hand
What ended up working for me was running the command multiple times.
For unknown reasons one file in my code contains this code (certainly months ago when update to pipeable manually I omit this ... it compile = i forget)
When running tslint my migrate-rxjs.tslint.json nothing change ^^ Is it relevant to fix this kind of code too?