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(types): add types for process.sentry #153

Merged
merged 1 commit into from
Feb 13, 2020
Merged

fix(types): add types for process.sentry #153

merged 1 commit into from
Feb 13, 2020

Conversation

rchl
Copy link
Member

@rchl rchl commented Feb 12, 2020

Extending a namespace must be done in a definition file that has no
top-level imports so that the file is treated as ambient module
rather than a normal module. For that reason, I couldn't just put new
code in index.d.ts but had to create separate file. Stuff from
index.d.ts moved to extend.d.ts to have a cleaner structure.

Extending a namespace must be done in a definition file that has no
top-level imports so that the file is treated as ambient module
rather than a normal module. For that reason, I couldn't just put new
code in `index.d.ts` but had to create separate file. Stuff from
`index.d.ts` moved to `extend.d.ts` to have a cleaner structure.
@rchl rchl requested a review from aldarund February 12, 2020 22:15
@rchl
Copy link
Member Author

rchl commented Feb 12, 2020

@simllll feel free to have a look/review

@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #153 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   64.40%   64.40%           
=======================================
  Files           1        1           
  Lines          59       59           
  Branches       18       18           
=======================================
  Hits           38       38           
  Misses         17       17           
  Partials        4        4           

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 2ea40df...06c4667. Read the comment docs.

@rchl rchl merged commit 0ff5969 into nuxt-community:master Feb 13, 2020
@rchl rchl deleted the fix/process-sentry-types branch February 13, 2020 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant