-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Not Needed
-
None
mongodb-query-parser uses Object.defineProperty with getters to export exports stringify and toJSString.
That isn't compliant with ESM and it produce an issue with the bundle with rolldown package.
Related issue: https://github.com/nitedani/standaloner/issues/8