Skip to content

Commit

Permalink
Merge pull request #26 from humanchimp/issue/ts-3.6
Browse files Browse the repository at this point in the history
add lib.2018.asyncgenerator to default lib names
  • Loading branch information
wessberg committed Aug 29, 2019
2 parents fb2d973 + aecbc28 commit 62ad7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constant/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export const DEFAULT_LIB_NAMES: Set<string> = new Set([
"lib.es2018.promise.d.ts",
"lib.es2018.regexp.d.ts",
"lib.es2018.asynciterable.d.ts",
"lib.es2018.asyncgenerator.d.ts",
"lib.es2019.array.d.ts",
"lib.es2019.d.ts",
"lib.es2019.full.d.ts",
Expand Down

0 comments on commit 62ad7e0

Please sign in to comment.