public static interface InboundMessage.CompileRequest.ImporterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getFileImporterId()
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
InboundMessage.CompileRequest.Importer.ImporterCase |
getImporterCase() |
int |
getImporterId()
A unique ID for a user-defined importer.
|
NodePackageImporter |
getNodePackageImporter()
The [Node.js package importer], which is a built-in Package Importer
with an associated `entry_point_directory` that resolves `pkg:` URLs
using the standards and conventions of the Node ecosystem.
|
NodePackageImporterOrBuilder |
getNodePackageImporterOrBuilder()
The [Node.js package importer], which is a built-in Package Importer
with an associated `entry_point_directory` that resolves `pkg:` URLs
using the standards and conventions of the Node ecosystem.
|
String |
getNonCanonicalScheme(int index)
The set of URL schemes that are considered *non-canonical* for this
importer.
|
com.google.protobuf.ByteString |
getNonCanonicalSchemeBytes(int index)
The set of URL schemes that are considered *non-canonical* for this
importer.
|
int |
getNonCanonicalSchemeCount()
The set of URL schemes that are considered *non-canonical* for this
importer.
|
List<String> |
getNonCanonicalSchemeList()
The set of URL schemes that are considered *non-canonical* for this
importer.
|
String |
getPath()
A built-in importer that loads Sass files within the given directory
on disk.
|
com.google.protobuf.ByteString |
getPathBytes()
A built-in importer that loads Sass files within the given directory
on disk.
|
boolean |
hasFileImporterId()
A unique ID for a special kind of user-defined importer that tells
the compiler where to look for files on the physical filesystem, but
leaves the details of resolving partials and extensions and loading
the file from disk up to the compiler itself.
|
boolean |
hasImporterId()
A unique ID for a user-defined importer.
|
boolean |
hasNodePackageImporter()
The [Node.js package importer], which is a built-in Package Importer
with an associated `entry_point_directory` that resolves `pkg:` URLs
using the standards and conventions of the Node ecosystem.
|
boolean |
hasPath()
A built-in importer that loads Sass files within the given directory
on disk.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;
String getPath()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;
com.google.protobuf.ByteString getPathBytes()
A built-in importer that loads Sass files within the given directory on disk.
string path = 1;
boolean hasImporterId()
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;
int getImporterId()
A unique ID for a user-defined importer. This ID will be included in outbound `CanonicalizeRequest` and `ImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 importer_id = 2;
boolean hasFileImporterId()
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;
int getFileImporterId()
A unique ID for a special kind of user-defined importer that tells the compiler where to look for files on the physical filesystem, but leaves the details of resolving partials and extensions and loading the file from disk up to the compiler itself. This ID will be included in outbound `FileImportRequest` messages to indicate which importer is being called. The host is responsible for generating this ID and ensuring that it's unique across all importers registered for this compilation.
uint32 file_importer_id = 3;
boolean hasNodePackageImporter()
The [Node.js package importer], which is a built-in Package Importer with an associated `entry_point_directory` that resolves `pkg:` URLs using the standards and conventions of the Node ecosystem. [Node.js package importer]: https://github.com/sass/sass/tree/main/spec/modules.md#node-package-importer
.sass.embedded_protocol.NodePackageImporter node_package_importer = 5;
NodePackageImporter getNodePackageImporter()
The [Node.js package importer], which is a built-in Package Importer with an associated `entry_point_directory` that resolves `pkg:` URLs using the standards and conventions of the Node ecosystem. [Node.js package importer]: https://github.com/sass/sass/tree/main/spec/modules.md#node-package-importer
.sass.embedded_protocol.NodePackageImporter node_package_importer = 5;
NodePackageImporterOrBuilder getNodePackageImporterOrBuilder()
The [Node.js package importer], which is a built-in Package Importer with an associated `entry_point_directory` that resolves `pkg:` URLs using the standards and conventions of the Node ecosystem. [Node.js package importer]: https://github.com/sass/sass/tree/main/spec/modules.md#node-package-importer
.sass.embedded_protocol.NodePackageImporter node_package_importer = 5;
List<String> getNonCanonicalSchemeList()
The set of URL schemes that are considered *non-canonical* for this importer. This must be empty unless `importer.importer_id` is set. If any element of this contains a character other than a lowercase ASCII letter, an ASCII numeral, U+002B (`+`), U+002D (`-`), or U+002E (`.`), the compiler must treat the compilation as failed.
repeated string non_canonical_scheme = 4;
int getNonCanonicalSchemeCount()
The set of URL schemes that are considered *non-canonical* for this importer. This must be empty unless `importer.importer_id` is set. If any element of this contains a character other than a lowercase ASCII letter, an ASCII numeral, U+002B (`+`), U+002D (`-`), or U+002E (`.`), the compiler must treat the compilation as failed.
repeated string non_canonical_scheme = 4;
String getNonCanonicalScheme(int index)
The set of URL schemes that are considered *non-canonical* for this importer. This must be empty unless `importer.importer_id` is set. If any element of this contains a character other than a lowercase ASCII letter, an ASCII numeral, U+002B (`+`), U+002D (`-`), or U+002E (`.`), the compiler must treat the compilation as failed.
repeated string non_canonical_scheme = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getNonCanonicalSchemeBytes(int index)
The set of URL schemes that are considered *non-canonical* for this importer. This must be empty unless `importer.importer_id` is set. If any element of this contains a character other than a lowercase ASCII letter, an ASCII numeral, U+002B (`+`), U+002D (`-`), or U+002E (`.`), the compiler must treat the compilation as failed.
repeated string non_canonical_scheme = 4;
index
- The index of the value to return.InboundMessage.CompileRequest.Importer.ImporterCase getImporterCase()