Skip to content

Commit

Permalink
Update packages/typescript-estree/src/create-program/useProvidedProgr…
Browse files Browse the repository at this point in the history
…ams.ts

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
JamesHenry and bradzacher committed Jun 11, 2021
1 parent 4137b8a commit 9663f12
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ import {
const log = debug('typescript-eslint:typescript-estree:useProvidedProgram');

function useProvidedPrograms(
programInstances: ts.Program[] | Iterable<ts.Program>,
programInstances: Iterable<ts.Program>,
extra: Extra,
): ASTAndProgram | undefined {
log(
Expand Down

0 comments on commit 9663f12

Please sign in to comment.