Valentyn Kahamlyk

Results 15 comments of Valentyn Kahamlyk

> needs a CHANGELOG entry and Upgrade Documentation, but looking pretty good. thanks! CHANGELOG updated in https://github.com/apache/tinkerpop/pull/1808/commits/13501c50233d1692d2cd3dd8185e61e9050f8fe3

Good to have some test cases, especially for traversal where there are steps with nested global and local children

Is there way to simply test these changes in different browsers? @tien maybe you have a simple application that can be put into [examples](https://github.com/apache/tinkerpop/tree/master/gremlin-javascript/examples) and run to check the basic...

> @vkagamlyk or are you suggesting I should create like a simple html page that simply run all the stuffs under `examples`? I thought about something more simple, like html...

@tien I got an error `index.js:22 Uncaught SyntaxError: The requested module '/@fs/C:/_Projects/tinkerpop-tien/gremlin-javascript/src/main/javascript/gremlin-javascript/index.js' does not provide an export named 'default' (at index.js:22:8)` in Chrome.

> > @tien I got an error `index.js:22 Uncaught SyntaxError: The requested module '/@fs/C:/_Projects/tinkerpop-tien/gremlin-javascript/src/main/javascript/gremlin-javascript/index.js' does not provide an export named 'default' (at index.js:22:8)` in Chrome. > > Is this from...