Repository Analysis

DefinitelyTyped/DefinitelyTyped

The repository for high quality TypeScript type definitions.

1.6 Likely human-written View on GitHub
1.6
Adjusted Score
1.6
Raw Score
100%
Time Factor
2026-05-29
Last Push
51,251
Stars
TypeScript
Language
5,015,271
Lines of Code
53581
Files
3922
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 231HIGH 164MEDIUM 67LOW 3460

Pattern Findings

3922 matches across 14 categories. Click a row to expand file-level details.

Hallucination Indicators231 hits · 3085 pts
SeverityFileLineSnippet
CRITICALtypes/chai-spies/chai-spies-tests.ts79 spyStringArg.should.have.been.called.with("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts84 spyTwoStringArgsAndOneNumber.should.have.been.called.with("bar", "foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts90 expect(spyTwoStringArgs).to.have.been.called.with.exactly("foo", "bar");
CRITICALtypes/chai-spies/chai-spies-tests.ts91 spyTwoStringArgs.should.have.been.called.with.exactly("foo", "bar");
CRITICALtypes/chai-spies/chai-spies-tests.ts98 expect(spy).to.have.been.called.always.with("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts99 spy.should.have.been.called.always.with("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts104 expect(spyStringArg).to.have.been.called.always.with.exactly("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts105 spyStringArg.should.have.been.called.always.with.exactly("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts112 expect(spyStringIteratedArg).to.have.been.first.called.with("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts113 spyStringIteratedArg.should.have.been.first.called.with("foo");
CRITICALtypes/chai-spies/chai-spies-tests.ts114 expect(spyStringIteratedArg).to.have.been.first.called.with("bar");
CRITICALtypes/chai-spies/chai-spies-tests.ts115 spyStringIteratedArg.should.have.been.first.called.with("bar");
CRITICALtypes/chai-spies/chai-spies-tests.ts116 expect(spyStringIteratedArg).to.have.been.first.called.with("baz");
CRITICALtypes/chai-spies/chai-spies-tests.ts117 spyStringIteratedArg.should.have.been.first.called.with("baz");
CRITICALtypes/chai-spies/chai-spies-tests.ts142 expect(spy).to.not.have.been.called.exactly(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts143 spy.should.have.been.called.exactly(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts144 spy.should.not.have.been.called.exactly(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts148 expect(spy).to.not.have.been.called.at.least(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts149 spy.should.have.been.called.at.least(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts150 spy.should.not.have.been.called.min(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts154 expect(spy).to.not.have.been.called.at.most(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts155 spy.should.have.been.called.at.most(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts156 spy.should.not.have.been.called.max(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts160 expect(spy).to.not.have.been.called.gt(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts161 spy.should.have.been.called.gt(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts162 spy.should.not.have.been.called.above(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts166 expect(spy).to.not.have.been.called.lt(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts167 spy.should.have.been.called.lt(3);
CRITICALtypes/chai-spies/chai-spies-tests.ts168 spy.should.not.have.been.called.below(3);
CRITICALtypes/chai-spies/index.d.ts253 * expect(spy).to.not.have.been.called.exactly(3);
CRITICALtypes/chai-spies/index.d.ts254 * spy.should.have.been.called.exactly(3);
CRITICALtypes/chai-spies/index.d.ts255 * spy.should.not.have.been.called.exactly(3);
CRITICALtypes/chai-spies/index.d.ts265 * expect(spy).to.not.have.been.called.at.least(3);
CRITICALtypes/chai-spies/index.d.ts266 * spy.should.have.been.called.at.least(3);
CRITICALtypes/chai-spies/index.d.ts267 * spy.should.not.have.been.called.min(3);
CRITICALtypes/chai-spies/index.d.ts277 * expect(spy).to.not.have.been.called.at.most(3);
CRITICALtypes/chai-spies/index.d.ts278 * spy.should.have.been.called.at.most(3);
CRITICALtypes/chai-spies/index.d.ts279 * spy.should.not.have.been.called.max(3);
CRITICALtypes/chai-spies/index.d.ts290 * spy.should.not.have.been.called.above(3);
CRITICALtypes/chai-spies/index.d.ts300 * spy.should.not.have.been.called.gt(3);
CRITICALtypes/chai-spies/index.d.ts310 * spy.should.not.have.been.called.below(3);
CRITICALtypes/chai-spies/index.d.ts320 * spy.should.not.have.been.called.lt(3);
CRITICALtypes/chai-spies/index.d.ts461 * expect(spy).to.not.have.been.called.at.least(3);
CRITICALtypes/chai-spies/index.d.ts462 * spy.should.have.been.called.at.least(3);
CRITICALtypes/chai-spies/index.d.ts463 * spy.should.not.have.been.called.min(3);
CRITICALtypes/chai-spies/index.d.ts473 * expect(spy).to.not.have.been.called.at.most(3);
CRITICALtypes/chai-spies/index.d.ts474 * spy.should.have.been.called.at.most(3);
CRITICALtypes/chai-spies/index.d.ts475 * spy.should.not.have.been.called.max(3);
CRITICALtypes/chai-spies/index.d.ts374 * spy.should.have.been.called.with('foo');
CRITICALtypes/chai-spies/index.d.ts381 * spy.should.have.been.called.with('bar', 'foo');
CRITICALtypes/chai-spies/index.d.ts392 * expect(spy).to.have.been.called.with.exactly('foo', 'bar');
CRITICALtypes/chai-spies/index.d.ts393 * spy.should.have.been.called.with.exactly('foo', 'bar');
CRITICALtypes/chai-spies/index.d.ts425 * expect(spy).to.have.been.called.always.with('foo');
CRITICALtypes/chai-spies/index.d.ts426 * spy.should.have.been.called.always.with('foo');
CRITICALtypes/chai-spies/index.d.ts437 * expect(spy).to.have.been.called.always.with.exactly('foo');
CRITICALtypes/chai-spies/index.d.ts438 * spy.should.have.been.called.always.with.exactly('foo');
CRITICALtypes/gimloader/gimloader-tests.ts142api.stores.phaser.mainCharacter.physics.getBody().rigidBody.translation(); // $ExpectType Vector
CRITICALtypes/gimloader/gimloader-tests.ts143api.stores.phaser.mainCharacter.physics.getBody().character.feetSensor; // $ExpectType Collider
CRITICALtypes/chai/chai-tests.ts221 expect("foo").to.have.length.of.at.least(2);
CRITICALtypes/chai/chai-tests.ts222 expect([1, 2, 3]).to.have.length.of.at.least(2);
171 more matches not shown…
Hyper-Verbose Identifiers1567 hits · 1684 pts
SeverityFileLineSnippet
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts231function TestGetRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts332function TestPostRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts361function TestHeadRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts376function TestDeleteRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts391function TestPutRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts420function TestPatchRequestDefinitions() {
LOW…pes/protractor-http-mock/protractor-http-mock-tests.ts435function TestJsonpRequestDefinitions() {
LOWtypes/node-forge/index.d.ts658 function certificationRequestToPem(csr: CertificateSigningRequest, maxline?: number): PEM;
LOWtypes/node-forge/index.d.ts660 function certificationRequestFromPem(
LOWtypes/node-forge/index.d.ts666 function createCertificationRequest(): CertificateSigningRequest;
LOWtypes/node-forge/index.d.ts695 function publicKeyToRSAPublicKeyPem(key: PublicKey, maxline?: number): PEM;
LOWtypes/node-forge/index.d.ts705 function encryptedPrivateKeyFromPem(pem: PEM): asn1.Asn1;
LOWtypes/symphony-api-client-node/index.d.ts86export function stopDatafeedEventsService(): void;
LOWtypes/symphony-api-client-node/index.d.ts88export function stopFirehoseEventsService(): void;
LOW…pes/symphony-api-client-node/MessagesClient/index.d.ts43export function sendMessageWithAttachment(
LOW…/symphony-api-client-node/ConnectionsClient/index.d.ts23export function getConnectionRequestStatus(userId: string, sessionToken: string): Promise<Connection>;
LOW…/symphony-api-client-node/ConnectionsClient/index.d.ts29export function getInboundPendingConnections(sessionToken: string): Promise<Connection[]>;
LOWtypes/upyun/index.d.ts312 function getPolicyAndAuthorization(
LOWtypes/azure-sb/index.d.ts14export function createNotificationHubService(
LOWtypes/find-duplicated-property-keys/index.d.ts5declare function findDuplicatedPropertyKeys(content: string): findDuplicatedPropertyKeys.PropertyInfo[];
LOWtypes/make-async-generator-function/index.d.ts5declare function makeAsyncGeneratorFunction(): readonly AsyncGeneratorFunction[];
LOWtypes/dygraphs/test/dygraphs-tests-old.ts276function linearRegressionAddSeries() {
LOW…al-management/webappsec-credential-management-tests.ts3function passwordBasedSignInDeprecated() {
LOW…al-management/webappsec-credential-management-tests.ts156function passwordPostSignInConfirmation() {
LOW…al-management/webappsec-credential-management-tests.ts177function federationPostSignInConfirmation() {
LOW…al-management/webappsec-credential-management-tests.ts265function createPasswordCredentialWithForm() {
LOW…al-management/webappsec-credential-management-tests.ts281function createFederatedCredential() {
LOW…al-management/webappsec-credential-management-tests.ts375function mockAuthenticatorAssertionResponse() {
LOWtypes/i18n-iso-countries-regions/index.d.ts45declare function getAllCountriesCallingCode(language?: string): CountryWithCallingCode[];
LOWtypes/i18n-iso-countries-regions/index.d.ts52declare function getCallingCodeByCountryName(countryName: string): string | null;
LOWtypes/i18n-iso-countries-regions/index.d.ts59declare function getCallingCodeByCountryCode(isoCode: string): string | null;
LOWtypes/i18n-iso-countries-regions/index.d.ts83declare function getCountryInfoByCountryCode(language: string, countryCode: string): CountryInfo | null;
LOWtypes/wx-js-sdk-dt/index.d.ts253 function updateAppMessageShareData(config: ShareToUserConfig): void;
LOWtypes/react-instantsearch-dom/index.d.ts173export function getInsightsAnonymousUserToken(): string | undefined;
LOWtypes/react-instantsearch-dom/index.d.ts211export function createInfiniteHitsSessionStorageCache(...args: any[]): any;
LOWtypes/rails__ujs/features/remote.d.ts3export function preventInsignificantClick(e: Event): void;
LOWtypes/graphql-validation-complexity/index.d.ts14export function createComplexityLimitRule(
LOWtypes/graphql-validation-complexity/index.d.ts19export function complexityLimitExceededErrorMessage(): string;
LOWtypes/digibyte/index.d.ts182 function buildWitnessMultisigOutFromScript(script: Script): Script;
LOWtypes/rdf-ext/rdf-ext-tests.ts521function testEnvironmentAssignable() {
LOWtypes/weapp-api/index.d.ts386 function getBackgroundAudioPlayerState(options: GetBackgroundAudioPlayerStateOptions): void;
LOWtypes/wx-js-sdk-browser/index.d.ts253 function updateAppMessageShareData(config: ShareToUserConfig): void;
LOWtypes/mojang-minecraft/mojang-minecraft-tests.ts24export function createFireAndWaterExplosions(
LOWtypes/mojang-minecraft/mojang-minecraft-tests.ts120export function testThatEntityIsFeatherItem(
LOWtypes/ember__debug/index.d.ts18export function registerDeprecationHandler(
LOWtypes/ember__debug/v3/index.d.ts23export function registerDeprecationHandler(
LOWtypes/castv2/castv2-tests.ts18function connectOptionsWithHostOnly(host: string): void {
LOWtypes/castv2/castv2-tests.ts26function connectOptionsWithHostAndPort(host: string, port: number): void {
LOWtypes/castv2/castv2-tests.ts35function connectOptionsWithHostAndReject(host: string, reject: boolean): void {
LOWtypes/castv2/castv2-tests.ts132function sendExplicitLaunchRequest(channel: Channel) {
LOWtypes/castv2/castv2-tests.ts141function sendExplicitLaunchRequestWithParameters(channel: Channel) {
LOWtypes/castv2/castv2-tests.ts151function handleLaunchErrorMessages(channel: Channel) {
LOWtypes/castv2/castv2-tests.ts162function handleLaunchStatusMessage(channel: Channel) {
LOWtypes/relay-runtime/relay-runtime-tests.tsx345function connectionHandlerWithoutStore() {
LOWtypes/relay-runtime/relay-runtime-tests.tsx727function NonNullableFragmentResolver(userKey: UserComponent_user$key) {
LOWtypes/relay-runtime/relay-runtime-tests.tsx774function NonNullableArrayFragmentResolver(usersKey: UserComponent_users$key) {
LOWtypes/relay-runtime/relay-runtime-tests.tsx790function NullableArrayFragmentResolver(usersKey: UserComponent_users$key | null) {
LOWtypes/relay-runtime/relay-runtime-tests.tsx806function ArrayOfNullableFragmentResolver(usersKey: ReadonlyArray<UserComponent_users$key[0] | null>) {
LOWtypes/relay-runtime/relay-runtime-tests.tsx1107function myResolverTypeRelayModelInstanceResolver(id: DataID): MyResolverType {
LOW…-runtime/lib/util/getPendingOperationsForFragment.d.ts4export default function getPendingOperationsForFragment(
1507 more matches not shown…
Over-Commented Block1076 hits · 1070 pts
SeverityFileLineSnippet
LOWtypes/gapi.client.managedidentities-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.apigeeregistry-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/browserify/index.d.ts61 // sets the algorithm used to parse out the common paths. Use false to turn this off, otherwise it uses the comm
LOW…pes/gapi.client.cloudcontrolspartner-v1beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/kaluma/kaluma-tests.ts281 // $ExpectType void
LOWtypes/gapi.client.admob-v1beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/draco3dgltf/index.d.ts1// The 'draco3d' and 'draco3dgltf' packages have identical APIs, but the latter
LOWtypes/gapi.client.searchads360-v0/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.discovery-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/azure-sb/lib/models/topicresult.d.ts1//
LOWtypes/azure-sb/lib/models/queuemessageresult.d.ts1//
LOWtypes/azure-sb/lib/models/acstokenresult.d.ts1//
LOWtypes/azure-sb/lib/models/registrationresult.d.ts1//
LOWtypes/azure-sb/lib/models/ruleresult.d.ts1//
LOWtypes/azure-sb/lib/models/queueresult.d.ts1//
LOWtypes/azure-sb/lib/models/subscriptionresult.d.ts1//
LOWtypes/azure-sb/lib/models/notificationhubresult.d.ts1//
LOWtypes/azure-sb/lib/models/resourceresult.d.ts1//
LOWtypes/gapi.client.bigtableadmin-v2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/ramda/test/reduceBy-tests.ts21 // 'A': ['Lucy'],
LOWtypes/ramda/test/pipe-tests.ts61// interface MyObject {
LOWtypes/ramda/test/converge-tests.ts141
LOWtypes/gapi.client.domains-v1beta1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.analyticsadmin-v1beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.monitoring-v3/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.retail-v2beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/cryptojs/test/x64-word-tests.ts21 // },
LOWtypes/cryptojs/test/x64-word-tests.ts41 // testXor: function () {
LOWtypes/cryptojs/test/x64-word-tests.ts61 // Y.Assert.areEqual(0x00000000, word.low, 'word.low');
LOWtypes/cryptojs/test/x64-word-tests.ts81 // Y.Assert.areEqual(0x06080a0c, word.high, 'word.high');
LOWtypes/gapi.client.sts-v1beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.checks-v1alpha/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.prod_tt_sasportal-v1alpha1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/ember__controller/v3/index.d.ts41// A type registry for Ember `Controller`s. Meant to be declaration-merged
LOWtypes/gapi.client.eventarc-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.cloudfunctions-v2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.identitytoolkit-v2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.androidmanagement-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.digitalassetlinks-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.datalineage-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOW…gapi.client.playdeveloperreporting-v1alpha1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/lodash/index.d.ts1/// <reference path="./common/common.d.ts" />
LOWtypes/gapi.client.safebrowsing-v4/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.servicecontrol-v2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.mybusinessnotifications-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.workstations-v1beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.drive-v2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.deploymentmanager-v2beta/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.osconfig-v1alpha/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.bigqueryconnection-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.videointelligence-v1beta2/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/kd-tree-javascript/index.d.ts1export class kdTree<T> {
LOWtypes/gapi.client.networkservices-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.firebaseappcheck-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.publicca-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.beyondcorp-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.serviceusage-v1beta1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOWtypes/gapi.client.dataproc-v1/index.d.ts1// Referenced type definitions are generated by https://github.com/Maxim-Mazurok/google-api-typings-generator
LOW…ct-instantsearch-dom/react-instantsearch-dom-tests.tsx101 );
LOW…ct-instantsearch-dom/react-instantsearch-dom-tests.tsx121
1016 more matches not shown…
Cross-Language Confusion (JS/TS)151 hits · 1018 pts
SeverityFileLineSnippet
HIGHtypes/kaluma/kaluma-tests.ts104 print();
HIGHtypes/kaluma/kaluma-tests.ts106 print("a");
HIGHtypes/kaluma/kaluma-tests.ts108 print("a", 0);
HIGHtypes/lodash/common/collection.d.ts1005 * @return True if the target element is found, else false.
HIGHtypes/lodash/v3/index.d.ts6773 * @return True if the target element is found, else false.
HIGHtypes/node-tlv/index.d.ts30 print(indent?: number): void;
HIGHtypes/node-tlv/index.d.ts35 print(): void;
HIGHtypes/node-tlv/index.d.ts198 print(indent?: number): void;
HIGHtypes/node-cmd/node-cmd-tests.ts25 print(prime)
HIGHtypes/p5/src/core/environment.d.ts22 print(contents: any): void;
HIGHtypes/p5/src/io/files.d.ts20 print(data: any[]): void;
HIGHtypes/p5/src/data/p5.TypedDict.d.ts73 print(): void;
HIGHtypes/qz-tray/qz-tray-tests.ts168print().then(r => r);
HIGHtypes/nw.js/index.d.ts1038 print(options: any | PrintOption): void;
HIGHtypes/nginstack__engine/lib/print/HtmlToPdf.d.ts45 print(outputFileName: string, generateLog?: boolean): number;
HIGHtypes/fibjs/declare/WebView.d.ts131 print(mode?: number/** = 1*/): void;
HIGHtypes/expired-storage/index.d.ts65 * @return True if expired, False otherwise.
HIGHtypes/xrm/v8/index.d.ts387 * @return True if it succeeds, otherwise false.
HIGHtypes/xrm/v8/index.d.ts577 * @return True if the entity is offline enabled; otherwise False.
HIGHtypes/xrm/v8/index.d.ts3037 * @return True is the data binding for a constituent control is complete, otherwise false.
HIGHtypes/pdfmake/interfaces.d.ts2637 print(win?: Window | null): Promise<void>;
HIGHtypes/configstore/index.d.ts43 * @return True if the key is present
HIGHtypes/pico-sdk-js/pico-sdk-js-tests.ts18 print();
HIGHtypes/pico-sdk-js/pico-sdk-js-tests.ts20 print(1);
HIGHtypes/pico-sdk-js/pico-sdk-js-tests.ts22 print("a", 1);
HIGHtypes/mojang-gametest/index.d.ts1468 print(text: string): void;
HIGHtypes/uikit/v2/index.d.ts97 * @return True if the modal is current active on the page, false otherwise
HIGHtypes/johnny-five/index.d.ts712 print(message: string): this;
HIGHtypes/snapchat-lens-studio/index.d.ts4228 print(message: object): void;
HIGH…pes/snapchat-lens-studio/test/expression-controller.ts452 print(`ExpressionController, ERROR: Please enable '${faceMesh.getSceneObject().name}' Scene Object`);
HIGH…pes/snapchat-lens-studio/test/expression-controller.ts455 print(
HIGH…pes/snapchat-lens-studio/test/expression-controller.ts460 print("ExpressionController, ERROR: Please define Face Mesh Scene Object in Advanced section");
HIGH…pes/snapchat-lens-studio/test/expression-controller.ts464 print("ExpressionController, ERROR: Please define Blendshapes component");
HIGH…pes/snapchat-lens-studio/test/expression-controller.ts473 print("ExpressionController, ERROR: No blendshape with name " + blendShapeName);
HIGH…pes/snapchat-lens-studio/test/face-inset-controller.ts88 print(
HIGH…pes/snapchat-lens-studio/test/face-inset-controller.ts95 print("[FaceInsetController] Please set Billboard to your scene's Billboard. Skipping getFillModePosition().");
HIGH…hat-lens-studio/test/face-in-video-controller/index.ts194 print("WARNING: Please remove Background Video texture from the script component to save memory.");
HIGH…hat-lens-studio/test/face-in-video-controller/index.ts398 print("FaceInVideoController, " + message);
HIGHtypes/math-toolbox/index.d.ts143 * @return True if |a-b|<epsilona otherwise false.
HIGHtypes/math-toolbox/index.d.ts153 * @return True if a>b-epsilon.
HIGHtypes/math-toolbox/index.d.ts163 * @return True if a<b+epsilon.
HIGHtypes/math-toolbox/index.d.ts191 * @return True if the given number is odd. False if the given number is even.
HIGHtypes/math-toolbox/index.d.ts199 * @return True if the given number is even. False if the given number is false.
HIGHtypes/math-toolbox/index.d.ts261 * @return True if a is <= tolerance of b.
HIGHtypes/chrome-apps/index.d.ts12315 print(): void;
HIGHtypes/dojo/dojox.calc.d.ts728 print(text: any, isRight: any): void;
HIGHtypes/dojo/dojox.calc.d.ts1545 print(text: any, isRight: any): void;
HIGHtypes/devexpress-aspnetcore-bootstrap/index.d.ts750 print(): void;
HIGHtypes/devexpress-aspnetcore-bootstrap/index.d.ts794 print(): void;
HIGHtypes/devexpress-aspnetcore-bootstrap/index.d.ts836 print(): void;
HIGHtypes/devexpress-aspnetcore-bootstrap/index.d.ts2238 print(): void;
HIGHtypes/underscore/index.d.ts3718 * @return True if `key` is a property on `object`, otherwise false.
HIGHtypes/jstorage/index.d.ts97 * @return True if storage can be used
HIGHtypes/oojs-ui/TagMultiselectWidget.d.ts338 * @return True if current tag count is within the limit or
HIGHtypes/espruino/index.d.ts374 print(string: any): void;
HIGHtypes/elliemae__em-ssf-guest/index.d.ts176 print(printOptions: PrintOptions): Promise<void>;
HIGHtypes/emscripten/emscripten-tests.ts222 print() {
HIGHtypes/emscripten/index.d.ts39 print(str: string): void;
HIGHtypes/google_interactive_media_ads_types/index.d.ts269 * @return True if the ad is linear, false otherwise.
HIGHtypes/google_interactive_media_ads_types/index.d.ts1200 * @return True if the ad can currently be skipped, false otherwise.
91 more matches not shown…
Fake / Example Data780 hits · 805 pts
SeverityFileLineSnippet
LOWtypes/node-unifi/node-unifi-tests.ts408controller.inviteAdmin("AdminName", "admin@example.com", true, true, true, true);
LOWtypes/node-unifi/node-unifi-tests.ts411controller.inviteAdmin("AdminName", "admin@example.com");
LOWtypes/blocks/blocks-tests.ts210 defaultValue: "John Doe",
LOW…atlassian-crowd-client/atlassian-crowd-client-tests.ts17crowd.user.create(new User("John", "Doe", "John Doe", "johndoe@example.com", "johndoe", "secret"));
LOW…-native-material-ui/react-native-material-ui-tests.tsx68 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
LOW…-native-material-ui/react-native-material-ui-tests.tsx68 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
LOWtypes/jsesc/index.d.ts54 * // → 'Lorem ipsum "dolor" sit \\\'amet\\\' etc.'
LOWtypes/jsesc/index.d.ts129 * jsesc('Lorem ipsum "dolor" sit \'amet\' etc.', {
LOWtypes/jsesc/index.d.ts133 * // → '\'Lorem ipsum "dolor" sit \\\'amet\\\' etc.\''
LOWtypes/jsesc/index.d.ts134 * // → "\'Lorem ipsum \"dolor\" sit \\\'amet\\\' etc.\'"
LOWtypes/jsesc/index.d.ts136 * jsesc('Lorem ipsum "dolor" sit \'amet\' etc.', {
LOWtypes/jsesc/index.d.ts140 * // → '"Lorem ipsum \\"dolor\\" sit \'amet\' etc."'
LOWtypes/jsesc/index.d.ts141 * // → "\"Lorem ipsum \\\"dolor\\\" sit \'amet\' etc.\""
LOW…uery.highlight-bartaz/jquery.highlight-bartaz-tests.ts6$("#content").highlight("lorem ipsum");
LOW…eact-scroll-to-bottom/react-scroll-to-bottom-tests.tsx63 exercitation excepteur consectetur ea proident. Minim pariatur nisi dolore Lorem ipsum adipisicing do.
LOWtypes/ember__template/ember__template-tests.ts3const handlebarsSafeString: SafeString = htmlSafe("lorem ipsum...");
LOWtypes/ember__template/ember__template-tests.ts4htmlSafe("lorem ipsum..."); // $ExpectType SafeString
LOWtypes/ember__template/ember__template-tests.ts6const regularString: string = htmlSafe("lorem ipsum...");
LOWtypes/ember__template/v3/ember__template-tests.ts4const handlebarsSafeString: SafeString = htmlSafe("lorem ipsum...");
LOWtypes/ember__template/v3/ember__template-tests.ts5htmlSafe("lorem ipsum..."); // $ExpectType SafeString
LOWtypes/ember__template/v3/ember__template-tests.ts7const regularString: string = htmlSafe("lorem ipsum...");
LOWtypes/librato-node/librato-node-tests.ts17 email: "foo@bar.com",
LOWtypes/librato-node/librato-node-tests.ts21 email: "foo@bar.com",
LOWtypes/braintree/braintree-tests.ts207 search.billingStreetAddress().is("123 Main St");
LOWtypes/rox-node/rox-node-tests.ts18Rox.setContext({ user: "John Doe" });
LOWtypes/rox-node/v4/rox-node-tests.ts19Rox.setContext({ user: "John Doe" });
LOWtypes/titanium/titanium-tests.ts129 title: { text: "Jane Doe" },
LOWtypes/winbox/test/winbox-tests.module.ts17new WinBox({ title: "Set innerHTML", html: "<h1>Lorem Ipsum</h1>" });
LOWtypes/imap/index.d.ts177 /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what yo
LOWtypes/imap/index.d.ts272 /** Searches the currently open mailbox for messages using given criteria. criteria is a list describing what you wa
LOWtypes/nes/test/route-authentication-server.ts31 name: "John Doe",
LOWtypes/nes/test/subscription-filter-server.ts24 name: "John Doe",
LOW…xing-method/proposal-relative-indexing-method-tests.ts1const string = "Lorem ipsum";
LOWtypes/mui-datatables/index.d.ts501 * For example, given a value of `"."` for `enableNestedDataAccess` and a column name of `"phone.cell"`, the column
LOWtypes/fundamental-react/fundamental-react-tests.tsx471 Lorem ipsum dolor sit amet, consectetur adipiscing.
LOWtypes/fundamental-react/fundamental-react-tests.tsx471 Lorem ipsum dolor sit amet, consectetur adipiscing.
LOWtypes/fundamental-react/fundamental-react-tests.tsx738 text="Lorem ipsum dolor sit amet, consectetur adipiscing."
LOWtypes/fundamental-react/fundamental-react-tests.tsx738 text="Lorem ipsum dolor sit amet, consectetur adipiscing."
LOWtypes/fundamental-react/fundamental-react-tests.tsx2314 Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/fundamental-react/fundamental-react-tests.tsx2314 Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/fundamental-react/fundamental-react-tests.tsx2317 Numquam libero id corporis odit animi voluptat, Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/fundamental-react/fundamental-react-tests.tsx2317 Numquam libero id corporis odit animi voluptat, Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/fundamental-react/fundamental-react-tests.tsx2322 Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/fundamental-react/fundamental-react-tests.tsx2322 Lorem ipsum dolor sit amet consectetur adipisicing elit.
LOWtypes/tablesorter/test/Settings.ts846 () => [1, [[1, 1000, "John Doe"]], ["ID", "Medals", "Name"]];
LOWtypes/react-mdl/react-mdl-tests.tsx230 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus
LOWtypes/react-mdl/react-mdl-tests.tsx230 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus
LOWtypes/react-mdl/react-mdl-tests.tsx253 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenan convallis.
LOWtypes/react-mdl/react-mdl-tests.tsx253 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenan convallis.
LOWtypes/react-mdl/react-mdl-tests.tsx1085 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius luctus quam. Fusce quis
LOWtypes/react-mdl/react-mdl-tests.tsx1085 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius luctus quam. Fusce quis
LOWtypes/sparkpost/sparkpost-tests.ts805client.suppressionList.delete("test@test.com", (err, data) => {
LOWtypes/sparkpost/sparkpost-tests.ts816client.suppressionList.delete("test@test.com")
LOWtypes/sparkpost/sparkpost-tests.ts827client.suppressionList.get("test@test.com")
LOWtypes/sparkpost/sparkpost-tests.ts838client.suppressionList.get("test@test.com", (err, data) => {
LOWtypes/sparkpost/sparkpost-tests.ts986 from: "test@test.com",
LOWtypes/sparkpost/sparkpost-tests.ts1004 from: "test@test.com",
LOWtypes/sparkpost/sparkpost-tests.ts1128 from: "test@test.com",
LOWtypes/sparkpost/sparkpost-tests.ts1147 from: "test@test.com",
LOWtypes/sparkpost/sparkpost-tests.ts1163 from: "test@test.com",
720 more matches not shown…
Decorative Section Separators32 hits · 132 pts
SeverityFileLineSnippet
MEDIUMtypes/atvlegacycontentkit/index.d.ts2823 * // ┌─────────┬─────┬─────┐
MEDIUMtypes/atvlegacycontentkit/index.d.ts2825 * // ├─────────┼─────┼─────┤
MEDIUMtypes/atvlegacycontentkit/index.d.ts2828 * // └─────────┴─────┴─────┘
MEDIUMtypes/atvlegacycontentkit/index.d.ts2831 * // ┌─────────┬─────┐
MEDIUMtypes/atvlegacycontentkit/index.d.ts2833 * // ├─────────┼─────┤
MEDIUMtypes/atvlegacycontentkit/index.d.ts2836 * // └─────────┴─────┘
MEDIUMtypes/node/v24/console.d.ts241 * // ┌─────────┬─────┬─────┐
MEDIUMtypes/node/v24/console.d.ts243 * // ├─────────┼─────┼─────┤
MEDIUMtypes/node/v24/console.d.ts246 * // └─────────┴─────┴─────┘
MEDIUMtypes/node/v24/console.d.ts249 * // ┌─────────┬─────┐
MEDIUMtypes/node/v24/console.d.ts251 * // ├─────────┼─────┤
MEDIUMtypes/node/v24/console.d.ts254 * // └─────────┴─────┘
MEDIUMtypes/node/v22/console.d.ts241 * // ┌─────────┬─────┬─────┐
MEDIUMtypes/node/v22/console.d.ts243 * // ├─────────┼─────┼─────┤
MEDIUMtypes/node/v22/console.d.ts246 * // └─────────┴─────┴─────┘
MEDIUMtypes/node/v22/console.d.ts249 * // ┌─────────┬─────┐
MEDIUMtypes/node/v22/console.d.ts251 * // ├─────────┼─────┤
MEDIUMtypes/node/v22/console.d.ts254 * // └─────────┴─────┘
MEDIUMtypes/node/v20/console.d.ts241 * // ┌─────────┬─────┬─────┐
MEDIUMtypes/node/v20/console.d.ts243 * // ├─────────┼─────┼─────┤
MEDIUMtypes/node/v20/console.d.ts246 * // └─────────┴─────┴─────┘
MEDIUMtypes/node/v20/console.d.ts249 * // ┌─────────┬─────┐
MEDIUMtypes/node/v20/console.d.ts251 * // ├─────────┼─────┤
MEDIUMtypes/node/v20/console.d.ts254 * // └─────────┴─────┘
MEDIUMtypes/react-dragtastic/index.d.ts30// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts32// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts72// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts74// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts119// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts121// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts149// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
MEDIUMtypes/react-dragtastic/index.d.ts151// ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────
AI Slop Vocabulary25 hits · 66 pts
SeverityFileLineSnippet
MEDIUMtypes/material__base/component.d.ts26 // "constructor". Essentially, it is a hook into the parent constructor before the foundation is
MEDIUMtypes/pouchdb-mapreduce/index.d.ts24 // Assume that Content | Reduction is enough leverage in most cases to handle intermediate map emits
MEDIUMtypes/google.maps/index.d.ts6319 * Returns the signed area of a closed path, where counterclockwise is positive, in the range [-2×pi×radius², 2×pi×rad
MEDIUMtypes/google.maps/index.d.ts6319 * Returns the signed area of a closed path, where counterclockwise is positive, in the range [-2×pi×radius², 2×pi×rad
MEDIUMtypes/google.maps/index.d.ts12769 * The USPS data for the address. USPSData is not guaranteed to be fully populated for every US or PR address sent to
MEDIUMtypes/aws-sdk2-types/clients/sqs.d.ts671 * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of ReceiveM
MEDIUMtypes/aws-sdk2-types/clients/sqs.d.ts723 * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of messages
MEDIUMtypes/aws-sdk2-types/clients/sqs.d.ts727 * This parameter applies only to FIFO (first-in-first-out) queues. The tag that specifies that a message belong
MEDIUMtypes/aws-sdk2-types/clients/sqs.d.ts791 * This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent mes
MEDIUMtypes/aws-sdk2-types/clients/sqs.d.ts795 * This parameter applies only to FIFO (first-in-first-out) queues. The tag that specifies that a message belong
MEDIUMtypes/seamless/seamless-tests.ts2$("#myiframe").seamless();
MEDIUMtypes/seamless/seamless-tests.ts3$("#myiframe").seamless({
MEDIUMtypes/seamless/seamless-tests.ts10 spinner: "http://www.travistidwell.com/seamless.js/src/loader.gif",
MEDIUMtypes/seamless/seamless-tests.ts50$("#myiframe").seamless(defaults);
MEDIUMtypes/seamless/seamless-tests.ts65 var child = $("#myiframe").seamless();
MEDIUMtypes/seamless/seamless-tests.ts99 var child = $("#myiframe").seamless();
MEDIUMtypes/seamless/package.json6 "https://github.com/travist/seamless.js"
MEDIUMtypes/seamless/index.d.ts23 * @default 'http://www.travistidwell.com/seamless.js/src/loader.gif'
MEDIUMtypes/telegram-mini-app/index.d.ts507 Optional. Bot API 7.0+ Background color for the section in the #RRGGBB format. It is recommended to use this in conjun
MEDIUMtypes/facebook-nodejs-business-sdk/scripts/gen-types.js276 // Using a more robust pattern to capture constructor parameters including complex function types
MEDIUMtypes/robust-segment-intersect/package.json6 "https://github.com/mikolalysenko/robust-segment-intersect"
MEDIUMtypes/redux-seamless-immutable/package.json6 "https://github.com/eadmundo/redux-seamless-immutable"
MEDIUMtypes/seamless-immutable/package.json6 "https://github.com/rtfeldman/seamless-immutable"
MEDIUMtypes/seamless-immutable/index.d.ts246 // These methods are banned by seamless-immutable
MEDIUMtypes/robust-point-in-polygon/package.json6 "https://github.com/mikolalysenko/robust-point-in-polygon"
Magic Placeholder Names11 hits · 62 pts
SeverityFileLineSnippet
HIGHtypes/apple-mapkit/apple-mapkit-tests.ts362 data: { apiKey: "your-api-key" },
HIGHtypes/sparkpost/sparkpost-tests.ts3const key = "YOURAPIKEY";
HIGHtypes/sparkpost/v1/sparkpost-tests.ts3let key = "YOURAPIKEY";
HIGHtypes/google-apps-script/google-apps-script.maps.d.ts71 * 'Please open: ' + map.getMapUrl() + '&key=YOUR_API_KEY', {
HIGHtypes/google-apps-script/google-apps-script.maps.d.ts272 * var url = map.getMapUrl() + "&key=YOUR_API_KEY";
HIGHtypes/pendo-io-browser/pendo-io-browser-tests.ts119 apiKey: "YOUR_API_KEY",
HIGHtypes/pendo-io-browser/pendo-io-browser-tests.ts130 apiKey: "YOUR_API_KEY",
HIGHtypes/gapi/gapi-tests.ts15 "apiKey": "YOUR_API_KEY",
HIGHtypes/gapi/gapi-tests.ts40 "apiKey": "YOUR_API_KEY",
HIGHtypes/heremaps/heremaps-tests.ts39 apikey: "{YOUR_APIKEY}",
HIGHtypes/gapi.auth2/gapi.auth2-tests.ts118const apiKey = "YOUR_API_KEY";
Slop Phrases22 hits · 42 pts
SeverityFileLineSnippet
MEDIUMtypes/ntp-client/index.d.ts35 * This function is intended for demonstration purposes. It requests the
LOWtypes/branchy/index.d.ts18 * // Don't forget to wrap in async function
LOWtypes/leaflet-freedraw/index.d.ts51 * Instantiate a new FreeDraw instance, don't forget to add it to leaflet with addLayer
LOWtypes/to-json-schema/index.d.ts97 * to preserve default functionality, don't forget to call defaultFunc
LOW…es/google-apps-script/test/google-apps-script-tests.ts1464 // (Don't forget to remove the copied file if you want to clean up)
LOWtypes/two.js/two.js-tests.ts21 // Don't forget to tell two to render everything
LOWtypes/nodegit/commit.d.ts115 * event when the walk is completed. Don't forget to call start() on the returned EventEmitter.
LOWtypes/keymaster/index.d.ts106 * Don't forget to return `true` so the any shortcuts get processed.
MEDIUMtypes/google.maps/index.d.ts3542 * A polygon (like a polyline) defines a series of connected coordinates in an ordered sequence. Additionally, polygon
LOWtypes/google.maps/index.d.ts13894 * Specifies the url of the 3D model. At this time, only models in the <code>.glb</code> format are supported. <br /
LOWtypes/google.maps/index.d.ts13898 * Specifies the url of the 3D model. At this time, only models in the <code>.glb</code> format are supported. <br /
LOWtypes/espruino/index.d.ts957 * disconnecting it from power you&#39;ll have to make sure you have <code>save()</code>d after calling
MEDIUMtypes/jsrsasign/modules/X509.d.ts350 * {@link X509#readCertPEM}. After then, you can use
MEDIUMtypes/gulp-connect/gulp-connect-tests.ts67 // .pipe(stylus()) // just here for demonstration purposes
LOWtypes/react-native-vector-icons/index.d.ts20 * Don't forget to import the font as described above and drop the config.json
LOWtypes/haxball-headless-browser/index.d.ts180 * @warning Don't forget to call stopRecording or it will cause a memory leak.
MEDIUMtypes/video.js/index.d.ts457 * A cross-browser XMLHttpRequest wrapper. Here's a simple example:
MEDIUMtypes/box2d/index.d.ts79 * Friction mixing law. Feel free to customize this.
MEDIUMtypes/box2d/index.d.ts89 * Restitution mixing law. Feel free to customize this. Restitution is used to make objects bounce.
MEDIUMtypes/waitme/index.d.ts54 * Use: '#000', ['','',...] - you can use multicolor for effect
LOWtypes/webvis/index.d.ts1835 * // Don't forget to unregister the listener when you are done
LOWtypes/tooltipster/tooltipster-tests.ts264 // don't forget to provide content here as the first tooltip will have deleted the original title attribute of the e
Verbosity Indicators9 hits · 17 pts
SeverityFileLineSnippet
LOWtypes/heremaps/heremaps-tests.ts37// Step 1: initialize communication with the platform
LOWtypes/heremaps/heremaps-tests.ts48// Step 2: initialize a map
LOWtypes/heremaps/heremaps-tests.ts56// Step 3: make the map interactive
LOWtypes/heremaps/heremaps-tests.ts61// Step 4: Create the default UI
LOWtypes/heremaps/heremaps-tests.ts64// Step 6: Create "Capture" button and place for showing the captured area
LOWtypes/heremaps/heremaps-tests.ts82// Step 7: Handle capture button click event
LOWtypes/facebook-nodejs-business-sdk/scripts/gen-types.js114// Step 1: Replace "static get Fields (): Object {" with "static get Fields () {"
LOWtypes/facebook-nodejs-business-sdk/scripts/gen-types.js124// Step 2: Convert to .ts using flow-to-ts
LOWtypes/facebook-nodejs-business-sdk/scripts/gen-types.js429// Step 3: Generate .d.ts
Synthetic Comment Markers2 hits · 15 pts
SeverityFileLineSnippet
HIGHtypes/googletag/index.d.ts991 * @param eventType A string representing the type of event generated by GPT. Event types are case sensitive.
HIGHtypes/googletag/index.d.ts1037 * @param eventType A string representing the type of event generated by GPT. Event types are case sensitive.
Overly Generic Function Names11 hits · 12 pts
SeverityFileLineSnippet
LOWtypes/sic-list/index.d.ts34export function getData(): Array<{ code: string; description: string }>;
LOWtypes/rails__ujs/utils/dom.d.ts8export function getData(element: Element, key: string): unknown;
LOWtypes/nvd3/test/sunburst.ts18 function getData() {
LOW…google-apps-script/google-apps-script.data-studio.d.ts342 * function getData() {
LOW…google-apps-script/google-apps-script.data-studio.d.ts574 * function getData(request: GoogleAppsScript.Data_Studio.Request<YourConnectorParams>)
LOWtypes/meteor/blaze.d.ts107 function getData(elementOrView?: HTMLElement | View): Object;
LOWtypes/meteor/globals/blaze.d.ts103 function getData(elementOrView?: HTMLElement | View): Object;
LOWtypes/samirrayani__metascraper-shopping/index.d.ts3declare function getData(): metascraper.RuleSet;
LOWtypes/iso-3166-1-alpha-2/index.d.ts5export function getData(): { [code: string]: string | undefined };
LOWtypes/metascraper-address/index.d.ts3declare function getData(): metascraper.Rules;
LOWtypes/country-list/index.d.ts44export function getData(): Country[];
Self-Referential Comments2 hits · 5 pts
SeverityFileLineSnippet
MEDIUMtypes/webvis/index.d.ts10451 * ### Creating a Measurement Entity
MEDIUMscripts/update-codeowners.js4const header = `# This file is generated.
Example Usage Blocks3 hits · 4 pts
SeverityFileLineSnippet
LOWtypes/accounting/accounting-tests.ts46// Example usage:
LOWtypes/accounting/accounting-tests.ts67// Example usage:
LOWtypes/react-gamepad/test/readme-tests.tsx6// Usage example