@lvce-editor/explorer-view 3.23.0 → 3.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5017,15 +5017,6 @@ const restoreExpandedState = async (savedState, root, pathSeparator, excluded) =
|
|
|
5017
5017
|
return dirents;
|
|
5018
5018
|
};
|
|
5019
5019
|
|
|
5020
|
-
// TODO viewlet should only have create and refresh functions
|
|
5021
|
-
// every thing else can be in a separate module <viewlet>.lazy.js
|
|
5022
|
-
// and <viewlet>.ipc.js
|
|
5023
|
-
|
|
5024
|
-
// viewlet: creating | refreshing | done | disposed
|
|
5025
|
-
// TODO recycle viewlets (maybe)
|
|
5026
|
-
|
|
5027
|
-
// TODO instead of root string, there should be a root dirent
|
|
5028
|
-
|
|
5029
5020
|
const getPathSeparator = root => {
|
|
5030
5021
|
return getPathSeparator$1(root);
|
|
5031
5022
|
};
|