Skip to content

Commit 7631fca

Browse files
committed
decorator compiled output changed
1 parent 55041ec commit 7631fca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

node-tests/colocated-babel-plugin-test.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ describe('ColocatedBabelPlugin', function () {
5252
import _applyDecoratedDescriptor from "@babel/runtime/helpers/esm/applyDecoratedDescriptor";
5353
import _initializerWarningHelper from "@babel/runtime/helpers/esm/initializerWarningHelper";
5454
55-
var _class, _descriptor, _temp;
55+
var _class, _descriptor;
5656
5757
import Component from '@glimmer/component';
5858
const __COLOCATED_TEMPLATE__ = 'ok';
59-
let MyComponent = (_class = (_temp = class MyComponent extends Component {
59+
let MyComponent = (_class = class MyComponent extends Component {
6060
constructor(...args) {
6161
super(...args);
6262
6363
_initializerDefineProperty(this, "data", _descriptor, this);
6464
}
6565
66-
}, _temp), (_descriptor = _applyDecoratedDescriptor(_class.prototype, "data", [tracked], {
66+
}, (_descriptor = _applyDecoratedDescriptor(_class.prototype, "data", [tracked], {
6767
configurable: true,
6868
enumerable: true,
6969
writable: true,
@@ -224,19 +224,19 @@ describe('ColocatedBabelPlugin', function () {
224224
import _applyDecoratedDescriptor from "@babel/runtime/helpers/esm/applyDecoratedDescriptor";
225225
import _initializerWarningHelper from "@babel/runtime/helpers/esm/initializerWarningHelper";
226226
227-
var _class, _descriptor, _temp;
227+
var _class, _descriptor;
228228
229229
import { setComponentTemplate as _setComponentTemplate } from "@ember/component";
230230
import Component from '@glimmer/component';
231231
const __COLOCATED_TEMPLATE__ = 'ok';
232-
let MyComponent = (_class = (_temp = class MyComponent extends Component {
232+
let MyComponent = (_class = class MyComponent extends Component {
233233
constructor(...args) {
234234
super(...args);
235235
236236
_initializerDefineProperty(this, "data", _descriptor, this);
237237
}
238238
239-
}, _temp), (_descriptor = _applyDecoratedDescriptor(_class.prototype, "data", [tracked], {
239+
}, (_descriptor = _applyDecoratedDescriptor(_class.prototype, "data", [tracked], {
240240
configurable: true,
241241
enumerable: true,
242242
writable: true,

0 commit comments

Comments
 (0)