4 lines
177 B
TypeScript
4 lines
177 B
TypeScript
import type { Mapping } from '@volar/language-core';
|
|
import type { Segment } from 'muggle-string';
|
|
export declare function buildMappings<T>(chunks: Segment<T>[]): Mapping<T>[];
|