Skip to content

Commit

Permalink
fix: remove long import
Browse files Browse the repository at this point in the history
it can be added via a cli arg as `-i Long` instead, if needed
  • Loading branch information
andreialecu committed Jan 28, 2021
1 parent 757f6e3 commit 9235acc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cli/pbts.js
Expand Up @@ -151,10 +151,7 @@ exports.main = function(args, callback) {
"// DO NOT EDIT! This is a generated file. Edit the JSDoc in src/*.js instead and run 'npm run types'.",
""
);
output.push(
"import * as Long from \"long\";",
""
);

if (argv.global)
output.push(
"export as namespace " + argv.global + ";",
Expand Down

0 comments on commit 9235acc

Please sign in to comment.