FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

Tidy up containerRuntime.ts

Open CraigMacomber opened this issue 8 months ago • 1 comments

Description

containerRuntime.ts had some needless indirection on getters, and used "_" prefixes for private. Remove some needless indirection and migrate some use of _ to just ts-private or JS private with #.

Reviewer Guidance

The review process is outlined on this wiki page.

CraigMacomber avatar Jun 10 '24 20:06 CraigMacomber