@typespec/compiler
Version:
TypeSpec compiler and standard library
8 lines • 308 B
TypeScript
import { TypeSpecScriptNode } from "../core/types.js";
import { SemanticToken } from "./types.js";
/**
* Compute the semantic tokens for the given AST.
* @returns Semantic tokens
*/
export declare function getSemanticTokens(ast: TypeSpecScriptNode): SemanticToken[];
//# sourceMappingURL=classify.d.ts.map