Class EmbeddedSass.Value.Calculation

  • All Implemented Interfaces:
    Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, EmbeddedSass.Value.CalculationOrBuilder
    Enclosing class:
    EmbeddedSass.Value

    public static final class EmbeddedSass.Value.Calculation
    extends GeneratedMessageV3
    implements EmbeddedSass.Value.CalculationOrBuilder
     A SassScript calculation value. The compiler must send fully [simplified]
     calculations, meaning that simplifying it again will produce the same
     calculation. The host is not required to simplify calculations.
     [simplified]: https://github.com/sass/sass/tree/main/spec/types/calculation.md#simplifying-a-calculation
     The compiler must simplify any calculations it receives from the host
     before returning them from a function. If this simplification produces an
     error, it should be treated as though the function call threw that error.
     It should *not* be treated as a protocol error.
     
    Protobuf type sass.embedded_protocol.Value.Calculation
    See Also:
    Serialized Form