We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc1378 commit 1bb1961Copy full SHA for 1bb1961
cypher/Typescript_Enrichment/Add_module_properties.cypher
@@ -18,7 +18,7 @@ OPTIONAL MATCH (class:TS:Class)-[:DECLARES]->(ts)
18
,coalesce('@' + nullif(namespaceName, ''), '') AS namespaceNameWithAtPrefixed
19
,replace(symbolName, coalesce(optionalClassName + '.', ''), '') AS symbolNameWithoutClassName
20
SET ts.namespace = namespaceNameWithAtPrefixed
21
- ,ts.module = modulePathName
+ ,ts.module = modulePathNameWithoutIndexAndDefault
22
,ts.moduleName = moduleName
23
,ts.name = coalesce(symbolNameWithoutClassName, indexAndExtensionOmittedName)
24
,ts.extensionExtended = moduleNameExtensionExtended
0 commit comments