Interesting discussion on globs vs regexps for package configuration: https://github.com/facebook/jest/issues/7185
Is it true that all globs can be expressed as regexps? I can imagine there might be some cute tricks that can't be converted.
(I definitely find globs easier to read though!)
miniblog.
Related Posts
Gah. In YAML, `foo` is equivalent to JSON's "foo" but `123` is equivalent to `123`. So strings that look like numbers are silently converted