Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 821be32

Browse files
teppeisrkirov
authored andcommitted
Map AsyncIteratorIterable to AsyncIterableIterator for latest Closure Compiler
1 parent a325f55 commit 821be32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/google/javascript/clutz/PlatformSymbols.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public class PlatformSymbols {
2525
new ImmutableMap.Builder<String, String>()
2626
.put("CSSProperties", "CSSStyleDeclaration")
2727
.put("IteratorIterable", "IterableIterator")
28+
.put("AsyncIteratorIterable", "AsyncIterableIterator")
2829
.put("Generator", "IterableIterator")
2930
.put("IArrayLike", "ArrayLike")
3031
.put("Arguments", "IArguments")

0 commit comments

Comments
 (0)