Documentation
    Preparing search index...

    Shape of the Compiler that must be passed to the repl constructor

    type Compiler = {
        compile: (code: string, fileName: string) => string;
        supportsTypescript: boolean;
    }
    Index

    Properties

    compile: (code: string, fileName: string) => string
    supportsTypescript: boolean