@embroider/reverse-exports
Advanced tools
Comparing version 0.1.1-unstable.3608a1f to 0.1.1-unstable.3734d9f
{ | ||
"name": "@embroider/reverse-exports", | ||
"version": "0.1.1-unstable.3608a1f", | ||
"version": "0.1.1-unstable.3734d9f", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
"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
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
17706
459