core
core copied to clipboard
Convert all private fields/methods to #private
All private fields and methods have been converted to ECMA #private fields. This ensures that are actually private at runtime, rather than access just being disallowed by the TypeScript compiler.