mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ab13c9663a
The Karma Saucelabs script for Bazel & Saucelabs relies on some CommonJS specific features. This commit replaces it with an ESM-compatible alternative so that it can execute because `nodejs_binary` requires ESM files now. PR Close #48573