-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix mix #6
Comments
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?
The text was updated successfully, but these errors were encountered: