spmallette commented on code in PR #3336:
URL: https://github.com/apache/tinkerpop/pull/3336#discussion_r2972188461


##########
gremlin-javascript/src/main/javascript/gremlin-javascript/package.json:
##########
@@ -20,29 +20,42 @@
   "type": "module",
   "main": "./build/cjs/index.cjs",
   "exports": {
-    "import": "./build/esm/index.js",
-    "require": "./build/cjs/index.cjs"
+    ".": {
+      "import": "./build/esm/index.js",
+      "require": "./build/cjs/index.cjs"
+    },
+    "./language": {
+      "import": "./build/esm/language/index.js",
+      "types": "./build/esm/language/index.d.ts"
+    }
+  },
+  "typesVersions": {
+    "*": {
+      "language": ["./build/esm/language/index.d.ts"]
+    }
   },
   "files": [
     "build"
   ],
   "dependencies": {
+    "antlr4ng": "~3.0.16",
     "buffer": "^6.0.3",
     "eventemitter3": "^5.0.1",
     "readable-stream": "^4.5.2",
     "uuid": "^9.0.1"
   },
   "devDependencies": {
     "@cucumber/cucumber": "~12.7.0",
-    "@knighted/duel": "^1.0.7",
+    "@eslint/js": "^9.16.0",
+    "@knighted/duel": "^4.0.2",

Review Comment:
   yes, i noticed that. i think we're dropping for 4.0. no point in continuing 
to support that. by the time 4.0 is ready for official release, 20 will be long 
dead.



-- 
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]

Reply via email to