Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jun 13, 2022
1 parent e68fc89 commit 1c0f05f
Show file tree
Hide file tree
Showing 4,814 changed files with 8,833 additions and 8,833 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _to_consumable_array from "@swc/helpers/lib/_to_consumable_array.js";
import _to_consumable_array from "@swc/helpers/src/_to_consumable_array.mjs";
function a(param) {
var _b = param.b, b = _b === void 0 ? [] : _b;
var t = useMemo(function() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import _type_of from "@swc/helpers/lib/_type_of.js";
import _type_of from "@swc/helpers/src/_type_of.mjs";
var window = "foo";
console.log(typeof window === "undefined" ? "undefined" : _type_of(window));
14 changes: 7 additions & 7 deletions crates/swc/tests/fixture/issues-0xxx/846/case1/output/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import _assert_this_initialized from "@swc/helpers/lib/_assert_this_initialized.js";
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _decorate from "@swc/helpers/lib/_decorate.js";
import _get from "@swc/helpers/lib/_get.js";
import _get_prototype_of from "@swc/helpers/lib/_get_prototype_of.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _assert_this_initialized from "@swc/helpers/src/_assert_this_initialized.mjs";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _decorate from "@swc/helpers/src/_decorate.mjs";
import _get from "@swc/helpers/src/_get.mjs";
import _get_prototype_of from "@swc/helpers/src/_get_prototype_of.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var SomeClass = _decorate([], function(_initialize) {
var SomeClass = function SomeClass() {
"use strict";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
export var Class1 = function Class1(param) {
"use strict";
var _name = param.name, name = _name === void 0 ? "" : _name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
var source = Math.random() < 2 ? "matilda" : "fred";
var details = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
var source = Math.random() < 2 ? "matilda" : "fred";
var details = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
export class Foo {
nested() {
let Foo1 = class Foo {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_private_field_get from "@swc/helpers/lib/_class_private_field_get.js";
import _class_private_field_init from "@swc/helpers/lib/_class_private_field_init.js";
import _class_private_field_set from "@swc/helpers/lib/_class_private_field_set.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _class_private_field_get from "@swc/helpers/src/_class_private_field_get.mjs";
import _class_private_field_init from "@swc/helpers/src/_class_private_field_init.mjs";
import _class_private_field_set from "@swc/helpers/src/_class_private_field_set.mjs";
var _name = /*#__PURE__*/ new WeakMap();
var Animal = /*#__PURE__*/ function() {
"use strict";
Expand Down
10 changes: 5 additions & 5 deletions crates/swc/tests/fixture/issues-1xxx/1306/case2/output/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_private_field_get from "@swc/helpers/lib/_class_private_field_get.js";
import _class_private_field_init from "@swc/helpers/lib/_class_private_field_init.js";
import _class_private_field_set from "@swc/helpers/lib/_class_private_field_set.js";
import _create_class from "@swc/helpers/lib/_create_class.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _class_private_field_get from "@swc/helpers/src/_class_private_field_get.mjs";
import _class_private_field_init from "@swc/helpers/src/_class_private_field_init.mjs";
import _class_private_field_set from "@swc/helpers/src/_class_private_field_set.mjs";
import _create_class from "@swc/helpers/src/_create_class.mjs";
var _name = /*#__PURE__*/ new WeakMap();
var Animal = /*#__PURE__*/ function() {
"use strict";
Expand Down
6 changes: 3 additions & 3 deletions crates/swc/tests/fixture/issues-1xxx/1345/output/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _ts_decorate from "@swc/helpers/lib/_ts_decorate.js";
import _ts_metadata from "@swc/helpers/lib/_ts_metadata.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _ts_decorate from "@swc/helpers/src/_ts_decorate.mjs";
import _ts_metadata from "@swc/helpers/src/_ts_metadata.mjs";
export var AccountMemberView = function AccountMemberView() {
"use strict";
_class_call_check(this, AccountMemberView);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _throw from "@swc/helpers/lib/_throw.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import _throw from "@swc/helpers/src/_throw.mjs";
import regeneratorRuntime from "regenerator-runtime";
function foo() {
return _foo.apply(this, arguments);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
export var AbstractProviderDeliveryService = function AbstractProviderDeliveryService() {
"use strict";
_class_call_check(this, AbstractProviderDeliveryService);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
var obj = {
find: function find(param) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _sliced_to_array from "@swc/helpers/lib/_sliced_to_array.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import _sliced_to_array from "@swc/helpers/src/_sliced_to_array.mjs";
import regeneratorRuntime from "regenerator-runtime";
function f(a, b) {
return _f.apply(this, arguments);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var MyClass = function MyClass() {
"use strict";
_class_call_check(this, MyClass);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var MyClass = function MyClass() {
"use strict";
_class_call_check(this, MyClass);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var Component = function Component() {
"use strict";
_class_call_check(this, Component);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
export var a = /*#__PURE__*/ function(Component) {
"use strict";
_inherits(_class, Component);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var withTeamsForUser = function() {
var _class = /*#__PURE__*/ function(Component) {
"use strict";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _inherits from "@swc/helpers/lib/_inherits.js";
import _create_super from "@swc/helpers/lib/_create_super.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _inherits from "@swc/helpers/src/_inherits.mjs";
import _create_super from "@swc/helpers/src/_create_super.mjs";
var MyClass = function MyClass() {
"use strict";
_class_call_check(this, MyClass);
Expand Down
2 changes: 1 addition & 1 deletion crates/swc/tests/fixture/issues-1xxx/1507/output/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _ts_decorate from "@swc/helpers/lib/_ts_decorate.js";
import _ts_decorate from "@swc/helpers/src/_ts_decorate.mjs";
import { Entity, BaseEntity } from "typeorm";
export let Location = class Location extends BaseEntity {
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import _type_of from "@swc/helpers/lib/_type_of.js";
import _type_of from "@swc/helpers/src/_type_of.mjs";
var a = _type_of(0);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
Vue.component("test", {
methods: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
var obj = {
foo: 5,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
var Test = /*#__PURE__*/ function() {
"use strict";
function Test() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _create_class from "@swc/helpers/lib/_create_class.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _create_class from "@swc/helpers/src/_create_class.mjs";
console.log(/*#__PURE__*/ function() {
"use strict";
function _class() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
console.log(function _class() {
"use strict";
_class_call_check(this, _class);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _create_class from "@swc/helpers/lib/_create_class.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _create_class from "@swc/helpers/src/_create_class.mjs";
console.log(/*#__PURE__*/ function() {
"use strict";
function _class() {
Expand Down
4 changes: 2 additions & 2 deletions crates/swc/tests/fixture/issues-1xxx/1660/es3/output/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _create_class from "@swc/helpers/lib/_create_class.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _create_class from "@swc/helpers/src/_create_class.mjs";
console.log(/*#__PURE__*/ function() {
"use strict";
function _class() {
Expand Down
4 changes: 2 additions & 2 deletions crates/swc/tests/fixture/issues-1xxx/1660/es5/output/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _create_class from "@swc/helpers/lib/_create_class.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _create_class from "@swc/helpers/src/_create_class.mjs";
console.log(/*#__PURE__*/ function() {
"use strict";
function _class() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _tagged_template_literal from "@swc/helpers/lib/_tagged_template_literal.js";
import _tagged_template_literal from "@swc/helpers/src/_tagged_template_literal.mjs";
function _templateObject() {
var data = _tagged_template_literal([
"a\nb\nc\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _tagged_template_literal from "@swc/helpers/lib/_tagged_template_literal.js";
import _tagged_template_literal from "@swc/helpers/src/_tagged_template_literal.mjs";
function _templateObject() {
var data = _tagged_template_literal([
"a\nb\nc\n"
Expand Down
4 changes: 2 additions & 2 deletions crates/swc/tests/fixture/issues-1xxx/1687/output/input.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _sliced_to_array from "@swc/helpers/lib/_sliced_to_array.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import _sliced_to_array from "@swc/helpers/src/_sliced_to_array.mjs";
import "core-js/modules/es.object.to-string.js";
import "core-js/modules/es.promise.js";
import regeneratorRuntime from "regenerator-runtime";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_private_method_get from "@swc/helpers/lib/_class_private_method_get.js";
import _class_private_method_init from "@swc/helpers/lib/_class_private_method_init.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _class_private_method_get from "@swc/helpers/src/_class_private_method_get.mjs";
import _class_private_method_init from "@swc/helpers/src/_class_private_method_init.mjs";
var _get = /*#__PURE__*/ new WeakSet();
var MyClass = function MyClass() {
"use strict";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
function scanUser(groups) {
return _scanUser.apply(this, arguments);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
function scanUser(groups) {
return _scanUser.apply(this, arguments);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _wrap_async_generator from "@swc/helpers/lib/_wrap_async_generator.js";
import _wrap_async_generator from "@swc/helpers/src/_wrap_async_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
function lol() {
return _lol.apply(this, arguments);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _async_iterator from "@swc/helpers/lib/_async_iterator.js";
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _wrap_async_generator from "@swc/helpers/lib/_wrap_async_generator.js";
import _async_iterator from "@swc/helpers/src/_async_iterator.mjs";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import _wrap_async_generator from "@swc/helpers/src/_wrap_async_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
function lol() {
return _lol.apply(this, arguments);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
import regeneratorRuntime from "regenerator-runtime";
(function() {
var _main = _async_to_generator(regeneratorRuntime.mark(function _callee() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _construct from "@swc/helpers/lib/_construct.js";
import _to_consumable_array from "@swc/helpers/lib/_to_consumable_array.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _construct from "@swc/helpers/src/_construct.mjs";
import _to_consumable_array from "@swc/helpers/src/_to_consumable_array.mjs";
function createConstructor(callback) {
var klass;
return function() {
Expand Down
12 changes: 6 additions & 6 deletions crates/swc/tests/fixture/issues-1xxx/1742/case1/output/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _class_private_field_get from "@swc/helpers/lib/_class_private_field_get.js";
import _class_private_field_init from "@swc/helpers/lib/_class_private_field_init.js";
import _class_private_method_get from "@swc/helpers/lib/_class_private_method_get.js";
import _class_private_method_init from "@swc/helpers/lib/_class_private_method_init.js";
import _tagged_template_literal from "@swc/helpers/lib/_tagged_template_literal.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _class_private_field_get from "@swc/helpers/src/_class_private_field_get.mjs";
import _class_private_field_init from "@swc/helpers/src/_class_private_field_init.mjs";
import _class_private_method_get from "@swc/helpers/src/_class_private_method_get.mjs";
import _class_private_method_init from "@swc/helpers/src/_class_private_method_init.mjs";
import _tagged_template_literal from "@swc/helpers/src/_tagged_template_literal.mjs";
function _templateObject() {
var data = _tagged_template_literal([
"tagged template"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _class_call_check from "@swc/helpers/lib/_class_call_check.js";
import _ts_decorate from "@swc/helpers/lib/_ts_decorate.js";
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
import _ts_decorate from "@swc/helpers/src/_ts_decorate.mjs";
var _TestClass;
var TestClass = (_TestClass = function TestClass1() {
"use strict";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import _async_iterator from "@swc/helpers/lib/_async_iterator.js";
import _async_to_generator from "@swc/helpers/lib/_async_to_generator.js";
import _async_iterator from "@swc/helpers/src/_async_iterator.mjs";
import _async_to_generator from "@swc/helpers/src/_async_to_generator.mjs";
_async_to_generator(function*() {
let counter = 0;
let resolve;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _sliced_to_array from "@swc/helpers/lib/_sliced_to_array.js";
import _sliced_to_array from "@swc/helpers/src/_sliced_to_array.mjs";
function Bar() {
var ref = _sliced_to_array(useState(0), 2), foo = ref[0], setFoo = ref[1];
// @refresh reset
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import _extends from "@swc/helpers/lib/_extends.js";
import _extends from "@swc/helpers/src/_extends.mjs";
var a = {};
var b = _extends({}, a);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import _define_property from "@swc/helpers/lib/_define_property.js";
import _define_property from "@swc/helpers/src/_define_property.mjs";
class Item extends Component {
constructor(props){
super(props);
Expand Down
Loading

0 comments on commit 1c0f05f

Please sign in to comment.