Skip to content

Commit

Permalink
Merge branch 'githru:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwadarong authored Oct 6, 2024
2 parents 2044643 + ef89f96 commit 5f549e4
Show file tree
Hide file tree
Showing 32 changed files with 662 additions and 310 deletions.
189 changes: 180 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/analysis-engine/src/constant.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const COMMIT_SEPARATOR = "4itc2s8hH-oA64s08h19";
export const GIT_LOG_SEPARATOR = "I9M-0XOzvHlYPegVPpzb";
1 change: 1 addition & 0 deletions packages/analysis-engine/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ export class AnalysisEngine {
}

export default AnalysisEngine;
export { COMMIT_SEPARATOR, GIT_LOG_SEPARATOR } from "./constant";
Loading

0 comments on commit 5f549e4

Please sign in to comment.