mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: refactor packages/compiler/test to work with ESM (#48521)
Switches the circular deps test to use the ESM output. The normal `.js` devmode output is no longer available. PR Close #48521
This commit is contained in:
@@ -9,7 +9,7 @@ NODE_ONLY = [
|
||||
|
||||
circular_dependency_test(
|
||||
name = "circular_deps_test",
|
||||
entry_point = "angular/packages/compiler/index.js",
|
||||
entry_point = "angular/packages/compiler/index.mjs",
|
||||
deps = ["//packages/compiler"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user