UNPKG

dockerfile-language-service

Version:

A language service for Dockerfiles to enable the creation of feature-rich Dockerfile editors.

6 lines (5 loc) 269 B
import { SymbolInformation, TextDocumentIdentifier } from 'vscode-languageserver-types'; export declare class DockerSymbols { private createSymbolInformation; parseSymbolInformation(textDocument: TextDocumentIdentifier, content: string): SymbolInformation[]; }