@embroider/reverse-exports
Advanced tools
Comparing version 0.1.1-unstable.1ea1c86 to 0.1.1-unstable.203b5bc
{ | ||
"name": "@embroider/reverse-exports", | ||
"version": "0.1.1-unstable.1ea1c86", | ||
"version": "0.1.1-unstable.203b5bc", | ||
"description": "", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "jest" | ||
}, | ||
"keywords": [], | ||
@@ -14,3 +11,6 @@ "author": "", | ||
"resolve.exports": "^2.0.2" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
} | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports._prepareStringForRegex = exports._findPathRecursively = void 0; | ||
exports._findPathRecursively = _findPathRecursively; | ||
exports.default = reversePackageExports; | ||
exports._prepareStringForRegex = _prepareStringForRegex; | ||
const path_1 = require("path"); | ||
@@ -63,3 +65,2 @@ const resolve_exports_1 = require("resolve.exports"); | ||
} | ||
exports._findPathRecursively = _findPathRecursively; | ||
function reversePackageExports({ exports: exportsObj, name }, relativePath) { | ||
@@ -87,3 +88,2 @@ if (!exportsObj) { | ||
} | ||
exports.default = reversePackageExports; | ||
function _prepareStringForRegex(input) { | ||
@@ -99,3 +99,2 @@ let result = input | ||
} | ||
exports._prepareStringForRegex = _prepareStringForRegex; | ||
//# sourceMappingURL=index.js.map |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
18777
6
1
459