| D | lint-md.mjs | 3677 const regex = isState constant 3692 const result = { glob, state, regex, posix, input, output, match, isMatch }; property 3741 picomatch$3.test = (input, regex, options, { glob, posix } = {}) => { argument 3786 const regex = glob instanceof RegExp ? glob : picomatch$3.makeRe(glob, options); constant 3888 const regex = picomatch$3.toRegex(source, options); constant 22569 regex argument 22596 const regex = makeRegex(pattern, negative, ignorecase); constant 34208 function regexCheck(regex) { argument 36632 marker: '▮', property 46413 Object.assign({marker: commentMarker, test}, options) property
|