We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13924d1 commit a162f04Copy full SHA for a162f04
packages/component-meta/index.ts
@@ -4,16 +4,6 @@ import type { MetaCheckerOptions } from './lib/types';
4
5
export * from './lib/types';
6
7
-/**
8
- * @deprecated Use `createCheckerByJson` instead.
9
- */
10
-export const createComponentMetaCheckerByJsonConfig = createCheckerByJson;
11
-
12
13
- * @deprecated Use `createChecker` instead.
14
15
-export const createComponentMetaChecker = createChecker;
16
17
export function createCheckerByJson(
18
rootPath: string,
19
json: any,
0 commit comments