Skip to content

Commit ce77974

Browse files
committed
refactor: move execution implementation to new file
1 parent 8714a52 commit ce77974

File tree

3 files changed

+982
-990
lines changed

3 files changed

+982
-990
lines changed

src/execution/compiledDocument.ts

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { assertValidSchema } from '../type/validate';
2020
import type { ExecutionArgs } from './execute';
2121
import { getVariableValues } from './values';
2222

23+
/* eslint-disable max-params */
2324
// This file contains a lot of such errors but we plan to refactor it anyway
2425
// so just disable it for entire file.
2526

0 commit comments

Comments
 (0)