Skip to content

Commit a199ab4

Browse files
authoredApr 16, 2023
refactor: @angular/compiler/testing is an empty module. (#26940)
It was emptied in [angular#34884](https://github.com/angular/angular/pull/43884/files#diff-a276decfccb83a8fb5eae9b051127ce2e3773c9407992869061a648e7bf1d1e5)
1 parent 97410fa commit a199ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ MDC_PACKAGES = [
8383
ANGULAR_PACKAGES_CONFIG = [
8484
("@angular/animations", struct(entry_points = ["browser"])),
8585
("@angular/common", struct(entry_points = ["http/testing", "http", "testing"])),
86-
("@angular/compiler", struct(entry_points = ["testing"])),
86+
("@angular/compiler", struct(entry_points = [])),
8787
("@angular/core", struct(entry_points = ["testing"])),
8888
("@angular/forms", struct(entry_points = [])),
8989
("@angular/platform-browser", struct(entry_points = ["testing", "animations"])),

0 commit comments

Comments
 (0)
Please sign in to comment.