CompletionEntryDataUnresolved

Properties

Link copied to clipboard
abstract var ambientModuleName: String?

The module name (with quotes stripped) of the export's module symbol, if it was an ambient module

Link copied to clipboard
abstract override var exportMapKey: ExportMapInfoKey
Link copied to clipboard
abstract var exportName: String

The name of the property or export in the module's symbol table. Differs from the completion name in the case of InternalSymbolName.ExportEquals and InternalSymbolName.Default.

Link copied to clipboard
abstract var fileName: String?

The file name declaring the export's module symbol, if it was an external module

Link copied to clipboard

True if the export was found in the package.json AutoImportProvider

Link copied to clipboard
abstract var moduleSpecifier: String?