|
|
9 سال پیش | |
|---|---|---|
| .. | ||
| binary | 9 سال پیش | |
| README.md | 10 سال پیش | |
| commonjs_export.js | 9 سال پیش | |
| commonjs_export_asserts.js | 9 سال پیش | |
| data.proto | 10 سال پیش | |
| debug.js | 10 سال پیش | |
| debug_test.js | 9 سال پیش | |
| gulpfile.js | 9 سال پیش | |
| jasmine.json | 9 سال پیش | |
| jasmine_commonjs.json | 9 سال پیش | |
| message.js | 10 سال پیش | |
| message_test.js | 9 سال پیش | |
| node_loader.js | 10 سال پیش | |
| package.json | 9 سال پیش | |
| proto3_test.js | 9 سال پیش | |
| proto3_test.proto | 10 سال پیش | |
| rewrite_tests_for_commonjs.js | 9 سال پیش | |
| test.proto | 10 سال پیش | |
| test2.proto | 10 سال پیش | |
| test3.proto | 10 سال پیش | |
| test4.proto | 10 سال پیش | |
| test5.proto | 10 سال پیش | |
| test_bootstrap.js | 10 سال پیش | |
| testbinary.proto | 10 سال پیش | |
| testempty.proto | 10 سال پیش | |
This directory contains Protocol Buffer support for JavaScript. This code works in browsers and in Node.js.
The packaging work for this is still in-progress. For now you can just run the tests. First you need to build the main C++ distribution because the code generator for JavaScript is written in C++:
$ ./autogen.sh $ ./configure $ make
Then you can run the JavaScript tests in this directory:
$ cd js && gulp test