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): export missing types #283

Merged
merged 1 commit into from
Aug 5, 2019

Conversation

markov00
Copy link
Member

@markov00 markov00 commented Aug 5, 2019

Summary

Some consumers in Kibana needs this exported types. They are getting the types from the dist folder.
To avoid that I've exported those required types from the main index.ts file

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

  • Any consumer-facing exports were added to src/index.ts (and stories only import from ../src except for test data & storybook)
  • [ ] This was checked for cross-browser compatibility, including a check against IE11
  • [ ] Proper documentation or storybook story was added for features that require explanation or tutorials
  • [ ] Unit tests were updated or added to match the most common scenarios
  • Each commit follows the convention

Some consumers in Kibana needs this exported types. They are getting the types from the dist folder.
To avoid that I've exported those required types from the main index.ts file
@markov00 markov00 added the chore label Aug 5, 2019
@markov00 markov00 merged commit 7c475af into elastic:master Aug 5, 2019
@codecov-io
Copy link

codecov-io commented Aug 5, 2019

Codecov Report

Merging #283 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #283   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files          37       37           
  Lines        2671     2671           
  Branches      613      628   +15     
=======================================
  Hits         2619     2619           
  Misses         47       47           
  Partials        5        5

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 9b67088...2033154. Read the comment docs.

markov00 pushed a commit that referenced this pull request Aug 5, 2019
## [8.1.6](v8.1.5...v8.1.6) (2019-08-05)

### Bug Fixes

* **types:** export missing types ([#283](#283)) ([7c475af](7c475af))
@markov00
Copy link
Member Author

markov00 commented Aug 5, 2019

🎉 This PR is included in version 8.1.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Aug 5, 2019
@markov00 markov00 deleted the export-additional-types branch November 25, 2020 11:43
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this pull request Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore released Issue released publicly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants