@swc/core 1.2.118 → 1.2.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -1
- package/package.json +13 -13
- package/packages/swc-helpers/package.json +0 -31
- package/packages/swc-helpers/src/_apply_decorated_descriptor.js +0 -28
- package/packages/swc-helpers/src/_array_with_holes.js +0 -3
- package/packages/swc-helpers/src/_array_without_holes.js +0 -9
- package/packages/swc-helpers/src/_assert_this_initialized.js +0 -7
- package/packages/swc-helpers/src/_async_generator.js +0 -98
- package/packages/swc-helpers/src/_async_generator_delegate.js +0 -51
- package/packages/swc-helpers/src/_async_iterator.js +0 -17
- package/packages/swc-helpers/src/_async_to_generator.js +0 -35
- package/packages/swc-helpers/src/_await_async_generator.js +0 -5
- package/packages/swc-helpers/src/_await_value.js +0 -3
- package/packages/swc-helpers/src/_class_call_check.js +0 -5
- package/packages/swc-helpers/src/_class_name_tdz_error.js +0 -3
- package/packages/swc-helpers/src/_class_private_field_get.js +0 -7
- package/packages/swc-helpers/src/_class_private_field_loose_base.js +0 -7
- package/packages/swc-helpers/src/_class_private_field_set.js +0 -14
- package/packages/swc-helpers/src/_class_private_method_get.js +0 -7
- package/packages/swc-helpers/src/_class_private_method_set.js +0 -3
- package/packages/swc-helpers/src/_class_static_private_field_spec_get.js +0 -7
- package/packages/swc-helpers/src/_class_static_private_field_spec_set.js +0 -12
- package/packages/swc-helpers/src/_construct.js +0 -33
- package/packages/swc-helpers/src/_create_class.js +0 -15
- package/packages/swc-helpers/src/_create_super.js +0 -18
- package/packages/swc-helpers/src/_decorate.js +0 -423
- package/packages/swc-helpers/src/_defaults.js +0 -14
- package/packages/swc-helpers/src/_define_enumerable_properties.js +0 -22
- package/packages/swc-helpers/src/_define_property.js +0 -14
- package/packages/swc-helpers/src/_extends.js +0 -21
- package/packages/swc-helpers/src/_get.js +0 -25
- package/packages/swc-helpers/src/_get_prototype_of.js +0 -10
- package/packages/swc-helpers/src/_inherits.js +0 -16
- package/packages/swc-helpers/src/_inherits_loose.js +0 -5
- package/packages/swc-helpers/src/_initializer_define_property.js +0 -9
- package/packages/swc-helpers/src/_initializer_warning_helper.js +0 -3
- package/packages/swc-helpers/src/_instanceof.js +0 -7
- package/packages/swc-helpers/src/_interop_require_default.js +0 -5
- package/packages/swc-helpers/src/_interop_require_wildcard.js +0 -24
- package/packages/swc-helpers/src/_is_native_function.js +0 -3
- package/packages/swc-helpers/src/_is_native_reflect_construct.js +0 -11
- package/packages/swc-helpers/src/_iterable_to_array.js +0 -3
- package/packages/swc-helpers/src/_iterable_to_array_limit.js +0 -25
- package/packages/swc-helpers/src/_iterable_to_array_limit_loose.js +0 -11
- package/packages/swc-helpers/src/_jsx.js +0 -47
- package/packages/swc-helpers/src/_new_arrow_check.js +0 -5
- package/packages/swc-helpers/src/_non_iterable_rest.js +0 -3
- package/packages/swc-helpers/src/_non_iterable_spread.js +0 -3
- package/packages/swc-helpers/src/_object_spread.js +0 -20
- package/packages/swc-helpers/src/_object_without_properties.js +0 -20
- package/packages/swc-helpers/src/_object_without_properties_loose.js +0 -14
- package/packages/swc-helpers/src/_possible_constructor_return.js +0 -10
- package/packages/swc-helpers/src/_read_only_error.js +0 -3
- package/packages/swc-helpers/src/_set.js +0 -51
- package/packages/swc-helpers/src/_set_prototype_of.js +0 -12
- package/packages/swc-helpers/src/_skip_first_generator_next.js +0 -7
- package/packages/swc-helpers/src/_sliced_to_array.js +0 -7
- package/packages/swc-helpers/src/_sliced_to_array_loose.js +0 -7
- package/packages/swc-helpers/src/_super_prop_base.js +0 -10
- package/packages/swc-helpers/src/_tagged_template_literal.js +0 -11
- package/packages/swc-helpers/src/_tagged_template_literal_loose.js +0 -8
- package/packages/swc-helpers/src/_throw.js +0 -3
- package/packages/swc-helpers/src/_to_array.js +0 -7
- package/packages/swc-helpers/src/_to_consumable_array.js +0 -7
- package/packages/swc-helpers/src/_to_primitive.js +0 -14
- package/packages/swc-helpers/src/_to_property_key.js +0 -7
- package/packages/swc-helpers/src/_type_of.js +0 -3
- package/packages/swc-helpers/src/_wrap_async_generator.js +0 -7
- package/packages/swc-helpers/src/_wrap_native_super.js +0 -42
- package/packages/swc-helpers/src/index.js +0 -66
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
var REACT_ELEMENT_TYPE;
|
|
2
|
-
|
|
3
|
-
export default function _createRawReactElement(type, props, key, children) {
|
|
4
|
-
if (!REACT_ELEMENT_TYPE) {
|
|
5
|
-
REACT_ELEMENT_TYPE = typeof Symbol === "function" && Symbol.for && Symbol.for("react.element") || 0xeac7;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
var defaultProps = type && type.defaultProps;
|
|
9
|
-
var childrenLength = arguments.length - 3;
|
|
10
|
-
|
|
11
|
-
if (!props && childrenLength !== 0) {
|
|
12
|
-
props = {
|
|
13
|
-
children: void 0
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
if (props && defaultProps) {
|
|
18
|
-
for (var propName in defaultProps) {
|
|
19
|
-
if (props[propName] === void 0) {
|
|
20
|
-
props[propName] = defaultProps[propName];
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
} else if (!props) {
|
|
24
|
-
props = defaultProps || {};
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
if (childrenLength === 1) {
|
|
28
|
-
props.children = children;
|
|
29
|
-
} else if (childrenLength > 1) {
|
|
30
|
-
var childArray = new Array(childrenLength);
|
|
31
|
-
|
|
32
|
-
for (var i = 0; i < childrenLength; i++) {
|
|
33
|
-
childArray[i] = arguments[i + 3];
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
props.children = childArray;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
return {
|
|
40
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
41
|
-
type: type,
|
|
42
|
-
key: key === undefined ? null : '' + key,
|
|
43
|
-
ref: null,
|
|
44
|
-
props: props,
|
|
45
|
-
_owner: null
|
|
46
|
-
};
|
|
47
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import defineProperty from './_define_property';
|
|
2
|
-
|
|
3
|
-
export default function _objectSpread(target) {
|
|
4
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
5
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
6
|
-
var ownKeys = Object.keys(source);
|
|
7
|
-
|
|
8
|
-
if (typeof Object.getOwnPropertySymbols === 'function') {
|
|
9
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
|
|
10
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
11
|
-
}));
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
ownKeys.forEach(function (key) {
|
|
15
|
-
defineProperty(target, key, source[key]);
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
return target;
|
|
20
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import objectWithoutPropertiesLoose from './_object_without_properties_loose';
|
|
2
|
-
|
|
3
|
-
export default function _objectWithoutProperties(source, excluded) {
|
|
4
|
-
if (source == null) return {};
|
|
5
|
-
var target = objectWithoutPropertiesLoose(source, excluded);
|
|
6
|
-
var key, i;
|
|
7
|
-
|
|
8
|
-
if (Object.getOwnPropertySymbols) {
|
|
9
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
10
|
-
|
|
11
|
-
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
12
|
-
key = sourceSymbolKeys[i];
|
|
13
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
14
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
15
|
-
target[key] = source[key];
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
return target;
|
|
20
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export default function _objectWithoutPropertiesLoose(source, excluded) {
|
|
2
|
-
if (source == null) return {};
|
|
3
|
-
var target = {};
|
|
4
|
-
var sourceKeys = Object.keys(source);
|
|
5
|
-
var key, i;
|
|
6
|
-
|
|
7
|
-
for (i = 0; i < sourceKeys.length; i++) {
|
|
8
|
-
key = sourceKeys[i];
|
|
9
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
10
|
-
target[key] = source[key];
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return target;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import assertThisInitialized from './_assert_this_initialized';
|
|
2
|
-
import _typeof from './_type_of';
|
|
3
|
-
|
|
4
|
-
export default function _possibleConstructorReturn(self, call) {
|
|
5
|
-
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
6
|
-
return call;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
return assertThisInitialized(self);
|
|
10
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import defineProperty from './_define_property';
|
|
2
|
-
import superPropBase from './_super_prop_base';
|
|
3
|
-
|
|
4
|
-
function set(target, property, value, receiver) {
|
|
5
|
-
if (typeof Reflect !== "undefined" && Reflect.set) {
|
|
6
|
-
set = Reflect.set;
|
|
7
|
-
} else {
|
|
8
|
-
set = function set(target, property, value, receiver) {
|
|
9
|
-
var base = superPropBase(target, property);
|
|
10
|
-
var desc;
|
|
11
|
-
|
|
12
|
-
if (base) {
|
|
13
|
-
desc = Object.getOwnPropertyDescriptor(base, property);
|
|
14
|
-
|
|
15
|
-
if (desc.set) {
|
|
16
|
-
desc.set.call(receiver, value);
|
|
17
|
-
return true;
|
|
18
|
-
} else if (!desc.writable) {
|
|
19
|
-
return false;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
desc = Object.getOwnPropertyDescriptor(receiver, property);
|
|
24
|
-
|
|
25
|
-
if (desc) {
|
|
26
|
-
if (!desc.writable) {
|
|
27
|
-
return false;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
desc.value = value;
|
|
31
|
-
Object.defineProperty(receiver, property, desc);
|
|
32
|
-
} else {
|
|
33
|
-
defineProperty(receiver, property, value);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
return true;
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
return set(target, property, value, receiver);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export default function _set(target, property, value, receiver, isStrict) {
|
|
44
|
-
var s = set(target, property, value, receiver || target);
|
|
45
|
-
|
|
46
|
-
if (!s && isStrict) {
|
|
47
|
-
throw new Error('failed to set property');
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
return value;
|
|
51
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
function setPrototypeOf(o, p) {
|
|
2
|
-
setPrototypeOf = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
3
|
-
o.__proto__ = p;
|
|
4
|
-
return o;
|
|
5
|
-
};
|
|
6
|
-
|
|
7
|
-
return setPrototypeOf(o, p);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export default function _setPrototypeOf(o, p) {
|
|
11
|
-
return setPrototypeOf(o, p);
|
|
12
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import arrayWithHoles from './_array_with_holes';
|
|
2
|
-
import iterableToArrayLimit from './_iterable_to_array';
|
|
3
|
-
import nonIterableRest from './_non_iterable_rest';
|
|
4
|
-
|
|
5
|
-
export default function _slicedToArray(arr, i) {
|
|
6
|
-
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || nonIterableRest();
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import arrayWithHoles from './_array_with_holes';
|
|
2
|
-
import iterableToArrayLimitLoose from './_iterable_to_array_limit_loose';
|
|
3
|
-
import nonIterableRest from './_non_iterable_rest';
|
|
4
|
-
|
|
5
|
-
export default function _slicedToArrayLoose(arr, i) {
|
|
6
|
-
return arrayWithHoles(arr) || iterableToArrayLimitLoose(arr, i) || nonIterableRest();
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import getPrototypeOf from './_get_prototype_of';
|
|
2
|
-
|
|
3
|
-
export default function _superPropBase(object, property) {
|
|
4
|
-
while (!Object.prototype.hasOwnProperty.call(object, property)) {
|
|
5
|
-
object = getPrototypeOf(object);
|
|
6
|
-
if (object === null) break;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
return object;
|
|
10
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import arrayWithHoles from './_array_with_holes';
|
|
2
|
-
import iterableToArray from './_iterable_to_array';
|
|
3
|
-
import nonIterableRest from './_non_iterable_rest';
|
|
4
|
-
|
|
5
|
-
export default function _toArray(arr) {
|
|
6
|
-
return arrayWithHoles(arr) || iterableToArray(arr) || nonIterableRest();
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import arrayWithoutHoles from './_array_without_holes';
|
|
2
|
-
import iterableToArray from './_iterable_to_array';
|
|
3
|
-
import nonIterableSpread from './_non_iterable_spread';
|
|
4
|
-
|
|
5
|
-
export default function _toConsumableArray(arr) {
|
|
6
|
-
return arrayWithoutHoles(arr) || iterableToArray(arr) || nonIterableSpread();
|
|
7
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import _typeof from './_type_of';
|
|
2
|
-
|
|
3
|
-
export default function _toPrimitive(input, hint) {
|
|
4
|
-
if (_typeof(input) !== "object" || input === null) return input;
|
|
5
|
-
var prim = input[Symbol.toPrimitive];
|
|
6
|
-
|
|
7
|
-
if (prim !== undefined) {
|
|
8
|
-
var res = prim.call(input, hint || "default");
|
|
9
|
-
if (_typeof(res) !== "object") return res;
|
|
10
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return (hint === "string" ? String : Number)(input);
|
|
14
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import construct from './_construct';
|
|
2
|
-
import isNativeFunction from './_is_native_function';
|
|
3
|
-
import getPrototypeOf from './_get_prototype_of';
|
|
4
|
-
import setPrototypeOf from './_set_prototype_of';
|
|
5
|
-
|
|
6
|
-
function wrapNativeSuper(Class) {
|
|
7
|
-
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
8
|
-
|
|
9
|
-
wrapNativeSuper = function wrapNativeSuper(Class) {
|
|
10
|
-
if (Class === null || !isNativeFunction(Class)) return Class;
|
|
11
|
-
|
|
12
|
-
if (typeof Class !== "function") {
|
|
13
|
-
throw new TypeError("Super expression must either be null or a function");
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
if (typeof _cache !== "undefined") {
|
|
17
|
-
if (_cache.has(Class)) return _cache.get(Class);
|
|
18
|
-
|
|
19
|
-
_cache.set(Class, Wrapper);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
function Wrapper() {
|
|
23
|
-
return construct(Class, arguments, getPrototypeOf(this).constructor);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
Wrapper.prototype = Object.create(Class.prototype, {
|
|
27
|
-
constructor: {
|
|
28
|
-
value: Wrapper,
|
|
29
|
-
enumerable: false,
|
|
30
|
-
writable: true,
|
|
31
|
-
configurable: true
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
return setPrototypeOf(Wrapper, Class);
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
return wrapNativeSuper(Class);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
export default function _wrapNativeSuper(Class) {
|
|
41
|
-
return wrapNativeSuper(Class);
|
|
42
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export { default as applyDecoratedDescriptor } from './_apply_decorated_descriptor';
|
|
2
|
-
export { default as arrayWithHoles } from './_array_with_holes';
|
|
3
|
-
export { default as arrayWithoutHoles } from './_array_without_holes';
|
|
4
|
-
export { default as assertThisInitialized } from './_assert_this_initialized';
|
|
5
|
-
export { default as asyncGenerator } from './_async_generator';
|
|
6
|
-
export { default as asyncGeneratorDelegate } from './_async_generator_delegate';
|
|
7
|
-
export { default as asyncIterator } from './_async_iterator';
|
|
8
|
-
export { default as asyncToGenerator } from './_async_to_generator';
|
|
9
|
-
export { default as awaitAsyncGenerator } from './_await_async_generator';
|
|
10
|
-
export { default as awaitValue } from './_await_value';
|
|
11
|
-
export { default as classCallCheck } from './_class_call_check';
|
|
12
|
-
export { default as classNameTDZError } from './_class_name_tdz_error';
|
|
13
|
-
export { default as classPrivateFieldGet } from './_class_private_field_get';
|
|
14
|
-
export { default as classPrivateFieldLooseBase } from './_class_private_field_loose_base';
|
|
15
|
-
export { default as classPrivateFieldSet } from './_class_private_field_set';
|
|
16
|
-
export { default as classPrivateMethodGet } from './_class_private_method_get';
|
|
17
|
-
export { default as classPrivateMethodSet } from './_class_private_method_set';
|
|
18
|
-
export { default as classStaticPrivateFieldSpecGet } from './_class_static_private_field_spec_get';
|
|
19
|
-
export { default as classStaticPrivateFieldSpecSet } from './_class_static_private_field_spec_set';
|
|
20
|
-
export { default as construct } from './_construct';
|
|
21
|
-
export { default as createClass } from './_create_class';
|
|
22
|
-
export { default as decorate } from './_decorate';
|
|
23
|
-
export { default as defaults } from './_defaults';
|
|
24
|
-
export { default as defineEnumerableProperties } from './_define_enumerable_properties';
|
|
25
|
-
export { default as defineProperty } from './_define_property';
|
|
26
|
-
export { default as extends } from './_extends';
|
|
27
|
-
export { default as get } from './_get';
|
|
28
|
-
export { default as getPrototypeOf } from './_get_prototype_of';
|
|
29
|
-
export { default as inherits } from './_inherits';
|
|
30
|
-
export { default as inheritsLoose } from './_inherits_loose';
|
|
31
|
-
export { default as initializerDefineProperty } from './_initializer_define_property';
|
|
32
|
-
export { default as initializerWarningHelper } from './_initializer_warning_helper';
|
|
33
|
-
export { default as _instanceof } from './_instanceof';
|
|
34
|
-
export { default as interopRequireDefault } from './_interop_require_default';
|
|
35
|
-
export { default as interopRequireWildcard } from './_interop_require_wildcard';
|
|
36
|
-
export { default as isNativeFunction } from './_is_native_function';
|
|
37
|
-
export { default as iterableToArray } from './_iterable_to_array';
|
|
38
|
-
export { default as iterableToArrayLimit } from './_iterable_to_array_limit';
|
|
39
|
-
export { default as iterableToArrayLimitLoose } from './_iterable_to_array_limit_loose';
|
|
40
|
-
export { default as jsx } from './_jsx';
|
|
41
|
-
export { default as newArrowCheck } from './_new_arrow_check';
|
|
42
|
-
export { default as nonIterableRest } from './_non_iterable_rest';
|
|
43
|
-
export { default as nonIterableSpread } from './_non_iterable_spread';
|
|
44
|
-
export { default as objectSpread } from './_object_spread';
|
|
45
|
-
export { default as objectWithoutProperties } from './_object_without_properties';
|
|
46
|
-
export { default as objectWithoutPropertiesLoose } from './_object_without_properties_loose';
|
|
47
|
-
export { default as possibleConstructorReturn } from './_possible_constructor_return';
|
|
48
|
-
export { default as readOnlyError } from './_read_only_error';
|
|
49
|
-
export { default as set } from './_set';
|
|
50
|
-
export { default as setPrototypeOf } from './_set_prototype_of';
|
|
51
|
-
export { default as skipFirstGeneratorNext } from './_skip_first_generator_next';
|
|
52
|
-
export { default as slicedToArray } from './_sliced_to_array';
|
|
53
|
-
export { default as slicedToArrayLoose } from './_sliced_to_array_loose';
|
|
54
|
-
export { default as superPropBase } from './_super_prop_base';
|
|
55
|
-
export { default as taggedTemplateLiteral } from './_tagged_template_literal';
|
|
56
|
-
export { default as taggedTemplateLiteralLoose } from './_tagged_template_literal_loose';
|
|
57
|
-
export { default as _throw } from './_throw';
|
|
58
|
-
export { default as toArray } from './_to_array';
|
|
59
|
-
export { default as toConsumableArray } from './_to_consumable_array';
|
|
60
|
-
export { default as toPrimitive } from './_to_primitive';
|
|
61
|
-
export { default as toPropertyKey } from './_to_property_key';
|
|
62
|
-
export { default as typeOf } from './_type_of';
|
|
63
|
-
export { default as wrapAsyncGenerator } from './_wrap_async_generator';
|
|
64
|
-
export { default as wrapNativeSuper } from './_wrap_native_super';
|
|
65
|
-
export { default as createSuper } from './_create_super';
|
|
66
|
-
export { default as isNativeReflectConstruct } from './_is_native_reflect_construct';
|