Skip to content

Commit

Permalink
Do not merge unstable and experimental stats with canonical ones
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Oct 30, 2024
1 parent a39d4db commit ef0407e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions react-scanner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ module.exports = {
* `@wordpress/components` outside of the package.
*/
importedFrom: '@wordpress/components',
// Merge experimental and unstable stats into the canonical component name
getComponentName: ( { imported, local } ) => {
return ( imported || local )
.replace( '__experimental', '' )
.replace( '__unstable', '' );
},
processors: [ [ 'raw-report', { outputTo: './results/gutenberg.json' } ] ],
};

0 comments on commit ef0407e

Please sign in to comment.