-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加的 `import 'rxjs/internal/symbol/observable` 是用来保证在 reactivedb 的 rxjs 依赖完全清瘦的情况下,SymbolConstructor 上的 observable 字段被挂上,令 ts 编译通过。
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2449,9 +2449,10 @@ [email protected]: | |
minimist "^1.2.0" | ||
strip-json-comments "~2.0.1" | ||
|
||
reactivedb@~0.11.0: | ||
version "0.11.0" | ||
resolved "https://registry.npmjs.org/reactivedb/-/reactivedb-0.11.0.tgz#de0952b908455fb83094d38631462062c9f60fd4" | ||
[email protected]: | ||
version "0.11.1-alpha.0-rxnotreeshake" | ||
resolved "https://registry.npmjs.org/reactivedb/-/reactivedb-0.11.1-alpha.0-rxnotreeshake.tgz#35ab43d561f039d063bb6ef06f00c511396c51f2" | ||
integrity sha512-PtRRrdWTfO6FBoeiFq9iZet4ALu+n1z/WmYDJ2BVQBaM2T31cHgJu+t3uxV0INleE4mVKI8lkVkuKLu+bxoRgA== | ||
dependencies: | ||
"@types/lovefield" "^2.1.1" | ||
lovefield "2.1.12" | ||
|