Skip to content

Commit

Permalink
Add @generated tag int Fabric codegen files
Browse files Browse the repository at this point in the history
Summary:
This diff adds the generated tog to codegen files

changelog: [internal] internal

Reviewed By: fkgozali

Differential Revision: D23117527

fbshipit-source-id: 600013425deeb08321761622e13e7cf9a0f0db38
  • Loading branch information
mdvacca authored and facebook-github-bot committed Aug 14, 2020
1 parent 208ebed commit dc7defa
Show file tree
Hide file tree
Showing 24 changed files with 601 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateComponentHObjCpp.js
*/
#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateEventEmitterCpp.js
*/
#include <react/renderer/components/::_LIBRARY_::/EventEmitters.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateEventEmitterH.js
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GeneratePropsCpp.js
*/
#include <react/renderer/components/::_LIBRARY_::/Props.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GeneratePropsH.js
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateShadowNodeCpp.js
*/
#include <react/renderer/components/::_LIBRARY_::/ShadowNodes.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const template = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* ${'@'}generated by codegen project: GenerateShadowNodeH.js
*/
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const fileTemplate = `
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
*
* ${'@'}generated by codegen project: GenerateTests.js
* */
#include <gtest/gtest.h>
#include <react/renderer/components/::_LIBRARY_NAME_::/Props.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const template = `
* LICENSE file in the root directory of this source tree.
*
* @flow
*
* ${'@'}generated by codegen project: GenerateViewConfigJs.js
*/
'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -34,6 +36,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -60,6 +64,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -86,6 +92,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -112,6 +120,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -138,6 +148,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -164,6 +176,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -190,6 +204,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -216,6 +232,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -242,6 +260,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -268,6 +288,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -294,6 +316,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -320,6 +344,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -346,6 +372,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -372,6 +400,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -398,6 +428,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -424,6 +456,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -450,6 +484,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -476,6 +512,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -502,6 +540,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -528,6 +568,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -554,6 +596,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -580,6 +624,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -606,6 +652,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand All @@ -632,6 +680,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand Down Expand Up @@ -659,6 +709,8 @@ Map {
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated by codegen project: GenerateComponentDescriptorH.js
*/
#pragma once
Expand Down
Loading

0 comments on commit dc7defa

Please sign in to comment.