diff --git a/build-scripts/reflection-config.json b/build-scripts/reflection-config.json index 8bf13786..c043a929 100644 --- a/build-scripts/reflection-config.json +++ b/build-scripts/reflection-config.json @@ -203,6 +203,11 @@ "allPublicMethods" : true, "allPublicFields" : true }, + { + "name": "com.google.javascript.jscomp.ConformanceConfig$LibraryLevelNonAllowlistedConformanceViolationsBehavior", + "allPublicMethods" : true, + "allPublicFields" : true + }, { "name" : "com.google.javascript.jscomp.ConformanceRules", "allDeclaredMethods" : true,