Add types for k6/x/socketio#74419
Conversation
|
@XEmAX32 Thank you for submitting this PR! I see this is your first time submitting to DefinitelyTyped 👋 — I'm the local bot who will help you through the process of getting things through. This is a live comment that I will keep updated. 1 package in this PR
Code ReviewsThis PR adds a new definition, so it needs to be reviewed by a DT maintainer before it can be merged. You can test the changes of this PR in the Playground. Status
Once every item on this list is checked, I'll ask you for permission to merge and publish the changes. InactiveThis PR has been inactive for 7 days. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74419,
"author": "XEmAX32",
"headCommitOid": "80f3e6fbea60839d4f7efc3430cffcfefd4484c7",
"mergeBaseOid": "c0e4c41164885d5d2d40845848b4d64782d7ca61",
"lastPushDate": "2026-01-30T00:11:27.000Z",
"lastActivityDate": "2026-02-03T20:21:42.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "k6__x__socketio",
"kind": "add",
"files": [
{
"path": "types/k6__x__socketio/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/k6__x__socketio/index.d.ts",
"kind": "definition"
},
{
"path": "types/k6__x__socketio/k6__x__socketio-tests.ts",
"kind": "test"
},
{
"path": "types/k6__x__socketio/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/k6__x__socketio/tsconfig.json",
"kind": "package-meta",
"suspect": "not [the expected form](https://github.com/DefinitelyTyped/DefinitelyTyped#user-content-tsconfigjson) (check: `compilerOptions.lib.0`)"
}
],
"owners": [],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [],
"mainBotCommentID": 3821060593,
"ciResult": "pass"
} |
|
🔔 @XEmAX32 — there are no owners, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
FormattingThe following files are not formatted:
Consider running |
|
The package.json added indicates this is for non npm package. The project URL seems to be inaccessible. Is this any how related to package k6 which we already have definitions for. We are currently not sure what's going on here to review this. |
Please fill in this template.
pnpm test <package to test>.Select one of these and delete the others:
If adding a new definition:
.d.tsfiles generated via--declarationdts-gen --dt, not by basing it on an existing project.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.If changing an existing definition:
package.json.If removing a declaration:
notNeededPackages.json.