Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk)!: std.Node #3884

Merged
merged 16 commits into from
Aug 24, 2023
Merged
Prev Previous commit
Next Next commit
update snapshots
  • Loading branch information
Chriscbr committed Aug 22, 2023
commit ef2c1af9f01eae9360ebd9d0b9d6642b1e89cc75
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand All @@ -347,7 +347,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -358,7 +358,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -546,7 +546,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -580,7 +580,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure3 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand All @@ -606,7 +606,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure4 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -358,7 +358,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -355,7 +355,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -364,7 +364,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1130,7 +1130,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1164,7 +1164,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure3 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1198,7 +1198,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure4 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1232,7 +1232,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure5 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1266,7 +1266,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure6 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1294,7 +1294,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure7 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -1327,7 +1327,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure8 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -303,7 +303,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -313,7 +313,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -409,7 +409,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -442,7 +442,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure3 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -297,7 +297,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure1 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down Expand Up @@ -307,7 +307,7 @@ class $Root extends $stdlib.std.Resource {
class $Closure2 extends $stdlib.std.Resource {
constructor(scope, id, ) {
super(scope, id);
(std.Display.of(this)).hidden = true;
(std.Node.of(this)).hidden = true;
}
static _toInflightType(context) {
return `
Expand Down
Loading