Class | Description |
---|---|
EmbeddedSass | |
EmbeddedSass.InboundMessage |
The wrapper type for all messages sent from the host to the compiler.
|
EmbeddedSass.InboundMessage.Builder |
The wrapper type for all messages sent from the host to the compiler.
|
EmbeddedSass.InboundMessage.CanonicalizeResponse |
A response indicating the result of canonicalizing an imported URL.
|
EmbeddedSass.InboundMessage.CanonicalizeResponse.Builder |
A response indicating the result of canonicalizing an imported URL.
|
EmbeddedSass.InboundMessage.CompileRequest |
A request that compiles an entrypoint to CSS.
|
EmbeddedSass.InboundMessage.CompileRequest.Builder |
A request that compiles an entrypoint to CSS.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer |
A wrapper message that represents either a user-defined importer or a
load path on disk.
|
EmbeddedSass.InboundMessage.CompileRequest.Importer.Builder |
A wrapper message that represents either a user-defined importer or a
load path on disk.
|
EmbeddedSass.InboundMessage.CompileRequest.StringInput |
An input stylesheet provided as plain text, rather than loaded from the
filesystem.
|
EmbeddedSass.InboundMessage.CompileRequest.StringInput.Builder |
An input stylesheet provided as plain text, rather than loaded from the
filesystem.
|
EmbeddedSass.InboundMessage.FileImportResponse |
A response indicating the result of redirecting a URL to the filesystem.
|
EmbeddedSass.InboundMessage.FileImportResponse.Builder |
A response indicating the result of redirecting a URL to the filesystem.
|
EmbeddedSass.InboundMessage.FunctionCallResponse |
A response indicating the result of calling a custom Sass function defined
in the host.
|
EmbeddedSass.InboundMessage.FunctionCallResponse.Builder |
A response indicating the result of calling a custom Sass function defined
in the host.
|
EmbeddedSass.InboundMessage.ImportResponse |
A response indicating the result of importing a canonical URL.
|
EmbeddedSass.InboundMessage.ImportResponse.Builder |
A response indicating the result of importing a canonical URL.
|
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess |
The stylesheet's contents were loaded successfully.
|
EmbeddedSass.InboundMessage.ImportResponse.ImportSuccess.Builder |
The stylesheet's contents were loaded successfully.
|
EmbeddedSass.InboundMessage.VersionRequest |
A request for information about the version of the embedded compiler.
|
EmbeddedSass.InboundMessage.VersionRequest.Builder |
A request for information about the version of the embedded compiler.
|
EmbeddedSass.OutboundMessage |
The wrapper type for all messages sent from the compiler to the host.
|
EmbeddedSass.OutboundMessage.Builder |
The wrapper type for all messages sent from the compiler to the host.
|
EmbeddedSass.OutboundMessage.CanonicalizeRequest |
A request for a custom importer to convert an imported URL to its canonical
format.
|
EmbeddedSass.OutboundMessage.CanonicalizeRequest.Builder |
A request for a custom importer to convert an imported URL to its canonical
format.
|
EmbeddedSass.OutboundMessage.CompileResponse |
A response that contains the result of a compilation.
|
EmbeddedSass.OutboundMessage.CompileResponse.Builder |
A response that contains the result of a compilation.
|
EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure |
A message indicating that the Sass file could not be successfully
compiled to CSS.
|
EmbeddedSass.OutboundMessage.CompileResponse.CompileFailure.Builder |
A message indicating that the Sass file could not be successfully
compiled to CSS.
|
EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess |
A message indicating that the Sass file was successfully compiled to CSS.
|
EmbeddedSass.OutboundMessage.CompileResponse.CompileSuccess.Builder |
A message indicating that the Sass file was successfully compiled to CSS.
|
EmbeddedSass.OutboundMessage.FileImportRequest |
A request for a custom filesystem importer to load the contents of a
stylesheet.
|
EmbeddedSass.OutboundMessage.FileImportRequest.Builder |
A request for a custom filesystem importer to load the contents of a
stylesheet.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest |
A request to invoke a custom Sass function and return its result.
|
EmbeddedSass.OutboundMessage.FunctionCallRequest.Builder |
A request to invoke a custom Sass function and return its result.
|
EmbeddedSass.OutboundMessage.ImportRequest |
A request for a custom importer to load the contents of a stylesheet.
|
EmbeddedSass.OutboundMessage.ImportRequest.Builder |
A request for a custom importer to load the contents of a stylesheet.
|
EmbeddedSass.OutboundMessage.LogEvent |
An event indicating that a message should be displayed to the user.
|
EmbeddedSass.OutboundMessage.LogEvent.Builder |
An event indicating that a message should be displayed to the user.
|
EmbeddedSass.OutboundMessage.VersionResponse |
A response that contains the version of the embedded compiler.
|
EmbeddedSass.OutboundMessage.VersionResponse.Builder |
A response that contains the version of the embedded compiler.
|
EmbeddedSass.ProtocolError |
An error reported when an endpoint violates the embedded Sass protocol.
|
EmbeddedSass.ProtocolError.Builder |
An error reported when an endpoint violates the embedded Sass protocol.
|
EmbeddedSass.SourceSpan |
A chunk of a source file.
|
EmbeddedSass.SourceSpan.Builder |
A chunk of a source file.
|
EmbeddedSass.SourceSpan.SourceLocation |
A single point in a source file.
|
EmbeddedSass.SourceSpan.SourceLocation.Builder |
A single point in a source file.
|
EmbeddedSass.Value |
A SassScript value, passed to and returned by functions.
|
EmbeddedSass.Value.ArgumentList |
A SassScript argument list value.
|
EmbeddedSass.Value.ArgumentList.Builder |
A SassScript argument list value.
|
EmbeddedSass.Value.Builder |
A SassScript value, passed to and returned by functions.
|
EmbeddedSass.Value.Calculation |
A SassScript calculation value.
|
EmbeddedSass.Value.Calculation.Builder |
A SassScript calculation value.
|
EmbeddedSass.Value.Calculation.CalculationOperation |
A binary operation that appears in a calculation.
|
EmbeddedSass.Value.Calculation.CalculationOperation.Builder |
A binary operation that appears in a calculation.
|
EmbeddedSass.Value.Calculation.CalculationValue |
A single component of a calculation expression.
|
EmbeddedSass.Value.Calculation.CalculationValue.Builder |
A single component of a calculation expression.
|
EmbeddedSass.Value.CompilerFunction |
A first-class function defined in the compiler.
|
EmbeddedSass.Value.CompilerFunction.Builder |
A first-class function defined in the compiler.
|
EmbeddedSass.Value.HostFunction |
An anonymous custom function defined in the host.
|
EmbeddedSass.Value.HostFunction.Builder |
An anonymous custom function defined in the host.
|
EmbeddedSass.Value.HslColor |
A SassScript color value, represented as hue, saturation, and lightness channels.
|
EmbeddedSass.Value.HslColor.Builder |
A SassScript color value, represented as hue, saturation, and lightness channels.
|
EmbeddedSass.Value.HwbColor |
A SassScript color value, represented as hue, whiteness, and blackness
channels.
|
EmbeddedSass.Value.HwbColor.Builder |
A SassScript color value, represented as hue, whiteness, and blackness
channels.
|
EmbeddedSass.Value.List |
A SassScript list value.
|
EmbeddedSass.Value.List.Builder |
A SassScript list value.
|
EmbeddedSass.Value.Map |
A SassScript map value.
|
EmbeddedSass.Value.Map.Builder |
A SassScript map value.
|
EmbeddedSass.Value.Map.Entry |
A single key/value pair in the map.
|
EmbeddedSass.Value.Map.Entry.Builder |
A single key/value pair in the map.
|
EmbeddedSass.Value.Number |
A SassScript number value.
|
EmbeddedSass.Value.Number.Builder |
A SassScript number value.
|
EmbeddedSass.Value.RgbColor |
A SassScript color value, represented as red, green, and blue channels.
|
EmbeddedSass.Value.RgbColor.Builder |
A SassScript color value, represented as red, green, and blue channels.
|
EmbeddedSass.Value.String |
A SassScript string value.
|
EmbeddedSass.Value.String.Builder |
A SassScript string value.
|