5394fdb641
These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features. |
||
---|---|---|
.. | ||
binary | ||
data.proto | ||
debug_test.js | ||
debug.js | ||
gulpfile.js | ||
jasmine.json | ||
message_test.js | ||
message.js | ||
node_loader.js | ||
package.json | ||
proto3_test.js | ||
proto3_test.proto | ||
README.md | ||
test2.proto | ||
test3.proto | ||
test4.proto | ||
test5.proto | ||
test_bootstrap.js | ||
test.proto | ||
testbinary.proto | ||
testempty.proto |
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