rosostolato / odata-fluent-query

odata query builder
MIT License
37 stars 8 forks source link

Error when using the library on a ESM project without a bundler #33

Open ceifa opened 6 months ago

ceifa commented 6 months ago
node_modules\odata-fluent-query\index.js:1
import { createQuery, createQueryDescriptor } from './builders';
^^^^^^

SyntaxError: Cannot use import statement outside a module
ceifa commented 6 months ago

Why not set the "type": "module" in the package.json?