enumSourceUris static method
Returns a map of enum names to their canonical source URIs.
Used for deduplication when the same enum is exported through multiple barrels (e.g., tom_core_kernel and tom_core_server).
Implementation
static Map<String, String> enumSourceUris() {
return {
'SymbolKind': 'package:tom_d4rt_dcli/src/api/cli_result_types.dart',
'MultilineMode': 'package:tom_d4rt_dcli/src/api/execution_context.dart',
};
}