Skip to content

[@types/emscripten] Added analyzePath, updated Module.instantiateWasm#69386

Merged
typescript-bot merged 3 commits intoDefinitelyTyped:masterfrom
mattfysh:master
May 1, 2024
Merged

[@types/emscripten] Added analyzePath, updated Module.instantiateWasm#69386
typescript-bot merged 3 commits intoDefinitelyTyped:masterfrom
mattfysh:master

Conversation

@mattfysh
Copy link
Copy Markdown
Contributor

@mattfysh mattfysh commented Apr 18, 2024

Please fill in this template.

If changing an existing definition:

  • Provide a URL to documentation or source code which provides context for the suggested changes: <<url here>>
  • If this PR brings the type definitions up to date with a new version of the JS library, update the version number in the package.json.

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Apr 18, 2024

@mattfysh 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 which I will keep updated.

1 package in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it 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
  • ✅ Most recent commit is approved by a DT maintainer

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": 69386,
  "author": "mattfysh",
  "headCommitOid": "a66c745fe81f0b2505c89e62b40165bf3558b792",
  "mergeBaseOid": "7c28187a1abdad59a6e044e19ce49a0f3905659a",
  "lastPushDate": "2024-04-18T05:08:20.000Z",
  "lastActivityDate": "2024-05-01T22:35:46.000Z",
  "mergeOfferDate": "2024-05-01T18:54:24.000Z",
  "mergeRequestDate": "2024-05-01T22:35:46.000Z",
  "mergeRequestUser": "mattfysh",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "emscripten",
      "kind": "edit",
      "files": [
        {
          "path": "types/emscripten/emscripten-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/emscripten/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/emscripten/package.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [
        "zakki",
        "periklis",
        "kbumsik",
        "lourd"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "rbuckton",
      "date": "2024-05-01T18:53:43.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 2063003997,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Copy Markdown
Contributor

typescript-bot commented Apr 18, 2024

@mattfysh 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 which I will keep updated.

1 package in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it 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
  • ✅ Most recent commit is approved by a DT maintainer

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": 69386,
  "author": "mattfysh",
  "headCommitOid": "a66c745fe81f0b2505c89e62b40165bf3558b792",
  "mergeBaseOid": "7c28187a1abdad59a6e044e19ce49a0f3905659a",
  "lastPushDate": "2024-04-18T05:08:20.000Z",
  "lastActivityDate": "2024-05-01T22:35:46.000Z",
  "mergeOfferDate": "2024-05-01T18:54:24.000Z",
  "mergeRequestDate": "2024-05-01T22:35:46.000Z",
  "mergeRequestUser": "mattfysh",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "emscripten",
      "kind": "edit",
      "files": [
        {
          "path": "types/emscripten/emscripten-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/emscripten/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/emscripten/package.json",
          "kind": "package-meta-ok"
        }
      ],
      "owners": [
        "zakki",
        "periklis",
        "kbumsik",
        "lourd"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "rbuckton",
      "date": "2024-05-01T18:53:43.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 2063003997,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Copy Markdown
Contributor

🔔 @zakki @periklis @kbumsik @lourd — 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.

@mattfysh mattfysh changed the title Added analyzePath, updated Module.instantiateWasm [@types/emscripten] Added analyzePath, updated Module.instantiateWasm Apr 18, 2024
@mattfysh
Copy link
Copy Markdown
Contributor Author

@zakki @periklis @kbumsik @lourd - is anyone free to review this? how do i move it forward if there is no one to review it?

@typescript-bot
Copy link
Copy Markdown
Contributor

Re-ping @zakki, @periklis, @kbumsik, @lourd:

This PR has been out for over a week, yet I haven't seen any reviews.

Could someone please give it some attention? Thanks!

@typescript-bot typescript-bot added the Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. label Apr 29, 2024
@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner and removed Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. labels May 1, 2024
@typescript-bot
Copy link
Copy Markdown
Contributor

@mattfysh: Everything looks good here. I am ready to merge this PR (at a66c745) 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! ❤️

(@zakki, @periklis, @kbumsik, @lourd: you can do this too.)

@mattfysh
Copy link
Copy Markdown
Contributor Author

mattfysh commented May 1, 2024

Ready to merge

@typescript-bot typescript-bot merged commit 7a4e236 into DefinitelyTyped:master May 1, 2024
thenick775 added a commit to thenick775/mgba that referenced this pull request May 16, 2024
thenick775 added a commit to thenick775/mgba that referenced this pull request May 16, 2024
thenick775 added a commit to thenick775/mgba that referenced this pull request May 16, 2024
thenick775 added a commit to thenick775/mgba that referenced this pull request Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Critical package Maintainer Approved 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