-
Notifications
You must be signed in to change notification settings - Fork 30.5k
feat(unicode-name) Add support for unicode-name #74022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@Gamrix 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 PRCode 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
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74022,
"author": "Gamrix",
"headCommitOid": "6627472ac190a337d195191ece0232a2ee0e85b3",
"mergeBaseOid": "3163a004f6eafe02051a8e197d5d1a5992d428ba",
"lastPushDate": "2025-11-04T22:06:32.000Z",
"lastActivityDate": "2025-11-14T18:59:35.000Z",
"mergeOfferDate": "2025-11-14T19:00:15.000Z",
"hasMergeConflict": false,
"isFirstContribution": true,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "unicode-name",
"kind": "add",
"files": [
{
"path": "types/unicode-name/.npmignore",
"kind": "package-meta-ok"
},
{
"path": "types/unicode-name/index.d.ts",
"kind": "definition"
},
{
"path": "types/unicode-name/package.json",
"kind": "package-meta-ok"
},
{
"path": "types/unicode-name/tsconfig.json",
"kind": "package-meta-ok"
},
{
"path": "types/unicode-name/unicode-name-tests.ts",
"kind": "test"
}
],
"owners": [],
"addedOwners": [
"gamrix"
],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "andrewbranch",
"date": "2025-11-14T18:59:35.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 3488177039,
"ciResult": "pass"
} |
|
🔔 @Gamrix — 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...) |
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.