public interface NodePackageImporterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEntryPointDirectory()
The absolute path to associate with the Node Package Importer, with
semantics identical to the [entryPointDirectory option] in the JavaScript
API.
|
com.google.protobuf.ByteString |
getEntryPointDirectoryBytes()
The absolute path to associate with the Node Package Importer, with
semantics identical to the [entryPointDirectory option] in the JavaScript
API.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getEntryPointDirectory()
The absolute path to associate with the Node Package Importer, with semantics identical to the [entryPointDirectory option] in the JavaScript API. [entryPointDirectory option]: https://sass-lang.com/documentation/js-api/classes/NodePackageImporter.html#constructor
string entry_point_directory = 1;
com.google.protobuf.ByteString getEntryPointDirectoryBytes()
The absolute path to associate with the Node Package Importer, with semantics identical to the [entryPointDirectory option] in the JavaScript API. [entryPointDirectory option]: https://sass-lang.com/documentation/js-api/classes/NodePackageImporter.html#constructor
string entry_point_directory = 1;