Skip to content

Namespace Neo4j relationship types with a TS_ prefix #9

@rahlk

Description

@rahlk

The relationship types this analyzer emits (HAS_MODULE, DECLARES, HAS_METHOD, HAS_ATTRIBUTE, DECLARES_VAR, HAS_CALLSITE, RESOLVES_TO, CALLS, EXTENDS, IMPLEMENTS, IMPORTS, RE_EXPORTS, MEMBER_OF, DECORATED_BY) share a namespace with relationships produced by analyzers for other languages in the same database.

Apply a TS_ prefix to every relationship type (e.g. HAS_MODULE -> TS_HAS_MODULE) so that traversals can be scoped to this analyzer subgraph. Update the schema catalog, the projection, and both writers (the cypher snapshot writer and the bolt incremental writer).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions