KC's Workspace
    Preparing search index...

    Interface SourceFileLike

    Subset of properties from SourceFile that are used in multiple utility functions

    interface SourceFileLike {
        text: string;
        getLineAndCharacterOfPosition(pos: number): LineAndCharacter;
    }

    Implemented by

    Index
    text: string