Skip to content

Commit

Permalink
refactor: move execution implementation to new file
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 24, 2022
1 parent 8714a52 commit ce77974
Show file tree
Hide file tree
Showing 3 changed files with 982 additions and 990 deletions.
1 change: 1 addition & 0 deletions src/execution/compiledDocument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { assertValidSchema } from '../type/validate';
import type { ExecutionArgs } from './execute';
import { getVariableValues } from './values';

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

Expand Down
Loading

0 comments on commit ce77974

Please sign in to comment.