cspell-glob
Advanced tools
Comparing version 5.0.1-alpha.3 to 5.0.1-alpha.5
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import * as path from 'path'; | ||
@@ -3,0 +2,0 @@ export declare type PathInterface = typeof path.posix; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GlobMatcher = void 0; | ||
const mm = require("micromatch"); | ||
@@ -4,0 +5,0 @@ const path = require("path"); |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./GlobMatcher")); | ||
__exportStar(require("./GlobMatcher"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cspell-glob", | ||
"version": "5.0.1-alpha.3", | ||
"version": "5.0.1-alpha.5", | ||
"description": "Glob matcher for cspell", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "efceae2801b83dd00d976926ddaf29069ac97a23" | ||
"gitHead": "e3c554df4c7bdedd2dd71c72d87563ee44067e49" | ||
} |
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
9222
141