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
👍 How many more days of work do you think it will be to remove require() when the time comes?
I think not only the require calls should be changed to import; but also the module export and type should change to ESM. Also the filenames may need to be converted from .js to .mjs. No?
That looks it require a couple of weeks.
@birkskyum Have you done similar change modernizing the mapbox > maplibre code?
Uh oh!
There was an error while loading. Please reload this page.
Newer tooling expect import/export, so gradually getting this sorted out will help with:
The text was updated successfully, but these errors were encountered: