nanoporetech / jmespath-ts

Typescript translation of the jmespath.js package
Mozilla Public License 2.0
61 stars 7 forks source link

Accept readonly arrays as JSON values #15

Open mkantor opened 2 years ago

mkantor commented 2 years ago

This allows things like search(['a'] as const, '[0]'). Previously that would be rejected by the type checker.

mkantor commented 2 years ago

Any hope in getting this merged?