You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> rx --file $(npm root -g)/rx-cli/all.js
Requested operator aggregate
Adding operator aggregate
Adding operator scan
Adding operator startwith
Adding operator fromarray
Adding operator finalvalue
Requested operator all
Adding operator all
Adding operator where
Adding operator any
Requested operator amb
Adding operator amb
Adding operator frompromise
Requested operator and
Adding operator and
Adding operator nativemap
Adding operator activeplan
/opt/twitter/lib/node_modules/rx-cli/bin/rx:89
locations.push.apply(locations, methodData.source);
^
TypeError: Cannot read property 'source' of undefined
at recursivelyAdd (/opt/twitter/lib/node_modules/rx-cli/bin/rx:89:51)
at /opt/twitter/lib/node_modules/rx-cli/bin/rx:93:11
at Array.forEach (native)
at recursivelyAdd (/opt/twitter/lib/node_modules/rx-cli/bin/rx:92:30)
at /opt/twitter/lib/node_modules/rx-cli/bin/rx:75:5
at Array.forEach (native)
at loadMethods (/opt/twitter/lib/node_modules/rx-cli/bin/rx:57:11)
at Object.<anonymous> (/opt/twitter/lib/node_modules/rx-cli/bin/rx:48:19)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
Several operators in lib/dependencies.js have values in their dependsOn array which aren't keys in operators.
For example, activeplan is listed in the dependsOn array for and, thendo, and when operators, but isn't an entry in operators
I did some list comparisons between all.js and dependencies.js and believe the missing entries are activeplan, behaviorsubject, empy (typo?), joinobserver, pattern, plan, replaysubject.
Several operators in
lib/dependencies.jshave values in theirdependsOnarray which aren't keys inoperators.For example,
activeplanis listed in thedependsOnarray forand,thendo, andwhenoperators, but isn't an entry inoperatorsI did some list comparisons between all.js and dependencies.js and believe the missing entries are
activeplan,behaviorsubject,empy(typo?),joinobserver,pattern,plan,replaysubject.