File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { type Plugin } from 'vite' ;
1+ import type { Plugin } from 'vite' ;
22import {
33 type CodegenConfig ,
44 CodegenContext ,
Original file line number Diff line number Diff line change 11import { normalizePath } from 'vite' ;
2- import { type CodegenContext } from '@graphql-codegen/cli' ;
2+ import type { CodegenContext } from '@graphql-codegen/cli' ;
33import { normalizeInstanceOrArray } from '@graphql-codegen/plugin-helpers' ;
44
55export async function getDocumentPaths (
Original file line number Diff line number Diff line change 11import { normalizePath } from 'vite' ;
2- import { type CodegenContext } from '@graphql-codegen/cli' ;
2+ import type { CodegenContext } from '@graphql-codegen/cli' ;
33import { getDocumentPaths , getSchemaPaths } from '@/utils/configPaths' ;
44
55export type FileMatcher = (
Original file line number Diff line number Diff line change 1- import { ConfigEnv } from 'vite' ;
1+ import type { ConfigEnv } from 'vite' ;
22
33export type ViteMode = ConfigEnv [ 'command' ] ;
44
You can’t perform that action at this time.
0 commit comments