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: properly import transport-stream #348

Merged
merged 2 commits into from Jun 17, 2019
Merged

Conversation

ofrobots
Copy link
Contributor

transport-stream uses a CommonJS style export. The way we were
importing was giving errors to using esModuleInterop. Use the special
syntax for this style of modules.

Fixes: #341
Fixes: #342

`transport-stream` uses a CommonJS style export. The way we were
importing was giving errors to using `esModuleInterop`. Use the special
syntax for this style of modules.

Fixes: googleapis#341
Fixes: googleapis#342
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 17, 2019
@codecov
Copy link

codecov bot commented Jun 17, 2019

Codecov Report

Merging #348 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   95.04%   95.04%           
=======================================
  Files           4        4           
  Lines         101      101           
  Branches       23       23           
=======================================
  Hits           96       96           
  Misses          2        2           
  Partials        3        3
Impacted Files Coverage Δ
src/index.ts 85.71% <100%> (ø) ⬆️

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 ea9ea9a...8457894. Read the comment docs.

@ofrobots ofrobots merged commit 7eec9dc into googleapis:master Jun 17, 2019
@ofrobots ofrobots deleted the fix-342 branch June 17, 2019 20:49
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
3 participants