tien commented on PR #2515:
URL: https://github.com/apache/tinkerpop/pull/2515#issuecomment-1993622235

   Have updated the browser example to use TypeScript instead. Didn't touch the 
node example as it's right now just a collection of scripts :p
   
   NOTE:
   
   You can see from the browser example that importing type definition is not 
the best right now in terms of ergonomic. Addressing this will require changing 
the export a little, which I think should be done as a separate PR.
   
   ```ts
   import type { Edge, Vertex } from "gremlin/build/esm/structure/graph";
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to