We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7120e93 commit 7c27b5aCopy full SHA for 7c27b5a
cli/pbts.js
@@ -169,6 +169,8 @@ exports.main = function(args, callback) {
169
Object.keys(imports).forEach(function(key) {
170
output.push("import * as " + key + " from \"" + imports[key] + "\";");
171
});
172
+
173
+ output.push("import Long = require(\"long\");");
174
}
175
176
output = output.join("\n") + "\n" + out.join("");
0 commit comments