danielbodart opened a new pull request, #3511: URL: https://github.com/apache/tinkerpop/pull/3511
Adds a `gremlin/io` package export exposing the GraphBinary type serializers. They are currently only reachable by importing past the `exports` map into `build/`, which couples consumers to internal file layout and breaks under bundlers that honour `exports` (e.g. esbuild/wrangler). This lets server-side v4 protocol implementations reuse them cleanly: ```js import ioc from 'gremlin/io'; ``` Follows the `./language` subpath precedent (`import` + `types`). CHANGELOG updated. Happy to rename the subpath or add a CJS `require` entry if you'd prefer. Not tied to a JIRA yet (glad to file one). Scope is the export map + changelog only; not run through the full Maven build locally. Drafted with AI assistance (`Assisted-by` trailer on the commit). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
