jest-haste-map
Advanced tools
Comparing version 30.0.0-alpha.3 to 30.0.0-alpha.4
@@ -141,3 +141,3 @@ /*! | ||
const IMPORT_OR_EXPORT_RE = createRegExp(['\\b(?:import|export)\\s+(?!type(?:of)?\\s+)(?:[^\'"]+\\s+from\\s+)?', CAPTURE_STRING_LITERAL(1)], 'g'); | ||
const JEST_EXTENSIONS_RE = createRegExp([...functionCallStart('jest\\s*\\.\\s*(?:requireActual|requireMock|genMockFromModule|createMockFromModule)'), CAPTURE_STRING_LITERAL(1), WHITESPACE, OPTIONAL_COMMA, RIGHT_PARENTHESIS], 'g'); | ||
const JEST_EXTENSIONS_RE = createRegExp([...functionCallStart('jest\\s*\\.\\s*(?:requireActual|requireMock|createMockFromModule)'), CAPTURE_STRING_LITERAL(1), WHITESPACE, OPTIONAL_COMMA, RIGHT_PARENTHESIS], 'g'); | ||
const extractor = exports.extractor = { | ||
@@ -228,3 +228,3 @@ extract(code) { | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -231,0 +231,0 @@ * Copyright (c) Meta Platforms, Inc. and affiliates. |
{ | ||
"name": "jest-haste-map", | ||
"version": "30.0.0-alpha.3", | ||
"version": "30.0.0-alpha.4", | ||
"repository": { | ||
@@ -22,3 +22,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "30.0.0-alpha.3", | ||
"@jest/types": "30.0.0-alpha.4", | ||
"@types/node": "*", | ||
@@ -28,5 +28,5 @@ "anymatch": "^3.0.3", | ||
"graceful-fs": "^4.2.9", | ||
"jest-regex-util": "30.0.0-alpha.3", | ||
"jest-util": "30.0.0-alpha.3", | ||
"jest-worker": "30.0.0-alpha.3", | ||
"jest-regex-util": "30.0.0-alpha.4", | ||
"jest-util": "30.0.0-alpha.4", | ||
"jest-worker": "30.0.0-alpha.4", | ||
"micromatch": "^4.0.4", | ||
@@ -50,3 +50,3 @@ "walker": "^1.0.8" | ||
}, | ||
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da" | ||
"gitHead": "32b966f988d47a7673d2ef4b92e834dab7d66f07" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
125394
+ Added@jest/schemas@30.0.0-alpha.4(transitive)
+ Added@jest/types@30.0.0-alpha.4(transitive)
+ Addedjest-regex-util@30.0.0-alpha.4(transitive)
+ Addedjest-util@30.0.0-alpha.4(transitive)
+ Addedjest-worker@30.0.0-alpha.4(transitive)
+ Addedpicomatch@4.0.2(transitive)
- Removed@jest/schemas@30.0.0-alpha.3(transitive)
- Removed@jest/types@30.0.0-alpha.3(transitive)
- Removedjest-regex-util@30.0.0-alpha.3(transitive)
- Removedjest-util@30.0.0-alpha.3(transitive)
- Removedjest-worker@30.0.0-alpha.3(transitive)
- Removedpicomatch@3.0.1(transitive)
Updated@jest/types@30.0.0-alpha.4
Updatedjest-util@30.0.0-alpha.4
Updatedjest-worker@30.0.0-alpha.4