rollbar.js icon indicating copy to clipboard operation
rollbar.js copied to clipboard

Full commonjs to es modules migration

Open matux opened this issue 6 months ago • 0 comments

Description of the change

This PR fully migrates the codebase from CommonJS to ES modules, updating imports/exports and related configurations.

  • Converted require/module.exports to import/export in all source files
  • Added "type": "module" to package.json and updated build/test configs to .cjs extensions
  • Adjusted bundle snippets and examples to use ES module syntax

Related issues

SDK-492/migrate-source-code-to-es-modules

matux avatar Jun 13 '25 17:06 matux