From e219a8210d91191c59473b9eb927d7650dfa960e Mon Sep 17 00:00:00 2001 From: Bryan English Date: Thu, 8 Jun 2023 17:27:44 -0400 Subject: [PATCH] lookup: add import-in-the-middle Ref: https://github.com/nodejs/TSC/issues/1397 --- lib/lookup.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index c37d75b0..8f4fd93a 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -232,6 +232,10 @@ "tags": "native", "maintainers": "bnoordhuis" }, + "import-in-the-middle": { + "prefix": "v", + "maintainers": ["bengl", "Qard"] + }, "inherits": { "prefix": "v", "maintainers": "isaacs"