tiktok / rush-plugins

MIT License
14 stars 2 forks source link

fix: fix pattern match for path that contains dot #16

Closed EscapeB closed 3 weeks ago

EscapeB commented 3 weeks ago

Basic Checks

Have you run rush change for this change?

Does this PR introduce a breaking change? (check one)

Summary

Fix glob pattern match for paths that contains dot.

Detail

Add { dot: true } option to minimatch

How to test it