tutuca 0.9.102 → 0.9.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6015,9 +6015,6 @@ class Component {
6015
6015
  if (!KNOWN_SPEC_KEYS.has(key))
6016
6016
  this.extra[key] = o[key];
6017
6017
  }
6018
- clone() {
6019
- return Component.fromSpec(this.spec);
6020
- }
6021
6018
  compile(ParseContext2) {
6022
6019
  for (const name in this.views)
6023
6020
  this.views[name].compile(new ParseContext2, this.scope, this.id);
@@ -13666,9 +13666,6 @@ class Component {
13666
13666
  if (!KNOWN_SPEC_KEYS.has(key))
13667
13667
  this.extra[key] = o[key];
13668
13668
  }
13669
- clone() {
13670
- return Component.fromSpec(this.spec);
13671
- }
13672
13669
  compile(ParseContext2) {
13673
13670
  for (const name in this.views)
13674
13671
  this.views[name].compile(new ParseContext2, this.scope, this.id);