MCPcopy Index your code

hub / github.com/bep/godartsass / types & classes

Types & classes125 in github.com/bep/godartsass

↓ 2 callersTypeAliasLogEventType
LogEvent is a type of log event from Dart Sass.
options.go:43
↓ 2 callersTypeAliasSyntax
Possible syntaxes for a Sass stylesheet.
internal/embeddedsass/embedded_sass.pb.go:86
↓ 1 callersTypeAliasOutputStyle
OutputStyle defines the style of the generated CSS.
options.go:205
↓ 1 callersTypeAliasOutputStyle
Possible ways to format the CSS output. The compiler is not required to support all possible options; if the host requests an unsupported style, the c
internal/embeddedsass/embedded_sass.pb.go:36
↓ 1 callersTypeAliasSourceSyntax
SourceSyntax defines the syntax of the source passed in Execute.
options.go:208
StructArgs
Args holds the arguments to Execute.
options.go:111
TypeAliasCalculationOperator
An operator used in a calculation value's operation.
internal/embeddedsass/embedded_sass.pb.go:365
StructDartSassVersion
transpiler.go:102
StructImport
options.go:102
InterfaceImportResolver
ImportResolver allows custom import resolution. CanonicalizeURL should create a canonical version of the given URL if it's able to resolve it, else r
options.go:97
StructInboundMessage
The wrapper type for all messages sent from the host to the compiler. This provides a `oneof` that makes it possible to determine the type of each inb
internal/embeddedsass/embedded_sass.pb.go:424
StructInboundMessage_CanonicalizeResponse
A response indicating the result of canonicalizing an imported URL.
internal/embeddedsass/embedded_sass.pb.go:1437
StructInboundMessage_CanonicalizeResponse_
internal/embeddedsass/embedded_sass.pb.go:529
StructInboundMessage_CanonicalizeResponse_Error
internal/embeddedsass/embedded_sass.pb.go:1541
StructInboundMessage_CanonicalizeResponse_Url
internal/embeddedsass/embedded_sass.pb.go:1531
StructInboundMessage_CompileRequest
A request that compiles an entrypoint to CSS.
internal/embeddedsass/embedded_sass.pb.go:1210
StructInboundMessage_CompileRequest_
internal/embeddedsass/embedded_sass.pb.go:525
StructInboundMessage_CompileRequest_Importer
A wrapper message that represents either a user-defined importer or a load path on disk. This must be a wrapper because `oneof` types can't be `repeat
internal/embeddedsass/embedded_sass.pb.go:1956
StructInboundMessage_CompileRequest_Importer_FileImporterId
internal/embeddedsass/embedded_sass.pb.go:2070
StructInboundMessage_CompileRequest_Importer_ImporterId
internal/embeddedsass/embedded_sass.pb.go:2061
StructInboundMessage_CompileRequest_Importer_NodePackageImporter
internal/embeddedsass/embedded_sass.pb.go:2083
StructInboundMessage_CompileRequest_Importer_Path
internal/embeddedsass/embedded_sass.pb.go:2055
StructInboundMessage_CompileRequest_Path
internal/embeddedsass/embedded_sass.pb.go:1427
StructInboundMessage_CompileRequest_StringInput
An input stylesheet provided as plain text, rather than loaded from the filesystem.
internal/embeddedsass/embedded_sass.pb.go:1877
StructInboundMessage_CompileRequest_String_
internal/embeddedsass/embedded_sass.pb.go:1422
StructInboundMessage_FileImportResponse
A response indicating the result of redirecting a URL to the filesystem.
internal/embeddedsass/embedded_sass.pb.go:1649
StructInboundMessage_FileImportResponse_
internal/embeddedsass/embedded_sass.pb.go:537
StructInboundMessage_FileImportResponse_Error
internal/embeddedsass/embedded_sass.pb.go:1761
StructInboundMessage_FileImportResponse_FileUrl
internal/embeddedsass/embedded_sass.pb.go:1743
StructInboundMessage_FunctionCallResponse
A response indicating the result of calling a custom Sass function defined in the host.
internal/embeddedsass/embedded_sass.pb.go:1772
StructInboundMessage_FunctionCallResponse_
internal/embeddedsass/embedded_sass.pb.go:541
StructInboundMessage_FunctionCallResponse_Error
internal/embeddedsass/embedded_sass.pb.go:1866
StructInboundMessage_FunctionCallResponse_Success
internal/embeddedsass/embedded_sass.pb.go:1861
StructInboundMessage_ImportResponse
A response indicating the result of importing a canonical URL.
internal/embeddedsass/embedded_sass.pb.go:1555
StructInboundMessage_ImportResponse_
internal/embeddedsass/embedded_sass.pb.go:533
StructInboundMessage_ImportResponse_Error
internal/embeddedsass/embedded_sass.pb.go:1639
StructInboundMessage_ImportResponse_ImportSuccess
The stylesheet's contents were loaded successfully.
internal/embeddedsass/embedded_sass.pb.go:2105
StructInboundMessage_ImportResponse_Success
internal/embeddedsass/embedded_sass.pb.go:1634
StructInboundMessage_VersionRequest
A request for information about the version of the embedded compiler. The host can use this to provide diagnostic information to the user, to check wh
internal/embeddedsass/embedded_sass.pb.go:1163
StructInboundMessage_VersionRequest_
internal/embeddedsass/embedded_sass.pb.go:545
TypeAliasListSeparator
Different types of separators a list can have.
internal/embeddedsass/embedded_sass.pb.go:251
StructLogEvent
options.go:56
TypeAliasLogEventType
The possible types of [LogEvent].
internal/embeddedsass/embedded_sass.pb.go:139
StructNodePackageImporter
The built-in Node.js Package Importer, which is a Package Importer that resolves using the standards and conventions of the Node.js ecosystem. It enab
internal/embeddedsass/embedded_sass.pb.go:1109
StructOptions
Options configures a Transpiler.
options.go:19
StructOutboundMessage
The wrapper type for all messages sent from the compiler to the host. This provides a `oneof` that makes it possible to determine the type of each out
internal/embeddedsass/embedded_sass.pb.go:564
StructOutboundMessage_CanonicalizeRequest
A request for a custom importer to convert an imported URL to its canonical format. If the URL is not recognized by this importer, or if no styleshee
internal/embeddedsass/embedded_sass.pb.go:2520
StructOutboundMessage_CanonicalizeRequest_
internal/embeddedsass/embedded_sass.pb.go:693
StructOutboundMessage_CompileResponse
A response that contains the result of a compilation.
internal/embeddedsass/embedded_sass.pb.go:2264
StructOutboundMessage_CompileResponse_
internal/embeddedsass/embedded_sass.pb.go:685
StructOutboundMessage_CompileResponse_CompileFailure
A message indicating that the Sass file could not be successfully compiled to CSS.
internal/embeddedsass/embedded_sass.pb.go:3015
StructOutboundMessage_CompileResponse_CompileSuccess
A message indicating that the Sass file was successfully compiled to CSS.
internal/embeddedsass/embedded_sass.pb.go:2953
StructOutboundMessage_CompileResponse_Failure
internal/embeddedsass/embedded_sass.pb.go:2352
StructOutboundMessage_CompileResponse_Success
internal/embeddedsass/embedded_sass.pb.go:2347
StructOutboundMessage_Error
internal/embeddedsass/embedded_sass.pb.go:681
StructOutboundMessage_FileImportRequest
A request for a custom filesystem importer to load the contents of a stylesheet. A filesystem importer is represented in the compiler as an [importer
internal/embeddedsass/embedded_sass.pb.go:2745
StructOutboundMessage_FileImportRequest_
internal/embeddedsass/embedded_sass.pb.go:701
StructOutboundMessage_FunctionCallRequest
A request to invoke a custom Sass function and return its result.
internal/embeddedsass/embedded_sass.pb.go:2838
StructOutboundMessage_FunctionCallRequest_
internal/embeddedsass/embedded_sass.pb.go:705
StructOutboundMessage_FunctionCallRequest_FunctionId
internal/embeddedsass/embedded_sass.pb.go:2939
StructOutboundMessage_FunctionCallRequest_Name
internal/embeddedsass/embedded_sass.pb.go:2930
StructOutboundMessage_ImportRequest
A request for a custom importer to load the contents of a stylesheet.
internal/embeddedsass/embedded_sass.pb.go:2628
StructOutboundMessage_ImportRequest_
internal/embeddedsass/embedded_sass.pb.go:697
StructOutboundMessage_LogEvent
An event indicating that a message should be displayed to the user.
internal/embeddedsass/embedded_sass.pb.go:2362
StructOutboundMessage_LogEvent_
internal/embeddedsass/embedded_sass.pb.go:689
StructOutboundMessage_VersionResponse
A response that contains the version of the embedded compiler.
internal/embeddedsass/embedded_sass.pb.go:2178
StructOutboundMessage_VersionResponse_
internal/embeddedsass/embedded_sass.pb.go:709
TypeAliasPanicWhen
internal/godartsasstesting/settings.go:23
StructProtocolError
An error reported when an endpoint violates the embedded Sass protocol.
internal/embeddedsass/embedded_sass.pb.go:730
TypeAliasProtocolErrorType
Potential types of protocol errors.
internal/embeddedsass/embedded_sass.pb.go:196
StructResult
Result holds the result returned from Execute.
transpiler.go:143
StructSassError
SassError is the error returned from Execute on compile errors.
transpiler.go:149
TypeAliasSingletonValue
Singleton SassScript values that have no internal state.
internal/embeddedsass/embedded_sass.pb.go:312
StructSourceSpan
A chunk of a source file.
internal/embeddedsass/embedded_sass.pb.go:796
StructSourceSpan_SourceLocation
A single point in a source file.
internal/embeddedsass/embedded_sass.pb.go:3095
StructTranspiler
Transpiler controls transpiling of SCSS into CSS.
transpiler.go:111
StructValue
A SassScript value, passed to and returned by functions.
internal/embeddedsass/embedded_sass.pb.go:895
StructValue_ArgumentList
A SassScript argument list value. This represents rest arguments passed to a function's `$arg...` parameter. Unlike a normal `List`, an argument list
internal/embeddedsass/embedded_sass.pb.go:3686
StructValue_ArgumentList_
internal/embeddedsass/embedded_sass.pb.go:1067
StructValue_Calculation
A SassScript calculation value. The compiler must send fully [simplified] calculations, meaning that simplifying it again will produce the same calcul
internal/embeddedsass/embedded_sass.pb.go:3782
StructValue_Calculation_
internal/embeddedsass/embedded_sass.pb.go:1071
StructValue_Calculation_CalculationOperation
A binary operation that appears in a calculation.
internal/embeddedsass/embedded_sass.pb.go:4030
StructValue_Calculation_CalculationValue
A single component of a calculation expression.
internal/embeddedsass/embedded_sass.pb.go:3897
StructValue_Calculation_CalculationValue_Calculation
internal/embeddedsass/embedded_sass.pb.go:4014
StructValue_Calculation_CalculationValue_Interpolation
internal/embeddedsass/embedded_sass.pb.go:3999
StructValue_Calculation_CalculationValue_Number
internal/embeddedsass/embedded_sass.pb.go:3990
StructValue_Calculation_CalculationValue_Operation
internal/embeddedsass/embedded_sass.pb.go:4010
StructValue_Calculation_CalculationValue_String_
internal/embeddedsass/embedded_sass.pb.go:3994
StructValue_Color
A SassScript color value.
internal/embeddedsass/embedded_sass.pb.go:3288
StructValue_Color_
internal/embeddedsass/embedded_sass.pb.go:1079
StructValue_CompilerFunction
A first-class function defined in the compiler. New `CompilerFunction`s may only be created by the compiler, but the host may pass `CompilerFunction`s
internal/embeddedsass/embedded_sass.pb.go:3499
StructValue_CompilerFunction_
internal/embeddedsass/embedded_sass.pb.go:1059
StructValue_CompilerMixin
A first-class mixin defined in the compiler. New `CompilerMixin`s may only be created by the compiler, but the host may pass `CompilerMixin`s back to
internal/embeddedsass/embedded_sass.pb.go:3625
StructValue_CompilerMixin_
internal/embeddedsass/embedded_sass.pb.go:1075
StructValue_HostFunction
An anonymous custom function defined in the host. New `HostFunction`s may only be created by the host, and `HostFunction`s may *never* be passed from
internal/embeddedsass/embedded_sass.pb.go:3551
StructValue_HostFunction_
internal/embeddedsass/embedded_sass.pb.go:1063
StructValue_List
A SassScript list value.
internal/embeddedsass/embedded_sass.pb.go:3383
StructValue_List_
internal/embeddedsass/embedded_sass.pb.go:1047
StructValue_Map
A SassScript map value.
internal/embeddedsass/embedded_sass.pb.go:3448
StructValue_Map_
internal/embeddedsass/embedded_sass.pb.go:1051
next →1–100 of 125, ranked by callers