a417b2b419
defineComponent() and friends can return a flyweight EMPTY object for specific fields when they contain no data. InheritDefinitionFeature was attempting to write into these flyweight objects, which have been protected with Object.freeze(). This commit adds detection to InheritDefinitionFeature to identify the frozen objects. PR Close #25755 |
||
---|---|---|
.. | ||
src | ||
test | ||
testing | ||
BUILD.bazel | ||
index.ts | ||
package.json | ||
public_api.ts | ||
rollup.config.js | ||
tsconfig-build.json |