This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed
typescript-noemit/__snapshots__ Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ var destructed = Object.assign({
57
57
console.log(\\ "Destructed:\\ ", destructed);
58
58
class MyClass {
59
59
constructor () {
60
+ this.onClick = () => {
61
+ console .log (\\" Clickedx\\ " );
62
+ };
63
+
60
64
console.log(\\"Called constructor \\");
61
65
this.helper();
62
66
this.instanceProperty = 3;
63
67
}
64
68
65
- onClick = () => {
66
- console .log (\\" Clickedx\\ " );
67
- };
68
-
69
69
helper (x ) {
70
70
console.log(\`Called helper : \$ {x }\`);
71
71
}
@@ -148,15 +148,15 @@ var destructed = Object.assign({
148
148
console.log(\\ "Destructed:\\ ", destructed);
149
149
class MyClass {
150
150
constructor () {
151
+ this.onClick = () => {
152
+ console .log (\\" Clickedx\\ " );
153
+ };
154
+
151
155
console.log(\\"Called constructor \\");
152
156
this.helper();
153
157
this.instanceProperty = 3;
154
158
}
155
159
156
- onClick = () => {
157
- console .log (\\" Clickedx\\ " );
158
- };
159
-
160
160
helper (x ) {
161
161
console.log(\`Called helper : \$ {x }\`);
162
162
}
@@ -269,15 +269,15 @@ exports[`Publish Test File via Typescript: umd 1`] = `
269
269
console .log (\\"Destructed : \\" , destructed);
270
270
class MyClass {
271
271
constructor () {
272
+ this .onClick = () => {
273
+ console .log (\\" Clickedx\\ " );
274
+ };
275
+
272
276
console .log (\\"Called constructor \\");
273
277
this .helper ();
274
278
this .instanceProperty = 3 ;
275
279
}
276
280
277
- onClick = () => {
278
- console .log (\\" Clickedx\\ " );
279
- };
280
-
281
281
helper (x ) {
282
282
console .log (\`Called helper : \$ {x }\`);
283
283
}
Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ var destructed = Object.assign({
57
57
console.log(\\ "Destructed:\\ ", destructed);
58
58
class MyClass {
59
59
constructor () {
60
+ this.onClick = () => {
61
+ console .log (\\" Clickedx\\ " );
62
+ };
63
+
60
64
console.log(\\"Called constructor \\");
61
65
this.helper();
62
66
this.instanceProperty = 3;
63
67
}
64
68
65
- onClick = () => {
66
- console .log (\\" Clickedx\\ " );
67
- };
68
-
69
69
helper (x ) {
70
70
console.log(\`Called helper : \$ {x }\`);
71
71
}
@@ -148,15 +148,15 @@ var destructed = Object.assign({
148
148
console.log(\\ "Destructed:\\ ", destructed);
149
149
class MyClass {
150
150
constructor () {
151
+ this.onClick = () => {
152
+ console .log (\\" Clickedx\\ " );
153
+ };
154
+
151
155
console.log(\\"Called constructor \\");
152
156
this.helper();
153
157
this.instanceProperty = 3;
154
158
}
155
159
156
- onClick = () => {
157
- console .log (\\" Clickedx\\ " );
158
- };
159
-
160
160
helper (x ) {
161
161
console.log(\`Called helper : \$ {x }\`);
162
162
}
@@ -269,15 +269,15 @@ exports[`Publish Test File via Typescript: umd 1`] = `
269
269
console .log (\\"Destructed : \\" , destructed);
270
270
class MyClass {
271
271
constructor () {
272
+ this .onClick = () => {
273
+ console .log (\\" Clickedx\\ " );
274
+ };
275
+
272
276
console .log (\\"Called constructor \\");
273
277
this .helper ();
274
278
this .instanceProperty = 3 ;
275
279
}
276
280
277
- onClick = () => {
278
- console .log (\\" Clickedx\\ " );
279
- };
280
-
281
281
helper (x ) {
282
282
console .log (\`Called helper : \$ {x }\`);
283
283
}
You can’t perform that action at this time.
0 commit comments