Skip to content

Commit a162f04

Browse files
committed
refactor(component-meta): remove deprecated functions and exports
1 parent 13924d1 commit a162f04

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/component-meta/index.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ import type { MetaCheckerOptions } from './lib/types';
44

55
export * from './lib/types';
66

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-
177
export function createCheckerByJson(
188
rootPath: string,
199
json: any,

0 commit comments

Comments
 (0)