Convert remaining CommonJS modules to ES modules
These modules have default exports and are imported by CoffeeScript modules. Since we use CoffeeScript 1.x which doesn't support `import`/`export` syntax, we use destructuring to access the default export.
Showing
Please register or sign in to comment