micromatch/micromatch/issues/194

node v12.22.12
version: 0.1.0
endpointsharetweet
const mm = require("micromatch") // Works well console.log('Works well: ', mm(['foo', 'bar'], ['foo', 'BAR'], { nocase: true })) // But something wrong here console.log('Minimal repro: ', mm(['C:\\'], 'c:\\', { nocase: true })) // Expected: ["C:\\"] // Received: []
Loading…

no comments

    sign in to comment