Skip to content

Commit

Permalink
docs: add comment regarding EMPTY
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Apr 17, 2018
1 parent cca31ef commit c3ada00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrateStaticObservableMethodsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const RXJS_OPERATORS = new Set([
'zip'
]);

// Not handling NEVER
// Not handling NEVER and EMPTY
const OPERATOR_RENAMES: { [key: string]: string } = {
throw: 'throwError',
if: 'iif',
Expand Down

0 comments on commit c3ada00

Please sign in to comment.