Skip to content

Commit a3521fb

Browse files
committed
refactor: start grouping document builder code
1 parent 01b9979 commit a3521fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+31
-31
lines changed

src/layers/3_InferResult/Alias.ts renamed to src/documentBuilder/InferResult/Alias.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { mergeObjectArray, ValuesOrEmptyObject } from '../../lib/prelude.js'
22
import type { Schema } from '../../types/Schema/__.js'
3-
import type { Select } from '../2_Select/__.js'
3+
import type { Select } from '../Select/__.js'
44
import type { OutputField } from './OutputField.js'
55

66
// dprint-ignore

src/layers/3_InferResult/InlineFragment.ts renamed to src/documentBuilder/InferResult/InlineFragment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type GetKeyOr } from '../../lib/prelude.js'
22
import type { Schema } from '../../types/Schema/__.js'
3-
import type { Select } from '../2_Select/__.js'
3+
import type { Select } from '../Select/__.js'
44
import type { Object } from './OutputObject.js'
55

66
// dprint-ignore

src/layers/3_InferResult/OutputField.ts renamed to src/documentBuilder/InferResult/OutputField.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Simplify } from 'type-fest'
22
import type { TSErrorDescriptive } from '../../lib/ts-error.js'
33
import type { Schema } from '../../types/Schema/__.js'
44
import type { InlineType } from '../../types/SchemaDrivenDataMap/InlineType.js'
5-
import type { Select } from '../2_Select/__.js'
5+
import type { Select } from '../Select/__.js'
66
import type { Interface } from './Interface.js'
77
import type { Object } from './OutputObject.js'
88
import type { Union } from './Union.js'

src/layers/3_InferResult/OutputObject.ts renamed to src/documentBuilder/InferResult/OutputObject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Simplify } from 'type-fest'
22
import { type StringKeyof } from '../../lib/prelude.js'
33
import type { TSErrorDescriptive } from '../../lib/ts-error.js'
44
import type { Schema } from '../../types/Schema/__.js'
5-
import type { Select } from '../2_Select/__.js'
5+
import type { Select } from '../Select/__.js'
66
import type { Alias } from './Alias.js'
77
import type { OutputField } from './OutputField.js'
88
import type { ScalarsWildcard } from './ScalarsWildcard.js'
File renamed without changes.

0 commit comments

Comments
 (0)