regexImportType: RegExp

Matches named import types; IE import('./types').Value. It is lenient and allows the import to be enclosed in () which helps for checkJs support / prevents TS from choking as import types in @implements tags is not supported by TS.

Capture group 1: module path. Capture group 2: top level import identifier. Optional capture group 3: remainder of potential namespaced symbol.