feat: add parser module exports
This commit is contained in:
3
packages/parser/src/index.ts
Normal file
3
packages/parser/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export { analyzeRepository } from "./analyzer.js";
|
||||
export { walkFiles } from "./file-walker.js";
|
||||
export type { LanguageParser } from "./languages/base.js";
|
||||
Reference in New Issue
Block a user