-
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
Ensure comments on parameters in arrow functions are captured in the docs and ci metrics. #100823
Ensure comments on parameters in arrow functions are captured in the docs and ci metrics. #100823
Conversation
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.
LGTM
…05-27-fix-no-comments-arrow-fns
💚 Build SucceededMetrics [docs]Public APIs missing comments
History
To update your PR or re-run it, just comment with: |
* master: (77 commits) [RAC][Security Solution] Register Security Detection Rules with Rule Registry (elastic#96015) [Enterprise Search] Log warning for Kibana/EntSearch version mismatches (elastic#100809) updating the saved objects test to include more saved object types (elastic#100828) [ML] Fix categorization job view examples link when datafeed uses multiple indices (elastic#100789) Fixing ES archive mapping failure (elastic#100835) Fix bug with Observability > APM header navigation (elastic#100845) [Security Solution][Endpoint] Add event filters summary card to the fleet endpoint tab (elastic#100668) [Actions] Taking space id into account when creating email footer link (elastic#100734) Ensure comments on parameters in arrow functions are captured in the docs and ci metrics. (elastic#100823) [Security Solution] Improve find rule and find rule status route performance (elastic#99678) [DOCS] Adds video to introduction (elastic#100906) [Fleet] Improve combo box for fleet settings (elastic#100603) [Security Solution][Endpoint] Endpoint generator and data loader support for Host Isolation (elastic#100813) [DOCS] Adds Lens video (elastic#100898) [TSVB] [Table tab] Fix "Math" aggregation (elastic#100765) chore(NA): moving @kbn/io-ts-utils into bazel (elastic#100810) [Alerting] Adding feature flag for enabling/disabling rule import and export (elastic#100718) [TSVB] Fix Upgrading from 7.12.1 to 7.13.0 breaks TSVB (elastic#100864) [Lens] Adds dynamic table cell coloring (elastic#95217) [Security Solution][Endpoint] Do not display searchbar in security-trusted apps if there are no items (elastic#100853) ...
Friendly reminder: Looks like this PR hasn’t been backported yet. |
💔 Backport failed
To backport manually run: |
…docs and ci metrics. (elastic#100823) * Make sure arrow functions capture parameter comments. * Update docs # Conflicts: # api_docs/apm.json # api_docs/core.json # api_docs/data.json # api_docs/data_index_patterns.json # api_docs/data_search.json # api_docs/licensing.json # api_docs/reporting.json # api_docs/spaces.json
…docs and ci metrics. (#100823) (#101087) * Make sure arrow functions capture parameter comments. * Update docs # Conflicts: # api_docs/apm.json # api_docs/core.json # api_docs/data.json # api_docs/data_index_patterns.json # api_docs/data_search.json # api_docs/licensing.json # api_docs/reporting.json # api_docs/spaces.json
Fixed #98744.
Simple fix, just needed to pass the jsdocs from the parent node into the function parsing out each child.