Skip to content

Commit

Permalink
Merge pull request #600 from vanishs/master
Browse files Browse the repository at this point in the history
Reference dependencies as imports in generated typescript definitions…
  • Loading branch information
dcodeIO authored Dec 30, 2016
2 parents 7eb3d45 + 46ec820 commit 55f0323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pbts.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exports.main = function(args, callback) {
if (argv.name !== "protobufjs")
output.push(
"",
"import { Reader, Writer } from \"protobufjs\";",
"import { Reader, Writer, Method } from \"protobufjs\";",
""
);
output = output.join('\n') + "\n" + out.join('');
Expand Down

0 comments on commit 55f0323

Please sign in to comment.