Github user Tankobot commented on the issue:
https://github.com/apache/tinkerpop/pull/898
@jorgebay From the looks of that groovy file, only the traversal files are
generated. Are the other scripts in the repository handwritten? I'm actually in
a situation very similar to @daem0ndev (writing a server in NestJS and looking
for gremlin types). I ended up writing my own type declaration file for
gremlin-javascript (it differs slightly from @daem0ndev's types). I wouldn't
mind rewriting the entire gremlin-javascript package myself (it's not that big)
in TypeScript in order to give it native types. It might still be beneficial to
generate some TS files such as those mirroring the Traversal api.
Side note: I was looking into implementing the GraphComputer portion of
TinkerPop into this package before I saw this pull request on the mailing list
(I'm not adept at using mailing lists yet).
---