KC's Workspace
    Preparing search index...

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

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

    Implemented by

    Index

    Properties

    text: string

    Methods