mjhm / lodash-match-pattern

Deep JSON pattern matching library
MIT License
50 stars 3 forks source link

The README.md should make it clear that `_` is a magic value #37

Open snoblenet opened 7 years ago

snoblenet commented 7 years ago

If you try doing something like...

const matcher = chaiMatchPattern.getLodashModule();

...you'll quickly run into trouble as behind the scenes, lodash-match-pattern or one of its depedencies is looking for the actual _. The README.md should make this clear, as I've just lost a day discovering this the hard way.

Otherwise, great library, great documentation. Thanks.