Skip to content

Commit b7427f8

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
Internal change.
PiperOrigin-RevId: 619930166
1 parent 1b31a90 commit b7427f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/google/javascript/jscomp/ConformanceRules.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public final class ConformanceRules {
7777

7878
private static AllowList createTsAllowlist() {
7979
try {
80-
return new AllowList(ImmutableList.of(), ImmutableList.of(".*\\.closure\\.js"));
80+
return new AllowList(
81+
ImmutableList.of(), ImmutableList.of(".*\\.closure\\.js", ".*\\.tsx\\.cl\\.js"));
8182
} catch (Throwable t) {
8283
throw new AssertionError(t);
8384
}

0 commit comments

Comments
 (0)