aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/node_plugin.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
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Added comments to node generation, also refactored some plugin codeGravatar murgatroid992016-05-20
|
* Created a Node grpc pluginGravatar murgatroid992016-02-26