aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/node_generator.cc
Commit message (Collapse)AuthorAge
* cleanup formatting with clang_format_code.shGravatar Ben Sykes2018-05-02
|
* Add grpc_out option to set minimum_node_versionGravatar Ben Sykes2018-04-30
| | | | | Example protoc call: protoc --plugin=protoc-gen-grpc=grpc_node_plugin --js_out=import_style=commonjs,binary:./autogen/ --grpc_out=minimum_node_version=8:./autogen/ hello.proto
* Switch to Buffer.from to avoid using deprecated constructorGravatar Ben Sykes2018-04-28
|
* Revert "Revert "Do not interpolate variables in leading comments.""Gravatar Vijay Pai2017-11-27
|
* Revert "Do not interpolate variables in leading comments."Gravatar David G. Quintas2017-11-27
|
* Do not interpolate variables in leading comments.Gravatar Garret Kelly2017-11-06
| | | | | | | There is at least one well-known proto file (plugin.proto) with comments that include variable-like strings that are not actual variables. This leads to DFATAL log statements that clutter the output and don't provide any benefit.
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Fix quotation marksGravatar Adam2017-07-24
|
* Fix issue from google/protobuf#1745 - javascript allow dot in filenameGravatar Adam2017-07-24
|
* fix remaining license noticesGravatar Jan Tattermusch2017-06-08
|
* Clang format codeGravatar murgatroid992016-08-12
|
* Merge branch 'master' into node_generator_nested_messagesGravatar murgatroid992016-08-02
|\
| * Clang-format all the thingsGravatar Masood Malekghassemi2016-07-12
| |
* | Make Node code generator work properly with nested typesGravatar murgatroid992016-07-01
|/
* Update Node plugin to handle well known type changesGravatar murgatroid992016-06-17
|
* Added comments to node generation, also refactored some plugin codeGravatar murgatroid992016-05-20
|
* Use math test to test generated codeGravatar murgatroid992016-04-20
|
* Fixed minor bug with Node generatorGravatar murgatroid992016-04-19
|
* Minor change to node generator, and add a folderGravatar murgatroid992016-02-26
|
* Created a Node grpc pluginGravatar murgatroid992016-02-26