Skip to content

Commit 921824b

Browse files
committed
fix eslint errors
1 parent 3c4fd9f commit 921824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3707,7 +3707,7 @@ namespace ts { // eslint-disable-line no-redeclare
37073707
};`
37083708
};
37093709

3710-
export function createSpreadArraysHelper(context: TransformationContext, argumentList: ReadonlyArray<Expression>, location?: TextRange) {
3710+
export function createSpreadArraysHelper(context: TransformationContext, argumentList: readonly Expression[], location?: TextRange) {
37113711
context.requestEmitHelper(spreadArraysHelper);
37123712
return setTextRange(
37133713
createCall(

0 commit comments

Comments
 (0)