-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[New platform] Export types from root levels #33973
Conversation
Pinging @elastic/kibana-platform |
💔 Build Failed |
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a number of code suggestions to remove the trailing slash from imports for consistency with other imports.
src/legacy/ui/public/chrome/directives/header_global_nav/components/header.tsx
Outdated
Show resolved
Hide resolved
src/legacy/ui/public/chrome/directives/header_global_nav/components/header_breadcrumbs.test.tsx
Outdated
Show resolved
Hide resolved
src/legacy/ui/public/chrome/directives/header_global_nav/components/header_breadcrumbs.tsx
Outdated
Show resolved
Hide resolved
Co-Authored-By: restrry <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
💚 Build Succeeded |
* export flatten types from the root * add Chrome prefix for chrome types * export types for server services * remove comment * cleanup CoreSetup types * rename to setup * Apply @eliperelman suggestions from code review Co-Authored-By: restrry <[email protected]>
* export flatten types from the root * add Chrome prefix for chrome types * export types for server services * remove comment * cleanup CoreSetup types * rename to setup * Apply @eliperelman suggestions from code review Co-Authored-By: restrry <[email protected]>
Summary
Issue #33963
Export types from root levels
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.[ ] This was checked for cross-browser compatibility, including a check against IE11[ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support[ ] Documentation was added for features that require explanation or tutorials[ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers