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

Remove src-docs files from eui.d.ts modules #3856

Merged
merged 3 commits into from
Aug 3, 2020

Conversation

chandlerprall
Copy link
Contributor

Summary

Fixes #3849 by configuring our eui.d.ts generation to exclude src-docs/**/*

Tested by running node scripts/dtsgenerator.js and inspecting the generated file.

I also verified all there are no other entires outside of the src path with regex search module '@elastic/eui/(?!src) - with the sole exception of @elastic/eui/dist/eui_theme_*.json which is expected to be present.

### Checklist

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_3856/

Copy link
Contributor

@pugnascotia pugnascotia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Built locally to check, LGTM

@chandlerprall chandlerprall merged commit e37f977 into elastic:master Aug 3, 2020
@chandlerprall chandlerprall deleted the bug/3849-srcdocs-d-ts branch August 3, 2020 20:42
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_3856/

nyurik pushed a commit that referenced this pull request Aug 18, 2020
* Remove src-docs files from eui.d.ts modules

* changelog
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.

Published eui.d.ts file should not include src-doc components
3 participants