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

Formatted types/b* packages with dprint #66523

Merged
merged 6 commits into from
Sep 15, 2023

Conversation

JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 30, 2023

👉 Partial implementation of #65993. If you're seeing this and are surprised it's happening, please read the discussion and give feedback! ❤️

Implements the dprint formatting changes packages whose names start with b. We're splitting up the changes to make it a bit easier to apply & review them en masse - and, if we need later on, revert / bisect for issues. These changes generated with roughly:

git checkout dprint-onboarding -- .dprint.jsonc
time npx dprint fmt "types/b*/**/*.t*"
# Formatted 744 files.
# npx dprint fmt "types/b*/**/*.t*"  3.98s user 0.74s system 78% cpu 5.974 total
rm .dprint.jsonc

CI failures are a combination of existing errors and due to DefinitelyTyped-tools > feat: remove formatting rules rules from dtslint not being merged included in CI yet. ✔️

CI failures are from existing errors.

@typescript-bot typescript-bot added this to Needs Author Action in New Pull Request Status Board Aug 30, 2023
@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 30, 2023

@JoshuaKGoldberg Thank you for submitting this PR!

This is a live comment which I will keep updated.

This PR might touch some part of DefinitelyTyped infrastructure, so a DT maintainer will need to review it. This is rare — did you mean to do this?

181 packages in this PR (and possibly others)

Note: this PR touches too many files, check it!

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect more than one package

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": 66523,
  "author": "JoshuaKGoldberg",
  "headCommitOid": "e190e565568acb301b320fb24f8ed03dade0ccf0",
  "mergeBaseOid": "25061846f16312c6fe4de60969c4cdeb06ab8a50",
  "lastPushDate": "2023-08-30T03:29:12.000Z",
  "lastActivityDate": "2023-09-15T18:34:09.000Z",
  "mergeOfferDate": "2023-09-15T18:32:46.000Z",
  "mergeRequestDate": "2023-09-15T18:34:09.000Z",
  "mergeRequestUser": "JoshuaKGoldberg",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": true,
  "hugeChange": true,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "b-spline",
      "kind": "edit",
      "files": [
        {
          "path": "types/b-spline/b-spline-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/b-spline/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "b2a",
      "kind": "edit",
      "files": [
        {
          "path": "types/b2a/b2a-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/b2a/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "PatPL",
        "Merlinio"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "b4a",
      "kind": "edit",
      "files": [
        {
          "path": "types/b4a/b4a-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/b4a/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "b64-lite",
      "kind": "edit",
      "files": [
        {
          "path": "types/b64-lite/b64-lite-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "JasonHK",
        "yoursunny"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "b_",
      "kind": "edit",
      "files": [
        {
          "path": "types/b_/b_-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "outring"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babar",
      "kind": "edit",
      "files": [
        {
          "path": "types/babar/babar-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babar/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Bachmann1234"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-code-frame",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-code-frame/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mohsen1"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-core",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-core/babel-core-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-core/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel-generator",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-generator/babel-generator-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-generator/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel-plugin-glaze",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-glaze/babel-plugin-glaze-tests.tsx",
          "kind": "test"
        },
        {
          "path": "types/babel-plugin-glaze/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "kripod"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-plugin-macros",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-macros/babel-plugin-macros-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-plugin-macros/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "billykwok",
        "coffee-cup",
        "ifiokjr"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-plugin-react-docgen",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-react-docgen/babel-plugin-react-docgen-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-plugin-react-docgen/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "forivall"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-plugin-react-html-attrs",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-react-html-attrs/experimental.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/babel-plugin-react-html-attrs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "insin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-plugin-tester",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-plugin-tester/babel-plugin-tester-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-plugin-tester/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/babel-plugin-tester/pure.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ifiokjr",
        "mathieutu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel-template",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-template/babel-template-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-template/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel-traverse",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-traverse/babel-traverse-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-traverse/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister",
        "rpetrich"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel-types",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel-types/babel-types-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel-types/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "baxtersa",
        "marvinhagemeister",
        "bcherny",
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel__code-frame",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__code-frame/babel__code-frame-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__code-frame/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mohsen1",
        "ForbesLindesay"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel__core",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__core/babel__core-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__core/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister",
        "mgroenhoff",
        "Jessidhia",
        "ifiokjr"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "babel__generator",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__generator/babel__generator-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__generator/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "mgroenhoff",
        "khell",
        "Lyanbin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "babel__helper-module-imports",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__helper-module-imports/babel__helper-module-imports-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__helper-module-imports/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "layershifter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel__helper-plugin-utils",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__helper-plugin-utils/babel__helper-plugin-utils-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__helper-plugin-utils/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel__helper-validator-identifier",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__helper-validator-identifier/babel__helper-validator-identifier-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "fnknzzz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel__plugin-transform-runtime",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__plugin-transform-runtime/babel__plugin-transform-runtime-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__plugin-transform-runtime/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "slavafomin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel__preset-env",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__preset-env/babel__preset-env-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__preset-env/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "slavafomin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "babel__register",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__register/babel__register-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__register/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "basicdays"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel__standalone",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__standalone/babel__standalone-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__standalone/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babel__template",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__template/babel__template-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__template/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister",
        "mgroenhoff",
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "babel__traverse",
      "kind": "edit",
      "files": [
        {
          "path": "types/babel__traverse/babel__traverse-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babel__traverse/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister",
        "rpetrich",
        "mgroenhoff",
        "dlgrit",
        "ifiokjr",
        "ExE-Boss",
        "danez"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "babelify",
      "kind": "edit",
      "files": [
        {
          "path": "types/babelify/babelify-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babelify/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "TeamworkGuy2",
        "marvinhagemeister"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babylon-walk",
      "kind": "edit",
      "files": [
        {
          "path": "types/babylon-walk/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "czbuchi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "babylon",
      "kind": "edit",
      "files": [
        {
          "path": "types/babylon/babylon-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/babylon/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yortus",
        "marvinhagemeister"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "backblaze-b2",
      "kind": "edit",
      "files": [
        {
          "path": "types/backblaze-b2/backblaze-b2-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backblaze-b2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "rohithb"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone-associations",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone-associations/backbone-associations-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone-associations/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "craigbrett17"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone-fetch-cache",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone-fetch-cache/backbone-fetch-cache-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone-fetch-cache/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone-relational",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone-relational/backbone-relational-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone-relational/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "eirikhm",
        "jgonggrijp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone.layoutmanager",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone.layoutmanager/backbone.layoutmanager-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone.layoutmanager/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "hejiang2000"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone.localstorage",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone.localstorage/backbone.localstorage-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone.localstorage/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "lgrignon"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone.marionette",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone.marionette/backbone.marionette-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone.marionette/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "zhamid",
        "nvivo",
        "sventschui",
        "razorness",
        "confususs",
        "jjoekoullas",
        "jgonggrijp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone.paginator",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone.paginator/backbone.paginator-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone.paginator/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Nyamazing"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone.radio",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone.radio/backbone.radio-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone.radio/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "alphaleonis",
        "jgonggrijp"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backbone",
      "kind": "edit",
      "files": [
        {
          "path": "types/backbone/backbone-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backbone/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "borisyankov",
        "nvivo",
        "kenjiru",
        "jjoekoullas",
        "jgonggrijp",
        "zieka",
        "rkesters",
        "khasanovbi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "backgrid",
      "kind": "edit",
      "files": [
        {
          "path": "types/backgrid/backgrid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backgrid/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jlujan"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backo2",
      "kind": "edit",
      "files": [
        {
          "path": "types/backo2/backo2-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backo2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Retsam"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backoff",
      "kind": "edit",
      "files": [
        {
          "path": "types/backoff/backoff-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backoff/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "backstopjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/backstopjs/backstopjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/backstopjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "darioblanco",
        "minddocdev"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bad-words",
      "kind": "edit",
      "files": [
        {
          "path": "types/bad-words/bad-words-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "TomPridham"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "badwords",
      "kind": "edit",
      "files": [
        {
          "path": "types/badwords/badwords-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/badwords/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "saiichihashimoto"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bagpipes",
      "kind": "edit",
      "files": [
        {
          "path": "types/bagpipes/bagpipes-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bagpipes/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "micmro"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "baidu-app",
      "kind": "edit",
      "files": [
        {
          "path": "types/baidu-app/baidu-app-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/baidu-app/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "taoqf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "baidumap-web-sdk",
      "kind": "edit",
      "files": [
        {
          "path": "types/baidumap-web-sdk/baidumap-web-sdk-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.control.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.core.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.maplayer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.overlay.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.panorama.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.rightmenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.service.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/baidumap-web-sdk/baidumap.tools.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ipcjs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "balanced-match",
      "kind": "edit",
      "files": [
        {
          "path": "types/balanced-match/balanced-match-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/balanced-match/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "bandagedbd__bdapi",
      "kind": "edit",
      "files": [
        {
          "path": "types/bandagedbd__bdapi/bandagedbd__bdapi-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bandagedbd__bdapi/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barbellweights",
      "kind": "edit",
      "files": [
        {
          "path": "types/barbellweights/barbellweights-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barco-eventmaster",
      "kind": "edit",
      "files": [
        {
          "path": "types/barco-eventmaster/barco-eventmaster-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barco-eventmaster/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "k-yle"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barcode",
      "kind": "edit",
      "files": [
        {
          "path": "types/barcode/barcode-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barcode/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "pvomhoff"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bardjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/bardjs/bardjs-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "baretest",
      "kind": "edit",
      "files": [
        {
          "path": "types/baretest/baretest-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "roryokane"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barnard59-base",
      "kind": "edit",
      "files": [
        {
          "path": "types/barnard59-base/barnard59-base-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barnard59-base/combine.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/concat.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/filter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/flatten.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/forEach.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/glob.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/json.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/limit.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/map.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/offset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/stdout.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/toReadable.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-base/toString.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode",
        "BenjaminHofstetter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barnard59-core",
      "kind": "edit",
      "files": [
        {
          "path": "types/barnard59-core/barnard59-core-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barnard59-core/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-core/lib/Pipeline.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-core/lib/Step.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-core/lib/StreamObject.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-core/lib/factory/pipeline.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-core/lib/run.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode",
        "BenjaminHofstetter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barnard59-graph-store",
      "kind": "edit",
      "files": [
        {
          "path": "types/barnard59-graph-store/barnard59-graph-store-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barnard59-graph-store/get.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-graph-store/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-graph-store/post.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-graph-store/put.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode",
        "BenjaminHofstetter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barnard59-validate-shacl",
      "kind": "edit",
      "files": [
        {
          "path": "types/barnard59-validate-shacl/barnard59-validate-shacl-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barnard59-validate-shacl/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-validate-shacl/lib/errors.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59-validate-shacl/validate.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode",
        "cristianvasquez",
        "BenjaminHofstetter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "barnard59",
      "kind": "edit",
      "files": [
        {
          "path": "types/barnard59/barnard59-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/barnard59/findPipeline.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/barnard59/runner.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tpluscode",
        "BenjaminHofstetter"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base16",
      "kind": "edit",
      "files": [
        {
          "path": "types/base16/base16-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/base16/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "alechill",
        "Methuselah96"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "base32-encoding",
      "kind": "edit",
      "files": [
        {
          "path": "types/base32-encoding/base32-encoding-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base45",
      "kind": "edit",
      "files": [
        {
          "path": "types/base45/base45-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "k-yle"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base58-random",
      "kind": "edit",
      "files": [
        {
          "path": "types/base58-random/base58-random-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base62-random",
      "kind": "edit",
      "files": [
        {
          "path": "types/base62-random/base62-random-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base64-async",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64-async/base64-async-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base64-emoji",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64-emoji/base64-emoji-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base64-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64-js/test/base64-js-tests.global.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "pe8ter",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "base64-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64-stream/base64-stream-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/base64-stream/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "s73obrien",
        "erikjwaxx"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "base64-url",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64-url/base64-url-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "urish"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "base64id",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64id/base64id-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Kolahzary"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "base64topdf",
      "kind": "edit",
      "files": [
        {
          "path": "types/base64topdf/base64topdf-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lucasriondel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bases",
      "kind": "edit",
      "files": [
        {
          "path": "types/bases/bases-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bases/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "harikv"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bash-glob",
      "kind": "edit",
      "files": [
        {
          "path": "types/bash-glob/bash-glob-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bash-glob/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mrmlnc"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "basic-auth",
      "kind": "edit",
      "files": [
        {
          "path": "types/basic-auth/basic-auth-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/basic-auth/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "moonpyk",
        "vesse",
        "nwtgck"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "basicauth-middleware",
      "kind": "edit",
      "files": [
        {
          "path": "types/basicauth-middleware/basicauth-middleware-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/basicauth-middleware/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "nchaulet"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "basiclightbox",
      "kind": "edit",
      "files": [
        {
          "path": "types/basiclightbox/basiclightbox-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/basiclightbox/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "adrianhopebailie"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "basicscroll",
      "kind": "edit",
      "files": [
        {
          "path": "types/basicscroll/basicscroll-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/basicscroll/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "batch-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/batch-stream/batch-stream-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/batch-stream/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "drudge"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "battery-level",
      "kind": "edit",
      "files": [
        {
          "path": "types/battery-level/battery-level-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bayes-classifier",
      "kind": "edit",
      "files": [
        {
          "path": "types/bayes-classifier/bayes-classifier-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "jasonharrison"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bazinga-translator",
      "kind": "edit",
      "files": [
        {
          "path": "types/bazinga-translator/test/bazinga-translator-tests.commonjs.ts",
          "kind": "test"
        },
        {
          "path": "types/bazinga-translator/test/bazinga-translator-tests.umd.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "alexndlm",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bbcode-to-react",
      "kind": "edit",
      "files": [
        {
          "path": "types/bbcode-to-react/bbcode-to-react-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bbcode-to-react/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "hkleungai"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bchaddrjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/bchaddrjs/bchaddrjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bchaddrjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ealmansi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bcryptjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/bcryptjs/bcryptjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bcryptjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Joshua-F",
        "RafaelKr",
        "branoholy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "bcswipe",
      "kind": "edit",
      "files": [
        {
          "path": "types/bcswipe/bcswipe-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "stof"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bdfjs",
      "kind": "edit",
      "files": [
        {
          "path": "types/bdfjs/bdfjs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bdfjs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jeremejevs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "beanstalkd-worker",
      "kind": "edit",
      "files": [
        {
          "path": "types/beanstalkd-worker/beanstalkd-worker-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/beanstalkd-worker/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "SomaticIT"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "beanstalkd",
      "kind": "edit",
      "files": [
        {
          "path": "types/beanstalkd/beanstalkd-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/beanstalkd/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "SomaticIT"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bearcat-es6",
      "kind": "edit",
      "files": [
        {
          "path": "types/bearcat-es6/bearcat-es6-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bearcat-es6/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "xinxinran0221010"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "beats",
      "kind": "edit",
      "files": [
        {
          "path": "types/beats/beats-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/beats/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "urish"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "beautify",
      "kind": "edit",
      "files": [
        {
          "path": "types/beautify/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/beautify/test/beautify-tests.cjs.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "anyone-developer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "begin__data",
      "kind": "edit",
      "files": [
        {
          "path": "types/begin__data/begin__data-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/begin__data/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "LumaKernel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "behavior3",
      "kind": "edit",
      "files": [
        {
          "path": "types/behavior3/behavior3-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/behavior3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "carrrywu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "belter",
      "kind": "edit",
      "files": [
        {
          "path": "types/belter/belter-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "SlyBouhafs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bem-classname",
      "kind": "edit",
      "files": [
        {
          "path": "types/bem-classname/bem-classname-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "pvcresin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bemmer",
      "kind": "edit",
      "files": [
        {
          "path": "types/bemmer/bemmer-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "nweber-gh",
        "bdwain"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "benchmark",
      "kind": "edit",
      "files": [
        {
          "path": "types/benchmark/benchmark-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/benchmark/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "fishcharlie",
        "blair"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "bencode",
      "kind": "edit",
      "files": [
        {
          "path": "types/bencode/bencode-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bencode/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tobenna"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bent",
      "kind": "edit",
      "files": [
        {
          "path": "types/bent/bent-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bent/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Ovyerus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bero",
      "kind": "edit",
      "files": [
        {
          "path": "types/bero/bero-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "silversonicaxel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "better-bem",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-bem/better-bem-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "better-curry",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-curry/better-curry-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/better-curry/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "pocesar"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "better-queue",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-queue/better-queue-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/better-queue/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "maozedong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "better-scroll",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-scroll/better-scroll-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/better-scroll/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "stoneChen",
        "cnjack"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "better-sqlite3",
      "kind": "edit",
      "files": [
        {
          "path": "types/better-sqlite3/better-sqlite3-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/better-sqlite3/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Morfent",
        "matrumz",
        "sant123",
        "loghorn",
        "andykais",
        "mrkstwrt",
        "stamerf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "beyonk__gdpr-cookie-consent-banner",
      "kind": "edit",
      "files": [
        {
          "path": "types/beyonk__gdpr-cookie-consent-banner/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/beyonk__gdpr-cookie-consent-banner/test/beyonk__gdpr-cookie-consent-banner-tests.esm.ts",
          "kind": "test"
        },
        {
          "path": "types/beyonk__gdpr-cookie-consent-banner/test/beyonk__gdpr-cookie-consent-banner-tests.umd.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "bengry"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bezier-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/bezier-js/bezier-js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bezier-js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danmarshall",
        "Epskampie"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bible-reference-formatter",
      "kind": "edit",
      "files": [
        {
          "path": "types/bible-reference-formatter/bible-reference-formatter-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bible-reference-formatter/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "MauricioRobayo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bicubic-interpolate",
      "kind": "edit",
      "files": [
        {
          "path": "types/bicubic-interpolate/bicubic-interpolate-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BrUSomania"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bidi-css-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/bidi-css-js/bidi-css-js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bidi-css-js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "juhg"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bidirectional-map",
      "kind": "edit",
      "files": [
        {
          "path": "types/bidirectional-map/bidirectional-map-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "helenanderson"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "big-json",
      "kind": "edit",
      "files": [
        {
          "path": "types/big-json/big-json-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/big-json/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "PCOffline"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "big-rat",
      "kind": "edit",
      "files": [
        {
          "path": "types/big-rat/abs.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/add.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/big-rat-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/big-rat/cmp.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/div.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/equals.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/is-rat.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/max.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/min.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/mul.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/neg.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/recip.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/sign.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/sub.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/to-float.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/big-rat/to-string.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "big.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/big.js/test/big.js-import-compatibility-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/big.js/test/big.js-import-default-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/big.js/test/big.js-module-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "nycdotnet",
        "Ky6uk"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "bigbite__wp-cypress",
      "kind": "edit",
      "files": [
        {
          "path": "types/bigbite__wp-cypress/bigbite__wp-cypress-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bigbite__wp-cypress/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "over-engineer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bigbluebutton-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/bigbluebutton-js/bigbluebutton-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mktn87"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bigi",
      "kind": "edit",
      "files": [
        {
          "path": "types/bigi/bigi-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mhegazy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bigint",
      "kind": "edit",
      "files": [
        {
          "path": "types/bigint/bigint-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Evgenus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bignum",
      "kind": "edit",
      "files": [
        {
          "path": "types/bignum/bignum-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bignum/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bigscreen",
      "kind": "edit",
      "files": [
        {
          "path": "types/bigscreen/bigscreen-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bigscreen/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "dduugg"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "biguintbe",
      "kind": "edit",
      "files": [
        {
          "path": "types/biguintbe/biguintbe-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "biguintle",
      "kind": "edit",
      "files": [
        {
          "path": "types/biguintle/biguintle-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bin-pack",
      "kind": "edit",
      "files": [
        {
          "path": "types/bin-pack/bin-pack-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "orentrutner"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "binary-file",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-file/binary-file-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Goldsmith42"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "binary-parse-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-parse-stream/binary-parse-stream-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/binary-parse-stream/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "binary-parser",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-parser/binary-parser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/binary-parser/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "riggs",
        "dolanmiu",
        "yuhr",
        "caguiclajmg"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "binary-split",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-split/binary-split-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/binary-split/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "krisztianb"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "binary-xml",
      "kind": "edit",
      "files": [
        {
          "path": "types/binary-xml/binary-xml-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/binary-xml/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "atlowChemi"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bind-args",
      "kind": "edit",
      "files": [
        {
          "path": "types/bind-args/bind-args-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bind-args/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ChocolateLoverRaj"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bind-ponyfill",
      "kind": "edit",
      "files": [
        {
          "path": "types/bind-ponyfill/bind-ponyfill-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "skysteve"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bindings",
      "kind": "edit",
      "files": [
        {
          "path": "types/bindings/bindings-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "unindented",
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bintrees",
      "kind": "edit",
      "files": [
        {
          "path": "types/bintrees/bintrees-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bintrees/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "CjS77"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bip21",
      "kind": "edit",
      "files": [
        {
          "path": "types/bip21/bip21-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bip21/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "stefanhuber"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bip38",
      "kind": "edit",
      "files": [
        {
          "path": "types/bip38/bip38-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "micksatana"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bit-array",
      "kind": "edit",
      "files": [
        {
          "path": "types/bit-array/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "mudkipme"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitauth",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitauth/bitauth-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bitauth/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "nitsujlangston"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitcoin-computer-bitcore",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitcoin-computer-bitcore/bitcoin-computer-bitcore-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bitcoin-computer-bitcore/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jonty007"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitcoin-computer__lib",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitcoin-computer__lib/bitcoin-computer__lib-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bitcoin-computer__lib/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jonty007"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitcore-lib-cash",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitcore-lib-cash/bitcore-lib-cash-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bitcore-lib-cash/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jcramer",
        "blockparty-sh",
        "rkalis",
        "bitjson"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitcore-lib",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitcore-lib/bitcore-lib-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bitcore-lib/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "lautarodragan"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitfield-rle",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitfield-rle/bitfield-rle-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bittorrent-protocol",
      "kind": "edit",
      "files": [
        {
          "path": "types/bittorrent-protocol/bittorrent-protocol-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bittorrent-protocol/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "feross",
        "tlaziuk",
        "h1b9b"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bitwise-xor",
      "kind": "edit",
      "files": [
        {
          "path": "types/bitwise-xor/bitwise-xor-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rogierschouten",
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "black-engine",
      "kind": "edit",
      "files": [
        {
          "path": "types/black-engine/Black.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/Engine.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/animation/AnimationController.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/animation/AnimationInfo.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/animation/Tween.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/Asset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/AssetManager.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/AtlasTextureAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/BVGAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/BitmapFontAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/FontAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/JSONAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/LoaderFactory.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/SoundAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/SoundAtlasAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/TextureAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/VectorTextureAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/XMLAsset.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/loaders/AssetLoader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/loaders/FontFaceAssetLoader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/loaders/ImageAssetLoader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/assets/loaders/XHRAssetLoader.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/MasterAudio.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/Sound.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/SoundAtlasClip.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/SoundChannel.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/SoundClip.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/SoundInstance.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/SoundListener.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/effects/DistortionEffect.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/effects/ReverbEffect.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/effects/SimpleEQ.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/audio/effects/StereoPanner.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/black-engine-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/black-engine/colliders/BoxCollider.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/colliders/CircleCollider.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/colliders/Collider.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/core/Component.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/core/GameObject.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/core/SplashScreen.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/core/System.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/core/Viewport.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/Camera.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/DisplayObject.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/Graphics.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/GraphicsCommand.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/GraphicsData.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/GraphicsLinearGradient.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/GraphicsPath.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/Sprite.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/Stage.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/text/BitmapTextField.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/text/TextField.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/text/TextMetrics.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/display/text/TextStyle.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/BitmapTextRenderer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/GraphicsRenderer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/RenderSession.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/Renderer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/TextRenderer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/VideoNullDriver.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/BitmapTextRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/CanvasDriver.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/DisplayObjectRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/EmitterRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/GraphicsRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/RenderTargetCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/SpriteRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/drivers/canvas/TextRendererCanvas.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Circle.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Curve.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Line.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Matrix.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Polygon.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Rectangle.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/geom/Vector.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/input/Input.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/input/InputComponent.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/messages/Message.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/messages/MessageBinding.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/messages/MessageDispatcher.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/parsers/BVGParser.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/parsers/BVGStyle.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/Emitter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/Modifier.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/Acceleration.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/AlphaOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/AnchorOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/ColorOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialAnchor.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialColor.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialMass.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialPosition.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialRotation.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialScale.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialTexture.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/InitialVelocity.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/Oriented.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/RotationOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/ScaleOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/TextureOverLife.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/particles/mods/VectorField.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/RigidBody.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/Arcade.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/helpers/Projection.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/pairs/BoxToBoxPair.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/pairs/BoxToCirclePair.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/pairs/CircleToCirclePair.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/pairs/Pair.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/physics/arcade/phases/BroadPhase.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/ColorScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/ColorScatterBase.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/FloatCurveScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/FloatScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/FloatScatterBase.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/RadialScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/VectorCurveScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/VectorScatter.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/scatters/VectorScatterBase.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/textures/AtlasTexture.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/textures/CanvasRenderTexture.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/textures/Texture.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/black-engine/timers/Timer.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Dunnings"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blacklist",
      "kind": "edit",
      "files": [
        {
          "path": "types/blacklist/blacklist-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mhegazy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blake2",
      "kind": "edit",
      "files": [
        {
          "path": "types/blake2/blake2-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blake2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "beaulac"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blake2b-wasm",
      "kind": "edit",
      "files": [
        {
          "path": "types/blake2b-wasm/blake2b-wasm-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blake2b-wasm/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blake2b",
      "kind": "edit",
      "files": [
        {
          "path": "types/blake2b/blake2b-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blake2b/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blazor__javascript-interop",
      "kind": "edit",
      "files": [
        {
          "path": "types/blazor__javascript-interop/blazor__javascript-interop-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blazy",
      "kind": "edit",
      "files": [
        {
          "path": "types/blazy/blazy-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blazy/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "julienpa"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bleno",
      "kind": "edit",
      "files": [
        {
          "path": "types/bleno/bleno-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bleno/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blessed",
      "kind": "edit",
      "files": [
        {
          "path": "types/blessed/blessed-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blessed/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "brynbellomy",
        "skellock",
        "mamachanko",
        "TooTallNate",
        "danikaze",
        "jeffhuys"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blip-sdk",
      "kind": "edit",
      "files": [
        {
          "path": "types/blip-sdk/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "henriquetorquato"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blissfuljs",
      "kind": "edit",
      "files": [
        {
          "path": "types/blissfuljs/blissfuljs-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blissfuljs/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blob-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/blob-stream/blob-stream-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blob-stream/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "erichillah"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blobshape",
      "kind": "edit",
      "files": [
        {
          "path": "types/blobshape/blobshape-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "OyewoleOyedeji"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "block-stream2",
      "kind": "edit",
      "files": [
        {
          "path": "types/block-stream2/block-stream2-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/block-stream2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "trim21"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blocked-at",
      "kind": "edit",
      "files": [
        {
          "path": "types/blocked-at/blocked-at-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blocked-at/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "dolezel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blocked",
      "kind": "edit",
      "files": [
        {
          "path": "types/blocked/blocked-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blocked/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "l-jonas"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blockies",
      "kind": "edit",
      "files": [
        {
          "path": "types/blockies/blockies-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "LogvinovLeon"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blocks",
      "kind": "edit",
      "files": [
        {
          "path": "types/blocks/blocks-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blocks/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ksmigiel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bloem",
      "kind": "edit",
      "files": [
        {
          "path": "types/bloem/bloem-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bloem/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danwbyrne"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bloom-filter",
      "kind": "edit",
      "files": [
        {
          "path": "types/bloom-filter/bloom-filter-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bloom-filter/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "danwbyrne"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bloomfilter",
      "kind": "edit",
      "files": [
        {
          "path": "types/bloomfilter/bloomfilter-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "slawiko"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "blue-tape",
      "kind": "edit",
      "files": [
        {
          "path": "types/blue-tape/blue-tape-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blue-tape/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "sodatea"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bluebird-global",
      "kind": "edit",
      "files": [
        {
          "path": "types/bluebird-global/bluebird-global-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bluebird-global/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "d-ph"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bluebird-retry",
      "kind": "edit",
      "files": [
        {
          "path": "types/bluebird-retry/bluebird-retry-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bluebird-retry/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "pvomhoff"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bluebird",
      "kind": "edit",
      "files": [
        {
          "path": "types/bluebird/bluebird-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bluebird/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bluebird/v1/bluebird-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bluebird/v1/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bluebird/v2/bluebird-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bluebird/v2/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "lhecker"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "blueimp-load-image",
      "kind": "edit",
      "files": [
        {
          "path": "types/blueimp-load-image/blueimp-load-image-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/blueimp-load-image/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "ebk46",
        "KonstantinLukaschenko",
        "moeinio",
        "zbarbuto"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bmapgl-browser",
      "kind": "edit",
      "files": [
        {
          "path": "types/bmapgl-browser/bmapgl-browser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.bmapgllib.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.control.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.core.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.maplayer.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.mapvgl.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.overlay.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.panorama.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.rightmenu.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.service.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/bmapgl-browser/bmapgl.tools.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "Junior2ran"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bmp-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/bmp-js/bmp-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rksm"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bn.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/bn.js/bn.js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/bn.js/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "LogvinovLeon",
        "HenryNguyen5",
        "Gilthoniel"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "body-parser-xml",
      "kind": "edit",
      "files": [
        {
          "path": "types/body-parser-xml/body-parser-xml-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/body-parser-xml/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "tbounsiar",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "body-parser",
      "kind": "edit",
      "files": [
        {
          "path": "types/body-parser/body-parser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/body-parser/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "santialbo",
        "vilic",
        "dreampulse",
        "blendsdk",
        "tlaziuk",
        "jwalton",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "body-scroll-lock",
      "kind": "edit",
      "files": [
        {
          "path": "types/body-scroll-lock/body-scroll-lock-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "kimcoder"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "body",
      "kind": "edit",
      "files": [
        {
          "path": "types/body/any.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/body/form.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/body/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/body/json.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/body/test/body-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "SachinShekhar"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "bonjour",
      "kind": "edit",
      "files": [
        {
          "path": "types/bonjour/bonjour-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "quentin-ol"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "nycdotnet",
      "date": "2023-09-15T18:29:10.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1699179692,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

⚠️ There are too many reviewers for this PR change (201). Merging can only be handled by a DT maintainer.

People who would have been pinged DefinitelyTyped PatPL Merlinio BendingBender JasonHK yoursunny outring Bachmann1234 mohsen1 yortus marvinhagemeister kripod billykwok coffee-cup ifiokjr forivall insin mathieutu rpetrich baxtersa bcherny ExE-Boss ForbesLindesay mgroenhoff Jessidhia khell Lyanbin layershifter fnknzzz slavafomin basicdays dlgrit danez TeamworkGuy2 czbuchi rohithb craigbrett17 eirikhm jgonggrijp hejiang2000 lgrignon zhamid nvivo sventschui razorness confususs jjoekoullas Nyamazing alphaleonis borisyankov kenjiru zieka rkesters khasanovbi jlujan Retsam darioblanco minddocdev TomPridham saiichihashimoto micmro taoqf ipcjs peterblazejewicz k-yle pvomhoff roryokane tpluscode BenjaminHofstetter cristianvasquez alechill Methuselah96 pe8ter s73obrien erikjwaxx urish Kolahzary lucasriondel harikv mrmlnc moonpyk vesse nwtgck nchaulet adrianhopebailie drudge jasonharrison alexndlm hkleungai ealmansi Joshua-F RafaelKr branoholy stof jeremejevs SomaticIT xinxinran0221010 anyone-developer LumaKernel carrrywu SlyBouhafs pvcresin nweber-gh bdwain fishcharlie blair tobenna Ovyerus silversonicaxel pocesar maozedong stoneChen cnjack Morfent matrumz sant123 loghorn andykais mrkstwrt stamerf bengry danmarshall Epskampie MauricioRobayo BrUSomania juhg helenanderson PCOffline ffflorian nycdotnet Ky6uk over-engineer mktn87 mhegazy Evgenus dduugg orentrutner Goldsmith42 riggs dolanmiu yuhr caguiclajmg krisztianb atlowChemi ChocolateLoverRaj skysteve unindented CjS77 stefanhuber micksatana mudkipme nitsujlangston jonty007 jcramer blockparty-sh rkalis bitjson lautarodragan feross tlaziuk h1b9b rogierschouten Dunnings beaulac julienpa brynbellomy skellock mamachanko TooTallNate danikaze jeffhuys henriquetorquato erichillah OyewoleOyedeji trim21 dolezel l-jonas LogvinovLeon ksmigiel danwbyrne slawiko sodatea d-ph lhecker ebk46 KonstantinLukaschenko moeinio zbarbuto Junior2ran rksm HenryNguyen5 Gilthoniel tbounsiar santialbo vilic dreampulse blendsdk jwalton kimcoder SachinShekhar quentin-ol

@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg 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
Copy link
Contributor

@JoshuaKGoldberg 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 Sep 2, 2023
@typescript-bot typescript-bot moved this from Needs Author Action to Waiting for Code Reviews in New Pull Request Status Board Sep 2, 2023
@typescript-bot typescript-bot added the The CI failed When GH Actions fails label Sep 2, 2023
@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Author Action in New Pull Request Status Board Sep 2, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg 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 added the Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. label Sep 11, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg Unfortunately, this pull request currently has a merge conflict 😥. Please update your PR branch to be up-to-date with respect to master. Have a nice day!

@typescript-bot typescript-bot added Unreviewed No one showed up to review this PR, so it'll be reviewed by a DT maintainer. and removed Has Merge Conflict This PR can't be merged because it has a merge conflict. The author needs to update it. The CI failed When GH Actions fails labels Sep 12, 2023
@typescript-bot
Copy link
Contributor

Re-ping @DefinitelyTyped, @PatPL, @Merlinio, @BendingBender, @JasonHK, @yoursunny, @outring, @Bachmann1234, @mohsen1, @yortus, @marvinhagemeister, @kripod, @billykwok, @coffee-cup, @ifiokjr, @forivall, @insin, @mathieutu, @rpetrich, @baxtersa, @bcherny, @ExE-Boss, @ForbesLindesay, @mgroenhoff, @Jessidhia, @khell, @Lyanbin, @layershifter, @fnknzzz, @slavafomin, @basicdays, @dlgrit, @danez, @TeamworkGuy2, @CzBuCHi, @rohithb, @craigbrett17, @eirikhm, @jgonggrijp, @hejiang2000, @lgrignon, @zhamid, @nvivo, @sventschui, @razorness, @confususs, @jjoekoullas, @Nyamazing, @alphaleonis, @borisyankov, @kenjiru, @zieka, @rkesters, @khasanovbi, @jlujan, @Retsam, @darioblanco, @minddocdev, @TomPridham, @saiichihashimoto, @micmro, @taoqf, @ipcjs, @peterblazejewicz, @k-yle, @pvomhoff, @roryokane, @tpluscode, @BenjaminHofstetter, @cristianvasquez, @alechill, @Methuselah96, @pe8ter, @s73obrien, @erikjwaxx, @urish, @Kolahzary, @lucasriondel, @harikv, @mrmlnc, @moonpyk, @vesse, @nwtgck, @nchaulet, @adrianhopebailie, @drudge, @jasonharrison, @alexndlm, @hkleungai, @ealmansi, @Joshua-F, @RafaelKr, @branoholy, @stof, @jeremejevs, @SomaticIT, @xinxinran0221010, @anyone-developer, @LumaKernel, @carrrywu, @SlyBouhafs, @pvcresin, @nweber-gh, @bdwain, @fishcharlie, @blair, @tobenna, @Ovyerus, @silversonicaxel, @pocesar, @maozedong, @stoneChen, @cnjack, @Morfent, @matrumz, @sant123, @loghorn, @andykais, @mrkstwrt, @stamerf, @bengry, @danmarshall, @Epskampie, @MauricioRobayo, @BrUSomania, @juhg, @helenanderson, @PCOffline, @ffflorian, @nycdotnet, @Ky6uk, @over-engineer, @mktn87, @mhegazy, @Evgenus, @dduugg, @orentrutner, @Goldsmith42, @riggs, @dolanmiu, @yuhr, @caguiclajmg, @krisztianb, @atlowChemi, @ChocolateLoverRaj, @skysteve, @unindented, @CjS77, @stefanhuber, @micksatana, @mudkipme, @nitsujlangston, @jonty007, @jcramer, @blockparty-sh, @rkalis, @bitjson, @lautarodragan, @feross, @tlaziuk, @h1b9b, @rogierschouten, @Dunnings, @beaulac, @julienpa, @brynbellomy, @skellock, @mamachanko, @TooTallNate, @danikaze, @jeffhuys, @henriquetorquato, @erichillah, @OyewoleOyedeji, @trim21, @dolezel, @l-jonas, @LogvinovLeon, @ksmigiel, @danwbyrne, @slawiko, @sodatea, @d-ph, @lhecker, @ebk46, @KonstantinLukaschenko, @moeinio, @zbarbuto, @Junior2ran, @rksm, @HenryNguyen5, @Gilthoniel, @tbounsiar, @santialbo, @vilic, @dreampulse, @blendsdk, @jwalton, @kimcoder, @SachinShekhar, @quentin-ol:

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 moved this from Needs Author Action to Waiting for Code Reviews in New Pull Request Status Board Sep 12, 2023
@DangerBotOSS
Copy link

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.

babel-core (unpkg)

was missing the following properties:

  1. analyse
  2. Pipeline
  3. OptionManager
  4. messages
  5. util
as well as these 50 other properties...

resolvePreset, resolvePlugin, buildExternalHelpers, options, File, Plugin, analyse, Pipeline, OptionManager, messages, util, resolvePreset, resolvePlugin, buildExternalHelpers, options, File, Plugin, analyse, Pipeline, OptionManager, messages, util, resolvePreset, resolvePlugin, buildExternalHelpers, options, File, Plugin, analyse, Pipeline, OptionManager, messages, util, resolvePreset, resolvePlugin, buildExternalHelpers, options, File, Plugin, analyse, Pipeline, OptionManager, messages, util, resolvePreset, resolvePlugin, buildExternalHelpers, options, File, Plugin

babel-generator (unpkg)

was missing the following properties:

  1. CodeGenerator
  2. CodeGenerator
  3. CodeGenerator

babel-plugin-react-html-attrs (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'babel-plugin-react-html-attrs'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

babel-traverse (unpkg)

was missing the following properties:

  1. visitors

babel-types (unpkg)

was missing the following properties:

  1. is
  2. isType
  3. validate
  4. shallowEqual
  5. appendToMemberExpression
as well as these 65 other properties...

prependToMemberExpression, ensureBlock, clone, cloneWithoutLoc, cloneDeep, matchesPattern, buildMatchMemberExpression, addComment, addComments, removeComments, inheritsComments, inheritTrailingComments, inheritLeadingComments, inheritInnerComments, inherits, assertNode, isNode, traverseFast, removeProperties, removePropertiesDeep, STATEMENT_OR_BLOCK_KEYS, FLATTENABLE_KEYS, FOR_INIT_KEYS, COMMENT_KEYS, LOGICAL_OPERATORS, UPDATE_OPERATORS, BOOLEAN_NUMBER_BINARY_OPERATORS, EQUALITY_BINARY_OPERATORS, COMPARISON_BINARY_OPERATORS, BOOLEAN_BINARY_OPERATORS, NUMBER_BINARY_OPERATORS, BINARY_OPERATORS, BOOLEAN_UNARY_OPERATORS, NUMBER_UNARY_OPERATORS, STRING_UNARY_OPERATORS, UNARY_OPERATORS, INHERIT_KEYS, BLOCK_SCOPED_SYMBOL, NOT_LOCAL_BINDING, VISITOR_KEYS, ALIAS_KEYS, NODE_FIELDS, BUILDER_KEYS, DEPRECATED_KEYS, getBindingIdentifiers, getOuterBindingIdentifiers, isBinding, isValidIdentifier, isLet, isSpecifierDefault, isNodesEquivalent, toComputedKey, toSequenceExpression, toKeyAlias, toIdentifier, toBindingIdentifierName, toStatement, toExpression, toBlock, valueToNode, createUnionTypeAnnotation, removeTypeDuplicates, createTypeAnnotationBasedOnTypeof, FLIPPED_ALIAS_KEYS, TYPES

babel__core (unpkg)

was missing the following properties:

  1. File
  2. Plugin
  3. buildExternalHelpers
  4. createConfigItemAsync
  5. createConfigItemSync
as well as these 28 other properties...

getEnv, loadOptionsAsync, loadOptionsSync, loadPartialConfigSync, OptionManager, tokTypes, File, Plugin, buildExternalHelpers, createConfigItemAsync, createConfigItemSync, getEnv, loadOptionsAsync, loadOptionsSync, loadPartialConfigSync, OptionManager, tokTypes, File, Plugin, buildExternalHelpers, createConfigItemAsync, createConfigItemSync, getEnv, loadOptionsAsync, loadOptionsSync, loadPartialConfigSync, OptionManager, tokTypes

babel__preset-env (unpkg)

was missing the following properties:

  1. isPluginRequired
  2. transformIncludesAndExcludes
  3. getModulesPluginNames
  4. getPolyfillPlugins

babel__standalone (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'babel__standalone'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. keys
  2. resolve
  3. id
  4. declare
as well as these 1522 other properties...

Plugin, File, buildExternalHelpers, resolvePlugin, resolvePreset, version, getEnv, traverse, template, createConfigItem, loadPartialConfig, loadOptions, transformSync, transformAsync, transformFile, transformFileSync, transformFileAsync, transformFromAstSync, transformFromAstAsync, parse, parseSync, parseAsync, types, DEFAULT_EXTENSIONS, OptionManager, assertNode, createTypeAnnotationBasedOnTypeof, createUnionTypeAnnotation, cloneNode, clone, cloneDeep, cloneWithoutLoc, addComment, addComments, inheritInnerComments, inheritLeadingComments, inheritsComments, inheritTrailingComments, removeComments, ensureBlock, toBindingIdentifierName, toBlock, toComputedKey, toExpression, toIdentifier, toKeyAlias, toSequenceExpression, toStatement, valueToNode, appendToMemberExpression, inherits, prependToMemberExpression, removeProperties, removePropertiesDeep, removeTypeDuplicates, getBindingIdentifiers, getOuterBindingIdentifiers, traverseFast, shallowEqual, is, isBinding, isBlockScoped, isImmutable, isLet, isNode, isNodesEquivalent, isReferenced, isScope, isSpecifierDefault, isType, isValidES3Identifier, isValidIdentifier, isVar, matchesPattern, validate, buildMatchMemberExpression, react, normalize, isAbsolute, join, relative, sep, delimiter, dirname, basename, extname, isArrayExpression, isAssignmentExpression, isBinaryExpression, isInterpreterDirective, isDirective, isDirectiveLiteral, isBlockStatement, isBreakStatement, isCallExpression, isCatchClause, isConditionalExpression, isContinueStatement, isDebuggerStatement, isDoWhileStatement, isEmptyStatement, isExpressionStatement, isFile, isForInStatement, isForStatement, isFunctionDeclaration, isFunctionExpression, isIdentifier, isIfStatement, isLabeledStatement, isStringLiteral, isNumericLiteral, isNullLiteral, isBooleanLiteral, isRegExpLiteral, isLogicalExpression, isMemberExpression, isNewExpression, isProgram, isObjectExpression, isObjectMethod, isObjectProperty, isRestElement, isReturnStatement, isSequenceExpression, isSwitchCase, isSwitchStatement, isThisExpression, isThrowStatement, isTryStatement, isUnaryExpression, isUpdateExpression, isVariableDeclaration, isVariableDeclarator, isWhileStatement, isWithStatement, isAssignmentPattern, isArrayPattern, isArrowFunctionExpression, isClassBody, isClassDeclaration, isClassExpression, isExportAllDeclaration, isExportDefaultDeclaration, isExportNamedDeclaration, isExportSpecifier, isForOfStatement, isImportDeclaration, isImportDefaultSpecifier, isImportNamespaceSpecifier, isImportSpecifier, isMetaProperty, isClassMethod, isObjectPattern, isSpreadElement, isSuper, isTaggedTemplateExpression, isTemplateElement, isTemplateLiteral, isYieldExpression, isAnyTypeAnnotation, isArrayTypeAnnotation, isBooleanTypeAnnotation, isBooleanLiteralTypeAnnotation, isNullLiteralTypeAnnotation, isClassImplements, isDeclareClass, isDeclareFunction, isDeclareInterface, isDeclareModule, isDeclareModuleExports, isDeclareTypeAlias, isDeclareOpaqueType, isDeclareVariable, isDeclareExportDeclaration, isDeclareExportAllDeclaration, isDeclaredPredicate, isExistsTypeAnnotation, isFunctionTypeAnnotation, isFunctionTypeParam, isGenericTypeAnnotation, isInferredPredicate, isInterfaceExtends, isInterfaceDeclaration, isInterfaceTypeAnnotation, isIntersectionTypeAnnotation, isMixedTypeAnnotation, isEmptyTypeAnnotation, isNullableTypeAnnotation, isNumberLiteralTypeAnnotation, isNumberTypeAnnotation, isObjectTypeAnnotation, isObjectTypeInternalSlot, isObjectTypeCallProperty, isObjectTypeIndexer, isObjectTypeProperty, isObjectTypeSpreadProperty, isOpaqueType, isQualifiedTypeIdentifier, isStringLiteralTypeAnnotation, isStringTypeAnnotation, isThisTypeAnnotation, isTupleTypeAnnotation, isTypeofTypeAnnotation, isTypeAlias, isTypeAnnotation, isTypeCastExpression, isTypeParameter, isTypeParameterDeclaration, isTypeParameterInstantiation, isUnionTypeAnnotation, isVariance, isVoidTypeAnnotation, isJSXAttribute, isJSXClosingElement, isJSXElement, isJSXEmptyExpression, isJSXExpressionContainer, isJSXSpreadChild, isJSXIdentifier, isJSXMemberExpression, isJSXNamespacedName, isJSXOpeningElement, isJSXSpreadAttribute, isJSXText, isJSXFragment, isJSXOpeningFragment, isJSXClosingFragment, isNoop, isParenthesizedExpression, isAwaitExpression, isBindExpression, isClassProperty, isOptionalMemberExpression, isOptionalCallExpression, isClassPrivateProperty, isImport, isDecorator, isDoExpression, isExportDefaultSpecifier, isExportNamespaceSpecifier, isPrivateName, isBigIntLiteral, isTSParameterProperty, isTSDeclareFunction, isTSDeclareMethod, isTSQualifiedName, isTSCallSignatureDeclaration, isTSConstructSignatureDeclaration, isTSPropertySignature, isTSMethodSignature, isTSIndexSignature, isTSAnyKeyword, isTSNumberKeyword, isTSObjectKeyword, isTSBooleanKeyword, isTSStringKeyword, isTSSymbolKeyword, isTSVoidKeyword, isTSUndefinedKeyword, isTSNullKeyword, isTSNeverKeyword, isTSThisType, isTSFunctionType, isTSConstructorType, isTSTypeReference, isTSTypePredicate, isTSTypeQuery, isTSTypeLiteral, isTSArrayType, isTSTupleType, isTSUnionType, isTSIntersectionType, isTSConditionalType, isTSInferType, isTSParenthesizedType, isTSTypeOperator, isTSIndexedAccessType, isTSMappedType, isTSLiteralType, isTSExpressionWithTypeArguments, isTSInterfaceDeclaration, isTSInterfaceBody, isTSTypeAliasDeclaration, isTSAsExpression, isTSTypeAssertion, isTSEnumDeclaration, isTSEnumMember, isTSModuleDeclaration, isTSModuleBlock, isTSImportEqualsDeclaration, isTSExternalModuleReference, isTSNonNullExpression, isTSExportAssignment, isTSNamespaceExportDeclaration, isTSTypeAnnotation, isTSTypeParameterInstantiation, isTSTypeParameterDeclaration, isTSTypeParameter, isExpression, isBinary, isScopable, isBlockParent, isBlock, isStatement, isTerminatorless, isCompletionStatement, isConditional, isLoop, isWhile, isExpressionWrapper, isFor, isForXStatement, isFunction, isFunctionParent, isPureish, isDeclaration, isPatternLike, isLVal, isTSEntityName, isLiteral, isUserWhitespacable, isMethod, isObjectMember, isProperty, isUnaryLike, isPattern, isClass, isModuleDeclaration, isExportDeclaration, isModuleSpecifier, isFlow, isFlowType, isFlowBaseAnnotation, isFlowDeclaration, isFlowPredicate, isJSX, isPrivate, isTSTypeElement, isTSType, isNumberLiteral, isRegexLiteral, isRestProperty, isSpreadProperty, arrayExpression, ArrayExpression, assignmentExpression, AssignmentExpression, binaryExpression, BinaryExpression, interpreterDirective, InterpreterDirective, directive, Directive, directiveLiteral, DirectiveLiteral, blockStatement, BlockStatement, breakStatement, BreakStatement, callExpression, CallExpression, catchClause, CatchClause, conditionalExpression, ConditionalExpression, continueStatement, ContinueStatement, debuggerStatement, DebuggerStatement, doWhileStatement, DoWhileStatement, emptyStatement, EmptyStatement, expressionStatement, ExpressionStatement, file, forInStatement, ForInStatement, forStatement, ForStatement, functionDeclaration, FunctionDeclaration, functionExpression, FunctionExpression, identifier, Identifier, ifStatement, IfStatement, labeledStatement, LabeledStatement, stringLiteral, StringLiteral, numericLiteral, NumericLiteral, nullLiteral, NullLiteral, booleanLiteral, BooleanLiteral, regExpLiteral, RegExpLiteral, logicalExpression, LogicalExpression, memberExpression, MemberExpression, newExpression, NewExpression, program, Program, objectExpression, ObjectExpression, objectMethod, ObjectMethod, objectProperty, ObjectProperty, restElement, RestElement, returnStatement, ReturnStatement, sequenceExpression, SequenceExpression, switchCase, SwitchCase, switchStatement, SwitchStatement, thisExpression, ThisExpression, throwStatement, ThrowStatement, tryStatement, TryStatement, unaryExpression, UnaryExpression, updateExpression, UpdateExpression, variableDeclaration, VariableDeclaration, variableDeclarator, VariableDeclarator, whileStatement, WhileStatement, withStatement, WithStatement, assignmentPattern, AssignmentPattern, arrayPattern, ArrayPattern, arrowFunctionExpression, ArrowFunctionExpression, classBody, ClassBody, classDeclaration, ClassDeclaration, classExpression, ClassExpression, exportAllDeclaration, ExportAllDeclaration, exportDefaultDeclaration, ExportDefaultDeclaration, exportNamedDeclaration, ExportNamedDeclaration, exportSpecifier, ExportSpecifier, forOfStatement, ForOfStatement, importDeclaration, ImportDeclaration, importDefaultSpecifier, ImportDefaultSpecifier, importNamespaceSpecifier, ImportNamespaceSpecifier, importSpecifier, ImportSpecifier, metaProperty, MetaProperty, classMethod, ClassMethod, objectPattern, ObjectPattern, spreadElement, SpreadElement, super, Super, taggedTemplateExpression, TaggedTemplateExpression, templateElement, TemplateElement, templateLiteral, TemplateLiteral, yieldExpression, YieldExpression, anyTypeAnnotation, AnyTypeAnnotation, arrayTypeAnnotation, ArrayTypeAnnotation, booleanTypeAnnotation, BooleanTypeAnnotation, booleanLiteralTypeAnnotation, BooleanLiteralTypeAnnotation, nullLiteralTypeAnnotation, NullLiteralTypeAnnotation, classImplements, ClassImplements, declareClass, DeclareClass, declareFunction, DeclareFunction, declareInterface, DeclareInterface, declareModule, DeclareModule, declareModuleExports, DeclareModuleExports, declareTypeAlias, DeclareTypeAlias, declareOpaqueType, DeclareOpaqueType, declareVariable, DeclareVariable, declareExportDeclaration, DeclareExportDeclaration, declareExportAllDeclaration, DeclareExportAllDeclaration, declaredPredicate, DeclaredPredicate, existsTypeAnnotation, ExistsTypeAnnotation, functionTypeAnnotation, FunctionTypeAnnotation, functionTypeParam, FunctionTypeParam, genericTypeAnnotation, GenericTypeAnnotation, inferredPredicate, InferredPredicate, interfaceExtends, InterfaceExtends, interfaceDeclaration, InterfaceDeclaration, interfaceTypeAnnotation, InterfaceTypeAnnotation, intersectionTypeAnnotation, IntersectionTypeAnnotation, mixedTypeAnnotation, MixedTypeAnnotation, emptyTypeAnnotation, EmptyTypeAnnotation, nullableTypeAnnotation, NullableTypeAnnotation, numberLiteralTypeAnnotation, NumberLiteralTypeAnnotation, numberTypeAnnotation, NumberTypeAnnotation, objectTypeAnnotation, ObjectTypeAnnotation, objectTypeInternalSlot, ObjectTypeInternalSlot, objectTypeCallProperty, ObjectTypeCallProperty, objectTypeIndexer, ObjectTypeIndexer, objectTypeProperty, ObjectTypeProperty, objectTypeSpreadProperty, ObjectTypeSpreadProperty, opaqueType, OpaqueType, qualifiedTypeIdentifier, QualifiedTypeIdentifier, stringLiteralTypeAnnotation, StringLiteralTypeAnnotation, stringTypeAnnotation, StringTypeAnnotation, thisTypeAnnotation, ThisTypeAnnotation, tupleTypeAnnotation, TupleTypeAnnotation, typeofTypeAnnotation, TypeofTypeAnnotation, typeAlias, TypeAlias, typeAnnotation, TypeAnnotation, typeCastExpression, TypeCastExpression, typeParameter, TypeParameter, typeParameterDeclaration, TypeParameterDeclaration, typeParameterInstantiation, TypeParameterInstantiation, unionTypeAnnotation, UnionTypeAnnotation, variance, Variance, voidTypeAnnotation, VoidTypeAnnotation, jSXAttribute, jsxAttribute, JSXAttribute, jSXClosingElement, jsxClosingElement, JSXClosingElement, jSXElement, jsxElement, JSXElement, jSXEmptyExpression, jsxEmptyExpression, JSXEmptyExpression, jSXExpressionContainer, jsxExpressionContainer, JSXExpressionContainer, jSXSpreadChild, jsxSpreadChild, JSXSpreadChild, jSXIdentifier, jsxIdentifier, JSXIdentifier, jSXMemberExpression, jsxMemberExpression, JSXMemberExpression, jSXNamespacedName, jsxNamespacedName, JSXNamespacedName, jSXOpeningElement, jsxOpeningElement, JSXOpeningElement, jSXSpreadAttribute, jsxSpreadAttribute, JSXSpreadAttribute, jSXText, jsxText, JSXText, jSXFragment, jsxFragment, JSXFragment, jSXOpeningFragment, jsxOpeningFragment, JSXOpeningFragment, jSXClosingFragment, jsxClosingFragment, JSXClosingFragment, noop, Noop, parenthesizedExpression, ParenthesizedExpression, awaitExpression, AwaitExpression, bindExpression, BindExpression, classProperty, ClassProperty, optionalMemberExpression, OptionalMemberExpression, optionalCallExpression, OptionalCallExpression, classPrivateProperty, ClassPrivateProperty, import, Import, decorator, Decorator, doExpression, DoExpression, exportDefaultSpecifier, ExportDefaultSpecifier, exportNamespaceSpecifier, ExportNamespaceSpecifier, privateName, PrivateName, bigIntLiteral, BigIntLiteral, tSParameterProperty, tsParameterProperty, TSParameterProperty, tSDeclareFunction, tsDeclareFunction, TSDeclareFunction, tSDeclareMethod, tsDeclareMethod, TSDeclareMethod, tSQualifiedName, tsQualifiedName, TSQualifiedName, tSCallSignatureDeclaration, tsCallSignatureDeclaration, TSCallSignatureDeclaration, tSConstructSignatureDeclaration, tsConstructSignatureDeclaration, TSConstructSignatureDeclaration, tSPropertySignature, tsPropertySignature, TSPropertySignature, tSMethodSignature, tsMethodSignature, TSMethodSignature, tSIndexSignature, tsIndexSignature, TSIndexSignature, tSAnyKeyword, tsAnyKeyword, TSAnyKeyword, tSNumberKeyword, tsNumberKeyword, TSNumberKeyword, tSObjectKeyword, tsObjectKeyword, TSObjectKeyword, tSBooleanKeyword, tsBooleanKeyword, TSBooleanKeyword, tSStringKeyword, tsStringKeyword, TSStringKeyword, tSSymbolKeyword, tsSymbolKeyword, TSSymbolKeyword, tSVoidKeyword, tsVoidKeyword, TSVoidKeyword, tSUndefinedKeyword, tsUndefinedKeyword, TSUndefinedKeyword, tSNullKeyword, tsNullKeyword, TSNullKeyword, tSNeverKeyword, tsNeverKeyword, TSNeverKeyword, tSThisType, tsThisType, TSThisType, tSFunctionType, tsFunctionType, TSFunctionType, tSConstructorType, tsConstructorType, TSConstructorType, tSTypeReference, tsTypeReference, TSTypeReference, tSTypePredicate, tsTypePredicate, TSTypePredicate, tSTypeQuery, tsTypeQuery, TSTypeQuery, tSTypeLiteral, tsTypeLiteral, TSTypeLiteral, tSArrayType, tsArrayType, TSArrayType, tSTupleType, tsTupleType, TSTupleType, tSUnionType, tsUnionType, TSUnionType, tSIntersectionType, tsIntersectionType, TSIntersectionType, tSConditionalType, tsConditionalType, TSConditionalType, tSInferType, tsInferType, TSInferType, tSParenthesizedType, tsParenthesizedType, TSParenthesizedType, tSTypeOperator, tsTypeOperator, TSTypeOperator, tSIndexedAccessType, tsIndexedAccessType, TSIndexedAccessType, tSMappedType, tsMappedType, TSMappedType, tSLiteralType, tsLiteralType, TSLiteralType, tSExpressionWithTypeArguments, tsExpressionWithTypeArguments, TSExpressionWithTypeArguments, tSInterfaceDeclaration, tsInterfaceDeclaration, TSInterfaceDeclaration, tSInterfaceBody, tsInterfaceBody, TSInterfaceBody, tSTypeAliasDeclaration, tsTypeAliasDeclaration, TSTypeAliasDeclaration, tSAsExpression, tsAsExpression, TSAsExpression, tSTypeAssertion, tsTypeAssertion, TSTypeAssertion, tSEnumDeclaration, tsEnumDeclaration, TSEnumDeclaration, tSEnumMember, tsEnumMember, TSEnumMember, tSModuleDeclaration, tsModuleDeclaration, TSModuleDeclaration, tSModuleBlock, tsModuleBlock, TSModuleBlock, tSImportEqualsDeclaration, tsImportEqualsDeclaration, TSImportEqualsDeclaration, tSExternalModuleReference, tsExternalModuleReference, TSExternalModuleReference, tSNonNullExpression, tsNonNullExpression, TSNonNullExpression, tSExportAssignment, tsExportAssignment, TSExportAssignment, tSNamespaceExportDeclaration, tsNamespaceExportDeclaration, TSNamespaceExportDeclaration, tSTypeAnnotation, tsTypeAnnotation, TSTypeAnnotation, tSTypeParameterInstantiation, tsTypeParameterInstantiation, TSTypeParameterInstantiation, tSTypeParameterDeclaration, tsTypeParameterDeclaration, TSTypeParameterDeclaration, tSTypeParameter, tsTypeParameter, TSTypeParameter, numberLiteral, NumberLiteral, regexLiteral, RegexLiteral, restProperty, RestProperty, spreadProperty, SpreadProperty, NodePath, Scope, Hub, visitors, VISITOR_KEYS, ALIAS_KEYS, FLIPPED_ALIAS_KEYS, NODE_FIELDS, BUILDER_KEYS, DEPRECATED_KEYS, TYPES, typeIs, validateType, validateOptional, validateOptionalType, arrayOf, arrayOfType, validateArrayOfType, assertEach, assertOneOf, assertNodeType, assertNodeOrValueType, assertValueType, chain, STATEMENT_OR_BLOCK_KEYS, FLATTENABLE_KEYS, FOR_INIT_KEYS, COMMENT_KEYS, LOGICAL_OPERATORS, UPDATE_OPERATORS, BOOLEAN_NUMBER_BINARY_OPERATORS, EQUALITY_BINARY_OPERATORS, COMPARISON_BINARY_OPERATORS, BOOLEAN_BINARY_OPERATORS, NUMBER_BINARY_OPERATORS, BINARY_OPERATORS, BOOLEAN_UNARY_OPERATORS, NUMBER_UNARY_OPERATORS, STRING_UNARY_OPERATORS, UNARY_OPERATORS, INHERIT_KEYS, BLOCK_SCOPED_SYMBOL, NOT_LOCAL_BINDING, smart, statement, statements, expression, log, formatArgs, save, load, useColors, storage, colors, wrapWithTypes, getTypes, runtimeProperty, isReference, replaceWithOrRemove, ast, code, keyword, getArg, urlParse, urlGenerate, toSetString, fromSetString, compareByOriginalPositions, compareByGeneratedPositionsDeflated, compareByGeneratedPositionsInflated, SEMVER_SPEC_VERSION, re, src, valid, clean, SemVer, inc, diff, compareIdentifiers, rcompareIdentifiers, major, minor, patch, compare, compareLoose, rcompare, sort, rsort, gt, lt, eq, neq, gte, lte, cmp, Comparator, Range, toComparators, satisfies, maxSatisfying, minSatisfying, validRange, ltr, gtr, outside, prerelease, intersects, coerce, path, scope, clear, clearPath, clearScope, SourceMapGenerator, SourceMapConsumer, SourceNode, codeFrameColumns, findConfigUpwards, findPackageData, findRelativeConfig, findRootConfig, loadConfig, loadPlugin, loadPreset, createItemFromDescriptor, getItemDescriptor, makeStrongCache, makeWeakCache, assertSimpleType, commentRegex, mapFileCommentRegex, fromObject, fromJSON, fromBase64, fromComment, fromMapFileComment, fromSource, fromMapFileSource, removeMapFileComments, generateMapFileComment, pullFlag, functionCommon, functionTypeAnnotationCommon, functionDeclarationCommon, patternLikeCommon, classMethodOrPropertyCommon, classMethodOrDeclareMethodCommon, CodeGenerator, Buffer, SlowBuffer, INSPECT_MAX_BYTES, kMaxLength, parseExpression, tokTypes, merge, normalizeReplacements, addDefault, addNamed, addNamespace, addSideEffect, ImportInjector, isModule, environmentVisitor, rewriteModuleStatementsAndPrepareHeader, ensureStatementsHoisted, wrapInterop, buildNamespaceInitStatements, hasExports, isSideEffectImport, get, minVersion, getDependencies, list, ReferencedIdentifier, ReferencedMemberExpression, BindingIdentifier, Statement, Expression, Referenced, BlockScoped, Var, User, Generated, Pure, Flow, ExistentialTypeParam, NumericLiteralTypeAnnotation, ForAwaitStatement, encode, decode, ArraySet, needsWhitespace, needsWhitespaceBefore, needsWhitespaceAfter, needsParens, supportsColor, createCachedDescriptors, createUncachedDescriptors, createDescriptor, mergeOptions, buildPresetChain, buildRootChain, buildPresetChainWalker, msg, access, assertRootMode, assertSourceMaps, assertCompact, assertSourceType, assertCallerMetadata, assertInputSourceMap, assertString, assertFunction, assertBoolean, assertObject, assertArray, assertIgnoreList, assertConfigApplicableTest, assertConfigFileSearch, assertBabelrcSearch, assertPluginList, runAsync, runSync, proposals, format, deprecate, debuglog, inspect, isArray, isBoolean, isNull, isNullOrUndefined, isNumber, isString, isSymbol, isUndefined, isRegExp, isObject, isDate, isError, isPrimitive, isBuffer, push, hasComputed, toComputedObjectFromClass, toClassObject, toDefineObject, Emitter, makeUniqueKey, makeAccessor, assertArrayExpression, assertAssignmentExpression, assertBinaryExpression, assertInterpreterDirective, assertDirective, assertDirectiveLiteral, assertBlockStatement, assertBreakStatement, assertCallExpression, assertCatchClause, assertConditionalExpression, assertContinueStatement, assertDebuggerStatement, assertDoWhileStatement, assertEmptyStatement, assertExpressionStatement, assertFile, assertForInStatement, assertForStatement, assertFunctionDeclaration, assertFunctionExpression, assertIdentifier, assertIfStatement, assertLabeledStatement, assertStringLiteral, assertNumericLiteral, assertNullLiteral, assertBooleanLiteral, assertRegExpLiteral, assertLogicalExpression, assertMemberExpression, assertNewExpression, assertProgram, assertObjectExpression, assertObjectMethod, assertObjectProperty, assertRestElement, assertReturnStatement, assertSequenceExpression, assertSwitchCase, assertSwitchStatement, assertThisExpression, assertThrowStatement, assertTryStatement, assertUnaryExpression, assertUpdateExpression, assertVariableDeclaration, assertVariableDeclarator, assertWhileStatement, assertWithStatement, assertAssignmentPattern, assertArrayPattern, assertArrowFunctionExpression, assertClassBody, assertClassDeclaration, assertClassExpression, assertExportAllDeclaration, assertExportDefaultDeclaration, assertExportNamedDeclaration, assertExportSpecifier, assertForOfStatement, assertImportDeclaration, assertImportDefaultSpecifier, assertImportNamespaceSpecifier, assertImportSpecifier, assertMetaProperty, assertClassMethod, assertObjectPattern, assertSpreadElement, assertSuper, assertTaggedTemplateExpression, assertTemplateElement, assertTemplateLiteral, assertYieldExpression, assertAnyTypeAnnotation, assertArrayTypeAnnotation, assertBooleanTypeAnnotation, assertBooleanLiteralTypeAnnotation, assertNullLiteralTypeAnnotation, assertClassImplements, assertDeclareClass, assertDeclareFunction, assertDeclareInterface, assertDeclareModule, assertDeclareModuleExports, assertDeclareTypeAlias, assertDeclareOpaqueType, assertDeclareVariable, assertDeclareExportDeclaration, assertDeclareExportAllDeclaration, assertDeclaredPredicate, assertExistsTypeAnnotation, assertFunctionTypeAnnotation, assertFunctionTypeParam, assertGenericTypeAnnotation, assertInferredPredicate, assertInterfaceExtends, assertInterfaceDeclaration, assertInterfaceTypeAnnotation, assertIntersectionTypeAnnotation, assertMixedTypeAnnotation, assertEmptyTypeAnnotation, assertNullableTypeAnnotation, assertNumberLiteralTypeAnnotation, assertNumberTypeAnnotation, assertObjectTypeAnnotation, assertObjectTypeInternalSlot, assertObjectTypeCallProperty, assertObjectTypeIndexer, assertObjectTypeProperty, assertObjectTypeSpreadProperty, assertOpaqueType, assertQualifiedTypeIdentifier, assertStringLiteralTypeAnnotation, assertStringTypeAnnotation, assertThisTypeAnnotation, assertTupleTypeAnnotation, assertTypeofTypeAnnotation, assertTypeAlias, assertTypeAnnotation, assertTypeCastExpression, assertTypeParameter, assertTypeParameterDeclaration, assertTypeParameterInstantiation, assertUnionTypeAnnotation, assertVariance, assertVoidTypeAnnotation, assertJSXAttribute, assertJSXClosingElement, assertJSXElement, assertJSXEmptyExpression, assertJSXExpressionContainer, assertJSXSpreadChild, assertJSXIdentifier, assertJSXMemberExpression, assertJSXNamespacedName, assertJSXOpeningElement, assertJSXSpreadAttribute, assertJSXText, assertJSXFragment, assertJSXOpeningFragment, assertJSXClosingFragment, assertNoop, assertParenthesizedExpression, assertAwaitExpression, assertBindExpression, assertClassProperty, assertOptionalMemberExpression, assertOptionalCallExpression, assertClassPrivateProperty, assertImport, assertDecorator, assertDoExpression, assertExportDefaultSpecifier, assertExportNamespaceSpecifier, assertPrivateName, assertBigIntLiteral, assertTSParameterProperty, assertTSDeclareFunction, assertTSDeclareMethod, assertTSQualifiedName, assertTSCallSignatureDeclaration, assertTSConstructSignatureDeclaration, assertTSPropertySignature, assertTSMethodSignature, assertTSIndexSignature, assertTSAnyKeyword, assertTSNumberKeyword, assertTSObjectKeyword, assertTSBooleanKeyword, assertTSStringKeyword, assertTSSymbolKeyword, assertTSVoidKeyword, assertTSUndefinedKeyword, assertTSNullKeyword, assertTSNeverKeyword, assertTSThisType, assertTSFunctionType, assertTSConstructorType, assertTSTypeReference, assertTSTypePredicate, assertTSTypeQuery, assertTSTypeLiteral, assertTSArrayType, assertTSTupleType, assertTSUnionType, assertTSIntersectionType, assertTSConditionalType, assertTSInferType, assertTSParenthesizedType, assertTSTypeOperator, assertTSIndexedAccessType, assertTSMappedType, assertTSLiteralType, assertTSExpressionWithTypeArguments, assertTSInterfaceDeclaration, assertTSInterfaceBody, assertTSTypeAliasDeclaration, assertTSAsExpression, assertTSTypeAssertion, assertTSEnumDeclaration, assertTSEnumMember, assertTSModuleDeclaration, assertTSModuleBlock, assertTSImportEqualsDeclaration, assertTSExternalModuleReference, assertTSNonNullExpression, assertTSExportAssignment, assertTSNamespaceExportDeclaration, assertTSTypeAnnotation, assertTSTypeParameterInstantiation, assertTSTypeParameterDeclaration, assertTSTypeParameter, assertExpression, assertBinary, assertScopable, assertBlockParent, assertBlock, assertStatement, assertTerminatorless, assertCompletionStatement, assertConditional, assertLoop, assertWhile, assertExpressionWrapper, assertFor, assertForXStatement, assertFunctionParent, assertPureish, assertDeclaration, assertPatternLike, assertLVal, assertTSEntityName, assertLiteral, assertImmutable, assertUserWhitespacable, assertMethod, assertObjectMember, assertProperty, assertUnaryLike, assertPattern, assertClass, assertModuleDeclaration, assertExportDeclaration, assertModuleSpecifier, assertFlow, assertFlowType, assertFlowBaseAnnotation, assertFlowDeclaration, assertFlowPredicate, assertJSX, assertPrivate, assertTSTypeElement, assertTSType, assertNumberLiteral, assertRegexLiteral, assertRestProperty, assertSpreadProperty, EXPRESSION_TYPES, BINARY_TYPES, SCOPABLE_TYPES, BLOCKPARENT_TYPES, BLOCK_TYPES, STATEMENT_TYPES, TERMINATORLESS_TYPES, COMPLETIONSTATEMENT_TYPES, CONDITIONAL_TYPES, LOOP_TYPES, WHILE_TYPES, EXPRESSIONWRAPPER_TYPES, FOR_TYPES, FORXSTATEMENT_TYPES, FUNCTION_TYPES, FUNCTIONPARENT_TYPES, PUREISH_TYPES, DECLARATION_TYPES, PATTERNLIKE_TYPES, LVAL_TYPES, TSENTITYNAME_TYPES, LITERAL_TYPES, IMMUTABLE_TYPES, USERWHITESPACABLE_TYPES, METHOD_TYPES, OBJECTMEMBER_TYPES, PROPERTY_TYPES, UNARYLIKE_TYPES, PATTERN_TYPES, CLASS_TYPES, MODULEDECLARATION_TYPES, EXPORTDECLARATION_TYPES, MODULESPECIFIER_TYPES, FLOW_TYPES, FLOWTYPE_TYPES, FLOWBASEANNOTATION_TYPES, FLOWDECLARATION_TYPES, FLOWPREDICATE_TYPES, JSX_TYPES, PRIVATE_TYPES, TSTYPEELEMENT_TYPES, TSTYPE_TYPES, names, skips, disable, enable, enabled, humanize, instances, formatters, MappingList, BasicSourceMapConsumer, IndexedSourceMapConsumer, GREATEST_LOWER_BOUND, LEAST_UPPER_BOUND, search, quickSort, nodes, Binary, UnaryLike, byteLength, toByteArray, fromByteArray, read, write, tsPrintPropertyOrMethodName, tsPrintFunctionOrConstructorType, tsPrintTypeLiteralOrInterfaceBody, tsPrintBraced, tsPrintUnionOrIntersectionType, tsPrintSignatureDeclarationBase, findParent, find, getFunctionParent, getStatementParent, getEarliestCommonAncestorFrom, getDeepestCommonAncestorFrom, getAncestry, isAncestor, isDescendant, inType, getTypeAnnotation, isBaseType, couldBeBaseType, baseTypeStrictlyMatches, isGenericType, replaceWithMultiple, replaceWithSourceString, replaceWith, replaceExpressionWithStatements, replaceInline, shouldHighlight, getChalk, matchToToken, evaluateTruthy, evaluate, arrowFunctionToShadowed, unwrapFunctionEnvironment, arrowFunctionToExpression, has, isStatic, isnt, equals, isNodeType, canHaveVariableDeclarationOrExpression, canSwapBetweenExpressionAndStatement, isCompletionRecord, isStatementOrBlock, referencesImport, getSource, willIMaybeExecuteBefore, isConstantExpression, isInStrictMode, call, isBlacklisted, visit, skip, skipKey, stop, setScope, setContext, resync, popContext, pushContext, setup, setKey, requeue, remove, hooks, insertBefore, insertAfter, updateSiblingKeys, unshiftContainer, pushContainer, hoist, getOpposite, getCompletionRecords, getSibling, getPrevSibling, getNextSibling, getAllNextSiblings, getAllPrevSiblings, getBindingIdentifierPaths, getOuterBindingIdentifierPaths, shareCommentsWithSiblings, explode, verify, validatePluginObject, visitor, REGULAR, UNICODE, UNICODE_IGNORE_CASE, getVisitor, FunctionEntry, LoopEntry, SwitchEntry, TryEntry, CatchEntry, FinallyEntry, LabeledEntry, LeapManager, hasSideEffects, containsLeap, posix, win32, Babel

babylon (unpkg)

was missing the following properties:

  1. tokTypes

backstopjs (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'backstopjs'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

badwords (unpkg)

was missing the following properties:

  1. includes

better-scroll (unpkg)

was missing the following properties:

  1. Version

bitcore-lib-cash (unpkg)

was missing the following properties:

  1. version
  2. versionGuard
  3. util
  4. errors
  5. MerkleBlock
as well as these 4 other properties...

BlockHeader, Opcode, URI, deps

bitcore-lib (unpkg)

was missing the following properties:

  1. version
  2. versionGuard
  3. encoding
  4. util
  5. errors
as well as these 5 other properties...

MerkleBlock, BlockHeader, Opcode, URI, deps

bleno (unpkg)

was missing the following properties:

  1. onPlatform
  2. onStateChange
  3. onAddressChange
  4. onAccept
  5. onMtuChange
as well as these 5 other properties...

onDisconnect, onAdvertisingStart, onAdvertisingStop, onServicesSet, onRssiUpdate

blessed (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'blessed'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. Program
  2. tput
  3. Tput
  4. unicode
as well as these 1 other properties...

helpers

bloom-filter (unpkg)

was missing the following properties:

  1. BLOOM_UPDATE_NONE
  2. BLOOM_UPDATE_ALL
  3. BLOOM_UPDATE_P2PUBKEY_ONLY
  4. MAX_BLOOM_FILTER_SIZE
  5. MAX_HASH_FUNCS
as well as these 3 other properties...

MIN_HASH_FUNCS, LN2SQUARED, LN2

bloomfilter (unpkg)

was missing the following properties:

  1. fnv_1a

bluebird (unpkg)

was missing the following properties:

  1. TypeError
  2. RangeError
  3. RejectionError
  4. fulfilled
  5. rejected
as well as these 1 other properties...

pending

body-parser (unpkg)

was missing the following properties:

  1. apply
  2. call
  3. bind
  4. toString
  5. length
as well as these 3 other properties...

arguments, caller, name

boom (unpkg)

was missing the following properties:

  1. captureStackTrace
  2. prepareStackTrace
  3. stackTraceLimit

bootstrap-menu (unpkg)

was missing the following properties:

  1. closeAll

braces (unpkg)

was missing the following properties:

  1. parse
  2. stringify
  3. compile
  4. create

braintree-web (unpkg)

was missing the following properties:

  1. masterpass
  2. paymentRequest
  3. visaCheckout
  4. sepa
  5. preferredPaymentMethods

braintree (unpkg)

was missing the following properties:

  1. GraphQL
  2. version
  3. errorTypes
  4. exceptions
  5. PaymentInstrumentTypes
as well as these 4 other properties...

WebhookNotification, TestingGateway, UsBankAccountVerification, ValidationErrorCodes

branch-sdk (unpkg)

was missing the following properties:

  1. $
  2. c
  3. ca
  4. h
  5. V
as well as these 12 other properties...

j, l, m, b, renderQueue, renderFinalize, referrals, getCode, validateCode, applyCode, banner, closeBanner

breejs__later (unpkg)

was missing the following properties:

  1. version

bristol (unpkg)

was missing the following properties:

  1. addTransform
  2. deleteGlobal
  3. log
  4. setGlobal
  5. setSeverities
as well as these 16 other properties...

addListener, on, once, removeListener, off, removeAllListeners, setMaxListeners, getMaxListeners, listeners, rawListeners, emit, listenerCount, prependListener, prependOnceListener, eventNames, Bristol

browser-bunyan (unpkg)

was missing the following properties:

  1. VERSION
  2. LOG_VERSION
  3. VERSION
  4. LOG_VERSION

browser-harness (unpkg)

was missing the following properties:

  1. close

buble (unpkg)

was missing the following properties:

  1. VERSION
  2. target

bunyan-logentries (unpkg)

was missing the following properties:

  1. LogentriesBunyanStream
  2. LogentriesBunyanStream

bunyan-syslog (unpkg)

was missing the following properties:

  1. facility

bunyan-winston-adapter (unpkg)

was missing the following properties:

  1. trace
  2. debug
  3. info
  4. warn
  5. error
as well as these 2 other properties...

fatal, child

bunyan (unpkg)

was missing the following properties:

  1. VERSION
  2. LOG_VERSION

bwip-js (unpkg)

was missing the following properties:

  1. BWIPJS_VERSION
  2. BWIPP_VERSION
  3. BWIPJS
  4. STBTT
  5. DrawingBuiltin
as well as these 1 other properties...

DrawingZlibPng

byline (unpkg)

was missing the following properties:

  1. createLineStream

bytebuffer (unpkg)

was missing the following properties:

  1. Long
  2. accessor
  3. type
  4. memcpy

Generated by 🚫 dangerJS against e190e56

@typescript-bot typescript-bot moved this from Waiting for Code Reviews to Needs Maintainer Action in New Pull Request Status Board Sep 12, 2023
Copy link
Collaborator

@nycdotnet nycdotnet left a comment

Choose a reason for hiding this comment

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

As long as this is automated and this is a one-time ever churn. Switching out ' for " is really low value, for example.

@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 Sep 15, 2023
@typescript-bot typescript-bot moved this from Needs Maintainer Action to Waiting for Author to Merge in New Pull Request Status Board Sep 15, 2023
@typescript-bot
Copy link
Contributor

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

@JoshuaKGoldberg
Copy link
Collaborator Author

Ready to merge

@typescript-bot typescript-bot moved this from Waiting for Author to Merge to Recently Merged in New Pull Request Status Board Sep 15, 2023
@typescript-bot typescript-bot merged commit 521337e into DefinitelyTyped:master Sep 15, 2023
1 of 2 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the dprint-fmt-b branch September 15, 2023 18:35
@typescript-bot typescript-bot removed this from Recently Merged in New Pull Request Status Board Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical package Edits multiple packages Huge Change Maintainer Approved Possibly Edits Infrastructure Too many files, bot didn't see them all Self Merge This PR can now be self-merged by the PR author or an owner Too Many Files Not all files scanned by the bot! Too Many Owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants