esbuild-ignore-with-comments-plugin
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.findComments = exports.mustIgnore = void 0; | ||
exports.mustIgnore = mustIgnore; | ||
exports.findComments = findComments; | ||
const fs_1 = __importDefault(require("fs")); | ||
@@ -74,3 +75,2 @@ const ignorePlugin = (opts) => { | ||
} | ||
exports.mustIgnore = mustIgnore; | ||
function findComments(text) { | ||
@@ -88,3 +88,2 @@ const commentRegex = /^\s*\/\* esbuild-ignore ([^\s\*]*)/gm; | ||
} | ||
exports.findComments = findComments; | ||
const pluginFactory = (opts) => { | ||
@@ -91,0 +90,0 @@ return ignorePlugin(opts); |
{ | ||
"name": "esbuild-ignore-with-comments-plugin", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "esbuild Plugin for ignoring files with specific comments in them", | ||
@@ -36,11 +36,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.9", | ||
"@swc/core": "^1.3.55", | ||
"@swc/jest": "^0.2.26", | ||
"@types/jest": "^29.0.1", | ||
"@types/node": "^18.7.13", | ||
"@goldstack/utils-git": "0.2.10", | ||
"@swc/core": "^1.9.3", | ||
"@swc/jest": "^0.2.37", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^22.10.0", | ||
"esbuild": "^0.17.18", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.8.4" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -47,0 +47,0 @@ "peerDependencies": { |
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
9598
97