Skip to content

Conversation

@huntj88
Copy link
Contributor

@huntj88 huntj88 commented Jul 1, 2024

  • Changed the way internal file are exposed
    image
  • Deleted LiveEventTimer because it was hard to use as it relied on the user knowing how internal constructs work. It was also not helpful internally.
  • Deleted index.ts in internal package.
  • Moved several files and their tests into the internal folder.
image image

@huntj88 huntj88 marked this pull request as ready for review July 1, 2024 17:42
} from "./GroupPlaybackTrackData";
import { TelemetryEvents } from "./consts";
import { waitUntilConnected } from "@microsoft/live-share/bin/internals";
import { waitUntilConnected } from "@microsoft/live-share/bin/internals/utils";
Copy link
Contributor Author

@huntj88 huntj88 Jul 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we export waitUntilConnected? it has the hidden annotation already.

Same question for any resource referencing bin or src?

src one might be okay, because only used in unit tests after my changes

@huntj88 huntj88 force-pushed the jameshunt/cleanup-v2 branch from 6603143 to 6fc6ec1 Compare July 1, 2024 20:16
Copy link
Contributor

@ryanbliss ryanbliss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@huntj88 huntj88 merged commit bbde862 into mainv2 Jul 1, 2024
@huntj88 huntj88 deleted the jameshunt/cleanup-v2 branch July 1, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants