[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-08-24 Thread daem0ndev
Github user daem0ndev commented on the issue:

https://github.com/apache/tinkerpop/pull/898
  
hey folks! sorry i went missing :) so @mattallenuk please feel free to go 
ahead, we actually ran into some hiccups when trying to integrate with 
gremlin-javascript and remote calls when doing things like serializing a 
subgraph and using lambda functions so we went to a java based api layer 
instead so I have not needed the javascript / typescript package. Would be 
great if it supported some of those things (maybe it does and I just dont know 
how to use it?) lol


---


[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-08-01 Thread daem0ndev
Github user daem0ndev commented on the issue:

https://github.com/apache/tinkerpop/pull/898
  
yes unfortunately its manually maintained right now, although I did my best 
to organize the file in such a way that its easy to map it to the default 
exports. The only way to get this for free is if we converted the whole project 
to true typescript :)


---


[GitHub] tinkerpop issue #898: gremlin-javascript: Typescript typings definition

2018-07-29 Thread daem0ndev
Github user daem0ndev commented on the issue:

https://github.com/apache/tinkerpop/pull/898
  
I'm working on a NestJS module for gremlin client that will essentially be 
a clean typescript wrapper over this gremlin-javascript library. If there is 
any interest, I'll gladly publish it. 


---


[GitHub] tinkerpop pull request #898: gremlin-javascript: Typescript typings definiti...

2018-07-29 Thread daem0ndev
GitHub user daem0ndev opened a pull request:

https://github.com/apache/tinkerpop/pull/898

gremlin-javascript: Typescript typings definition

Provides an index.d.ts typings definition file for TypeScript consumers of 
`gremin-javascript`.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/daem0ndev/tinkerpop patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tinkerpop/pull/898.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #898


commit 93deb6d67fdaf60327b7110ffa10090c922a5753
Author: Asif Rahman 
Date:   2018-07-29T19:41:58Z

Typescript typings definition

Provides an index.d.ts typings definition file for TypeScript consumers.




---