allToolNames top-level constant

List<String> const allToolNames

The names of all tools this server exposes, in registration order: the core VM tools followed by the apollovm.lsp.* code-inspection tools.

Implementation

const allToolNames = <String>[
  parseToolName,
  executeToolName,
  translateToolName,
  astToolName,
  symbolsToolName,
  typesToolName,
  wasmToolName,
  ...lspToolNames,
];