Skip to content

[source-map-support] Improve types#61841

Merged
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
BendingBender:source-map-support
Aug 24, 2022
Merged

[source-map-support] Improve types#61841
typescript-bot merged 1 commit intoDefinitelyTyped:masterfrom
BendingBender:source-map-support

Conversation

@BendingBender
Copy link
Copy Markdown
Contributor

  • add state parameter to wrapCallSite
  • add CallSite definition
  • allow url in UrlAndMap to be optional
  • add missing doc comments
  • improve tests

Please fill in this template.

If changing an existing definition:

@BendingBender BendingBender requested a review from Bartvds as a code owner August 21, 2022 09:46
@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Aug 21, 2022

@BendingBender Thank you for submitting this PR!

This is a live comment which I will keep updated.

1 package in this PR

@BendingBender: I see that you have added yourself as an owner, are you sure you want to become an owner?

Code Reviews

Because you edited one package and updated the tests (👏), I can help you merge this PR once someone else signs off on it.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ Most recent commit is approved by type definition owners or DT maintainers

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": 61841,
  "author": "BendingBender",
  "headCommitOid": "992d3b7dfa4bd9764f8a21c767409f418bf6c4e8",
  "mergeBaseOid": "0a4b8f5421264610c1c5dde5cde9cbb1fbd21b3e",
  "lastPushDate": "2022-08-21T09:47:11.000Z",
  "lastActivityDate": "2022-08-24T08:26:25.000Z",
  "mergeOfferDate": "2022-08-24T08:20:35.000Z",
  "mergeRequestDate": "2022-08-24T08:26:25.000Z",
  "mergeRequestUser": "BendingBender",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "source-map-support",
      "kind": "edit",
      "files": [
        {
          "path": "types/source-map-support/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/source-map-support/source-map-support-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Bartvds",
        "jason0x43",
        "natealcedo",
        "tough-griff"
      ],
      "addedOwners": [
        "BendingBender"
      ],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "johnnyreilly",
      "date": "2022-08-24T08:19:51.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1221510600,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added the Popular package This PR affects a popular package (as counted by NPM download counts). label Aug 21, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @Bartvds @jason0x43 @natealcedo @tough-griff — please review this PR in the next few days. Be sure to explicitly select Approve or Request Changes in the GitHub UI so I know what's going on.

- add `state` parameter to `wrapCallSite`
- add `CallSite` definition
- allow `url` in `UrlAndMap` to be optional
- add missing doc comments
- improve tests
@typescript-bot typescript-bot added the Edits Owners This PR adds or removes owners label Aug 21, 2022
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Aug 24, 2022
@typescript-bot
Copy link
Copy Markdown
Contributor

@BendingBender: Everything looks good here. I am ready to merge this PR (at 992d3b7) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

(@Bartvds, @jason0x43, @natealcedo, @tough-griff: you can do this too.)

@BendingBender
Copy link
Copy Markdown
Contributor Author

Ready to merge

@typescript-bot typescript-bot merged commit 0ff9edb into DefinitelyTyped:master Aug 24, 2022
@BendingBender BendingBender deleted the source-map-support branch August 24, 2022 08:27
akwiatek pushed a commit to akwiatek/DefinitelyTyped that referenced this pull request Aug 24, 2022
…@BendingBender

- add `state` parameter to `wrapCallSite`
- add `CallSite` definition
- allow `url` in `UrlAndMap` to be optional
- add missing doc comments
- improve tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Edits Owners This PR adds or removes owners Maintainer Approved Popular package This PR affects a popular package (as counted by NPM download counts). Self Merge This PR can now be self-merged by the PR author or an owner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants