@babel/runtime
Advanced tools
Comparing version 7.11.2 to 7.12.0
@@ -1,4 +0,4 @@ | ||
import arrayLikeToArray from "./arrayLikeToArray"; | ||
import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; | ||
export default function _arrayWithoutHoles(arr) { | ||
if (Array.isArray(arr)) return arrayLikeToArray(arr); | ||
} |
@@ -1,2 +0,2 @@ | ||
import AwaitValue from "./AwaitValue"; | ||
import AwaitValue from "@babel/runtime/helpers/esm/AwaitValue"; | ||
export default function AsyncGenerator(gen) { | ||
@@ -3,0 +3,0 @@ var front, back; |
@@ -1,4 +0,4 @@ | ||
import AwaitValue from "./AwaitValue"; | ||
import AwaitValue from "@babel/runtime/helpers/esm/AwaitValue"; | ||
export default function _awaitAsyncGenerator(value) { | ||
return new AwaitValue(value); | ||
} |
@@ -1,3 +0,3 @@ | ||
import setPrototypeOf from "./setPrototypeOf"; | ||
import isNativeReflectConstruct from "./isNativeReflectConstruct"; | ||
import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; | ||
import isNativeReflectConstruct from "@babel/runtime/helpers/esm/isNativeReflectConstruct"; | ||
export default function _construct(Parent, args, Class) { | ||
@@ -4,0 +4,0 @@ if (isNativeReflectConstruct()) { |
@@ -1,2 +0,2 @@ | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
export default function _createForOfIteratorHelper(o, allowArrayLike) { | ||
@@ -3,0 +3,0 @@ var it; |
@@ -1,2 +0,2 @@ | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
export default function _createForOfIteratorHelperLoose(o, allowArrayLike) { | ||
@@ -3,0 +3,0 @@ var it; |
@@ -1,4 +0,4 @@ | ||
import getPrototypeOf from "./getPrototypeOf"; | ||
import isNativeReflectConstruct from "./isNativeReflectConstruct"; | ||
import possibleConstructorReturn from "./possibleConstructorReturn"; | ||
import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; | ||
import isNativeReflectConstruct from "@babel/runtime/helpers/esm/isNativeReflectConstruct"; | ||
import possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn"; | ||
export default function _createSuper(Derived) { | ||
@@ -5,0 +5,0 @@ var hasNativeReflectConstruct = isNativeReflectConstruct(); |
@@ -1,3 +0,3 @@ | ||
import toArray from "./toArray"; | ||
import toPropertyKey from "./toPropertyKey"; | ||
import toArray from "@babel/runtime/helpers/esm/toArray"; | ||
import toPropertyKey from "@babel/runtime/helpers/esm/toPropertyKey"; | ||
export default function _decorate(decorators, factory, superClass, mixins) { | ||
@@ -4,0 +4,0 @@ var api = _getDecoratorsApi(); |
@@ -1,2 +0,2 @@ | ||
import superPropBase from "./superPropBase"; | ||
import superPropBase from "@babel/runtime/helpers/esm/superPropBase"; | ||
export default function _get(target, property, receiver) { | ||
@@ -3,0 +3,0 @@ if (typeof Reflect !== "undefined" && Reflect.get) { |
@@ -1,2 +0,2 @@ | ||
import setPrototypeOf from "./setPrototypeOf"; | ||
import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; | ||
export default function _inherits(subClass, superClass) { | ||
@@ -3,0 +3,0 @@ if (typeof superClass !== "function" && superClass !== null) { |
@@ -1,2 +0,2 @@ | ||
import _typeof from "../../helpers/esm/typeof"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
@@ -3,0 +3,0 @@ function _getRequireWildcardCache() { |
@@ -1,2 +0,2 @@ | ||
import arrayLikeToArray from "./arrayLikeToArray"; | ||
import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; | ||
export default function _maybeArrayLike(next, arr, i) { | ||
@@ -3,0 +3,0 @@ if (arr && !Array.isArray(arr) && typeof arr.length === "number") { |
@@ -1,2 +0,2 @@ | ||
import defineProperty from "./defineProperty"; | ||
import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
export default function _objectSpread(target) { | ||
@@ -3,0 +3,0 @@ for (var i = 1; i < arguments.length; i++) { |
@@ -1,2 +0,2 @@ | ||
import defineProperty from "./defineProperty"; | ||
import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
@@ -3,0 +3,0 @@ function ownKeys(object, enumerableOnly) { |
@@ -1,2 +0,2 @@ | ||
import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose"; | ||
import objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
export default function _objectWithoutProperties(source, excluded) { | ||
@@ -3,0 +3,0 @@ if (source == null) return {}; |
@@ -1,3 +0,3 @@ | ||
import _typeof from "../../helpers/esm/typeof"; | ||
import assertThisInitialized from "./assertThisInitialized"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
import assertThisInitialized from "@babel/runtime/helpers/esm/assertThisInitialized"; | ||
export default function _possibleConstructorReturn(self, call) { | ||
@@ -4,0 +4,0 @@ if (call && (_typeof(call) === "object" || typeof call === "function")) { |
@@ -1,3 +0,3 @@ | ||
import superPropBase from "./superPropBase"; | ||
import defineProperty from "./defineProperty"; | ||
import superPropBase from "@babel/runtime/helpers/esm/superPropBase"; | ||
import defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
@@ -4,0 +4,0 @@ function set(target, property, value, receiver) { |
@@ -1,7 +0,7 @@ | ||
import arrayWithHoles from "./arrayWithHoles"; | ||
import iterableToArrayLimit from "./iterableToArrayLimit"; | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import nonIterableRest from "./nonIterableRest"; | ||
import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; | ||
import iterableToArrayLimit from "@babel/runtime/helpers/esm/iterableToArrayLimit"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; | ||
export default function _slicedToArray(arr, i) { | ||
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); | ||
} |
@@ -1,7 +0,7 @@ | ||
import arrayWithHoles from "./arrayWithHoles"; | ||
import iterableToArrayLimitLoose from "./iterableToArrayLimitLoose"; | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import nonIterableRest from "./nonIterableRest"; | ||
import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; | ||
import iterableToArrayLimitLoose from "@babel/runtime/helpers/esm/iterableToArrayLimitLoose"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; | ||
export default function _slicedToArrayLoose(arr, i) { | ||
return arrayWithHoles(arr) || iterableToArrayLimitLoose(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); | ||
} |
@@ -1,2 +0,2 @@ | ||
import getPrototypeOf from "./getPrototypeOf"; | ||
import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; | ||
export default function _superPropBase(object, property) { | ||
@@ -3,0 +3,0 @@ while (!Object.prototype.hasOwnProperty.call(object, property)) { |
@@ -1,5 +0,5 @@ | ||
import undef from "./temporalUndefined"; | ||
import err from "./tdz"; | ||
import undef from "@babel/runtime/helpers/esm/temporalUndefined"; | ||
import err from "@babel/runtime/helpers/esm/tdz"; | ||
export default function _temporalRef(val, name) { | ||
return val === undef ? err(name) : val; | ||
} |
@@ -1,7 +0,7 @@ | ||
import arrayWithHoles from "./arrayWithHoles"; | ||
import iterableToArray from "./iterableToArray"; | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import nonIterableRest from "./nonIterableRest"; | ||
import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles"; | ||
import iterableToArray from "@babel/runtime/helpers/esm/iterableToArray"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest"; | ||
export default function _toArray(arr) { | ||
return arrayWithHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableRest(); | ||
} |
@@ -1,7 +0,7 @@ | ||
import arrayWithoutHoles from "./arrayWithoutHoles"; | ||
import iterableToArray from "./iterableToArray"; | ||
import unsupportedIterableToArray from "./unsupportedIterableToArray"; | ||
import nonIterableSpread from "./nonIterableSpread"; | ||
import arrayWithoutHoles from "@babel/runtime/helpers/esm/arrayWithoutHoles"; | ||
import iterableToArray from "@babel/runtime/helpers/esm/iterableToArray"; | ||
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray"; | ||
import nonIterableSpread from "@babel/runtime/helpers/esm/nonIterableSpread"; | ||
export default function _toConsumableArray(arr) { | ||
return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); | ||
} |
@@ -1,2 +0,2 @@ | ||
import _typeof from "../../helpers/esm/typeof"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
export default function _toPrimitive(input, hint) { | ||
@@ -3,0 +3,0 @@ if (_typeof(input) !== "object" || input === null) return input; |
@@ -1,3 +0,3 @@ | ||
import _typeof from "../../helpers/esm/typeof"; | ||
import toPrimitive from "./toPrimitive"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
import toPrimitive from "@babel/runtime/helpers/esm/toPrimitive"; | ||
export default function _toPropertyKey(arg) { | ||
@@ -4,0 +4,0 @@ var key = toPrimitive(arg, "string"); |
@@ -1,2 +0,2 @@ | ||
import arrayLikeToArray from "./arrayLikeToArray"; | ||
import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray"; | ||
export default function _unsupportedIterableToArray(o, minLen) { | ||
@@ -3,0 +3,0 @@ if (!o) return; |
@@ -1,2 +0,2 @@ | ||
import AsyncGenerator from "./AsyncGenerator"; | ||
import AsyncGenerator from "@babel/runtime/helpers/esm/AsyncGenerator"; | ||
export default function _wrapAsyncGenerator(fn) { | ||
@@ -3,0 +3,0 @@ return function () { |
@@ -1,5 +0,5 @@ | ||
import getPrototypeOf from "./getPrototypeOf"; | ||
import setPrototypeOf from "./setPrototypeOf"; | ||
import isNativeFunction from "./isNativeFunction"; | ||
import construct from "./construct"; | ||
import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; | ||
import setPrototypeOf from "@babel/runtime/helpers/esm/setPrototypeOf"; | ||
import isNativeFunction from "@babel/runtime/helpers/esm/isNativeFunction"; | ||
import construct from "@babel/runtime/helpers/esm/construct"; | ||
export default function _wrapNativeSuper(Class) { | ||
@@ -6,0 +6,0 @@ var _cache = typeof Map === "function" ? new Map() : undefined; |
@@ -1,6 +0,6 @@ | ||
import _typeof from "../../helpers/esm/typeof"; | ||
import wrapNativeSuper from "./wrapNativeSuper"; | ||
import getPrototypeOf from "./getPrototypeOf"; | ||
import possibleConstructorReturn from "./possibleConstructorReturn"; | ||
import inherits from "./inherits"; | ||
import _typeof from "@babel/runtime/helpers/esm/typeof"; | ||
import wrapNativeSuper from "@babel/runtime/helpers/esm/wrapNativeSuper"; | ||
import getPrototypeOf from "@babel/runtime/helpers/esm/getPrototypeOf"; | ||
import possibleConstructorReturn from "@babel/runtime/helpers/esm/possibleConstructorReturn"; | ||
import inherits from "@babel/runtime/helpers/esm/inherits"; | ||
export default function _wrapRegExp(re, groups) { | ||
@@ -7,0 +7,0 @@ _wrapRegExp = function _wrapRegExp(re, groups) { |
@@ -1,2 +0,2 @@ | ||
var _typeof = require("../helpers/typeof"); | ||
var _typeof = require("@babel/runtime/helpers/typeof"); | ||
@@ -3,0 +3,0 @@ function _getRequireWildcardCache() { |
@@ -1,2 +0,2 @@ | ||
var _typeof = require("../helpers/typeof"); | ||
var _typeof = require("@babel/runtime/helpers/typeof"); | ||
@@ -3,0 +3,0 @@ var assertThisInitialized = require("./assertThisInitialized"); |
@@ -1,2 +0,2 @@ | ||
var _typeof = require("../helpers/typeof"); | ||
var _typeof = require("@babel/runtime/helpers/typeof"); | ||
@@ -3,0 +3,0 @@ function _toPrimitive(input, hint) { |
@@ -1,2 +0,2 @@ | ||
var _typeof = require("../helpers/typeof"); | ||
var _typeof = require("@babel/runtime/helpers/typeof"); | ||
@@ -3,0 +3,0 @@ var toPrimitive = require("./toPrimitive"); |
@@ -1,2 +0,2 @@ | ||
var _typeof = require("../helpers/typeof"); | ||
var _typeof = require("@babel/runtime/helpers/typeof"); | ||
@@ -3,0 +3,0 @@ var wrapNativeSuper = require("./wrapNativeSuper"); |
171
package.json
{ | ||
"name": "@babel/runtime", | ||
"version": "7.11.2", | ||
"version": "7.12.0", | ||
"description": "babel's modular runtime helpers", | ||
@@ -22,3 +22,168 @@ "license": "MIT", | ||
}, | ||
"gitHead": "bc7a811fce3ceeea393229299c1cdb63858608e6" | ||
} | ||
"exports": { | ||
"./helpers/": "./helpers/", | ||
"./helpers/typeof": "./helpers/typeof.js", | ||
"./helpers/jsx": "./helpers/jsx.js", | ||
"./helpers/asyncIterator": "./helpers/asyncIterator.js", | ||
"./helpers/AwaitValue": "./helpers/AwaitValue.js", | ||
"./helpers/AsyncGenerator": "./helpers/AsyncGenerator.js", | ||
"./helpers/wrapAsyncGenerator": "./helpers/wrapAsyncGenerator.js", | ||
"./helpers/awaitAsyncGenerator": "./helpers/awaitAsyncGenerator.js", | ||
"./helpers/asyncGeneratorDelegate": "./helpers/asyncGeneratorDelegate.js", | ||
"./helpers/asyncToGenerator": "./helpers/asyncToGenerator.js", | ||
"./helpers/classCallCheck": "./helpers/classCallCheck.js", | ||
"./helpers/createClass": "./helpers/createClass.js", | ||
"./helpers/defineEnumerableProperties": "./helpers/defineEnumerableProperties.js", | ||
"./helpers/defaults": "./helpers/defaults.js", | ||
"./helpers/defineProperty": "./helpers/defineProperty.js", | ||
"./helpers/extends": "./helpers/extends.js", | ||
"./helpers/objectSpread": "./helpers/objectSpread.js", | ||
"./helpers/objectSpread2": "./helpers/objectSpread2.js", | ||
"./helpers/inherits": "./helpers/inherits.js", | ||
"./helpers/inheritsLoose": "./helpers/inheritsLoose.js", | ||
"./helpers/getPrototypeOf": "./helpers/getPrototypeOf.js", | ||
"./helpers/setPrototypeOf": "./helpers/setPrototypeOf.js", | ||
"./helpers/isNativeReflectConstruct": "./helpers/isNativeReflectConstruct.js", | ||
"./helpers/construct": "./helpers/construct.js", | ||
"./helpers/isNativeFunction": "./helpers/isNativeFunction.js", | ||
"./helpers/wrapNativeSuper": "./helpers/wrapNativeSuper.js", | ||
"./helpers/instanceof": "./helpers/instanceof.js", | ||
"./helpers/interopRequireDefault": "./helpers/interopRequireDefault.js", | ||
"./helpers/interopRequireWildcard": "./helpers/interopRequireWildcard.js", | ||
"./helpers/newArrowCheck": "./helpers/newArrowCheck.js", | ||
"./helpers/objectDestructuringEmpty": "./helpers/objectDestructuringEmpty.js", | ||
"./helpers/objectWithoutPropertiesLoose": "./helpers/objectWithoutPropertiesLoose.js", | ||
"./helpers/objectWithoutProperties": "./helpers/objectWithoutProperties.js", | ||
"./helpers/assertThisInitialized": "./helpers/assertThisInitialized.js", | ||
"./helpers/possibleConstructorReturn": "./helpers/possibleConstructorReturn.js", | ||
"./helpers/createSuper": "./helpers/createSuper.js", | ||
"./helpers/superPropBase": "./helpers/superPropBase.js", | ||
"./helpers/get": "./helpers/get.js", | ||
"./helpers/set": "./helpers/set.js", | ||
"./helpers/taggedTemplateLiteral": "./helpers/taggedTemplateLiteral.js", | ||
"./helpers/taggedTemplateLiteralLoose": "./helpers/taggedTemplateLiteralLoose.js", | ||
"./helpers/readOnlyError": "./helpers/readOnlyError.js", | ||
"./helpers/classNameTDZError": "./helpers/classNameTDZError.js", | ||
"./helpers/temporalUndefined": "./helpers/temporalUndefined.js", | ||
"./helpers/tdz": "./helpers/tdz.js", | ||
"./helpers/temporalRef": "./helpers/temporalRef.js", | ||
"./helpers/slicedToArray": "./helpers/slicedToArray.js", | ||
"./helpers/slicedToArrayLoose": "./helpers/slicedToArrayLoose.js", | ||
"./helpers/toArray": "./helpers/toArray.js", | ||
"./helpers/toConsumableArray": "./helpers/toConsumableArray.js", | ||
"./helpers/arrayWithoutHoles": "./helpers/arrayWithoutHoles.js", | ||
"./helpers/arrayWithHoles": "./helpers/arrayWithHoles.js", | ||
"./helpers/maybeArrayLike": "./helpers/maybeArrayLike.js", | ||
"./helpers/iterableToArray": "./helpers/iterableToArray.js", | ||
"./helpers/iterableToArrayLimit": "./helpers/iterableToArrayLimit.js", | ||
"./helpers/iterableToArrayLimitLoose": "./helpers/iterableToArrayLimitLoose.js", | ||
"./helpers/unsupportedIterableToArray": "./helpers/unsupportedIterableToArray.js", | ||
"./helpers/arrayLikeToArray": "./helpers/arrayLikeToArray.js", | ||
"./helpers/nonIterableSpread": "./helpers/nonIterableSpread.js", | ||
"./helpers/nonIterableRest": "./helpers/nonIterableRest.js", | ||
"./helpers/createForOfIteratorHelper": "./helpers/createForOfIteratorHelper.js", | ||
"./helpers/createForOfIteratorHelperLoose": "./helpers/createForOfIteratorHelperLoose.js", | ||
"./helpers/skipFirstGeneratorNext": "./helpers/skipFirstGeneratorNext.js", | ||
"./helpers/toPrimitive": "./helpers/toPrimitive.js", | ||
"./helpers/toPropertyKey": "./helpers/toPropertyKey.js", | ||
"./helpers/initializerWarningHelper": "./helpers/initializerWarningHelper.js", | ||
"./helpers/initializerDefineProperty": "./helpers/initializerDefineProperty.js", | ||
"./helpers/applyDecoratedDescriptor": "./helpers/applyDecoratedDescriptor.js", | ||
"./helpers/classPrivateFieldLooseKey": "./helpers/classPrivateFieldLooseKey.js", | ||
"./helpers/classPrivateFieldLooseBase": "./helpers/classPrivateFieldLooseBase.js", | ||
"./helpers/classPrivateFieldGet": "./helpers/classPrivateFieldGet.js", | ||
"./helpers/classPrivateFieldSet": "./helpers/classPrivateFieldSet.js", | ||
"./helpers/classPrivateFieldDestructureSet": "./helpers/classPrivateFieldDestructureSet.js", | ||
"./helpers/classStaticPrivateFieldSpecGet": "./helpers/classStaticPrivateFieldSpecGet.js", | ||
"./helpers/classStaticPrivateFieldSpecSet": "./helpers/classStaticPrivateFieldSpecSet.js", | ||
"./helpers/classStaticPrivateMethodGet": "./helpers/classStaticPrivateMethodGet.js", | ||
"./helpers/classStaticPrivateMethodSet": "./helpers/classStaticPrivateMethodSet.js", | ||
"./helpers/decorate": "./helpers/decorate.js", | ||
"./helpers/classPrivateMethodGet": "./helpers/classPrivateMethodGet.js", | ||
"./helpers/classPrivateMethodSet": "./helpers/classPrivateMethodSet.js", | ||
"./helpers/wrapRegExp": "./helpers/wrapRegExp.js", | ||
"./helpers/esm/typeof": "./helpers/esm/typeof.js", | ||
"./helpers/esm/jsx": "./helpers/esm/jsx.js", | ||
"./helpers/esm/asyncIterator": "./helpers/esm/asyncIterator.js", | ||
"./helpers/esm/AwaitValue": "./helpers/esm/AwaitValue.js", | ||
"./helpers/esm/AsyncGenerator": "./helpers/esm/AsyncGenerator.js", | ||
"./helpers/esm/wrapAsyncGenerator": "./helpers/esm/wrapAsyncGenerator.js", | ||
"./helpers/esm/awaitAsyncGenerator": "./helpers/esm/awaitAsyncGenerator.js", | ||
"./helpers/esm/asyncGeneratorDelegate": "./helpers/esm/asyncGeneratorDelegate.js", | ||
"./helpers/esm/asyncToGenerator": "./helpers/esm/asyncToGenerator.js", | ||
"./helpers/esm/classCallCheck": "./helpers/esm/classCallCheck.js", | ||
"./helpers/esm/createClass": "./helpers/esm/createClass.js", | ||
"./helpers/esm/defineEnumerableProperties": "./helpers/esm/defineEnumerableProperties.js", | ||
"./helpers/esm/defaults": "./helpers/esm/defaults.js", | ||
"./helpers/esm/defineProperty": "./helpers/esm/defineProperty.js", | ||
"./helpers/esm/extends": "./helpers/esm/extends.js", | ||
"./helpers/esm/objectSpread": "./helpers/esm/objectSpread.js", | ||
"./helpers/esm/objectSpread2": "./helpers/esm/objectSpread2.js", | ||
"./helpers/esm/inherits": "./helpers/esm/inherits.js", | ||
"./helpers/esm/inheritsLoose": "./helpers/esm/inheritsLoose.js", | ||
"./helpers/esm/getPrototypeOf": "./helpers/esm/getPrototypeOf.js", | ||
"./helpers/esm/setPrototypeOf": "./helpers/esm/setPrototypeOf.js", | ||
"./helpers/esm/isNativeReflectConstruct": "./helpers/esm/isNativeReflectConstruct.js", | ||
"./helpers/esm/construct": "./helpers/esm/construct.js", | ||
"./helpers/esm/isNativeFunction": "./helpers/esm/isNativeFunction.js", | ||
"./helpers/esm/wrapNativeSuper": "./helpers/esm/wrapNativeSuper.js", | ||
"./helpers/esm/instanceof": "./helpers/esm/instanceof.js", | ||
"./helpers/esm/interopRequireDefault": "./helpers/esm/interopRequireDefault.js", | ||
"./helpers/esm/interopRequireWildcard": "./helpers/esm/interopRequireWildcard.js", | ||
"./helpers/esm/newArrowCheck": "./helpers/esm/newArrowCheck.js", | ||
"./helpers/esm/objectDestructuringEmpty": "./helpers/esm/objectDestructuringEmpty.js", | ||
"./helpers/esm/objectWithoutPropertiesLoose": "./helpers/esm/objectWithoutPropertiesLoose.js", | ||
"./helpers/esm/objectWithoutProperties": "./helpers/esm/objectWithoutProperties.js", | ||
"./helpers/esm/assertThisInitialized": "./helpers/esm/assertThisInitialized.js", | ||
"./helpers/esm/possibleConstructorReturn": "./helpers/esm/possibleConstructorReturn.js", | ||
"./helpers/esm/createSuper": "./helpers/esm/createSuper.js", | ||
"./helpers/esm/superPropBase": "./helpers/esm/superPropBase.js", | ||
"./helpers/esm/get": "./helpers/esm/get.js", | ||
"./helpers/esm/set": "./helpers/esm/set.js", | ||
"./helpers/esm/taggedTemplateLiteral": "./helpers/esm/taggedTemplateLiteral.js", | ||
"./helpers/esm/taggedTemplateLiteralLoose": "./helpers/esm/taggedTemplateLiteralLoose.js", | ||
"./helpers/esm/readOnlyError": "./helpers/esm/readOnlyError.js", | ||
"./helpers/esm/classNameTDZError": "./helpers/esm/classNameTDZError.js", | ||
"./helpers/esm/temporalUndefined": "./helpers/esm/temporalUndefined.js", | ||
"./helpers/esm/tdz": "./helpers/esm/tdz.js", | ||
"./helpers/esm/temporalRef": "./helpers/esm/temporalRef.js", | ||
"./helpers/esm/slicedToArray": "./helpers/esm/slicedToArray.js", | ||
"./helpers/esm/slicedToArrayLoose": "./helpers/esm/slicedToArrayLoose.js", | ||
"./helpers/esm/toArray": "./helpers/esm/toArray.js", | ||
"./helpers/esm/toConsumableArray": "./helpers/esm/toConsumableArray.js", | ||
"./helpers/esm/arrayWithoutHoles": "./helpers/esm/arrayWithoutHoles.js", | ||
"./helpers/esm/arrayWithHoles": "./helpers/esm/arrayWithHoles.js", | ||
"./helpers/esm/maybeArrayLike": "./helpers/esm/maybeArrayLike.js", | ||
"./helpers/esm/iterableToArray": "./helpers/esm/iterableToArray.js", | ||
"./helpers/esm/iterableToArrayLimit": "./helpers/esm/iterableToArrayLimit.js", | ||
"./helpers/esm/iterableToArrayLimitLoose": "./helpers/esm/iterableToArrayLimitLoose.js", | ||
"./helpers/esm/unsupportedIterableToArray": "./helpers/esm/unsupportedIterableToArray.js", | ||
"./helpers/esm/arrayLikeToArray": "./helpers/esm/arrayLikeToArray.js", | ||
"./helpers/esm/nonIterableSpread": "./helpers/esm/nonIterableSpread.js", | ||
"./helpers/esm/nonIterableRest": "./helpers/esm/nonIterableRest.js", | ||
"./helpers/esm/createForOfIteratorHelper": "./helpers/esm/createForOfIteratorHelper.js", | ||
"./helpers/esm/createForOfIteratorHelperLoose": "./helpers/esm/createForOfIteratorHelperLoose.js", | ||
"./helpers/esm/skipFirstGeneratorNext": "./helpers/esm/skipFirstGeneratorNext.js", | ||
"./helpers/esm/toPrimitive": "./helpers/esm/toPrimitive.js", | ||
"./helpers/esm/toPropertyKey": "./helpers/esm/toPropertyKey.js", | ||
"./helpers/esm/initializerWarningHelper": "./helpers/esm/initializerWarningHelper.js", | ||
"./helpers/esm/initializerDefineProperty": "./helpers/esm/initializerDefineProperty.js", | ||
"./helpers/esm/applyDecoratedDescriptor": "./helpers/esm/applyDecoratedDescriptor.js", | ||
"./helpers/esm/classPrivateFieldLooseKey": "./helpers/esm/classPrivateFieldLooseKey.js", | ||
"./helpers/esm/classPrivateFieldLooseBase": "./helpers/esm/classPrivateFieldLooseBase.js", | ||
"./helpers/esm/classPrivateFieldGet": "./helpers/esm/classPrivateFieldGet.js", | ||
"./helpers/esm/classPrivateFieldSet": "./helpers/esm/classPrivateFieldSet.js", | ||
"./helpers/esm/classPrivateFieldDestructureSet": "./helpers/esm/classPrivateFieldDestructureSet.js", | ||
"./helpers/esm/classStaticPrivateFieldSpecGet": "./helpers/esm/classStaticPrivateFieldSpecGet.js", | ||
"./helpers/esm/classStaticPrivateFieldSpecSet": "./helpers/esm/classStaticPrivateFieldSpecSet.js", | ||
"./helpers/esm/classStaticPrivateMethodGet": "./helpers/esm/classStaticPrivateMethodGet.js", | ||
"./helpers/esm/classStaticPrivateMethodSet": "./helpers/esm/classStaticPrivateMethodSet.js", | ||
"./helpers/esm/decorate": "./helpers/esm/decorate.js", | ||
"./helpers/esm/classPrivateMethodGet": "./helpers/esm/classPrivateMethodGet.js", | ||
"./helpers/esm/classPrivateMethodSet": "./helpers/esm/classPrivateMethodSet.js", | ||
"./helpers/esm/wrapRegExp": "./helpers/esm/wrapRegExp.js", | ||
"./package.json": "./package.json", | ||
"./regenerator": "./regenerator/index.js", | ||
"./regenerator/": "./regenerator/" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113026