Stephen Mallette created TINKERPOP-2925:
-------------------------------------------
Summary: mergeE() in javascript producing an error
Key: TINKERPOP-2925
URL: https://issues.apache.org/jira/browse/TINKERPOP-2925
Project: TinkerPop
Issue Type: Bug
Components: javascript
Affects Versions: 3.6.2
Reporter: Stephen Mallette
{code}
g.mergeE([(T.id): 'teste-edge', (T.label): 'edge-label', (Direction.from):
'test-vertex', (Direction.to): 'test-vertex2'])
{code}
bytecode created seems to be off perhaps for {{Direction.from}} where it adds
it as {{from_}} according to [~krlawrence]. would be nice to also improve the
client-side error for this. it may have been a bit opaque.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)