// @filename: 1.tsObject.defineProperty(a.c,"prototype",{value: {}})// @filename: 2.tsconsta={}a.c=function(){}Expected behavior:
Behave the same as a.c.prototype = {} does today. (as seen in jsContainerMergeJsContainer)
Related Issues:
follow-on work discovered in #32944
Expected behavior:
Behave the same as
a.c.prototype = {}does today. (as seen in jsContainerMergeJsContainer)Related Issues:
follow-on work discovered in #32944