Rewrite reporter to use ESM syntax.
Description: previously we used commonjs syntax inside reporter (require), not we changed it to esm (import).
It affects just project internally and should not break anything. But the changes are huge and everything may be broken.
Rewrite reporter to use ESM syntax. Description: previously we used commonjs syntax inside reporter (
require
), not we changed it to esm (import
). It affects just project internally and should not break anything. But the changes are huge and everything may be broken.Release: 2.0.0-beta-esm
Affected areas: