Skip to content

chore: replace raw NUL separators with \0 escape in rows.ts / dataflow.ts #44

Description

@rahlk

src/build/neo4j/rows.ts and src/schema/v2/dataflow.ts use a literal NUL control byte as a template-literal key separator, so git renders both as binary diffs. That made contract-adjacent edits in the #26 cluster (the revived deferred edgeToSymbol gate; the L3 dedup-key mapping) land unreviewable via normal diff. Replace each raw NUL with the \0 escape — byte-identical output, restores text diffs.

Pre-existing; surfaced by the final review of epic #26.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions