#include <js_generator.h>
Definition at line 62 of file js_generator.h.
◆ ImportStyle
Enumerator |
---|
kImportClosure | |
kImportCommonJs | |
kImportCommonJsStrict | |
kImportBrowser | |
kImportEs6 | |
Definition at line 70 of file js_generator.h.
◆ OutputMode
Enumerator |
---|
kOneOutputFilePerInputFile | |
kOneOutputFilePerSCC | |
kEverythingInOneFile | |
Definition at line 100 of file js_generator.h.
◆ GeneratorOptions()
google::protobuf::compiler::js::GeneratorOptions::GeneratorOptions |
( |
| ) |
|
|
inline |
◆ GetFileNameExtension()
std::string google::protobuf::compiler::js::GeneratorOptions::GetFileNameExtension |
( |
| ) |
const |
|
inline |
◆ output_mode()
◆ ParseFromOptions()
bool google::protobuf::compiler::js::GeneratorOptions::ParseFromOptions |
( |
const std::vector< std::pair< std::string, std::string > > & |
options, |
|
|
std::string * |
error |
|
) |
| |
◆ add_require_for_enums
bool google::protobuf::compiler::js::GeneratorOptions::add_require_for_enums |
◆ annotate_code
bool google::protobuf::compiler::js::GeneratorOptions::annotate_code |
◆ binary
bool google::protobuf::compiler::js::GeneratorOptions::binary |
◆ error_on_name_conflict
bool google::protobuf::compiler::js::GeneratorOptions::error_on_name_conflict |
◆ extension
std::string google::protobuf::compiler::js::GeneratorOptions::extension |
◆ import_style
◆ library
std::string google::protobuf::compiler::js::GeneratorOptions::library |
◆ namespace_prefix
std::string google::protobuf::compiler::js::GeneratorOptions::namespace_prefix |
◆ one_output_file_per_input_file
bool google::protobuf::compiler::js::GeneratorOptions::one_output_file_per_input_file |
◆ output_dir
std::string google::protobuf::compiler::js::GeneratorOptions::output_dir |
◆ testonly
bool google::protobuf::compiler::js::GeneratorOptions::testonly |
The documentation for this struct was generated from the following files: