Craig Macomber (Microsoft)
Craig Macomber (Microsoft)
## Description Proof of concept Work in Progress. Introduce "SharedObjectKernel" and "SharedKernelFactory" abstraction as internal types to use to build SharedObjects. These abstractions separate the DDS specific policy logic from...
## Description This should fail on CI ## Reviewer Guidance Test PR, no review desired.
## Summary It is possible to `type` export a class. Doing so impacts how it can be used (it becomes impossible to access statics, use instanceof, extend it, etc) but...