//// [privateNameJsx.tsx] class Test { #prop = () =>
; render() { return ; } } //// [privateNameJsx.jsx] var _Test_prop; var Test = /** @class */ (function () { function Test() { _Test_prop.set(this, function () { return
; }); } Test.prototype.render = function () { return ; }; return Test; }()); _Test_prop = new WeakMap();