Skip to content

Commit

Permalink
Mark React Native and Fabric renderers as @generated (#12801)
Browse files Browse the repository at this point in the history
Mark React Native and Fabric renderers as @generated
  • Loading branch information
bvaughn authored May 14, 2018
1 parent c4abfa4 commit 0ba63aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/rollup/wrappers.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ ${license}
* @noflow
* @providesModule ${globalName}-dev
* @preventMunge
* ${'@gen' + 'erated'}
*/
'use strict';
Expand All @@ -148,6 +149,7 @@ ${license}
* @noflow
* @providesModule ${globalName}-prod
* @preventMunge
* ${'@gen' + 'erated'}
*/
${source}`;
Expand All @@ -160,6 +162,7 @@ ${license}
*
* @noflow
* @preventMunge
* ${'@gen' + 'erated'}
*/
'use strict';
Expand All @@ -178,6 +181,7 @@ ${license}
*
* @noflow
* @preventMunge
* ${'@gen' + 'erated'}
*/
${source}`;
Expand Down

0 comments on commit 0ba63aa

Please sign in to comment.