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