You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
hslayers-server uses CommonJS syntax, some packages like "got" already moved to a "pure" ES modules standard.
Describe the solution you'd like
Refactor files from CJS to ESM
Describe alternatives you've considered
Leave it be until it breaks on some future Node version.
Additional context
Mixing CJS and ESM modules requires hacks like dynamic imports (see e.g. #3815 )
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
hslayers-server uses CommonJS syntax, some packages like "got" already moved to a "pure" ES modules standard.
Describe the solution you'd like
Refactor files from CJS to ESM
Describe alternatives you've considered
Leave it be until it breaks on some future Node version.
Additional context
Mixing CJS and ESM modules requires hacks like dynamic imports (see e.g. #3815 )
The text was updated successfully, but these errors were encountered: