From cba5ba06893d8a3e20aa849dc5271a91f32d3b6d Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Sat, 15 Apr 2023 18:34:14 +0200 Subject: [PATCH] refactor: `@angular/compiler/testing` is an empty module. It was emptied in [angular#34884](https://github.com/angular/angular/pull/43884/files#diff-a276decfccb83a8fb5eae9b051127ce2e3773c9407992869061a648e7bf1d1e5) --- packages.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.bzl b/packages.bzl index 732012b7bfd9..2b8875f72a1a 100644 --- a/packages.bzl +++ b/packages.bzl @@ -83,7 +83,7 @@ MDC_PACKAGES = [ ANGULAR_PACKAGES_CONFIG = [ ("@angular/animations", struct(entry_points = ["browser"])), ("@angular/common", struct(entry_points = ["http/testing", "http", "testing"])), - ("@angular/compiler", struct(entry_points = ["testing"])), + ("@angular/compiler", struct(entry_points = [])), ("@angular/core", struct(entry_points = ["testing"])), ("@angular/forms", struct(entry_points = [])), ("@angular/platform-browser", struct(entry_points = ["testing", "animations"])),