NPM Build Utilities @ 0.3.0-alpha.13
    Preparing search index...

    Type Alias ParsedDeprecationInstanceInternal

    The parsed value for each instance of a single deprecation warning.

    0.3.0-alpha.12

    type ParsedDeprecationInstance = {
        message: DeprecationWarning["message"];
        moreInfoMessage: null | string;
        shortMessage: string;
        span: ReturnType<Stage_Compiler.SassLogger["optionSpanMaker"]>;
        stack: DeprecationWarning["stack"];
    }
    Index

    Properties

    message: DeprecationWarning["message"]
    moreInfoMessage: null | string
    shortMessage: string
    stack: DeprecationWarning["stack"]