aboutsummaryrefslogtreecommitdiff
path: root/js/gulpfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix strict JS generator with import in a protofilePeter Marton2018-05-081-1/+2
|
* Test: cover import_style=commonjs_strictPeter Marton2018-05-081-1/+16
|
* Split test protos into two groupsAdam Cozzette2017-04-031-8/+62
|
* Use closurebuilder.py in favor of calcdeps.py for compiling JavaScriptAdam Cozzette2017-03-011-3/+20
| | | | | | | | | | 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 failuresAdam Cozzette2016-11-211-3/+3
|
* Fix tests for CommonJS.Josh Haberman2016-06-161-2/+11
|
* Added plugin.proto to well-known types for JS.Josh Haberman2016-06-161-0/+1
|
* JS: import well-known types from google-protobuf package.Josh Haberman2016-06-161-2/+25
|
* Support Windows in gulpfile.jsNikolai Vavilov2016-04-161-1/+5
|
* Fix for gulpfile.js.Josh Haberman2016-04-111-1/+10
|
* Moved CommonJS-specific files into commonjs directorymurgatroid992016-02-241-3/+4
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-241-6/+6
|
* Added a bit more to README.md, and allowed custom PROTOC var in tests.Josh Haberman2016-02-191-2/+4
|
* Use "node" as binary instead of "nodejs".Josh Haberman2016-02-181-1/+1
| | | | "nodejs" does not exist on Travis, it appears.
* Fixed definition of extensions, and added CommonJS tests to Travis.Josh Haberman2016-02-181-0/+4
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-181-4/+4
|
* CommonJS tests are now passing.Josh Haberman2016-02-181-3/+35
|
* WIP.Josh Haberman2016-02-181-5/+34
|
* Added README and enabled JavaScript tests on Node.jsJosh Haberman2015-12-211-0/+29