Content-Length: 355396 | pFad | https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63548

8B [marked.js] Alone tokenizer and renderer extension by acyza · Pull Request #63548 · DefinitelyTyped/DefinitelyTyped · GitHub
Skip to content
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

[marked.js] Alone tokenizer and renderer extension #63548

Merged
merged 4 commits into from
Dec 9, 2022
Merged

[marked.js] Alone tokenizer and renderer extension #63548

merged 4 commits into from
Dec 9, 2022

Conversation

acyza
Copy link
Contributor

@acyza acyza commented Dec 9, 2022

Please fill in this template.

Select one of these and delete the others:

If adding a new definition:

  • The package does not already provide its own types, or cannot have its .d.ts files generated via --declaration

@typescript-bot
Copy link
Contributor

typescript-bot commented Dec 9, 2022

@acyza 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 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": 63548,
  "author": "acyza",
  "headCommitOid": "d5e0fcc6e714e737ad41271831f68cd640248df6",
  "mergeBaseOid": "3998dedd4df35bb1c9c61c5f356e254b0f0d129f",
  "lastPushDate": "2022-12-09T04:40:17.000Z",
  "lastActivityDate": "2022-12-09T08:20:29.000Z",
  "mergeOfferDate": "2022-12-09T08:14:23.000Z",
  "mergeRequestDate": "2022-12-09T08:20:29.000Z",
  "mergeRequestUser": "acyza",
  "hasMergeConflict": false,
  "isFirstContribution": true,
  "tooManyFiles": false,
  "hugeChange": false,
  "popularityLevel": "Popular",
  "pkgInfo": [
    {
      "name": "marked",
      "kind": "edit",
      "files": [
        {
          "path": "types/marked/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/marked/marked-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "worr",
        "BendingBender",
        "CrossR",
        "mwickett",
        "htkzhtm",
        "ezracelli",
        "scandinave",
        "sarunint",
        "UziTech",
        "Toliak",
        "jfcere",
        "MykSto"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "UziTech",
      "date": "2022-12-09T08:13:40.000Z",
      "isMaintainer": false
    }
  ],
  "mainBotCommentID": 1343798939,
  "ciResult": "pass"
}

@typescript-bot typescript-bot added Popular package This PR affects a popular package (as counted by NPM download counts). Untested Change This PR does not touch tests labels Dec 9, 2022
@typescript-bot
Copy link
Contributor

🔔 @worr @BendingBender @CrossR @mwickett @htkzhtm @ezracelli @scandinave @sarunint @UziTech @Toliak @jfcere @MykSto — 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.

@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Dec 9, 2022
@typescript-bot
Copy link
Contributor

@acyza The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Dec 9, 2022
@DangerBotOSS
Copy link

DangerBotOSS commented Dec 9, 2022

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

marked (unpkg)

was missing the following properties:

  1. defaults
  2. getDefaults
  3. lexer
  4. options
  5. parse
as well as these 5 other properties...

parseInline, parser, setOptions, use, walkTokens

Generated by 🚫 dangerJS against d5e0fcc

@acyza acyza changed the title Alone tokenizer and renderer extension [marked.js] Alone tokenizer and renderer extension Dec 9, 2022
@typescript-bot typescript-bot removed the Untested Change This PR does not touch tests label Dec 9, 2022
@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Dec 9, 2022
@typescript-bot
Copy link
Contributor

@acyza The CI build failed! Please review the logs for more information.

Once you've pushed the fixes, the build will automatically re-run. Thanks!

Note: builds which are failing do not end up on the list of PRs for the DT maintainers to review.

@typescript-bot typescript-bot removed the The CI failed When GH Actions fails label Dec 9, 2022
Copy link
Contributor

@UziTech UziTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@typescript-bot typescript-bot added Owner Approved A listed owner of this package signed off on the pull request. Self Merge This PR can now be self-merged by the PR author or an owner labels Dec 9, 2022
@typescript-bot
Copy link
Contributor

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

(@worr, @BendingBender, @CrossR, @mwickett, @htkzhtm, @ezracelli, @scandinave, @sarunint, @UziTech, @Toliak, @jfcere, @MykSto: you can do this too.)

@acyza
Copy link
Contributor Author

acyza commented Dec 9, 2022

Ready to merge

@typescript-bot typescript-bot merged commit 0213d29 into DefinitelyTyped:master Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Owner Approved A listed owner of this package signed off on the pull request. 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.

4 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/63548

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy