Conversation
Codecov Report
@@ Coverage Diff @@
## main #367 +/- ##
==========================================
+ Coverage 59.48% 59.90% +0.42%
==========================================
Files 173 173
Lines 4650 4664 +14
Branches 1021 1021
==========================================
+ Hits 2766 2794 +28
+ Misses 1864 1850 -14
Partials 20 20
Continue to review full report at Codecov.
|
Collaborator
Author
|
folderTreeService 的测试用例还没补全,可以先 merge cc @wewoor |
wewoor
reviewed
Aug 26, 2021
| import { DataNode } from 'rc-tree/lib/interface'; | ||
| import type { DataNode } from 'rc-tree/lib/interface'; | ||
| import { FileTypes } from 'mo/model'; | ||
| import type { LoadEventDaata } from 'mo/controller'; |
Collaborator
There was a problem hiding this comment.
Suggested change
| import type { LoadEventDaata } from 'mo/controller'; | |
| import type { LoadEventData } from 'mo/controller'; |
| import { FolderTreeService, IFolderTreeService } from 'mo/services'; | ||
| import type { EventDataNode } from 'rc-tree/lib/interface'; | ||
|
|
||
| export interface LoadEventDaata extends EventDataNode { |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
简介
onLoadData实现异步加载数据主要变更