We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// @filename: 1.ts Object.defineProperty(a.c, "prototype", { value: {} }) // @filename: 2.ts const a = {} a.c = function() { }
Expected behavior: Behave the same as a.c.prototype = {} does today. (as seen in jsContainerMergeJsContainer)
a.c.prototype = {}
Related Issues: follow-on work discovered in #32944