diff --git a/change/@react-native-windows-automation-0671783d-ada6-43fb-9882-81d449c16124.json b/change/@react-native-windows-automation-0671783d-ada6-43fb-9882-81d449c16124.json new file mode 100644 index 00000000000..eea4aacb4a0 --- /dev/null +++ b/change/@react-native-windows-automation-0671783d-ada6-43fb-9882-81d449c16124.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "add the new generated headers", + "packageName": "@react-native-windows/automation", + "email": "email not defined", + "dependentChangeType": "none" +} diff --git a/change/@react-native-windows-automation-channel-243f361c-0d3e-471e-a30f-bbaec98e4a20.json b/change/@react-native-windows-automation-channel-243f361c-0d3e-471e-a30f-bbaec98e4a20.json new file mode 100644 index 00000000000..6dad8e9f384 --- /dev/null +++ b/change/@react-native-windows-automation-channel-243f361c-0d3e-471e-a30f-bbaec98e4a20.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "add the new generated headers", + "packageName": "@react-native-windows/automation-channel", + "email": "email not defined", + "dependentChangeType": "none" +} diff --git a/change/@react-native-windows-automation-commands-638e11af-371a-497c-8d4a-c794b3f6c67b.json b/change/@react-native-windows-automation-commands-638e11af-371a-497c-8d4a-c794b3f6c67b.json new file mode 100644 index 00000000000..01d007a39b3 --- /dev/null +++ b/change/@react-native-windows-automation-commands-638e11af-371a-497c-8d4a-c794b3f6c67b.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "add the new generated headers", + "packageName": "@react-native-windows/automation-commands", + "email": "email not defined", + "dependentChangeType": "none" +} diff --git a/change/@react-native-windows-codegen-2deb0a55-0a7b-44b0-b458-4b105d90fc28.json b/change/@react-native-windows-codegen-2deb0a55-0a7b-44b0-b458-4b105d90fc28.json new file mode 100644 index 00000000000..344b3b785f7 --- /dev/null +++ b/change/@react-native-windows-codegen-2deb0a55-0a7b-44b0-b458-4b105d90fc28.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Add linter exception to generated headers for Office builds", + "packageName": "@react-native-windows/codegen", + "email": "email not defined", + "dependentChangeType": "patch" +} diff --git a/change/react-native-windows-a9362be4-db26-4085-87d2-96580e418d6c.json b/change/react-native-windows-a9362be4-db26-4085-87d2-96580e418d6c.json new file mode 100644 index 00000000000..778f1d8707a --- /dev/null +++ b/change/react-native-windows-a9362be4-db26-4085-87d2-96580e418d6c.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "add the new generated headers", + "packageName": "react-native-windows", + "email": "email not defined", + "dependentChangeType": "none" +} diff --git a/packages/@react-native-windows/codegen/src/generators/GenerateNM2.ts b/packages/@react-native-windows/codegen/src/generators/GenerateNM2.ts index 3946062b0b5..e6eb9b3c598 100644 --- a/packages/@react-native-windows/codegen/src/generators/GenerateNM2.ts +++ b/packages/@react-native-windows/codegen/src/generators/GenerateNM2.ts @@ -24,7 +24,8 @@ const headerTemplate = `/* * in a way that also verifies at compile time that the native module matches the interface required * by the TurboModule JS spec. */ -#pragma once`; +#pragma once +// clang-format off`; const specTemplate = `::_MODULE_CUSTOM_TYPES_REFLECTION_:: struct ::_MODULE_NAME_::Spec : winrt::Microsoft::ReactNative::TurboModuleSpec { diff --git a/packages/sample-apps/codegen/NativeMyModuleDataTypes.g.h b/packages/sample-apps/codegen/NativeMyModuleDataTypes.g.h index b44cd2cfb38..eb7f18aed61 100644 --- a/packages/sample-apps/codegen/NativeMyModuleDataTypes.g.h +++ b/packages/sample-apps/codegen/NativeMyModuleDataTypes.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/packages/sample-apps/codegen/NativeMyModuleSpec.g.h b/packages/sample-apps/codegen/NativeMyModuleSpec.g.h index 5b5861629ab..c3f950aff03 100644 --- a/packages/sample-apps/codegen/NativeMyModuleSpec.g.h +++ b/packages/sample-apps/codegen/NativeMyModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off // #include "NativeMyModuleDataTypes.g.h" before this file to use the generated type definition #include diff --git a/vnext/codegen/NativeAccessibilityInfoSpec.g.h b/vnext/codegen/NativeAccessibilityInfoSpec.g.h index 8654e2bb85b..67a44bef59c 100644 --- a/vnext/codegen/NativeAccessibilityInfoSpec.g.h +++ b/vnext/codegen/NativeAccessibilityInfoSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAccessibilityManagerSpec.g.h b/vnext/codegen/NativeAccessibilityManagerSpec.g.h index 44410972784..3d8d9d73bb2 100644 --- a/vnext/codegen/NativeAccessibilityManagerSpec.g.h +++ b/vnext/codegen/NativeAccessibilityManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeActionSheetManagerSpec.g.h b/vnext/codegen/NativeActionSheetManagerSpec.g.h index ad0de284b85..267443c2ff4 100644 --- a/vnext/codegen/NativeActionSheetManagerSpec.g.h +++ b/vnext/codegen/NativeActionSheetManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAlertManagerSpec.g.h b/vnext/codegen/NativeAlertManagerSpec.g.h index 3ba84201993..507b416abb8 100644 --- a/vnext/codegen/NativeAlertManagerSpec.g.h +++ b/vnext/codegen/NativeAlertManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAnimatedModuleSpec.g.h b/vnext/codegen/NativeAnimatedModuleSpec.g.h index 70017e2b666..b0da7340293 100644 --- a/vnext/codegen/NativeAnimatedModuleSpec.g.h +++ b/vnext/codegen/NativeAnimatedModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAnimatedTurboModuleSpec.g.h b/vnext/codegen/NativeAnimatedTurboModuleSpec.g.h index 97d4f2de96b..a9061d93a47 100644 --- a/vnext/codegen/NativeAnimatedTurboModuleSpec.g.h +++ b/vnext/codegen/NativeAnimatedTurboModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAppStateSpec.g.h b/vnext/codegen/NativeAppStateSpec.g.h index c293ddcf6b9..b9586d91db3 100644 --- a/vnext/codegen/NativeAppStateSpec.g.h +++ b/vnext/codegen/NativeAppStateSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAppThemeSpec.g.h b/vnext/codegen/NativeAppThemeSpec.g.h index 8f1f6a6b285..cdf9bfc7afd 100644 --- a/vnext/codegen/NativeAppThemeSpec.g.h +++ b/vnext/codegen/NativeAppThemeSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeAppearanceSpec.g.h b/vnext/codegen/NativeAppearanceSpec.g.h index 4c8cf8fc6ce..af2d1120ff0 100644 --- a/vnext/codegen/NativeAppearanceSpec.g.h +++ b/vnext/codegen/NativeAppearanceSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeBlobModuleSpec.g.h b/vnext/codegen/NativeBlobModuleSpec.g.h index bbb5d7fec71..218565360b0 100644 --- a/vnext/codegen/NativeBlobModuleSpec.g.h +++ b/vnext/codegen/NativeBlobModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeBugReportingSpec.g.h b/vnext/codegen/NativeBugReportingSpec.g.h index dec6e56e18c..b8d8be6bd91 100644 --- a/vnext/codegen/NativeBugReportingSpec.g.h +++ b/vnext/codegen/NativeBugReportingSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeClipboardSpec.g.h b/vnext/codegen/NativeClipboardSpec.g.h index 75499fbe14a..1908c625795 100644 --- a/vnext/codegen/NativeClipboardSpec.g.h +++ b/vnext/codegen/NativeClipboardSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDOMSpec.g.h b/vnext/codegen/NativeDOMSpec.g.h index eafbef19a07..2250ce95837 100644 --- a/vnext/codegen/NativeDOMSpec.g.h +++ b/vnext/codegen/NativeDOMSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDevLoadingViewSpec.g.h b/vnext/codegen/NativeDevLoadingViewSpec.g.h index 2d28a64103a..8df12e28295 100644 --- a/vnext/codegen/NativeDevLoadingViewSpec.g.h +++ b/vnext/codegen/NativeDevLoadingViewSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDevMenuSpec.g.h b/vnext/codegen/NativeDevMenuSpec.g.h index 6aee622bf0a..88f498cd3a1 100644 --- a/vnext/codegen/NativeDevMenuSpec.g.h +++ b/vnext/codegen/NativeDevMenuSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDevSettingsSpec.g.h b/vnext/codegen/NativeDevSettingsSpec.g.h index 421a67af83b..09228b9eb97 100644 --- a/vnext/codegen/NativeDevSettingsSpec.g.h +++ b/vnext/codegen/NativeDevSettingsSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDeviceEventManagerSpec.g.h b/vnext/codegen/NativeDeviceEventManagerSpec.g.h index ad195caae47..84c12436a76 100644 --- a/vnext/codegen/NativeDeviceEventManagerSpec.g.h +++ b/vnext/codegen/NativeDeviceEventManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDeviceInfoSpec.g.h b/vnext/codegen/NativeDeviceInfoSpec.g.h index dd57df10f6f..e8672b3bda5 100644 --- a/vnext/codegen/NativeDeviceInfoSpec.g.h +++ b/vnext/codegen/NativeDeviceInfoSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDialogManagerAndroidSpec.g.h b/vnext/codegen/NativeDialogManagerAndroidSpec.g.h index b56332c14f3..711c593784d 100644 --- a/vnext/codegen/NativeDialogManagerAndroidSpec.g.h +++ b/vnext/codegen/NativeDialogManagerAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeDialogManagerWindowsSpec.g.h b/vnext/codegen/NativeDialogManagerWindowsSpec.g.h index 3766224bbf7..9c5fe21a26e 100644 --- a/vnext/codegen/NativeDialogManagerWindowsSpec.g.h +++ b/vnext/codegen/NativeDialogManagerWindowsSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeExceptionsManagerSpec.g.h b/vnext/codegen/NativeExceptionsManagerSpec.g.h index b3391117069..97d3564c263 100644 --- a/vnext/codegen/NativeExceptionsManagerSpec.g.h +++ b/vnext/codegen/NativeExceptionsManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeFileReaderModuleSpec.g.h b/vnext/codegen/NativeFileReaderModuleSpec.g.h index fc6c2db899b..e8cd720496d 100644 --- a/vnext/codegen/NativeFileReaderModuleSpec.g.h +++ b/vnext/codegen/NativeFileReaderModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeFrameRateLoggerSpec.g.h b/vnext/codegen/NativeFrameRateLoggerSpec.g.h index ef6837c95ae..ee0fa9b373f 100644 --- a/vnext/codegen/NativeFrameRateLoggerSpec.g.h +++ b/vnext/codegen/NativeFrameRateLoggerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeHeadlessJsTaskSupportSpec.g.h b/vnext/codegen/NativeHeadlessJsTaskSupportSpec.g.h index ffb77541dde..4ba71d2e7ae 100644 --- a/vnext/codegen/NativeHeadlessJsTaskSupportSpec.g.h +++ b/vnext/codegen/NativeHeadlessJsTaskSupportSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeI18nManagerSpec.g.h b/vnext/codegen/NativeI18nManagerSpec.g.h index e65dbf03fb7..2e9eab293a0 100644 --- a/vnext/codegen/NativeI18nManagerSpec.g.h +++ b/vnext/codegen/NativeI18nManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeIdleCallbacksSpec.g.h b/vnext/codegen/NativeIdleCallbacksSpec.g.h index 61910f8b6d5..4dbcb376940 100644 --- a/vnext/codegen/NativeIdleCallbacksSpec.g.h +++ b/vnext/codegen/NativeIdleCallbacksSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeImageEditorSpec.g.h b/vnext/codegen/NativeImageEditorSpec.g.h index f2ae68f7d1f..f308bd08654 100644 --- a/vnext/codegen/NativeImageEditorSpec.g.h +++ b/vnext/codegen/NativeImageEditorSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeImageLoaderAndroidSpec.g.h b/vnext/codegen/NativeImageLoaderAndroidSpec.g.h index 433bc7a116a..ac972d61345 100644 --- a/vnext/codegen/NativeImageLoaderAndroidSpec.g.h +++ b/vnext/codegen/NativeImageLoaderAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeImageLoaderIOSSpec.g.h b/vnext/codegen/NativeImageLoaderIOSSpec.g.h index bbdd315456b..4b69e50442a 100644 --- a/vnext/codegen/NativeImageLoaderIOSSpec.g.h +++ b/vnext/codegen/NativeImageLoaderIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeImageStoreAndroidSpec.g.h b/vnext/codegen/NativeImageStoreAndroidSpec.g.h index e4e33f4aea8..66fccbe9a63 100644 --- a/vnext/codegen/NativeImageStoreAndroidSpec.g.h +++ b/vnext/codegen/NativeImageStoreAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeImageStoreIOSSpec.g.h b/vnext/codegen/NativeImageStoreIOSSpec.g.h index 8d18990eaa6..887fa9af152 100644 --- a/vnext/codegen/NativeImageStoreIOSSpec.g.h +++ b/vnext/codegen/NativeImageStoreIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeIntentAndroidSpec.g.h b/vnext/codegen/NativeIntentAndroidSpec.g.h index 8d313fd3e95..861ecc0267e 100644 --- a/vnext/codegen/NativeIntentAndroidSpec.g.h +++ b/vnext/codegen/NativeIntentAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeIntersectionObserverSpec.g.h b/vnext/codegen/NativeIntersectionObserverSpec.g.h index c7556ec2cc5..fc3973c4d11 100644 --- a/vnext/codegen/NativeIntersectionObserverSpec.g.h +++ b/vnext/codegen/NativeIntersectionObserverSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeJSCHeapCaptureSpec.g.h b/vnext/codegen/NativeJSCHeapCaptureSpec.g.h index 1462a337d6e..aa9adddd0f1 100644 --- a/vnext/codegen/NativeJSCHeapCaptureSpec.g.h +++ b/vnext/codegen/NativeJSCHeapCaptureSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeJSCSamplingProfilerSpec.g.h b/vnext/codegen/NativeJSCSamplingProfilerSpec.g.h index 0e2191c3f0d..72e41e776e7 100644 --- a/vnext/codegen/NativeJSCSamplingProfilerSpec.g.h +++ b/vnext/codegen/NativeJSCSamplingProfilerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeKeyboardObserverSpec.g.h b/vnext/codegen/NativeKeyboardObserverSpec.g.h index 08627689213..3c888dc5023 100644 --- a/vnext/codegen/NativeKeyboardObserverSpec.g.h +++ b/vnext/codegen/NativeKeyboardObserverSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeLinkingManagerSpec.g.h b/vnext/codegen/NativeLinkingManagerSpec.g.h index 10f3a4ddbc4..c8e5d92a83f 100644 --- a/vnext/codegen/NativeLinkingManagerSpec.g.h +++ b/vnext/codegen/NativeLinkingManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeLogBoxSpec.g.h b/vnext/codegen/NativeLogBoxSpec.g.h index f833fca6175..0e510c75996 100644 --- a/vnext/codegen/NativeLogBoxSpec.g.h +++ b/vnext/codegen/NativeLogBoxSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeMicrotasksSpec.g.h b/vnext/codegen/NativeMicrotasksSpec.g.h index 9d6f6308cb5..bd351cd7fe1 100644 --- a/vnext/codegen/NativeMicrotasksSpec.g.h +++ b/vnext/codegen/NativeMicrotasksSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeModalManagerSpec.g.h b/vnext/codegen/NativeModalManagerSpec.g.h index e88abaa1d27..9cb67c0b03b 100644 --- a/vnext/codegen/NativeModalManagerSpec.g.h +++ b/vnext/codegen/NativeModalManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeMutationObserverSpec.g.h b/vnext/codegen/NativeMutationObserverSpec.g.h index dfb9effeaac..5412c54a203 100644 --- a/vnext/codegen/NativeMutationObserverSpec.g.h +++ b/vnext/codegen/NativeMutationObserverSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeNetworkingAndroidSpec.g.h b/vnext/codegen/NativeNetworkingAndroidSpec.g.h index 53bb429b9cc..3f6a0276878 100644 --- a/vnext/codegen/NativeNetworkingAndroidSpec.g.h +++ b/vnext/codegen/NativeNetworkingAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeNetworkingIOSSpec.g.h b/vnext/codegen/NativeNetworkingIOSSpec.g.h index 11c7e9bbe22..42d2eb7093c 100644 --- a/vnext/codegen/NativeNetworkingIOSSpec.g.h +++ b/vnext/codegen/NativeNetworkingIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePerformanceSpec.g.h b/vnext/codegen/NativePerformanceSpec.g.h index 847376deb1e..11cb98fef90 100644 --- a/vnext/codegen/NativePerformanceSpec.g.h +++ b/vnext/codegen/NativePerformanceSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePermissionsAndroidSpec.g.h b/vnext/codegen/NativePermissionsAndroidSpec.g.h index e74f83dfb98..4bde8da8dae 100644 --- a/vnext/codegen/NativePermissionsAndroidSpec.g.h +++ b/vnext/codegen/NativePermissionsAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePlatformConstantsAndroidSpec.g.h b/vnext/codegen/NativePlatformConstantsAndroidSpec.g.h index d024444cba4..7cba243dd24 100644 --- a/vnext/codegen/NativePlatformConstantsAndroidSpec.g.h +++ b/vnext/codegen/NativePlatformConstantsAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePlatformConstantsIOSSpec.g.h b/vnext/codegen/NativePlatformConstantsIOSSpec.g.h index 2c2338926f6..c9c4ca1c224 100644 --- a/vnext/codegen/NativePlatformConstantsIOSSpec.g.h +++ b/vnext/codegen/NativePlatformConstantsIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePlatformConstantsWindowsSpec.g.h b/vnext/codegen/NativePlatformConstantsWindowsSpec.g.h index 584f5d69187..60065d28fb2 100644 --- a/vnext/codegen/NativePlatformConstantsWindowsSpec.g.h +++ b/vnext/codegen/NativePlatformConstantsWindowsSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativePushNotificationManagerIOSSpec.g.h b/vnext/codegen/NativePushNotificationManagerIOSSpec.g.h index 07aab23f039..7ebec3d5d30 100644 --- a/vnext/codegen/NativePushNotificationManagerIOSSpec.g.h +++ b/vnext/codegen/NativePushNotificationManagerIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeReactDevToolsRuntimeSettingsModuleSpec.g.h b/vnext/codegen/NativeReactDevToolsRuntimeSettingsModuleSpec.g.h index da76d0c1e09..c9275869659 100644 --- a/vnext/codegen/NativeReactDevToolsRuntimeSettingsModuleSpec.g.h +++ b/vnext/codegen/NativeReactDevToolsRuntimeSettingsModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeReactDevToolsSettingsManagerSpec.g.h b/vnext/codegen/NativeReactDevToolsSettingsManagerSpec.g.h index 428ce90cc2d..3aa4d89dc57 100644 --- a/vnext/codegen/NativeReactDevToolsSettingsManagerSpec.g.h +++ b/vnext/codegen/NativeReactDevToolsSettingsManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeReactNativeFeatureFlagsSpec.g.h b/vnext/codegen/NativeReactNativeFeatureFlagsSpec.g.h index 9fa420ee991..db222bcc211 100644 --- a/vnext/codegen/NativeReactNativeFeatureFlagsSpec.g.h +++ b/vnext/codegen/NativeReactNativeFeatureFlagsSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeRedBoxSpec.g.h b/vnext/codegen/NativeRedBoxSpec.g.h index c6ef7c88d3b..df5920f44d0 100644 --- a/vnext/codegen/NativeRedBoxSpec.g.h +++ b/vnext/codegen/NativeRedBoxSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeSampleTurboModuleSpec.g.h b/vnext/codegen/NativeSampleTurboModuleSpec.g.h index cb2befa1feb..791317b2f1a 100644 --- a/vnext/codegen/NativeSampleTurboModuleSpec.g.h +++ b/vnext/codegen/NativeSampleTurboModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeSegmentFetcherSpec.g.h b/vnext/codegen/NativeSegmentFetcherSpec.g.h index da91959a07b..437c2ec2733 100644 --- a/vnext/codegen/NativeSegmentFetcherSpec.g.h +++ b/vnext/codegen/NativeSegmentFetcherSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeSettingsManagerSpec.g.h b/vnext/codegen/NativeSettingsManagerSpec.g.h index ef1fdcee8b7..e7c95185389 100644 --- a/vnext/codegen/NativeSettingsManagerSpec.g.h +++ b/vnext/codegen/NativeSettingsManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeShareModuleSpec.g.h b/vnext/codegen/NativeShareModuleSpec.g.h index e464e8ef122..203924e6799 100644 --- a/vnext/codegen/NativeShareModuleSpec.g.h +++ b/vnext/codegen/NativeShareModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeSoundManagerSpec.g.h b/vnext/codegen/NativeSoundManagerSpec.g.h index bda018e0562..0261a978d41 100644 --- a/vnext/codegen/NativeSoundManagerSpec.g.h +++ b/vnext/codegen/NativeSoundManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeSourceCodeSpec.g.h b/vnext/codegen/NativeSourceCodeSpec.g.h index 668955e1149..814ab87ba70 100644 --- a/vnext/codegen/NativeSourceCodeSpec.g.h +++ b/vnext/codegen/NativeSourceCodeSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeStatusBarManagerAndroidSpec.g.h b/vnext/codegen/NativeStatusBarManagerAndroidSpec.g.h index 5e88242e4e3..1bd4371f002 100644 --- a/vnext/codegen/NativeStatusBarManagerAndroidSpec.g.h +++ b/vnext/codegen/NativeStatusBarManagerAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeStatusBarManagerIOSSpec.g.h b/vnext/codegen/NativeStatusBarManagerIOSSpec.g.h index fc91d65d92f..aa643aa9c06 100644 --- a/vnext/codegen/NativeStatusBarManagerIOSSpec.g.h +++ b/vnext/codegen/NativeStatusBarManagerIOSSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeTimingSpec.g.h b/vnext/codegen/NativeTimingSpec.g.h index 9e13a81d129..8f06e1a7529 100644 --- a/vnext/codegen/NativeTimingSpec.g.h +++ b/vnext/codegen/NativeTimingSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeToastAndroidSpec.g.h b/vnext/codegen/NativeToastAndroidSpec.g.h index ddc51e3e8bb..117aefda153 100644 --- a/vnext/codegen/NativeToastAndroidSpec.g.h +++ b/vnext/codegen/NativeToastAndroidSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeUIManagerSpec.g.h b/vnext/codegen/NativeUIManagerSpec.g.h index 1d2096ebe17..3b06527b239 100644 --- a/vnext/codegen/NativeUIManagerSpec.g.h +++ b/vnext/codegen/NativeUIManagerSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeVibrationSpec.g.h b/vnext/codegen/NativeVibrationSpec.g.h index 41b7edd44ab..0f62498567b 100644 --- a/vnext/codegen/NativeVibrationSpec.g.h +++ b/vnext/codegen/NativeVibrationSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include diff --git a/vnext/codegen/NativeWebSocketModuleSpec.g.h b/vnext/codegen/NativeWebSocketModuleSpec.g.h index a73f9ddb8f0..1e037ea4d15 100644 --- a/vnext/codegen/NativeWebSocketModuleSpec.g.h +++ b/vnext/codegen/NativeWebSocketModuleSpec.g.h @@ -7,6 +7,7 @@ * by the TurboModule JS spec. */ #pragma once +// clang-format off #include #include