mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[internals] Refactor @vercel-internals/types enums into constants (#9789)
- Creates new internals package, `@vercel-internals/constants` - Refactors the `enum`s from `@vercel-internals/types` into `as const` objects, and moves them to `@vercel-intenrals/constants` - Updates all relevant code within `packages/cli`, including `@vercel-internals/types` imports to be `import type`
This commit is contained in:
@@ -5,7 +5,7 @@ import { useTeams } from '../../mocks/team';
|
||||
import { defaultProject, useProject } from '../../mocks/project';
|
||||
import { client } from '../../mocks/client';
|
||||
import git from '../../../src/commands/git';
|
||||
import { Project } from '@vercel-internals/types';
|
||||
import type { Project } from '@vercel-internals/types';
|
||||
|
||||
describe('git', () => {
|
||||
describe('connect', () => {
|
||||
|
||||
Reference in New Issue
Block a user