adobe / json-formula

Query language for JSON documents
http://opensource.adobe.com/json-formula/
Apache License 2.0
19 stars 8 forks source link

Create ES Module for json-formula library #39

Closed vdua closed 1 year ago

vdua commented 1 year ago

In the package json, there is an entry module [1] but that file is not generated. The package cannot be used at places where ES modules are required.

[1] https://github.com/adobe/json-formula/blob/main/package.json#L10