mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit also performs lock file maintenance on all integration tests, fixing some ambigous ESM/CJS dependency graph issues. e.g. ``` Unknown error: Error [ERR_REQUIRE_ESM]: require() of ES Module /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/string-width/index.js from /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs not supported. Instead change the require of index.js in /tmp/ng-integration-test-aTpQOT/test-sandbox/node_modules/cliui/build/index.cjs to a dynamic import() which is available in all CommonJS modules. ------------------------------------------ ``` Closes #56261. PR Close #56364 |
||
|---|---|---|
| .. | ||
| e2e | ||
| src | ||
| BUILD.bazel | ||
| index.html | ||
| package.json | ||
| rollup.config.mjs | ||
| tsconfig.json | ||
| yarn.lock | ||