(ambient-module-name completion-entry-data-unresolved)
The module name (with quotes stripped) of the export's module symbol, if it was an ambient module
Returns: string | undefined
The module name (with quotes stripped) of the export's module symbol, if it was an ambient module **Returns:** `string | undefined`
(export-map-key completion-entry-data-unresolved)
Returns: ExportMapInfoKey
**Returns:** `ExportMapInfoKey`
(export-name completion-entry-data-unresolved)
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.
Returns: 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. **Returns:** `string`
(file-name completion-entry-data-unresolved)
The file name declaring the export's module symbol, if it was an external module
Returns: string | undefined
The file name declaring the export's module symbol, if it was an external module **Returns:** `string | undefined`
(module-specifier completion-entry-data-unresolved)
Returns: string | undefined
**Returns:** `string | undefined`
(package-json-import completion-entry-data-unresolved)
True if the export was found in the package.json AutoImportProvider
Returns: true | undefined
True if the export was found in the package.json AutoImportProvider **Returns:** `true | undefined`
(set-ambient-module-name! completion-entry-data-unresolved value)
The module name (with quotes stripped) of the export's module symbol, if it was an ambient module
The module name (with quotes stripped) of the export's module symbol, if it was an ambient module
(set-export-name! completion-entry-data-unresolved value)
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.
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.
(set-file-name! completion-entry-data-unresolved value)
The file name declaring the export's module symbol, if it was an external module
The file name declaring the export's module symbol, if it was an external module
(set-is-package-json-import! completion-entry-data-unresolved value)
True if the export was found in the package.json AutoImportProvider
True if the export was found in the package.json AutoImportProvider
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close