-
Notifications
You must be signed in to change notification settings - Fork 2.9k
(web-components) Resolve output warnings for storybook and api-extractor #31467
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
(web-components) Resolve output warnings for storybook and api-extractor #31467
Conversation
📊 Bundle size report✅ No changes found |
change/@fluentui-web-components-777f3360-25b3-4060-9042-001475420001.json
Outdated
Show resolved
Hide resolved
change/@fluentui-web-components-777f3360-25b3-4060-9042-001475420001.json
Show resolved
Hide resolved
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
6359e58 to
3061f7a
Compare
3061f7a to
5bc2a4f
Compare
change/@fluentui-web-components-777f3360-25b3-4060-9042-001475420001.json
Outdated
Show resolved
Hide resolved
I'd suggest to set those to |
5bc2a4f to
8864258
Compare
Previous Behavior
The
api-extractorstep outputs a long list of warnings due to problems with documentation blocks in the component modules.Additionally, Storybook outputs a long list of warnings for all exported types as values (
import/exportvsimport type/export type).New Behavior
This PR resolves the warnings and modifies the
api-extractorandtsdocconfigurations to reduce the number of warnings. Any warnings generated during thecompile/buildsteps should be more relevant and actionable going forward.Related Issue(s)