JSONPath-Plus / JSONPath

A fork of JSONPath from http://goessner.net/articles/JsonPath/
Other
975 stars 175 forks source link

Typescript comilation failes when using the sandbox setting #114

Open joepjoosten opened 4 years ago

joepjoosten commented 4 years ago

The typing for the sandbox variable is incorrect. It's typed as Map<string, any> but the JS code assumes it's and plain object.

Should be changed to type {}.