X Tutup
Skip to content

Add types for Brittle#69647

Merged
weswigham merged 1 commit intoDefinitelyTyped:masterfrom
EvanHahn:brittle
May 21, 2024
Merged

Add types for Brittle#69647
weswigham merged 1 commit intoDefinitelyTyped:masterfrom
EvanHahn:brittle

Conversation

@EvanHahn
Copy link
Contributor

Please fill in this template.

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration
  • If this is for an npm package, match the name. If not, do not conflict with the name of an npm package.
  • Create it with dts-gen --dt, not by basing it on an existing project.
  • Represents shape of module/library correctly
  • tsconfig.json should have noImplicitAny, noImplicitThis, strictNullChecks, and strictFunctionTypes set to true.

@typescript-bot
Copy link
Contributor

typescript-bot commented May 20, 2024

@EvanHahn Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

Code Reviews

This 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

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • 🕐 Only a DT maintainer can approve changes when there are new packages added

Once every item on this list is checked, I'll ask you for permission to merge and publish the changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 69647,
  "author": "EvanHahn",
  "headCommitOid": "88952763e95564543e2bece8c99b36d61190841e",
  "mergeBaseOid": "76546c6bdb83437c68fa9e99267d29fcb7f37b91",
  "lastPushDate": "2024-05-20T16:02:17.000Z",
  "lastActivityDate": "2024-05-20T16:02:17.000Z",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Well-liked by everyone",
  "pkgInfo": [
    {
      "name": "brittle",
      "kind": "add",
      "files": [
        {
          "path": "types/brittle/.npmignore",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/brittle/brittle-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/brittle/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/brittle/package.json",
          "kind": "package-meta-ok"
        },
        {
          "path": "types/brittle/tsconfig.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [],
      "addedOwners": [
        "EvanHahn"
      ],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [],
  "mainBotCommentID": 2120749412,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the New Definition This PR creates a new definition package. label May 20, 2024
@typescript-bot
Copy link
Contributor

🔔 @EvanHahn — you're the only owner, 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...)

@weswigham weswigham merged commit c796ad8 into DefinitelyTyped:master May 21, 2024
@EvanHahn EvanHahn deleted the brittle branch May 23, 2024 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

New Definition This PR creates a new definition package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup