json-rules-engine icon indicating copy to clipboard operation
json-rules-engine copied to clipboard

jsonpath-plus expects browser to use ESM

Open sslgeorge opened this issue 11 months ago • 0 comments

This library will no longer work in browser jsonpath-plus serves ESM when being used in the browser, however, this package only supports commonJS, so we get into a situation where if we are running this in a browser (vitest) we get an error when json-rules-engine tries to load jsonpath-plus

sslgeorge avatar Mar 22 '25 13:03 sslgeorge