Add missing references in clparser and libs.json

This commit is contained in:
dangoo
2018-06-19 22:24:32 +02:00
parent 48e1a891a6
commit b7f5f2a92b
2 changed files with 3 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ namespace ts {
["esnext.array", "lib.esnext.array.d.ts"],
["esnext.symbol", "lib.esnext.symbol.d.ts"],
["esnext.asynciterable", "lib.esnext.asynciterable.d.ts"],
["esnext.intl", "lib.esnext.intl.d.ts"]
];
/**