Skip to content

Commit 80ea05e

Browse files
committed
Automated cypher reference document generation (CI)
1 parent a655b01 commit 80ea05e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cypher/CYPHER.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,11 @@ Script | Directory | Description
358358
| [Add_module_properties.cypher](./Typescript_Enrichment/Add_module_properties.cypher) | Typescript_Enrichment | Add extended properties to Typescript nodes with a globalFqn like "namespace", "module", "name" and "extension" as well as markers like "isNodeModule", "isUnresolvedImport" and "isExternalImport" |
359359
| [Add_name_to_property_on_projects.cypher](./Typescript_Enrichment/Add_name_to_property_on_projects.cypher) | Typescript_Enrichment | Set name property on Typescript project nodes |
360360
| [Add_name_to_property_on_scan_nodes.cypher](./Typescript_Enrichment/Add_name_to_property_on_scan_nodes.cypher) | Typescript_Enrichment | Set name property on Typescript scan nodes |
361+
| [Add_namespace_property_on_nodes_from_linked_npm_packages.cypher](./Typescript_Enrichment/Add_namespace_property_on_nodes_from_linked_npm_packages.cypher) | Typescript_Enrichment | Add namespace property to Typescript nodes if a npm a package is linked. Requires Link_projects_to_npm_packages. |
361362
| [Count_internal_modules_resolving_external_ones.cypher](./Typescript_Enrichment/Count_internal_modules_resolving_external_ones.cypher) | Typescript_Enrichment | How many internal modules resolve/represent external ones (for manual exploration)? |
362363
| [Index_module_name.cypher](./Typescript_Enrichment/Index_module_name.cypher) | Typescript_Enrichment | Create index for module name |
363364
| [Link_external_modules_to_corresponding_npm_dependency.cypher](./Typescript_Enrichment/Link_external_modules_to_corresponding_npm_dependency.cypher) | Typescript_Enrichment | Link ExternalModule nodes to their corresponding NPM Dependency if available |
365+
| [Link_npm_dependencies_to_npm_packages.cypher](./Typescript_Enrichment/Link_npm_dependencies_to_npm_packages.cypher) | Typescript_Enrichment | Link npm dependencies to the npm package that describe them if it exists |
364366
| [Link_projects_to_npm_packages.cypher](./Typescript_Enrichment/Link_projects_to_npm_packages.cypher) | Typescript_Enrichment | Link Typescript projects to npm packages |
365367
| [Mark_test_modules.cypher](./Typescript_Enrichment/Mark_test_modules.cypher) | Typescript_Enrichment | Add "Test" label for modules that contain tests and test-related implementations |
366368
| [Remove_duplicate_CONTAINS_relations_between_files.cypher](./Typescript_Enrichment/Remove_duplicate_CONTAINS_relations_between_files.cypher) | Typescript_Enrichment | Remove duplicate CONTAINS relationships with the same properties between files |

0 commit comments

Comments
 (0)