enumSourceUris static method

Map<String, String> enumSourceUris()

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 {
    'DiagnosticSeverity': 'package:tom_vscode_scripting_api/src/vscode_types.dart',
  };
}