feat: construct the edge of the classification operator from dsl #918 (#1329)

### What problem does this PR solve?

feat: construct the edge of the classification operator from dsl #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-01 14:37:05 +08:00
committed by GitHub
parent 4542346f18
commit 5eb21b9c7c
6 changed files with 296 additions and 290 deletions

View File

@@ -36,6 +36,8 @@ test('build nodes and edges from dsl', () => {
const { edges, nodes } = buildNodesAndEdgesFromDSLComponents(
headhunter_zh.components,
);
console.info('node length', nodes.length);
console.info('edge length', edges.length);
try {
fs.writeFileSync(
path.join(__dirname, 'headhunter_zh.json'),