Skip to content

Commit 75f4b6c

Browse files
committed
Moved extend implementation to its own micromodule, might help with #560; tsd-jsdoc progress
1 parent a834250 commit 75f4b6c

23 files changed

+378
-109
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ protobuf.js version: <fill in>
33
### How to reproduce ###
44

55
```js
6-
<code snippet>
6+
<please add a code snippet>
77
```
88

9-
### Expected behaviour ###
9+
### Expected behavior ###
1010

1111
<please describe>
1212

13-
### Actual behaviour ###
13+
### Actual behavior ###
1414

1515
<please describe>

cli/pbts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ exports.main = function(args) {
5151

5252
// There is no proper API for jsdoc, so this executes the CLI and pipes the output
5353
var basedir = path.join(__dirname, "..");
54-
var moduleName = argv.name || "mymodule";
54+
var moduleName = argv.name || "null";
5555
var child = child_process.exec("node \"" + basedir + "/node_modules/jsdoc/jsdoc.js\" -c \"" + basedir + "/jsdoc.types.json\" -q \"module=" + encodeURIComponent(moduleName) + "\" " + files.map(function(file) { return '"' + file + '"'; }).join(' '), {
5656
cwd: process.cwd(),
5757
argv0: "node",

dist/protobuf.js

Lines changed: 54 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/protobuf.min.js.gz

22 Bytes
Binary file not shown.

dist/protobuf.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime/protobuf.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)