sqids / sqids-javascript

Official JavaScript port of Sqids. Generate short unique IDs from numbers.
https://sqids.org/javascript
MIT License
629 stars 14 forks source link

Broken packaging: Unexpected token 'export' #3

Closed 4kimov closed 1 year ago

4kimov commented 1 year ago

How do we package all this stuff? Tests are passing, but when using via npm/yarn in external projects, getting:

.../node_modules/sqids/esm/sqids.js:1
export const defaultOptions = {
4kimov commented 1 year ago

Fixed: esm/package.json had to be manually added.