Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 14, 2023
1 parent 6bd908c commit 4a565e2
Show file tree
Hide file tree
Showing 36 changed files with 264 additions and 184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@ var _initClass, _initClass1;
const dec = ()=>{};
let _Foo;
new class extends _identity {
constructor(){
super(_Foo), _initClass();
}
static{
class Foo {
static{
({ c: [_Foo, _initClass] } = _apply_decs_2203_r(this, [], [
dec
]));
}
static field = 123;
}
}
field = 123;
constructor(){
super(_Foo), _initClass();
}
}();
let _Bar;
new class extends _identity {
constructor(){
super(_Bar), _initClass1();
}
static{
class Bar extends _Foo {
class Bar {
static{
({ c: [_Bar, _initClass1] } = _apply_decs_2203_r(this, [], [
dec
]));
}
static field = ((()=>{
this.otherField = 456;
})(), 123);
}
}
field = ((()=>{
this.otherField = 456;
})(), 123);
constructor(){
super(_Bar), _initClass1();
}
}();
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ const dec = ()=>{};
let hasX, hasM;
let _Foo;
new class extends _identity {
constructor(){
super(_Foo), (()=>{
hasX = (o)=>#x in o;
hasM = (o)=>#m in o;
})(), _initClass();
}
static{
class Foo {
static{
({ c: [_Foo, _initClass] } = _apply_decs_2203_r(this, [], [
dec
]));
}
static x;
static m() {}
}
}
#x;
#m() {}
x;
constructor(){
super(_Foo), (()=>{
hasX = (o)=>#x in o;
hasM = (o)=>#m in o;
})(), _initClass();
}
}();
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ var _initClass;
const dec = ()=>{};
let _Foo;
new class extends _identity {
constructor(){
super(_Foo), (()=>{
this;
})(), _initClass();
}
static{
class Foo {
static{
({ c: [_Foo, _initClass] } = _apply_decs_2203_r(this, [], [
dec
]));
}
static field = ((()=>{
this;
})(), this);
}
}
field = ((()=>{
this;
})(), this);
constructor(){
super(_Foo), (()=>{
this;
})(), _initClass();
}
}();
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ var _initClass;
const dec = ()=>{};
let _Foo;
new class extends _identity {
constructor(){
super(_Foo), _initClass();
}
static{
class Foo {
static{
({ c: [_Foo, _initClass] } = _apply_decs_2203_r(this, [], [
dec
]));
}
static foo = new Foo();
}
}
foo = new _Foo();
constructor(){
super(_Foo), _initClass();
}
}();
const foo = new _Foo();
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
var _initClass, _init_d, _call_f, _call_g, _call_g1, _init_h, _get___h, _set___h, _call_o, _call_p, _call_q, _init_a, _init_e, _init_i, _init_n, _init_m, _init_r, _get___r, _set___r, _initProto, _initStatic;
var _initClass, _init_d, _call_f, _call_g, _call_g1, _init_h, _get___h, _set___h, _init_m, _call_o, _call_p, _call_q, _init_r, _get___r, _set___r, _init_a, _init_e, _init_i, _init_n, _initProto, _initStatic;
const dec = ()=>{};
let _Class;
new class extends _identity {
constructor(){
super(_Class), _initClass();
}
static{
class Class {
static{
({ e: [_init_m, _init_r, _get___r, _set___r, _init_i, _init_n, _init_d, _call_f, _call_g, _call_g1, _init_h, _get___h, _set___h, _call_o, _call_p, _call_q, _init_a, _init_e, _initProto, _initStatic] , c: [_Class, _initClass] } = _apply_decs_2203_r(this, [
({ e: [_init_m, _call_o, _call_p, _call_q, _init_r, _get___r, _set___r, _init_i, _init_n, _init_d, _call_f, _call_g, _call_g1, _init_h, _get___h, _set___h, _init_a, _init_e, _initProto, _initStatic] , c: [_Class, _initClass] } = _apply_decs_2203_r(this, [
[
dec,
7,
Expand All @@ -26,6 +29,24 @@ new class extends _identity {
6,
"m"
],
[
dec,
7,
"o",
function() {}
],
[
dec,
8,
"p",
function() {}
],
[
dec,
9,
"q",
function(v) {}
],
[
dec,
6,
Expand Down Expand Up @@ -102,24 +123,6 @@ new class extends _identity {
this.#__h = _v;
}
],
[
dec,
2,
"o",
function() {}
],
[
dec,
3,
"p",
function() {}
],
[
dec,
4,
"q",
function(v) {}
],
[
dec,
0,
Expand All @@ -141,52 +144,45 @@ new class extends _identity {
]));
_initStatic(this);
}
a = _init_a(this);
b() {}
get c() {}
set c(v) {}
#___private_d = (_initProto(this), _init_d(this));
get d() {
return this.#___private_d;
}
set d(_v) {
this.#___private_d = _v;
}
#e = _init_e(this);
#f = _call_f;
get #g() {
return _call_g(this);
}
set #g(v) {
_call_g1(this, v);
}
#__h = _init_h(this);
get #h() {
return _get___h(this);
}
set #h(_v) {
_set___h(this, _v);
}
static i = _init_i(this);
static j() {}
static get k() {}
static set l(v) {}
static #___private_m = _init_m(this);
static get m() {
return this.#___private_m;
}
static set m(_v) {
this.#___private_m = _v;
}
static #__r = _init_r(this);
static get #r() {
return _get___r(this);
}
static set #r(_v) {
_set___r(this, _v);
}
}
}
a = _init_a(this);
b() {}
get c() {}
set c(v) {}
#___private_d = (_initProto(this), _init_d(this));
get d() {
return this.#___private_d;
}
set d(_v) {
this.#___private_d = _v;
}
#e = _init_e(this);
#f = _call_f;
get #g() {
return _call_g(this);
}
set #g(v) {
_call_g1(this, v);
}
#__h = _init_h(this);
get #h() {
return _get___h(this);
}
set #h(_v) {
_set___h(this, _v);
}
i = _init_i(this);
#___private_m = _init_m(this);
#n = _init_n(this);
#o = _call_o;
get #p() {
Expand All @@ -195,7 +191,11 @@ new class extends _identity {
set #q(v) {
_call_q(this, v);
}
constructor(){
super(_Class), _initClass();
#__r = _init_r(this);
get #r() {
return _get___r(this);
}
set #r(_v) {
_set___r(this, _v);
}
}();

0 comments on commit 4a565e2

Please sign in to comment.