From ea3226ed60a79fa842106cde067481cae0e45857 Mon Sep 17 00:00:00 2001 From: Richard J <106497642+rj-au@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:56:14 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#75428=20[autosugge?= =?UTF-8?q?st-highlight]=20Make=20empty=20index.d.ts=20a=20module=20by=20@?= =?UTF-8?q?rj-au?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/autosuggest-highlight/autosuggest-highlight-tests.ts | 1 + types/autosuggest-highlight/index.d.ts | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/types/autosuggest-highlight/autosuggest-highlight-tests.ts b/types/autosuggest-highlight/autosuggest-highlight-tests.ts index 65c7382e02e7a2..7c1ce3eb2bcf44 100644 --- a/types/autosuggest-highlight/autosuggest-highlight-tests.ts +++ b/types/autosuggest-highlight/autosuggest-highlight-tests.ts @@ -1,3 +1,4 @@ +import "autosuggest-highlight"; import match = require("autosuggest-highlight/match"); import parse = require("autosuggest-highlight/parse"); diff --git a/types/autosuggest-highlight/index.d.ts b/types/autosuggest-highlight/index.d.ts index e69de29bb2d1d6..74a0043c64b73f 100644 --- a/types/autosuggest-highlight/index.d.ts +++ b/types/autosuggest-highlight/index.d.ts @@ -0,0 +1,4 @@ +// Despite not having any definitions, this file must exist on DefinitelyTyped. +// Currently, the tooling assumes that this file exists and performs extra lints, +// as well as using it to figure out where things are. +export {};