Skip to content
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

chore(dependency): 升级 rxjs 6 #544

Open
wants to merge 3 commits into
base: release
Choose a base branch
from
Open

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    0f60cfd View commit details
    Browse the repository at this point in the history
  2. ...尝试用一个 rx 模块把深模块引用做掉

    并不再在代码里区分 rxjs, rxjs/operators, rxjs/ajax 这样的子模块引用
    (除了在 rx 模块中)。
    chuan6 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    d433513 View commit details
    Browse the repository at this point in the history
  3. ...使用一个 reactivedb 无需摇树的版本

    添加的 `import 'rxjs/internal/symbol/observable` 是用来保证在
    reactivedb 的 rxjs 依赖完全清瘦的情况下,SymbolConstructor 上的
    observable 字段被挂上,令 ts 编译通过。
    chuan6 committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    d9239de View commit details
    Browse the repository at this point in the history