Skip to content

Commit

Permalink
chore: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed May 30, 2024
1 parent ab5e9cc commit 13b5fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issues-8xxx/8992/output/2.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var _define_enumerable_properties = require("@swc/helpers/_/_define_enumerable_p
var o1 = {
x: "a",
foo: function foo() {
var _this = this;
var _obj, _mutatorMap = {};
var o2 = (_obj = {}, _mutatorMap[function() {
return _this.x;
Expand All @@ -10,7 +11,6 @@ var o1 = {
}()] || {}, _mutatorMap[function() {
return _this.x;
}()].get = function() {
var _this = this;
return 1;
}, _define_enumerable_properties._(_obj, _mutatorMap), _obj);
console.log(o2.a === 1);
Expand Down

0 comments on commit 13b5fc6

Please sign in to comment.