aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/gulpfile.js
Commit message (Collapse)AuthorAge
* Fix strict JS generator with import in a protofileGravatar Peter Marton2018-05-08
|
* Test: cover import_style=commonjs_strictGravatar Peter Marton2018-05-08
|
* Split test protos into two groupsGravatar Adam Cozzette2017-04-03
|
* Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptGravatar Adam Cozzette2017-03-01
| | | | | | | | | | There are two motivations for this: 1) calcdeps.py is deprecated and replaced by closurebuilder.py. 2) As part of this I was able to tweak things so that the Closure compiler does not attempt to examine every .js file in the tree under js/. This makes it possible to put compatibility tests and related files in a subdirectory without them getting mixed up with the main .js files we care about.
* Fixed remaining JSPB test failuresGravatar Adam Cozzette2016-11-21
|
* Fix tests for CommonJS.Gravatar Josh Haberman2016-06-16
|
* Added plugin.proto to well-known types for JS.Gravatar Josh Haberman2016-06-16
|
* JS: import well-known types from google-protobuf package.Gravatar Josh Haberman2016-06-16
|
* Support Windows in gulpfile.jsGravatar Nikolai Vavilov2016-04-16
|
* Fix for gulpfile.js.Gravatar Josh Haberman2016-04-11
|
* Moved CommonJS-specific files into commonjs directoryGravatar murgatroid992016-02-24
|
* Fix CommonJS relative require generation, and test itGravatar murgatroid992016-02-24
|
* Added a bit more to README.md, and allowed custom PROTOC var in tests.Gravatar Josh Haberman2016-02-19
|
* Use "node" as binary instead of "nodejs".Gravatar Josh Haberman2016-02-18
| | | | "nodejs" does not exist on Travis, it appears.
* Fixed definition of extensions, and added CommonJS tests to Travis.Gravatar Josh Haberman2016-02-18
|
* Moved CommonJS-specific files to commonjs/.Gravatar Josh Haberman2016-02-18
|
* CommonJS tests are now passing.Gravatar Josh Haberman2016-02-18
|
* WIP.Gravatar Josh Haberman2016-02-18
|
* Added README and enabled JavaScript tests on Node.jsGravatar Josh Haberman2015-12-21