Skip to content

Commit

Permalink
Creation of
Browse files Browse the repository at this point in the history
1. @fluidframework/client-common-utils
Purpose: to have common place that all client code can rely on, and reved with client mono-repo.
I believe most of common-utils should move into client-common-utils, but I'm too lazy to do it in one go.

2. @fluidframework/container-utils.
Purpose: for various stand-alone utilities that container provides, likely helper methods for error handling.

Better name suggestions are welcome!

With this, CustomErrorWithProps moved to #1 & CreateContainerError to # 2.
  • Loading branch information
vladsud committed May 29, 2020
1 parent eb71dff commit 98b7cc2
Show file tree
Hide file tree
Showing 75 changed files with 5,643 additions and 826 deletions.
4 changes: 1 addition & 3 deletions common/lib/common-utils/src/index.ts
Expand Up @@ -7,12 +7,10 @@ export * from "./indexNode";
export * from "./base64Encoding";
export * from "./batchManager";
export * from "./disposal";
export * from "./eventEmitterWithErrorHandling";
export * from "./eventForwarder";
export * from "./events";
export * from "./hashFile";
export * from "./heap";
export * from "./logger";
export * from "./nullLoggers";
export * from "./promiseCache";
export * from "./promises";
export * from "./rangeTracker";
Expand Down
35 changes: 0 additions & 35 deletions common/lib/common-utils/src/lazy.ts

This file was deleted.

0 comments on commit 98b7cc2

Please sign in to comment.