pretty-format
Advanced tools
Comparing version 27.0.0-next.9 to 27.0.0-next.10
@@ -6,3 +6,9 @@ 'use strict'; | ||
}); | ||
exports.printElementAsLeaf = exports.printElement = exports.printComment = exports.printText = exports.printChildren = exports.printProps = void 0; | ||
exports.printElementAsLeaf = | ||
exports.printElement = | ||
exports.printComment = | ||
exports.printText = | ||
exports.printChildren = | ||
exports.printProps = | ||
void 0; | ||
@@ -9,0 +15,0 @@ var _escapeHTML = _interopRequireDefault(require('./escapeHTML')); |
@@ -12,13 +12,13 @@ 'use strict'; | ||
function _getRequireWildcardCache() { | ||
function _getRequireWildcardCache(nodeInterop) { | ||
if (typeof WeakMap !== 'function') return null; | ||
var cache = new WeakMap(); | ||
_getRequireWildcardCache = function () { | ||
return cache; | ||
}; | ||
return cache; | ||
var cacheBabelInterop = new WeakMap(); | ||
var cacheNodeInterop = new WeakMap(); | ||
return (_getRequireWildcardCache = function (nodeInterop) { | ||
return nodeInterop ? cacheNodeInterop : cacheBabelInterop; | ||
})(nodeInterop); | ||
} | ||
function _interopRequireWildcard(obj) { | ||
if (obj && obj.__esModule) { | ||
function _interopRequireWildcard(obj, nodeInterop) { | ||
if (!nodeInterop && obj && obj.__esModule) { | ||
return obj; | ||
@@ -29,3 +29,3 @@ } | ||
} | ||
var cache = _getRequireWildcardCache(); | ||
var cache = _getRequireWildcardCache(nodeInterop); | ||
if (cache && cache.has(obj)) { | ||
@@ -38,3 +38,3 @@ return cache.get(obj); | ||
for (var key in obj) { | ||
if (Object.prototype.hasOwnProperty.call(obj, key)) { | ||
if (key !== 'default' && Object.prototype.hasOwnProperty.call(obj, key)) { | ||
var desc = hasPropertyDescriptor | ||
@@ -41,0 +41,0 @@ ? Object.getOwnPropertyDescriptor(obj, key) |
{ | ||
"name": "pretty-format", | ||
"version": "27.0.0-next.9", | ||
"version": "27.0.0-next.10", | ||
"repository": { | ||
@@ -19,3 +19,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^27.0.0-next.8", | ||
"@jest/types": "^27.0.0-next.10", | ||
"ansi-regex": "^5.0.0", | ||
@@ -30,3 +30,3 @@ "ansi-styles": "^5.0.0", | ||
"immutable": "4.0.0-rc.9", | ||
"jest-util": "^27.0.0-next.9", | ||
"jest-util": "^27.0.0-next.10", | ||
"react": "*", | ||
@@ -42,3 +42,3 @@ "react-dom": "*", | ||
}, | ||
"gitHead": "d836f33f98845794b4eae8149548a81ddcfc6521" | ||
"gitHead": "6f44529270310b7dbdf9a0b72b21b5cd50fda4b1" | ||
} |
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
67653
1812
Updated@jest/types@^27.0.0-next.10