Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add long to protos.d.ts #643

Merged
merged 1 commit into from Nov 8, 2019
Merged

fix: add long to protos.d.ts #643

merged 1 commit into from Nov 8, 2019

Conversation

alexander-fenster
Copy link
Member

The protobuf.js PR protobufjs/protobuf.js#1166 was merged ages ago but still not released. I suspect it might take some more time to release it, so - since this script is the one place to generate proto TS file - let's do it from here for now.

It will only add a missing import if it's not there already, so when the the protobuf.js PR is finally released, it won't break and we'll just remove it from here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 8, 2019
@codecov
Copy link

codecov bot commented Nov 8, 2019

Codecov Report

Merging #643 into master will decrease coverage by 0.01%.
The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #643      +/-   ##
==========================================
- Coverage   88.42%   88.41%   -0.02%     
==========================================
  Files          65       65              
  Lines        4140     4145       +5     
  Branches      320      321       +1     
==========================================
+ Hits         3661     3665       +4     
  Misses        387      387              
- Partials       92       93       +1
Impacted Files Coverage Δ
test/unit/compileProtos.ts 95.74% <100%> (+0.09%) ⬆️
tools/compileProtos.ts 83.33% <75%> (-0.54%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa14039...34ceb29. Read the comment docs.

@alexander-fenster alexander-fenster merged commit e1012fa into master Nov 8, 2019
@alexander-fenster alexander-fenster deleted the add-long branch November 8, 2019 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants