Internal change. PiperOrigin-RevId: 281188652
diff --git a/internal/common/compilation.bzl b/internal/common/compilation.bzl index eff1846..3b10700 100644 --- a/internal/common/compilation.bzl +++ b/internal/common/compilation.bzl
@@ -517,6 +517,7 @@ # This allows users of compile_ts to modify or augment the returned dict before # converting it to an immutable struct. def ts_providers_dict_to_struct(d): + for key, value in d.items(): if key != "output_groups" and type(value) == type({}): d[key] = struct(**value)