Skip to content

Commit

Permalink
fix(knowns): Add missing operators, etc.
Browse files Browse the repository at this point in the history
Closes #7.
  • Loading branch information
cartant committed Sep 5, 2017
1 parent b3a1bd1 commit 051b8a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/support/knowns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ export const knownObservables = {
"fromEvent": true,
"fromEventPattern": true,
"fromPromise": true,
"generate": true,
"if": true,
"interval": true,
"merge": true,
"never": true,
"of": true,
"onErrorResumeNext": true,
"pairs": true,
"race": true,
"range": true,
"throw": true,
"timer": true,
Expand Down Expand Up @@ -101,8 +104,10 @@ export const knownOperators = {
"scan": true,
"sequenceEqual": true,
"share": true,
"shareReplay": true,
"single": true,
"skip": true,
"skipLast": true,
"skipUntil": true,
"skipWhile": true,
"startWith": true,
Expand Down

0 comments on commit 051b8a0

Please sign in to comment.