Skip to content

Commit

Permalink
Remove exception for xid in CheckMissingRequires now that the depot…
Browse files Browse the repository at this point in the history
… has been cleaned up.

PiperOrigin-RevId: 705514364
  • Loading branch information
concavelenz authored and copybara-github committed Dec 12, 2024
1 parent e5bff9c commit 093f1e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/com/google/javascript/jscomp/CheckMissingRequires.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ private void visitQualifiedName(
// file).
return;
}
if (rootName.equals("xid")) {
// TODO(b/160167649): Decide if we should report `xid` which initially was too common to
// fix.
return;
}
}

if (NodeUtil.isDeclarationLValue(n)) {
Expand Down

0 comments on commit 093f1e6

Please sign in to comment.