Skip to content

Commit

Permalink
fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tarasyuk committed Jun 12, 2019
1 parent 3c4fd9f commit 921824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/factory.ts
Expand Up @@ -3707,7 +3707,7 @@ namespace ts { // eslint-disable-line no-redeclare
};`
};

export function createSpreadArraysHelper(context: TransformationContext, argumentList: ReadonlyArray<Expression>, location?: TextRange) {
export function createSpreadArraysHelper(context: TransformationContext, argumentList: readonly Expression[], location?: TextRange) {
context.requestEmitHelper(spreadArraysHelper);
return setTextRange(
createCall(
Expand Down

0 comments on commit 921824b

Please sign in to comment.