We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d4533 commit 9c2a718Copy full SHA for 9c2a718
src/com/google/javascript/jscomp/DiagnosticGroups.java
@@ -756,6 +756,9 @@ public static DiagnosticGroup forName(String name) {
756
DiagnosticGroups.registerDeprecatedGroup("duplicateZipContents");
757
758
DiagnosticGroups.registerGroup("conflictingIjsFile", IjsErrors.CONFLICTING_IJS_FILE);
759
+
760
+ DiagnosticGroups.registerGroup(
761
+ "implicitWeakEntryPoint", JSModuleGraph.IMPLICIT_WEAK_ENTRY_POINT_ERROR);
762
}
763
764
/** Adds warning levels by name. */
0 commit comments