From 3b6bd3cd0894a5b0a0f61dc4fc467e9dff150fc0 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sat, 17 May 2025 14:45:41 -0700 Subject: [PATCH 1/3] RN: Delete `@oncall` Annotations (#51416) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51416 Deletes `oncall` annotations from the `facebook/react-native` repository. Changelog: [Internal] Reviewed By: javache Differential Revision: D74902524 --- flow-typed/environment/node.js | 1 - .../npm/@react-native-community/cli-server-api_v19.x.x.js | 1 - flow-typed/npm/@react-native-community/cli-types_v19.x.x.js | 1 - flow-typed/npm/actual-request-url_v1.x.x.js | 1 - flow-typed/npm/babel-traverse_v7.x.x.js | 1 - flow-typed/npm/chalk_v4.x.x.js | 1 - flow-typed/npm/chrome-launcher_v0.15.x.js | 1 - flow-typed/npm/chromium-edge-launcher_v0.2.x.js | 1 - flow-typed/npm/commander_v12.x.x.js | 1 - flow-typed/npm/connect_v3.x.x.js | 1 - flow-typed/npm/execa_v5.x.x.js | 1 - flow-typed/npm/jest-diff_v29.x.x.js | 1 - flow-typed/npm/jest-snapshot_v29.x.x.js | 1 - flow-typed/npm/jest.js | 1 - flow-typed/npm/node-fetch_v2.x.x.js | 1 - flow-typed/npm/open_v7.x.x.js | 1 - flow-typed/npm/pretty-format_v29.x.x.js | 1 - flow-typed/npm/selfsigned_v2.x.x.js | 1 - flow-typed/npm/serve-static_v1.x.x.js | 1 - flow-typed/npm/tinybench_v3.1.x.js | 1 - flow-typed/npm/undici_v5.x.x.js | 1 - flow-typed/npm/wait-for-expect_v3.x.x.js | 1 - flow-typed/npm/ws_v7.x.x.js | 1 - packages/assets/__tests__/path-support-test.js | 1 - packages/babel-plugin-codegen/__tests__/index-test.js | 1 - .../community-cli-plugin/src/commands/bundle/__mocks__/sign.js | 1 - .../bundle/__tests__/filterPlatformAssetScales-test.js | 1 - .../commands/bundle/__tests__/getAssetDestPathAndroid-test.js | 1 - .../src/commands/bundle/__tests__/getAssetDestPathIOS-test.js | 1 - .../src/commands/bundle/assetCatalogIOS.js | 1 - .../community-cli-plugin/src/commands/bundle/assetPathUtils.js | 1 - .../community-cli-plugin/src/commands/bundle/buildBundle.js | 1 - .../src/commands/bundle/createKeepFileAsync.js | 1 - .../src/commands/bundle/filterPlatformAssetScales.js | 1 - .../src/commands/bundle/getAssetDestPathAndroid.js | 1 - .../src/commands/bundle/getAssetDestPathIOS.js | 1 - packages/community-cli-plugin/src/commands/bundle/index.js | 1 - .../community-cli-plugin/src/commands/bundle/saveAssets.js | 1 - .../src/commands/start/OpenDebuggerKeyboardHandler.js | 1 - .../src/commands/start/attachKeyHandlers.js | 1 - packages/community-cli-plugin/src/commands/start/index.js | 1 - packages/community-cli-plugin/src/commands/start/middleware.js | 1 - packages/community-cli-plugin/src/commands/start/runServer.js | 1 - packages/community-cli-plugin/src/index.flow.js | 1 - packages/community-cli-plugin/src/index.js | 1 - .../src/utils/createDevMiddlewareLogger.js | 1 - packages/community-cli-plugin/src/utils/errors.js | 1 - packages/community-cli-plugin/src/utils/isDevServerRunning.js | 1 - packages/community-cli-plugin/src/utils/loadMetroConfig.js | 1 - .../community-cli-plugin/src/utils/metroPlatformResolver.js | 1 - .../community-cli-plugin/src/utils/parseKeyValueParamArray.js | 1 - packages/community-cli-plugin/src/utils/version.js | 1 - packages/core-cli-utils/src/index.flow.js | 1 - packages/core-cli-utils/src/index.js | 1 - packages/core-cli-utils/src/private/android.js | 1 - packages/core-cli-utils/src/private/app.js | 1 - packages/core-cli-utils/src/private/apple.js | 1 - packages/core-cli-utils/src/private/clean.js | 1 - packages/core-cli-utils/src/private/types.js | 1 - packages/core-cli-utils/src/private/utils.js | 1 - packages/core-cli-utils/src/public/version.flow.js | 1 - packages/core-cli-utils/src/public/version.js | 1 - packages/dev-middleware/src/__tests__/FetchUtils.js | 1 - .../dev-middleware/src/__tests__/InspectorDebuggerUtils.js | 1 - packages/dev-middleware/src/__tests__/InspectorDeviceUtils.js | 1 - .../dev-middleware/src/__tests__/InspectorProtocolUtils.js | 1 - .../src/__tests__/InspectorProxyCdpRewritingHacks-test.js | 1 - .../src/__tests__/InspectorProxyCdpTransport-test.js | 1 - .../src/__tests__/InspectorProxyCustomMessageHandler-test.js | 1 - .../src/__tests__/InspectorProxyDeviceHandoff-test.js | 1 - .../dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js | 1 - .../src/__tests__/InspectorProxyReactNativeReloads-test.js | 1 - packages/dev-middleware/src/__tests__/ResourceUtils.js | 1 - packages/dev-middleware/src/__tests__/ServerUtils.js | 1 - .../dev-middleware/src/__tests__/embedderScriptStub-test.js | 1 - .../dev-middleware/src/__tests__/getBaseUrlFromRequest-test.js | 1 - .../src/__tests__/getDevToolsFrontendUrl-test.js | 1 - packages/dev-middleware/src/createDevMiddleware.js | 1 - packages/dev-middleware/src/index.flow.js | 1 - packages/dev-middleware/src/index.js | 1 - .../dev-middleware/src/inspector-proxy/CDPMessagesLogging.js | 1 - packages/dev-middleware/src/inspector-proxy/Device.js | 1 - .../dev-middleware/src/inspector-proxy/EventLoopPerfTracker.js | 1 - packages/dev-middleware/src/inspector-proxy/InspectorProxy.js | 1 - .../src/inspector-proxy/InspectorProxyHeartbeat.js | 1 - .../dev-middleware/src/inspector-proxy/cdp-types/messages.js | 1 - .../dev-middleware/src/inspector-proxy/cdp-types/protocol.js | 1 - packages/dev-middleware/src/inspector-proxy/types.js | 1 - .../dev-middleware/src/middleware/openDebuggerMiddleware.js | 1 - packages/dev-middleware/src/types/BrowserLauncher.js | 1 - packages/dev-middleware/src/types/Logger.js | 1 - packages/dev-middleware/src/utils/DefaultBrowserLauncher.js | 1 - packages/dev-middleware/src/utils/getBaseUrlFromRequest.js | 1 - packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js | 1 - .../__tests__/no-deep-imports-test.js | 1 - .../__tests__/platform-colors-test.js | 1 - .../eslint-plugin-specs/__tests__/react-native-modules-test.js | 1 - packages/eslint-plugin-specs/index.js | 1 - packages/eslint-plugin-specs/react-native-modules.js | 1 - packages/eslint-plugin-specs/with-babel-register/disk-cache.js | 1 - packages/eslint-plugin-specs/with-babel-register/index.js | 1 - packages/helloworld/__tests__/cli-skip.js | 1 - packages/helloworld/cli.flow.js | 1 - packages/helloworld/cli.js | 1 - packages/helloworld/lib/cli.js | 1 - packages/helloworld/lib/filesystem.js | 1 - packages/helloworld/lib/ios.js | 1 - packages/helloworld/lib/xcode.js | 1 - packages/helloworld/scripts/metro.js | 1 - packages/helloworld/scripts/monorepo.js | 1 - packages/metro-config/src/index.flow.js | 1 - packages/metro-config/src/index.js | 1 - packages/normalize-color/__tests__/normalizeColor-test.js | 1 - packages/polyfills/__tests__/console-itest.js | 1 - .../react-native-babel-preset/src/__mocks__/test-helpers.js | 1 - packages/react-native-babel-preset/src/configs/hmr.js | 1 - packages/react-native-babel-preset/src/configs/lazy-imports.js | 1 - packages/react-native-babel-preset/src/configs/main.js | 1 - packages/react-native-babel-preset/src/index.js | 1 - .../src/passthrough-syntax-plugins.js | 1 - .../src/plugin-warn-on-deep-imports.js | 1 - packages/react-native-babel-transformer/src/index.js | 1 - .../__tests__/components/GenerateComponentDescriptorH-test.js | 1 - .../__tests__/components/GenerateComponentHObjCpp-test.js | 1 - .../__tests__/components/GenerateEventEmitterCpp-test.js | 1 - .../__tests__/components/GenerateEventEmitterH-test.js | 1 - .../deep_imports/__tests__/components/GeneratePropsCpp-test.js | 1 - .../deep_imports/__tests__/components/GeneratePropsH-test.js | 1 - .../__tests__/components/GeneratePropsJavaDelegate-test.js | 1 - .../__tests__/components/GeneratePropsJavaInterface-test.js | 1 - .../__tests__/components/GenerateShadowNodeCpp-test.js | 1 - .../__tests__/components/GenerateShadowNodeH-test.js | 1 - .../__tests__/components/GenerateViewConfigJs-test.js | 1 - .../deep_imports/__tests__/modules/GenerateModuleCpp-test.js | 1 - .../e2e/deep_imports/__tests__/modules/GenerateModuleH-test.js | 1 - .../__tests__/modules/GenerateModuleObjCpp-test.js | 1 - .../__tests__/components/GenerateComponentDescriptorH-test.js | 1 - .../__tests__/components/GenerateComponentHObjCpp-test.js | 1 - .../__tests__/components/GenerateEventEmitterCpp-test.js | 1 - .../__tests__/components/GenerateEventEmitterH-test.js | 1 - .../namespaced/__tests__/components/GeneratePropsCpp-test.js | 1 - .../e2e/namespaced/__tests__/components/GeneratePropsH-test.js | 1 - .../__tests__/components/GeneratePropsJavaDelegate-test.js | 1 - .../__tests__/components/GeneratePropsJavaInterface-test.js | 1 - .../__tests__/components/GenerateShadowNodeCpp-test.js | 1 - .../__tests__/components/GenerateShadowNodeH-test.js | 1 - .../__tests__/components/GenerateViewConfigJs-test.js | 1 - .../react-native-codegen/src/__tests__/SchemaValidator-test.js | 1 - .../src/cli/combine/__tests__/combine-utils-test.js | 1 - .../src/cli/combine/combine-js-to-schema-cli.js | 1 - packages/react-native-codegen/src/cli/combine/combine-utils.js | 1 - packages/react-native-codegen/src/cli/parser/parser-cli.js | 1 - .../react-native-codegen/src/generators/TypeUtils/Cxx/index.js | 1 - .../src/generators/TypeUtils/Java/index.js | 1 - .../src/generators/TypeUtils/Objective-C/index.js | 1 - .../src/generators/__tests__/RNCodegen-test.js | 1 - .../__tests__/GenerateComponentDescriptorCpp-test.js | 1 - .../components/__tests__/GenerateComponentDescriptorH-test.js | 1 - .../components/__tests__/GenerateComponentHObjCpp-test.js | 1 - .../components/__tests__/GenerateEventEmitterCpp-test.js | 1 - .../components/__tests__/GenerateEventEmitterH-test.js | 1 - .../generators/components/__tests__/GeneratePropsCpp-test.js | 1 - .../src/generators/components/__tests__/GeneratePropsH-test.js | 1 - .../components/__tests__/GeneratePropsJavaDelegate-test.js | 1 - .../components/__tests__/GeneratePropsJavaInterface-test.js | 1 - .../components/__tests__/GeneratePropsJavaPojo-test.js | 1 - .../components/__tests__/GenerateShadowNodeCpp-test.js | 1 - .../components/__tests__/GenerateShadowNodeH-test.js | 1 - .../generators/components/__tests__/GenerateStateCpp-test.js | 1 - .../src/generators/components/__tests__/GenerateStateH-test.js | 1 - .../src/generators/components/__tests__/GenerateTests-test.js | 1 - .../GenerateThirdPartyFabricComponentsProviderH-test.js | 1 - .../GenerateThirdPartyFabricComponentsProviderObjCpp-test.js | 1 - .../components/__tests__/GenerateViewConfigJs-test.js | 1 - .../src/generators/modules/__tests__/GenerateModuleCpp-test.js | 1 - .../src/generators/modules/__tests__/GenerateModuleH-test.js | 1 - .../generators/modules/__tests__/GenerateModuleHObjCpp-test.js | 1 - .../modules/__tests__/GenerateModuleJavaSpec-test.js | 1 - .../generators/modules/__tests__/GenerateModuleJniCpp-test.js | 1 - .../generators/modules/__tests__/GenerateModuleJniH-test.js | 1 - .../src/generators/modules/__tests__/GenerateModuleMm-test.js | 1 - .../src/parsers/__tests__/error-utils-test.js | 1 - .../src/parsers/__tests__/parsers-commons-test.js | 1 - .../src/parsers/__tests__/parsers-primitives-test.js | 1 - .../react-native-codegen/src/parsers/__tests__/parsers-test.js | 1 - .../react-native-codegen/src/parsers/__tests__/utils-test.js | 1 - .../parsers/consistency/__tests__/checkComponentSnaps-test.js | 1 - .../src/parsers/consistency/__tests__/checkModuleSnaps-test.js | 1 - .../src/parsers/consistency/compareSnaps.js | 1 - .../parsers/flow/components/__tests__/component-parser-test.js | 1 - .../flow/modules/__tests__/module-parser-snapshot-test.js | 1 - .../components/__tests__/typescript-component-parser-test.js | 1 - .../__tests__/typescript-module-parser-snapshot-test.js | 1 - .../src/__tests__/ErrorFormatting-test.js | 1 - .../src/__tests__/ErrorFormattingTests.js | 1 - .../src/__tests__/TypeDiffing-test.js | 1 - .../src/__tests__/VersionDiffing-test.js | 1 - .../src/__tests__/utilities/getTestSchema.js | 1 - .../src/convertPropToBasicTypes.js | 1 - packages/react-native-compatibility-check/src/index.flow.js | 1 - packages/react-native-compatibility-check/src/index.js | 1 - packages/react-native-fantom/runner/EnvironmentOptions.js | 1 - packages/react-native-fantom/runner/entrypoint-template.js | 2 -- packages/react-native-fantom/runner/getFantomTestConfig.js | 1 - packages/react-native-fantom/runner/index.js | 1 - packages/react-native-fantom/runner/runner.js | 1 - packages/react-native-fantom/runner/snapshotUtils.js | 1 - packages/react-native-fantom/runner/utils.js | 1 - packages/react-native-fantom/runner/warmup/index.js | 1 - packages/react-native-fantom/runner/warmup/warmup.js | 1 - packages/react-native-fantom/runtime/WarmUpEntryPoint.js | 1 - packages/react-native-fantom/runtime/expect.js | 1 - packages/react-native-fantom/runtime/mocks.js | 1 - .../runtime/mocks/ReactNativeInternalFeatureFlags.js | 1 - packages/react-native-fantom/runtime/patchWeakRef.js | 1 - packages/react-native-fantom/runtime/setup.js | 1 - packages/react-native-fantom/runtime/snapshotContext.js | 1 - packages/react-native-fantom/src/__tests__/Fantom-itest.js | 1 - .../src/__tests__/FantomFeatureFlags-itest.js | 1 - .../src/__tests__/FantomModeDefault-itest.js | 1 - .../react-native-fantom/src/__tests__/FantomModeDev-itest.js | 1 - .../src/__tests__/FantomModeDevBytecode-itest.js | 1 - .../react-native-fantom/src/__tests__/FantomModeOpt-itest.js | 1 - .../react-native-fantom/src/__tests__/FantomWeakRefs-itest.js | 1 - .../benchmarks/BenchmarkTests-testMode-benchmark-itest.js | 1 - packages/react-native-fantom/src/__tests__/expect-itest.js | 1 - .../src/__tests__/playground/Playground-benchmark-itest.js | 1 - .../src/__tests__/playground/Playground-itest.js | 1 - .../src/__tests__/setup/focused-hooks-itest.js | 1 - .../src/__tests__/setup/order-of-execution-itest.js | 1 - .../src/__tests__/setup/order-of-hooks-executions-itest.js | 1 - .../react-native-fantom/src/__tests__/setup/scoping-itest.js | 1 - packages/react-native-fantom/src/getFantomRenderedOutput.js | 1 - packages/react-native/Libraries/Animated/Animated.js | 1 - packages/react-native/Libraries/Animated/Animated.js.flow | 1 - packages/react-native/Libraries/Animated/AnimatedExports.js | 1 - .../react-native/Libraries/Animated/AnimatedExports.js.flow | 1 - .../react-native/Libraries/Animated/__tests__/Animated-test.js | 1 - .../Libraries/Animated/__tests__/Animated-web-test.js | 1 - .../Libraries/Animated/__tests__/AnimatedMock-test.js | 1 - .../Libraries/Animated/__tests__/AnimatedObject-test.js | 1 - .../Libraries/Animated/__tests__/AnimatedProps-test.js | 1 - .../Libraries/Animated/__tests__/AnimatedValue-test.js | 1 - .../react-native/Libraries/Animated/__tests__/Easing-test.js | 1 - .../Libraries/Animated/__tests__/Interpolation-test.js | 1 - .../Animated/__tests__/NativeAnimatedAllowlist-test.js | 1 - .../Libraries/Animated/__tests__/TimingAnimation-test.js | 1 - .../react-native/Libraries/Animated/__tests__/bezier-test.js | 1 - .../react-native/Libraries/Animated/nodes/AnimatedObject.js | 1 - .../Libraries/BatchedBridge/__tests__/MessageQueue-test.js | 1 - .../Libraries/BatchedBridge/__tests__/NativeModules-test.js | 1 - packages/react-native/Libraries/Blob/__tests__/Blob-test.js | 1 - .../react-native/Libraries/Blob/__tests__/BlobManager-test.js | 1 - .../react-native/Libraries/Blob/__tests__/BlobRegistry-test.js | 1 - packages/react-native/Libraries/Blob/__tests__/File-test.js | 1 - .../react-native/Libraries/Blob/__tests__/FileReader-test.js | 1 - packages/react-native/Libraries/Blob/__tests__/URL-test.js | 1 - .../ActivityIndicator/__tests__/ActivityIndicator-test.js | 1 - .../Components/DrawerAndroid/__tests__/DrawerAndroid-test.js | 1 - .../Libraries/Components/Keyboard/__tests__/Keyboard-test.js | 1 - .../Components/LayoutConformance/LayoutConformance.js | 1 - .../Libraries/Components/Pressable/__tests__/Pressable-test.js | 1 - .../ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js | 1 - .../Components/SafeAreaView/__tests__/SafeAreaView-test.js | 1 - .../Components/ScrollView/__tests__/ScrollView-itest.js | 1 - .../Components/ScrollView/__tests__/ScrollView-test.js | 1 - .../ScrollView/__tests__/ScrollView-viewCulling-itest.js | 1 - .../Libraries/Components/StatusBar/__tests__/StatusBar-test.js | 1 - .../Components/TextInput/__tests__/InputAccessoryView-test.js | 1 - .../Components/TextInput/__tests__/TextInput-itest.js | 1 - .../Components/Touchable/__tests__/TouchableHighlight-test.js | 1 - .../Touchable/__tests__/TouchableNativeFeedback-test.js | 1 - .../Components/Touchable/__tests__/TouchableOpacity-test.js | 1 - .../Touchable/__tests__/TouchableWithoutFeedback-test.js | 1 - .../Components/View/__tests__/View-benchmark-itest.js | 1 - .../Libraries/Components/View/__tests__/View-itest.js | 1 - .../Libraries/Components/View/__tests__/View-test.js | 1 - .../Core/Devtools/__tests__/loadBundleFromServer-test.js | 1 - .../Libraries/Core/Devtools/__tests__/parseErrorStack-test.js | 1 - .../Libraries/Core/Devtools/__tests__/parseHermesStack-test.js | 1 - .../Libraries/Core/Devtools/loadBundleFromServer.js | 1 - .../Libraries/Core/Timers/__tests__/JSTimers-test.js | 1 - .../Libraries/Core/__mocks__/NativeExceptionsManager.js | 1 - .../Libraries/Core/__tests__/ExceptionsManager-test.js | 1 - .../Libraries/Core/__tests__/ReactNativeVersionCheck-test.js | 1 - .../Libraries/Debugging/DebuggingOverlayRegistry.js | 1 - .../Debugging/useSubscribeToDebuggingOverlayRegistry.js | 1 - .../react-native/Libraries/Image/__tests__/AssetUtils-test.js | 1 - packages/react-native/Libraries/Image/__tests__/Image-test.js | 1 - .../Libraries/Image/__tests__/ImageBackground-test.js | 1 - .../Libraries/Image/__tests__/ImageSourceUtils-test.js | 1 - .../Image/__tests__/assetRelativePathInSnapshot-test.js | 1 - .../Libraries/Image/__tests__/resolveAssetSource-test.js | 1 - .../Libraries/Interaction/__tests__/InteractionManager-test.js | 1 - .../Libraries/Interaction/__tests__/TaskQueue-test.js | 1 - .../react-native/Libraries/Lists/__tests__/FlatList-test.js | 1 - .../react-native/Libraries/Lists/__tests__/SectionList-test.js | 1 - .../Libraries/LogBox/Data/__tests__/LogBoxData-test.js | 1 - .../Libraries/LogBox/Data/__tests__/LogBoxLog-test.js | 1 - .../LogBox/Data/__tests__/LogBoxSymbolication-test.js | 1 - .../Libraries/LogBox/Data/__tests__/parseLogBoxLog-test.js | 1 - .../Libraries/LogBox/UI/__tests__/LogBoxButton-test.js | 1 - .../Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorCodeFrame-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorFooter-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorHeader-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorMessageHeader-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorReactFrames-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorSection-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorSourceMapStatus-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorStackFrame-test.js | 1 - .../LogBox/UI/__tests__/LogBoxInspectorStackFrames-test.js | 1 - .../Libraries/LogBox/UI/__tests__/LogBoxMessage-test.js | 1 - .../Libraries/LogBox/UI/__tests__/LogBoxNotification-test.js | 1 - .../react-native/Libraries/LogBox/__tests__/LogBox-itest.js | 1 - .../react-native/Libraries/LogBox/__tests__/LogBox-test.js | 1 - .../LogBox/__tests__/LogBoxInspectorContainer-test.js | 1 - .../LogBox/__tests__/LogBoxNotificationContainer-test.js | 1 - .../react-native/Libraries/LogBox/__tests__/fantomHelpers.js | 1 - packages/react-native/Libraries/Modal/__tests__/Modal-test.js | 1 - .../__tests__/StaticViewConfigValidator-test.js | 1 - .../react-native/Libraries/Network/__tests__/FormData-test.js | 1 - .../Libraries/Network/__tests__/XMLHttpRequest-test.js | 1 - .../Libraries/Pressability/__tests__/Pressability-test.js | 1 - .../react-native/Libraries/ReactNative/AppContainer-dev.js | 1 - .../react-native/Libraries/ReactNative/AppContainer-prod.js | 1 - .../__tests__/ReactFabricPublicInstance-Legacy-itest.js | 1 - .../__tests__/ReactFabricPublicInstance-Modern-itest.js | 1 - .../__tests__/ReactFabricPublicInstance-benchmark-itest.js | 1 - .../__tests__/setUpReactFabricPublicInstanceFantomTests.js | 1 - .../Libraries/ReactNative/__tests__/FabricUIManager-test.js | 1 - .../ReactNative/__tests__/InterruptibleRendering-itest.js | 1 - .../ReactNative/__tests__/ReactFabric-Suspense-itest.js | 1 - .../ReactNative/__tests__/State-ForcedCloneCommitHook-itest.js | 1 - .../Libraries/StyleSheet/__tests__/StyleSheet-test.js | 1 - .../Libraries/StyleSheet/__tests__/flattenStyle-test.js | 1 - .../Libraries/StyleSheet/__tests__/normalizeColor-test.js | 1 - .../Libraries/StyleSheet/__tests__/processAspectRatio-test.js | 1 - .../StyleSheet/__tests__/processBackgroundImage-test.js | 1 - .../Libraries/StyleSheet/__tests__/processBoxShadow-test.js | 1 - .../Libraries/StyleSheet/__tests__/processColor-test.js | 1 - .../Libraries/StyleSheet/__tests__/processColorArray-test.js | 1 - .../Libraries/StyleSheet/__tests__/processFilter-test.js | 1 - .../Libraries/StyleSheet/__tests__/processFontVariant-test.js | 1 - .../Libraries/StyleSheet/__tests__/processTransform-test.js | 1 - .../StyleSheet/__tests__/processTransformOrigin-test.js | 1 - .../StyleSheet/__tests__/setNormalizedColorAlpha-test.js | 1 - .../Libraries/StyleSheet/__tests__/splitLayoutProps-test.js | 1 - packages/react-native/Libraries/StyleSheet/processBoxShadow.js | 1 - packages/react-native/Libraries/StyleSheet/processFilter.js | 1 - packages/react-native/Libraries/Text/__tests__/Text-itest.js | 1 - packages/react-native/Libraries/Text/__tests__/Text-test.js | 1 - packages/react-native/Libraries/Types/ReactDevToolsTypes.js | 1 - .../Libraries/Utilities/__tests__/DeviceInfo-test.js | 1 - .../Libraries/Utilities/__tests__/Dimensions-test.js | 1 - .../Libraries/Utilities/__tests__/PixelRatio-test.js | 1 - .../Libraries/Utilities/__tests__/Platform-test.js | 1 - .../Libraries/Utilities/__tests__/ReactNativeTestTools-test.js | 1 - .../Libraries/Utilities/__tests__/SceneTracker-test.js | 1 - .../Libraries/Utilities/__tests__/binaryToBase64-test.js | 1 - .../Utilities/__tests__/codegenNativeComponent-test.js | 1 - .../__tests__/deepFreezeAndThrowOnMutationInDev-test.js | 1 - .../react-native/Libraries/Utilities/__tests__/infoLog-test.js | 1 - .../Libraries/Utilities/__tests__/logError-test.js | 1 - .../Libraries/Utilities/__tests__/mapWithSeparator-test.js | 1 - .../Libraries/Utilities/__tests__/stringifySafe-test.js | 1 - .../Libraries/Utilities/__tests__/useColorScheme-test.js | 1 - .../Libraries/Utilities/__tests__/useMergeRefs-test.js | 1 - .../Libraries/Utilities/__tests__/useRefEffect-test.js | 1 - .../Libraries/Utilities/__tests__/warnOnce-test.js | 1 - .../Libraries/Utilities/differ/__tests__/deepDiffer-test.js | 1 - .../Utilities/differ/__tests__/matricesDiffer-test.js | 1 - .../Libraries/WebSocket/__tests__/WebSocket-test.js | 1 - packages/react-native/Libraries/__tests__/public-api-test.js | 1 - .../Libraries/vendor/emitter/__tests__/EventEmitter-test.js | 1 - packages/react-native/jest/__tests__/setup-test.js | 1 - packages/react-native/jest/renderer.js | 1 - packages/react-native/scripts/bundle.js | 1 - packages/react-native/scripts/codegen/__fixtures__/fixtures.js | 1 - .../codegen/__tests__/generate-artifacts-executor-test.js | 1 - .../codegen/__tests__/generate-specs-cli-executor-test.js | 1 - packages/react-native/scripts/ios-prebuild.js | 1 - packages/react-native/scripts/ios-prebuild/hermes.js | 1 - packages/react-native/scripts/ios-prebuild/utils.js | 1 - packages/react-native/scripts/prepack.js | 1 - .../private/__tests__/utilities/ShadowNodeReferenceCounter.js | 1 - .../utilities/__tests__/ShadowNodeReferenceCounter-itest.js | 1 - .../src/private/__tests__/utilities/isUnreachable.js | 1 - .../src/private/animated/__tests__/AnimatedNative-test.js | 1 - .../src/private/animated/__tests__/AnimatedProps-itest.js | 1 - .../private/animated/__tests__/createAnimatedPropsHook-test.js | 1 - .../animated/__tests__/createAnimatedPropsMemoHook-test.js | 1 - .../src/private/animated/createAnimatedPropsMemoHook.js | 1 - .../safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js | 1 - .../components/scrollview/HScrollViewNativeComponents.js | 1 - .../components/scrollview/VScrollViewNativeComponents.js | 1 - .../private/devsupport/rndevtools/FuseboxSessionObserver.js | 1 - .../rndevtools/setUpFuseboxReactDevToolsDispatcher.js | 1 - .../specs/NativeReactDevToolsRuntimeSettingsModule.js | 1 - .../featureflags/__tests__/ReactNativeFeatureFlags-test.js | 1 - .../renderer/consistency/__tests__/UIConsistency-itest.js | 1 - .../private/renderer/core/__tests__/EventDispatching-itest.js | 1 - .../src/private/renderer/mounting/__tests__/Mounting-itest.js | 1 - .../private/webapis/dom/events/__tests__/CustomEvent-itest.js | 1 - .../src/private/webapis/dom/events/__tests__/Event-itest.js | 1 - .../dom/events/__tests__/EventHandlerAttributes-itest.js | 1 - .../dom/events/__tests__/EventTarget-benchmark-itest.js | 1 - .../private/webapis/dom/events/__tests__/EventTarget-itest.js | 1 - .../events/__tests__/createEventTargetHierarchyWithDepth.js | 1 - .../webapis/dom/nodes/__tests__/ReactNativeDocument-itest.js | 1 - .../webapis/dom/nodes/__tests__/ReactNativeElement-itest.js | 1 - .../private/webapis/dom/nodes/__tests__/ReadOnlyText-itest.js | 1 - .../dom/oldstylecollections/__tests__/HTMLCollection-test.js | 1 - .../webapis/dom/oldstylecollections/__tests__/NodeList-test.js | 1 - .../react-native/src/private/webapis/errors/DOMException.js | 1 - .../src/private/webapis/errors/__tests__/DOMException-itest.js | 1 - .../src/private/webapis/geometry/__tests__/DOMRectList-test.js | 1 - .../idlecallbacks/__tests__/requestIdleCallback-itest.js | 1 - .../__tests__/IntersectionObserver-benchmark-itest.js | 1 - .../__tests__/IntersectionObserver-itest.js | 1 - .../mutationobserver/__tests__/MutationObserver-itest.js | 1 - .../react-native/src/private/webapis/performance/MemoryInfo.js | 1 - .../private/webapis/performance/ReactNativeStartupTiming.js | 1 - .../webapis/performance/__tests__/EventTimingAPI-itest.js | 1 - .../webapis/performance/__tests__/LongTasksAPI-itest.js | 1 - .../performance/__tests__/Performance-benchmark-itest.js | 1 - .../private/webapis/performance/__tests__/Performance-test.js | 1 - .../webapis/performance/__tests__/PerformanceObserver-test.js | 1 - .../webapis/performance/__tests__/UserTimingAPI-itest.js | 1 - .../__tests__/structuredClone-benchmark-itest.js | 1 - .../webapis/structuredClone/__tests__/structuredClone-itest.js | 1 - .../src/private/webapis/structuredClone/structuredClone.js | 1 - packages/react-native/src/types/bom.js.flow | 1 - packages/react-native/src/types/cssom.js.flow | 1 - packages/react-native/src/types/dom.js.flow | 1 - packages/react-native/src/types/streams.js.flow | 1 - packages/rn-tester/cli.flow.js | 1 - packages/rn-tester/cli.js | 1 - packages/rn-tester/js/examples/Animated/PanGestureExample.js | 1 - .../rn-tester/js/examples/MixBlendMode/MixBlendModeExample.js | 1 - .../js/examples/Performance/PerformanceComparisonExample.js | 1 - .../rn-tester/js/examples/Performance/components/ItemList.js | 1 - .../rn-tester/js/examples/Performance/components/itemData.js | 1 - .../performanceComparisonExamples/EffectInRenderExample.js | 1 - .../NotMemoizeExpensiveTaskExample.js | 1 - .../ReRenderWithNonPureChildExample.js | 1 - .../ReRenderWithObjectPropExample.js | 1 - .../RenderOffscreenContentExample.js | 1 - .../SetStateInWrongEffectExample.js | 1 - .../SetStateInWrongEffectExample2.js | 1 - .../Performance/performanceComparisonExamples/index.js | 1 - .../rn-tester/js/examples/Playground/RNTesterPlayground.js | 1 - packages/rn-tester/js/examples/TextInput/ExampleTextInput.js | 1 - packages/rn-tester/js/utils/RNTesterListFbInternal.js | 1 - packages/rn-tester/scripts/monorepo.js | 1 - packages/rn-tester/scripts/utils.js | 1 - .../virtualized-lists/Lists/__tests__/FillRateHelper-test.js | 1 - .../Lists/__tests__/ViewabilityHelper-test.js | 1 - .../virtualized-lists/Lists/__tests__/VirtualizeUtils-test.js | 1 - .../virtualized-lists/Lists/__tests__/VirtualizedList-test.js | 1 - .../Lists/__tests__/VirtualizedSectionList-test.js | 1 - packages/virtualized-lists/Utilities/__tests__/clamp-test.js | 1 - scripts/babel-register.js | 1 - scripts/build-types/buildGeneratedTypes.js | 1 - scripts/build-types/config.js | 1 - scripts/build-types/index.js | 1 - scripts/build-types/prepare-flow-api-translator.js | 1 - scripts/build-types/resolution/getDependencies.js | 1 - scripts/build-types/resolution/getRequireStack.js | 1 - scripts/build-types/resolution/resolveTypeInputFile.js | 1 - scripts/build-types/resolution/simpleResolve.js | 1 - .../build-types/templates/translatedModule.d.ts-template.js | 1 - .../transforms/__tests__/reattachDocComments-test.js | 1 - .../transforms/__tests__/removeReactNativeImports-test.js | 1 - .../transforms/__tests__/replaceDefaultExportName-test.js | 1 - .../transforms/__tests__/replaceEmptyWithNever-test.js | 1 - .../__tests__/replaceNullablePropertiesWithUndefined-test.js | 1 - .../transforms/__tests__/replaceRequiresWithImports-test.js | 1 - .../transforms/__tests__/replaceStringishWithString-test.js | 1 - .../build-types/transforms/__tests__/sortProperties-test.js | 1 - .../transforms/__tests__/sortTypeDefinitions-test.js | 1 - scripts/build-types/transforms/__tests__/sortUnions-test.js | 1 - .../transforms/__tests__/stripPrivateProperties-test.js | 1 - scripts/build-types/transforms/reattachDocComments.js | 1 - scripts/build-types/transforms/removeReactNativeImports.js | 1 - scripts/build-types/transforms/replaceDefaultExportName.js | 1 - scripts/build-types/transforms/replaceEmptyWithNever.js | 1 - .../transforms/replaceNullablePropertiesWithUndefined.js | 1 - scripts/build-types/transforms/replaceRequiresWithImports.js | 1 - scripts/build-types/transforms/replaceStringishWithString.js | 1 - scripts/build-types/transforms/sortProperties.js | 1 - scripts/build-types/transforms/sortTypeDefinitions.js | 1 - scripts/build-types/transforms/sortUnions.js | 1 - scripts/build-types/transforms/stripPrivateProperties.js | 1 - scripts/build-types/translateSourceFile.js | 1 - scripts/build/babel/node.config.js | 1 - scripts/build/build.js | 1 - scripts/build/clean.js | 1 - scripts/build/config.js | 1 - scripts/consts.js | 1 - scripts/debugger-frontend/sync-and-build.js | 1 - scripts/e2e/init-project-e2e.js | 1 - scripts/e2e/utils/retry.js | 1 - scripts/e2e/utils/try-n-times.js | 1 - scripts/e2e/utils/verdaccio.js | 1 - scripts/release-testing/utils/testing-utils.js | 1 - scripts/releases-ci/__tests__/publish-npm-test.js | 1 - scripts/releases-ci/__tests__/publish-updated-packages-test.js | 1 - scripts/releases-ci/publish-npm.js | 1 - scripts/releases-ci/publish-updated-packages.js | 1 - .../__tests__/__fixtures__/remove-new-arch-flags-fixture.js | 1 - scripts/releases/__tests__/set-rn-artifacts-version-test.js | 1 - scripts/releases/create-release-commit.js | 1 - scripts/releases/ios-prebuild/build.js | 1 - scripts/releases/ios-prebuild/cli.js | 1 - scripts/releases/ios-prebuild/compose-framework.js | 1 - scripts/releases/ios-prebuild/configuration.js | 1 - scripts/releases/ios-prebuild/constants.js | 1 - scripts/releases/ios-prebuild/folders.js | 1 - scripts/releases/ios-prebuild/setupDependencies.js | 1 - scripts/releases/ios-prebuild/swift-package.js | 1 - scripts/releases/ios-prebuild/types.js | 1 - scripts/releases/prepare-ios-prebuilds.js | 1 - scripts/releases/set-rn-artifacts-version.js | 1 - scripts/releases/set-version.js | 1 - scripts/releases/templates/RCTVersion.m-template.js | 1 - scripts/releases/templates/ReactNativeVersion.h-template.js | 1 - scripts/releases/templates/ReactNativeVersion.js-template.js | 1 - scripts/releases/templates/ReactNativeVersion.kt-template.js | 1 - scripts/releases/utils/__tests__/version-utils-test.js | 1 - scripts/releases/utils/release-utils.js | 1 - scripts/releases/utils/version-utils.js | 1 - scripts/utils/monorepo.js | 1 - tools/api/ReactNativeCPP.api | 2 -- tools/api/public-api.conf | 1 - tools/api/public-api.js | 3 --- 536 files changed, 540 deletions(-) diff --git a/flow-typed/environment/node.js b/flow-typed/environment/node.js index 71e2e02178958c..2b8e9db5016fa9 100644 --- a/flow-typed/environment/node.js +++ b/flow-typed/environment/node.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall flow */ // Adapted from https://github.com/flow-typed/flow-typed/blob/main/definitions/environments/node/flow_v0.261.x-/node.js diff --git a/flow-typed/npm/@react-native-community/cli-server-api_v19.x.x.js b/flow-typed/npm/@react-native-community/cli-server-api_v19.x.x.js index 6c71e6767890c2..b8bcc3c4093174 100644 --- a/flow-typed/npm/@react-native-community/cli-server-api_v19.x.x.js +++ b/flow-typed/npm/@react-native-community/cli-server-api_v19.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module '@react-native-community/cli-server-api' { diff --git a/flow-typed/npm/@react-native-community/cli-types_v19.x.x.js b/flow-typed/npm/@react-native-community/cli-types_v19.x.x.js index 18590378349da8..308beeecf20e60 100644 --- a/flow-typed/npm/@react-native-community/cli-types_v19.x.x.js +++ b/flow-typed/npm/@react-native-community/cli-types_v19.x.x.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ declare module '@react-native-community/cli-types' { diff --git a/flow-typed/npm/actual-request-url_v1.x.x.js b/flow-typed/npm/actual-request-url_v1.x.x.js index 5658a87b76b40c..d44c0b42ff2ba6 100644 --- a/flow-typed/npm/actual-request-url_v1.x.x.js +++ b/flow-typed/npm/actual-request-url_v1.x.x.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ declare module 'actual-request-url' { diff --git a/flow-typed/npm/babel-traverse_v7.x.x.js b/flow-typed/npm/babel-traverse_v7.x.x.js index 37bfb275d61830..1cd8df07b18294 100644 --- a/flow-typed/npm/babel-traverse_v7.x.x.js +++ b/flow-typed/npm/babel-traverse_v7.x.x.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ // The sections between BEGIN GENERATED and END GENERATED are generated diff --git a/flow-typed/npm/chalk_v4.x.x.js b/flow-typed/npm/chalk_v4.x.x.js index ed4837997b4a8a..ffe94fe1534a25 100644 --- a/flow-typed/npm/chalk_v4.x.x.js +++ b/flow-typed/npm/chalk_v4.x.x.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ // flow-typed signature: 79cfa6bcaa67fdb60f10d320da0470fc diff --git a/flow-typed/npm/chrome-launcher_v0.15.x.js b/flow-typed/npm/chrome-launcher_v0.15.x.js index e520c5716c784c..b72a756ab929fb 100644 --- a/flow-typed/npm/chrome-launcher_v0.15.x.js +++ b/flow-typed/npm/chrome-launcher_v0.15.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'chrome-launcher' { diff --git a/flow-typed/npm/chromium-edge-launcher_v0.2.x.js b/flow-typed/npm/chromium-edge-launcher_v0.2.x.js index dc3e9962ab83d4..ab8d7e0313ba54 100644 --- a/flow-typed/npm/chromium-edge-launcher_v0.2.x.js +++ b/flow-typed/npm/chromium-edge-launcher_v0.2.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'chromium-edge-launcher' { diff --git a/flow-typed/npm/commander_v12.x.x.js b/flow-typed/npm/commander_v12.x.x.js index 8182a28e425cc2..5ea9164270ec65 100644 --- a/flow-typed/npm/commander_v12.x.x.js +++ b/flow-typed/npm/commander_v12.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native * @generated */ diff --git a/flow-typed/npm/connect_v3.x.x.js b/flow-typed/npm/connect_v3.x.x.js index 08cda352be4e47..0195559e06ff0b 100644 --- a/flow-typed/npm/connect_v3.x.x.js +++ b/flow-typed/npm/connect_v3.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'connect' { diff --git a/flow-typed/npm/execa_v5.x.x.js b/flow-typed/npm/execa_v5.x.x.js index 9f247f1e7c0c2c..65e2ef8c9d3d31 100644 --- a/flow-typed/npm/execa_v5.x.x.js +++ b/flow-typed/npm/execa_v5.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ // Modified from flow-typed repo: diff --git a/flow-typed/npm/jest-diff_v29.x.x.js b/flow-typed/npm/jest-diff_v29.x.x.js index 9efb74b1f098fb..d1cdce56865612 100644 --- a/flow-typed/npm/jest-diff_v29.x.x.js +++ b/flow-typed/npm/jest-diff_v29.x.x.js @@ -3,7 +3,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'jest-diff' { diff --git a/flow-typed/npm/jest-snapshot_v29.x.x.js b/flow-typed/npm/jest-snapshot_v29.x.x.js index 0f549003144e0a..fbae1235a572ba 100644 --- a/flow-typed/npm/jest-snapshot_v29.x.x.js +++ b/flow-typed/npm/jest-snapshot_v29.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'jest-snapshot' { diff --git a/flow-typed/npm/jest.js b/flow-typed/npm/jest.js index 0210a3d2959920..3a3c56d5550503 100644 --- a/flow-typed/npm/jest.js +++ b/flow-typed/npm/jest.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ // Modified from https://raw.githubusercontent.com/flow-typed/flow-typed/master/definitions/npm/jest_v29.x.x/flow_v0.134.x-/jest_v29.x.x.js diff --git a/flow-typed/npm/node-fetch_v2.x.x.js b/flow-typed/npm/node-fetch_v2.x.x.js index 9b715a7596bb89..81441ccd0bc302 100644 --- a/flow-typed/npm/node-fetch_v2.x.x.js +++ b/flow-typed/npm/node-fetch_v2.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ // Modified from flow-typed repo: diff --git a/flow-typed/npm/open_v7.x.x.js b/flow-typed/npm/open_v7.x.x.js index a60b26aa5b7974..19629e3c4f3041 100644 --- a/flow-typed/npm/open_v7.x.x.js +++ b/flow-typed/npm/open_v7.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'open' { diff --git a/flow-typed/npm/pretty-format_v29.x.x.js b/flow-typed/npm/pretty-format_v29.x.x.js index dd4fd66abf3b12..1fd2dfe577f02f 100644 --- a/flow-typed/npm/pretty-format_v29.x.x.js +++ b/flow-typed/npm/pretty-format_v29.x.x.js @@ -3,7 +3,6 @@ * * @flow strict * @format - * @oncall react_native */ declare type Print = (value: mixed) => string; declare type Indent = (value: string) => string; diff --git a/flow-typed/npm/selfsigned_v2.x.x.js b/flow-typed/npm/selfsigned_v2.x.x.js index be353372f138ad..4e41a70fe7c87f 100644 --- a/flow-typed/npm/selfsigned_v2.x.x.js +++ b/flow-typed/npm/selfsigned_v2.x.x.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ declare module 'selfsigned' { diff --git a/flow-typed/npm/serve-static_v1.x.x.js b/flow-typed/npm/serve-static_v1.x.x.js index 5267abd4894d48..5ea71ddda7e352 100644 --- a/flow-typed/npm/serve-static_v1.x.x.js +++ b/flow-typed/npm/serve-static_v1.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'serve-static' { diff --git a/flow-typed/npm/tinybench_v3.1.x.js b/flow-typed/npm/tinybench_v3.1.x.js index ce884b5b94ddfe..69526caf146553 100644 --- a/flow-typed/npm/tinybench_v3.1.x.js +++ b/flow-typed/npm/tinybench_v3.1.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare module 'tinybench' { diff --git a/flow-typed/npm/undici_v5.x.x.js b/flow-typed/npm/undici_v5.x.x.js index 59bdbdb9b83ccf..89a4a42fb5d465 100644 --- a/flow-typed/npm/undici_v5.x.x.js +++ b/flow-typed/npm/undici_v5.x.x.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // Very incomplete types for the undici package. diff --git a/flow-typed/npm/wait-for-expect_v3.x.x.js b/flow-typed/npm/wait-for-expect_v3.x.x.js index 3220e66276f1f9..bb375617747a7b 100644 --- a/flow-typed/npm/wait-for-expect_v3.x.x.js +++ b/flow-typed/npm/wait-for-expect_v3.x.x.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ declare module 'wait-for-expect' { diff --git a/flow-typed/npm/ws_v7.x.x.js b/flow-typed/npm/ws_v7.x.x.js index f05b8fac03d4a9..d549f377039f9c 100644 --- a/flow-typed/npm/ws_v7.x.x.js +++ b/flow-typed/npm/ws_v7.x.x.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ declare type ws$PerMessageDeflateOptions = { diff --git a/packages/assets/__tests__/path-support-test.js b/packages/assets/__tests__/path-support-test.js index fa96053c30145c..9f81726a00147e 100644 --- a/packages/assets/__tests__/path-support-test.js +++ b/packages/assets/__tests__/path-support-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {getAndroidResourceFolderName} from '../path-support'; diff --git a/packages/babel-plugin-codegen/__tests__/index-test.js b/packages/babel-plugin-codegen/__tests__/index-test.js index 1f73d197578694..7129cc0f22d132 100644 --- a/packages/babel-plugin-codegen/__tests__/index-test.js +++ b/packages/babel-plugin-codegen/__tests__/index-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/community-cli-plugin/src/commands/bundle/__mocks__/sign.js b/packages/community-cli-plugin/src/commands/bundle/__mocks__/sign.js index 7f967ff3b53d2b..beaaaf9dff0740 100644 --- a/packages/community-cli-plugin/src/commands/bundle/__mocks__/sign.js +++ b/packages/community-cli-plugin/src/commands/bundle/__mocks__/sign.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ function sign(source) { diff --git a/packages/community-cli-plugin/src/commands/bundle/__tests__/filterPlatformAssetScales-test.js b/packages/community-cli-plugin/src/commands/bundle/__tests__/filterPlatformAssetScales-test.js index fd47b6eee9cc73..5973fdceb6787e 100644 --- a/packages/community-cli-plugin/src/commands/bundle/__tests__/filterPlatformAssetScales-test.js +++ b/packages/community-cli-plugin/src/commands/bundle/__tests__/filterPlatformAssetScales-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import filterPlatformAssetScales from '../filterPlatformAssetScales'; diff --git a/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathAndroid-test.js b/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathAndroid-test.js index 27ce49565abcad..c2198025d691b3 100644 --- a/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathAndroid-test.js +++ b/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathAndroid-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import getAssetDestPathAndroid from '../getAssetDestPathAndroid'; diff --git a/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathIOS-test.js b/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathIOS-test.js index 2709141eba79da..482dacede6404e 100644 --- a/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathIOS-test.js +++ b/packages/community-cli-plugin/src/commands/bundle/__tests__/getAssetDestPathIOS-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import getAssetDestPathIOS from '../getAssetDestPathIOS'; diff --git a/packages/community-cli-plugin/src/commands/bundle/assetCatalogIOS.js b/packages/community-cli-plugin/src/commands/bundle/assetCatalogIOS.js index 8ef0b9d35adb77..2f9528c8f08307 100644 --- a/packages/community-cli-plugin/src/commands/bundle/assetCatalogIOS.js +++ b/packages/community-cli-plugin/src/commands/bundle/assetCatalogIOS.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {AssetData} from 'metro/src/Assets'; diff --git a/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js b/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js index 84261469a32f5f..6f1aaf532d97ea 100644 --- a/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js +++ b/packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export type PackagerAsset = $ReadOnly<{ diff --git a/packages/community-cli-plugin/src/commands/bundle/buildBundle.js b/packages/community-cli-plugin/src/commands/bundle/buildBundle.js index 33180d7961e488..03334b91202912 100644 --- a/packages/community-cli-plugin/src/commands/bundle/buildBundle.js +++ b/packages/community-cli-plugin/src/commands/bundle/buildBundle.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Config} from '@react-native-community/cli-types'; diff --git a/packages/community-cli-plugin/src/commands/bundle/createKeepFileAsync.js b/packages/community-cli-plugin/src/commands/bundle/createKeepFileAsync.js index dd347b6b319ac9..2c7063cb1582f9 100644 --- a/packages/community-cli-plugin/src/commands/bundle/createKeepFileAsync.js +++ b/packages/community-cli-plugin/src/commands/bundle/createKeepFileAsync.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {AssetData} from 'metro/src/Assets'; diff --git a/packages/community-cli-plugin/src/commands/bundle/filterPlatformAssetScales.js b/packages/community-cli-plugin/src/commands/bundle/filterPlatformAssetScales.js index 432631ac041852..139fa4ff61b694 100644 --- a/packages/community-cli-plugin/src/commands/bundle/filterPlatformAssetScales.js +++ b/packages/community-cli-plugin/src/commands/bundle/filterPlatformAssetScales.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const ALLOWED_SCALES: {[key: string]: number[]} = { diff --git a/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathAndroid.js b/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathAndroid.js index 5e005112ce62ca..6a8c913ce844c8 100644 --- a/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathAndroid.js +++ b/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathAndroid.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PackagerAsset} from './assetPathUtils'; diff --git a/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathIOS.js b/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathIOS.js index 1383182d38efbc..8f4cb0926a2829 100644 --- a/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathIOS.js +++ b/packages/community-cli-plugin/src/commands/bundle/getAssetDestPathIOS.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PackagerAsset} from './assetPathUtils'; diff --git a/packages/community-cli-plugin/src/commands/bundle/index.js b/packages/community-cli-plugin/src/commands/bundle/index.js index 1e8522a845cf95..d47a7b4a8524cd 100644 --- a/packages/community-cli-plugin/src/commands/bundle/index.js +++ b/packages/community-cli-plugin/src/commands/bundle/index.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Command} from '@react-native-community/cli-types'; diff --git a/packages/community-cli-plugin/src/commands/bundle/saveAssets.js b/packages/community-cli-plugin/src/commands/bundle/saveAssets.js index 9f168d7777c166..fd42f2fed80ec7 100644 --- a/packages/community-cli-plugin/src/commands/bundle/saveAssets.js +++ b/packages/community-cli-plugin/src/commands/bundle/saveAssets.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {AssetData} from 'metro/src/Assets'; diff --git a/packages/community-cli-plugin/src/commands/start/OpenDebuggerKeyboardHandler.js b/packages/community-cli-plugin/src/commands/start/OpenDebuggerKeyboardHandler.js index 716a008c1ed565..259bd35eeb7235 100644 --- a/packages/community-cli-plugin/src/commands/start/OpenDebuggerKeyboardHandler.js +++ b/packages/community-cli-plugin/src/commands/start/OpenDebuggerKeyboardHandler.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TerminalReporter} from 'metro'; diff --git a/packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js b/packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js index 5706dd66d44c4a..30e9a0cf7310cc 100644 --- a/packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js +++ b/packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TerminalReporter} from 'metro'; diff --git a/packages/community-cli-plugin/src/commands/start/index.js b/packages/community-cli-plugin/src/commands/start/index.js index 7b5ba161dd3c8f..427d8ef82f50ca 100644 --- a/packages/community-cli-plugin/src/commands/start/index.js +++ b/packages/community-cli-plugin/src/commands/start/index.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Command} from '@react-native-community/cli-types'; diff --git a/packages/community-cli-plugin/src/commands/start/middleware.js b/packages/community-cli-plugin/src/commands/start/middleware.js index e88698bcf8525e..94ca43b04ef9d1 100644 --- a/packages/community-cli-plugin/src/commands/start/middleware.js +++ b/packages/community-cli-plugin/src/commands/start/middleware.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Server} from 'connect'; diff --git a/packages/community-cli-plugin/src/commands/start/runServer.js b/packages/community-cli-plugin/src/commands/start/runServer.js index a3c911b1c05efb..66a322646969fd 100644 --- a/packages/community-cli-plugin/src/commands/start/runServer.js +++ b/packages/community-cli-plugin/src/commands/start/runServer.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Config} from '@react-native-community/cli-types'; diff --git a/packages/community-cli-plugin/src/index.flow.js b/packages/community-cli-plugin/src/index.flow.js index e9dbc7adc21380..1f8177f0331333 100644 --- a/packages/community-cli-plugin/src/index.flow.js +++ b/packages/community-cli-plugin/src/index.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export {default as bundleCommand} from './commands/bundle'; diff --git a/packages/community-cli-plugin/src/index.js b/packages/community-cli-plugin/src/index.js index 82b4e1d8f8832f..81e2ea61e5e30f 100644 --- a/packages/community-cli-plugin/src/index.js +++ b/packages/community-cli-plugin/src/index.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/packages/community-cli-plugin/src/utils/createDevMiddlewareLogger.js b/packages/community-cli-plugin/src/utils/createDevMiddlewareLogger.js index 6235b15088bda8..006fed8187fc9d 100644 --- a/packages/community-cli-plugin/src/utils/createDevMiddlewareLogger.js +++ b/packages/community-cli-plugin/src/utils/createDevMiddlewareLogger.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TerminalReporter} from 'metro'; diff --git a/packages/community-cli-plugin/src/utils/errors.js b/packages/community-cli-plugin/src/utils/errors.js index 9f18ec69c793da..b3fe0c1bfefb8c 100644 --- a/packages/community-cli-plugin/src/utils/errors.js +++ b/packages/community-cli-plugin/src/utils/errors.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /** diff --git a/packages/community-cli-plugin/src/utils/isDevServerRunning.js b/packages/community-cli-plugin/src/utils/isDevServerRunning.js index 0d4cbe7aa75f93..c6da9937e18277 100644 --- a/packages/community-cli-plugin/src/utils/isDevServerRunning.js +++ b/packages/community-cli-plugin/src/utils/isDevServerRunning.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import net from 'net'; diff --git a/packages/community-cli-plugin/src/utils/loadMetroConfig.js b/packages/community-cli-plugin/src/utils/loadMetroConfig.js index 6a6c7a4b7f5ae8..39ada3744784ef 100644 --- a/packages/community-cli-plugin/src/utils/loadMetroConfig.js +++ b/packages/community-cli-plugin/src/utils/loadMetroConfig.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Config} from '@react-native-community/cli-types'; diff --git a/packages/community-cli-plugin/src/utils/metroPlatformResolver.js b/packages/community-cli-plugin/src/utils/metroPlatformResolver.js index 134ce7d2dad3d4..52e8cea5c5237c 100644 --- a/packages/community-cli-plugin/src/utils/metroPlatformResolver.js +++ b/packages/community-cli-plugin/src/utils/metroPlatformResolver.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {CustomResolver} from 'metro-resolver'; diff --git a/packages/community-cli-plugin/src/utils/parseKeyValueParamArray.js b/packages/community-cli-plugin/src/utils/parseKeyValueParamArray.js index 2ebdebb4fa0e43..cc2b94822f67a6 100644 --- a/packages/community-cli-plugin/src/utils/parseKeyValueParamArray.js +++ b/packages/community-cli-plugin/src/utils/parseKeyValueParamArray.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export default function parseKeyValueParamArray( diff --git a/packages/community-cli-plugin/src/utils/version.js b/packages/community-cli-plugin/src/utils/version.js index d6a3703799f202..4a9afc2189ca9e 100644 --- a/packages/community-cli-plugin/src/utils/version.js +++ b/packages/community-cli-plugin/src/utils/version.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Config} from '@react-native-community/cli-types'; diff --git a/packages/core-cli-utils/src/index.flow.js b/packages/core-cli-utils/src/index.flow.js index b2ee20b24ede55..966caa90512932 100644 --- a/packages/core-cli-utils/src/index.flow.js +++ b/packages/core-cli-utils/src/index.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // @babel/register doesn't like export {foo} from './bar'; statements, diff --git a/packages/core-cli-utils/src/index.js b/packages/core-cli-utils/src/index.js index baa36297922184..f7b2e26c41cc2d 100644 --- a/packages/core-cli-utils/src/index.js +++ b/packages/core-cli-utils/src/index.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /*:: diff --git a/packages/core-cli-utils/src/private/android.js b/packages/core-cli-utils/src/private/android.js index 3f45f9cebb2b89..6ef6c1be4b660e 100644 --- a/packages/core-cli-utils/src/private/android.js +++ b/packages/core-cli-utils/src/private/android.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from './types'; diff --git a/packages/core-cli-utils/src/private/app.js b/packages/core-cli-utils/src/private/app.js index c6599165cdc060..cfc98552a62701 100644 --- a/packages/core-cli-utils/src/private/app.js +++ b/packages/core-cli-utils/src/private/app.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from './types'; diff --git a/packages/core-cli-utils/src/private/apple.js b/packages/core-cli-utils/src/private/apple.js index 6363092cea0d5d..27a4575839bc6f 100644 --- a/packages/core-cli-utils/src/private/apple.js +++ b/packages/core-cli-utils/src/private/apple.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from './types'; diff --git a/packages/core-cli-utils/src/private/clean.js b/packages/core-cli-utils/src/private/clean.js index 06f7b754c2b8c1..aade0a1e2e1c31 100644 --- a/packages/core-cli-utils/src/private/clean.js +++ b/packages/core-cli-utils/src/private/clean.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from './types'; diff --git a/packages/core-cli-utils/src/private/types.js b/packages/core-cli-utils/src/private/types.js index 09cfee74573af1..a7740c7ef1495e 100644 --- a/packages/core-cli-utils/src/private/types.js +++ b/packages/core-cli-utils/src/private/types.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export type Task = { diff --git a/packages/core-cli-utils/src/private/utils.js b/packages/core-cli-utils/src/private/utils.js index 396d29eed20ee4..f41bbb8a8d21a5 100644 --- a/packages/core-cli-utils/src/private/utils.js +++ b/packages/core-cli-utils/src/private/utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from './types'; diff --git a/packages/core-cli-utils/src/public/version.flow.js b/packages/core-cli-utils/src/public/version.flow.js index 4a8d68333326ff..05a0bd98b389fc 100644 --- a/packages/core-cli-utils/src/public/version.flow.js +++ b/packages/core-cli-utils/src/public/version.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // Usage: diff --git a/packages/core-cli-utils/src/public/version.js b/packages/core-cli-utils/src/public/version.js index 4b22c1e3f97264..f003627058c183 100644 --- a/packages/core-cli-utils/src/public/version.js +++ b/packages/core-cli-utils/src/public/version.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /*:: diff --git a/packages/dev-middleware/src/__tests__/FetchUtils.js b/packages/dev-middleware/src/__tests__/FetchUtils.js index 794c669cfeb2d7..b5b6ba250c84a8 100644 --- a/packages/dev-middleware/src/__tests__/FetchUtils.js +++ b/packages/dev-middleware/src/__tests__/FetchUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {JSONSerializable} from '../inspector-proxy/types'; diff --git a/packages/dev-middleware/src/__tests__/InspectorDebuggerUtils.js b/packages/dev-middleware/src/__tests__/InspectorDebuggerUtils.js index 0a93b180242517..d2d14d3e47a278 100644 --- a/packages/dev-middleware/src/__tests__/InspectorDebuggerUtils.js +++ b/packages/dev-middleware/src/__tests__/InspectorDebuggerUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {JSONSerializable} from '../inspector-proxy/types'; diff --git a/packages/dev-middleware/src/__tests__/InspectorDeviceUtils.js b/packages/dev-middleware/src/__tests__/InspectorDeviceUtils.js index 92cd8793e5d8a2..ba40765285b5c1 100644 --- a/packages/dev-middleware/src/__tests__/InspectorDeviceUtils.js +++ b/packages/dev-middleware/src/__tests__/InspectorDeviceUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js b/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js index 8dcd1dfc156e76..16fa7a6d240295 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js +++ b/packages/dev-middleware/src/__tests__/InspectorProtocolUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyCdpRewritingHacks-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyCdpRewritingHacks-test.js index 3b1860b7e15acb..d354d6117782d8 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyCdpRewritingHacks-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyCdpRewritingHacks-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {withFetchSelfSignedCertsForAllTests} from './FetchUtils'; diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyCdpTransport-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyCdpTransport-test.js index 5e2396edb0f799..25cca11b5cd816 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyCdpTransport-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyCdpTransport-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyCustomMessageHandler-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyCustomMessageHandler-test.js index 92c0eab475b372..134ddda7a0087d 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyCustomMessageHandler-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyCustomMessageHandler-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {fetchJson} from './FetchUtils'; diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyDeviceHandoff-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyDeviceHandoff-test.js index 23961457ad042a..8effaec48be305 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyDeviceHandoff-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyDeviceHandoff-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js index 73b314ff514e71..65e5d4f6ec9039 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyHttpApi-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js b/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js index 08cfb6088d3549..2ac15b14cf2c22 100644 --- a/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js +++ b/packages/dev-middleware/src/__tests__/InspectorProxyReactNativeReloads-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {fetchJson} from './FetchUtils'; diff --git a/packages/dev-middleware/src/__tests__/ResourceUtils.js b/packages/dev-middleware/src/__tests__/ResourceUtils.js index 0ad12756c64cd2..2687b1a8854eac 100644 --- a/packages/dev-middleware/src/__tests__/ResourceUtils.js +++ b/packages/dev-middleware/src/__tests__/ResourceUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export function withAbortSignalForEachTest(): $ReadOnly<{signal: AbortSignal}> { diff --git a/packages/dev-middleware/src/__tests__/ServerUtils.js b/packages/dev-middleware/src/__tests__/ServerUtils.js index bcc3db08115cf9..f67b6a83f49249 100644 --- a/packages/dev-middleware/src/__tests__/ServerUtils.js +++ b/packages/dev-middleware/src/__tests__/ServerUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {JSONSerializable} from '../inspector-proxy/types'; diff --git a/packages/dev-middleware/src/__tests__/embedderScriptStub-test.js b/packages/dev-middleware/src/__tests__/embedderScriptStub-test.js index b84c7cedef937b..9e6c459ecd098c 100644 --- a/packages/dev-middleware/src/__tests__/embedderScriptStub-test.js +++ b/packages/dev-middleware/src/__tests__/embedderScriptStub-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {requestLocal} from './FetchUtils'; diff --git a/packages/dev-middleware/src/__tests__/getBaseUrlFromRequest-test.js b/packages/dev-middleware/src/__tests__/getBaseUrlFromRequest-test.js index 155f3489ab9aa9..e269f2d09e2bf2 100644 --- a/packages/dev-middleware/src/__tests__/getBaseUrlFromRequest-test.js +++ b/packages/dev-middleware/src/__tests__/getBaseUrlFromRequest-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import getBaseUrlFromRequest from '../utils/getBaseUrlFromRequest'; diff --git a/packages/dev-middleware/src/__tests__/getDevToolsFrontendUrl-test.js b/packages/dev-middleware/src/__tests__/getDevToolsFrontendUrl-test.js index 923327fe6cdab9..681aa34938e5fe 100644 --- a/packages/dev-middleware/src/__tests__/getDevToolsFrontendUrl-test.js +++ b/packages/dev-middleware/src/__tests__/getDevToolsFrontendUrl-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import getDevToolsFrontendUrl from '../utils/getDevToolsFrontendUrl'; diff --git a/packages/dev-middleware/src/createDevMiddleware.js b/packages/dev-middleware/src/createDevMiddleware.js index 61653bc4b1ccef..0a5a6000bc981b 100644 --- a/packages/dev-middleware/src/createDevMiddleware.js +++ b/packages/dev-middleware/src/createDevMiddleware.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {CreateCustomMessageHandlerFn} from './inspector-proxy/CustomMessageHandler'; diff --git a/packages/dev-middleware/src/index.flow.js b/packages/dev-middleware/src/index.flow.js index 6bd13afb5f84af..ef1027e39103ad 100644 --- a/packages/dev-middleware/src/index.flow.js +++ b/packages/dev-middleware/src/index.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export {default as createDevMiddleware} from './createDevMiddleware'; diff --git a/packages/dev-middleware/src/index.js b/packages/dev-middleware/src/index.js index c5770f1c554cd6..c94a6211499c7a 100644 --- a/packages/dev-middleware/src/index.js +++ b/packages/dev-middleware/src/index.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/packages/dev-middleware/src/inspector-proxy/CDPMessagesLogging.js b/packages/dev-middleware/src/inspector-proxy/CDPMessagesLogging.js index 9f719568427dba..e8ba47bf76cb9a 100644 --- a/packages/dev-middleware/src/inspector-proxy/CDPMessagesLogging.js +++ b/packages/dev-middleware/src/inspector-proxy/CDPMessagesLogging.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS diff --git a/packages/dev-middleware/src/inspector-proxy/Device.js b/packages/dev-middleware/src/inspector-proxy/Device.js index 1934d2667dadb8..7d35a4fa94ae0f 100644 --- a/packages/dev-middleware/src/inspector-proxy/Device.js +++ b/packages/dev-middleware/src/inspector-proxy/Device.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {EventReporter} from '../types/EventReporter'; diff --git a/packages/dev-middleware/src/inspector-proxy/EventLoopPerfTracker.js b/packages/dev-middleware/src/inspector-proxy/EventLoopPerfTracker.js index 3a649aa4610431..e58afde2849c76 100644 --- a/packages/dev-middleware/src/inspector-proxy/EventLoopPerfTracker.js +++ b/packages/dev-middleware/src/inspector-proxy/EventLoopPerfTracker.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS diff --git a/packages/dev-middleware/src/inspector-proxy/InspectorProxy.js b/packages/dev-middleware/src/inspector-proxy/InspectorProxy.js index ad6c1dee095fcc..4a92406f4f91da 100644 --- a/packages/dev-middleware/src/inspector-proxy/InspectorProxy.js +++ b/packages/dev-middleware/src/inspector-proxy/InspectorProxy.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {DebuggerSessionIDs, EventReporter} from '../types/EventReporter'; diff --git a/packages/dev-middleware/src/inspector-proxy/InspectorProxyHeartbeat.js b/packages/dev-middleware/src/inspector-proxy/InspectorProxyHeartbeat.js index b1276ed704207f..6fc6d3387021be 100644 --- a/packages/dev-middleware/src/inspector-proxy/InspectorProxyHeartbeat.js +++ b/packages/dev-middleware/src/inspector-proxy/InspectorProxyHeartbeat.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS diff --git a/packages/dev-middleware/src/inspector-proxy/cdp-types/messages.js b/packages/dev-middleware/src/inspector-proxy/cdp-types/messages.js index 67ffef60e6c49b..5010668a09e5b9 100644 --- a/packages/dev-middleware/src/inspector-proxy/cdp-types/messages.js +++ b/packages/dev-middleware/src/inspector-proxy/cdp-types/messages.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {JSONSerializable} from '../types'; diff --git a/packages/dev-middleware/src/inspector-proxy/cdp-types/protocol.js b/packages/dev-middleware/src/inspector-proxy/cdp-types/protocol.js index 2111fb7dca3abb..7cb4e814459334 100644 --- a/packages/dev-middleware/src/inspector-proxy/cdp-types/protocol.js +++ b/packages/dev-middleware/src/inspector-proxy/cdp-types/protocol.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // Adapted from https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol.d.ts diff --git a/packages/dev-middleware/src/inspector-proxy/types.js b/packages/dev-middleware/src/inspector-proxy/types.js index 1cd634fa174e3f..408cfbb97c9d0e 100644 --- a/packages/dev-middleware/src/inspector-proxy/types.js +++ b/packages/dev-middleware/src/inspector-proxy/types.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /** diff --git a/packages/dev-middleware/src/middleware/openDebuggerMiddleware.js b/packages/dev-middleware/src/middleware/openDebuggerMiddleware.js index 755bfc0a09f54e..37cc376f5c6c11 100644 --- a/packages/dev-middleware/src/middleware/openDebuggerMiddleware.js +++ b/packages/dev-middleware/src/middleware/openDebuggerMiddleware.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {InspectorProxyQueries} from '../inspector-proxy/InspectorProxy'; diff --git a/packages/dev-middleware/src/types/BrowserLauncher.js b/packages/dev-middleware/src/types/BrowserLauncher.js index dd2bd89ef679ee..6711700c9c49ab 100644 --- a/packages/dev-middleware/src/types/BrowserLauncher.js +++ b/packages/dev-middleware/src/types/BrowserLauncher.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ /** diff --git a/packages/dev-middleware/src/types/Logger.js b/packages/dev-middleware/src/types/Logger.js index 6bd30b9a93cbc9..48720dea29009a 100644 --- a/packages/dev-middleware/src/types/Logger.js +++ b/packages/dev-middleware/src/types/Logger.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ export type Logger = $ReadOnly<{ diff --git a/packages/dev-middleware/src/utils/DefaultBrowserLauncher.js b/packages/dev-middleware/src/utils/DefaultBrowserLauncher.js index 67e5b899c2c191..c00b754431c04d 100644 --- a/packages/dev-middleware/src/utils/DefaultBrowserLauncher.js +++ b/packages/dev-middleware/src/utils/DefaultBrowserLauncher.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import type {BrowserLauncher} from '../types/BrowserLauncher'; diff --git a/packages/dev-middleware/src/utils/getBaseUrlFromRequest.js b/packages/dev-middleware/src/utils/getBaseUrlFromRequest.js index a28b5514797fcb..056d43caac15ef 100644 --- a/packages/dev-middleware/src/utils/getBaseUrlFromRequest.js +++ b/packages/dev-middleware/src/utils/getBaseUrlFromRequest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // Determine the base URL (scheme and host) used by a client to reach this diff --git a/packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js b/packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js index 9147d4acedd5c8..c697eff3fae357 100644 --- a/packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js +++ b/packages/dev-middleware/src/utils/getDevToolsFrontendUrl.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Experiments} from '../types/Experiments'; diff --git a/packages/eslint-plugin-react-native/__tests__/no-deep-imports-test.js b/packages/eslint-plugin-react-native/__tests__/no-deep-imports-test.js index b86d30ef073d08..5102e9f57f29ac 100644 --- a/packages/eslint-plugin-react-native/__tests__/no-deep-imports-test.js +++ b/packages/eslint-plugin-react-native/__tests__/no-deep-imports-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/eslint-plugin-react-native/__tests__/platform-colors-test.js b/packages/eslint-plugin-react-native/__tests__/platform-colors-test.js index fceb13bb7acd9f..93b11786489ed6 100644 --- a/packages/eslint-plugin-react-native/__tests__/platform-colors-test.js +++ b/packages/eslint-plugin-react-native/__tests__/platform-colors-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/eslint-plugin-specs/__tests__/react-native-modules-test.js b/packages/eslint-plugin-specs/__tests__/react-native-modules-test.js index 0704665af2370a..ac8c3e47986395 100644 --- a/packages/eslint-plugin-specs/__tests__/react-native-modules-test.js +++ b/packages/eslint-plugin-specs/__tests__/react-native-modules-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/eslint-plugin-specs/index.js b/packages/eslint-plugin-specs/index.js index eb77fdd6a9a2ba..48758a56077997 100644 --- a/packages/eslint-plugin-specs/index.js +++ b/packages/eslint-plugin-specs/index.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/eslint-plugin-specs/react-native-modules.js b/packages/eslint-plugin-specs/react-native-modules.js index 7cbcc03eef2641..7ab3a9b7f6e2e8 100644 --- a/packages/eslint-plugin-specs/react-native-modules.js +++ b/packages/eslint-plugin-specs/react-native-modules.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/eslint-plugin-specs/with-babel-register/disk-cache.js b/packages/eslint-plugin-specs/with-babel-register/disk-cache.js index a468c7b6d715ad..871f4c03dba4c7 100644 --- a/packages/eslint-plugin-specs/with-babel-register/disk-cache.js +++ b/packages/eslint-plugin-specs/with-babel-register/disk-cache.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ const fs = require('fs'); diff --git a/packages/eslint-plugin-specs/with-babel-register/index.js b/packages/eslint-plugin-specs/with-babel-register/index.js index 77f9fb6e1bfb41..d75c374fdca897 100644 --- a/packages/eslint-plugin-specs/with-babel-register/index.js +++ b/packages/eslint-plugin-specs/with-babel-register/index.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ const diskCache = require('./disk-cache'); diff --git a/packages/helloworld/__tests__/cli-skip.js b/packages/helloworld/__tests__/cli-skip.js index 2b92acc1bc899b..90ebe8e48b8174 100644 --- a/packages/helloworld/__tests__/cli-skip.js +++ b/packages/helloworld/__tests__/cli-skip.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // TODO(T187224491): js1 jest doesn't install the correct commander, instead diff --git a/packages/helloworld/cli.flow.js b/packages/helloworld/cli.flow.js index 30961046fbe1b7..b02be3b1386a1b 100644 --- a/packages/helloworld/cli.flow.js +++ b/packages/helloworld/cli.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {run} from './lib/cli'; diff --git a/packages/helloworld/cli.js b/packages/helloworld/cli.js index ce740de2099788..130210dd9a8be6 100644 --- a/packages/helloworld/cli.js +++ b/packages/helloworld/cli.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /*:: diff --git a/packages/helloworld/lib/cli.js b/packages/helloworld/lib/cli.js index e942981f83bec9..d9e9a2a8ff54ba 100644 --- a/packages/helloworld/lib/cli.js +++ b/packages/helloworld/lib/cli.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from '@react-native/core-cli-utils'; diff --git a/packages/helloworld/lib/filesystem.js b/packages/helloworld/lib/filesystem.js index 2eefba3454b65b..2d6e7d6573f1cf 100644 --- a/packages/helloworld/lib/filesystem.js +++ b/packages/helloworld/lib/filesystem.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {execSync, spawn} from 'child_process'; diff --git a/packages/helloworld/lib/ios.js b/packages/helloworld/lib/ios.js index c966c1f98bd2d0..1aecf2fdeb8e89 100644 --- a/packages/helloworld/lib/ios.js +++ b/packages/helloworld/lib/ios.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {XcodeBuildSettings} from './xcode'; diff --git a/packages/helloworld/lib/xcode.js b/packages/helloworld/lib/xcode.js index 096d54946de7ff..a47a485e2cf446 100644 --- a/packages/helloworld/lib/xcode.js +++ b/packages/helloworld/lib/xcode.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // For the complete list: diff --git a/packages/helloworld/scripts/metro.js b/packages/helloworld/scripts/metro.js index 54a2fd43d13604..7ed70bc301bf81 100644 --- a/packages/helloworld/scripts/metro.js +++ b/packages/helloworld/scripts/metro.js @@ -6,7 +6,6 @@ * * @noflow * @format - * @oncall react_native */ const {startCommand} = require('@react-native/community-cli-plugin'); diff --git a/packages/helloworld/scripts/monorepo.js b/packages/helloworld/scripts/monorepo.js index 7911f764b5935b..7c0d72c2824bf7 100644 --- a/packages/helloworld/scripts/monorepo.js +++ b/packages/helloworld/scripts/monorepo.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // To be able to execute the cli as a yarn script, we have to strip our yarn types. diff --git a/packages/metro-config/src/index.flow.js b/packages/metro-config/src/index.flow.js index fe3630c05f2458..e20df145cf24a9 100644 --- a/packages/metro-config/src/index.flow.js +++ b/packages/metro-config/src/index.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ConfigT} from 'metro-config'; diff --git a/packages/metro-config/src/index.js b/packages/metro-config/src/index.js index 82b4e1d8f8832f..81e2ea61e5e30f 100644 --- a/packages/metro-config/src/index.js +++ b/packages/metro-config/src/index.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/packages/normalize-color/__tests__/normalizeColor-test.js b/packages/normalize-color/__tests__/normalizeColor-test.js index 7600681594f278..b9af70519b2ff6 100644 --- a/packages/normalize-color/__tests__/normalizeColor-test.js +++ b/packages/normalize-color/__tests__/normalizeColor-test.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/polyfills/__tests__/console-itest.js b/packages/polyfills/__tests__/console-itest.js index 61f1e5ade4d43b..d27313bf591c4f 100644 --- a/packages/polyfills/__tests__/console-itest.js +++ b/packages/polyfills/__tests__/console-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const LOG_LEVELS = { diff --git a/packages/react-native-babel-preset/src/__mocks__/test-helpers.js b/packages/react-native-babel-preset/src/__mocks__/test-helpers.js index 6a00550402b2a1..5adf924b025cc3 100644 --- a/packages/react-native-babel-preset/src/__mocks__/test-helpers.js +++ b/packages/react-native-babel-preset/src/__mocks__/test-helpers.js @@ -6,7 +6,6 @@ * * @format * @flow strict - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-preset/src/configs/hmr.js b/packages/react-native-babel-preset/src/configs/hmr.js index 46cbcbd485e61a..c7ff6bac5cb7b5 100644 --- a/packages/react-native-babel-preset/src/configs/hmr.js +++ b/packages/react-native-babel-preset/src/configs/hmr.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-preset/src/configs/lazy-imports.js b/packages/react-native-babel-preset/src/configs/lazy-imports.js index 1c001f67a91f15..634f819a91788d 100644 --- a/packages/react-native-babel-preset/src/configs/lazy-imports.js +++ b/packages/react-native-babel-preset/src/configs/lazy-imports.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ // This is the set of modules that React Native publicly exports and that we diff --git a/packages/react-native-babel-preset/src/configs/main.js b/packages/react-native-babel-preset/src/configs/main.js index 3290d994d88e68..c98e635d21c8ea 100644 --- a/packages/react-native-babel-preset/src/configs/main.js +++ b/packages/react-native-babel-preset/src/configs/main.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-preset/src/index.js b/packages/react-native-babel-preset/src/index.js index 011dfe06405212..5be0b82fbd5e51 100644 --- a/packages/react-native-babel-preset/src/index.js +++ b/packages/react-native-babel-preset/src/index.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-preset/src/passthrough-syntax-plugins.js b/packages/react-native-babel-preset/src/passthrough-syntax-plugins.js index f66f225c64076b..da6c2d2d9b4093 100644 --- a/packages/react-native-babel-preset/src/passthrough-syntax-plugins.js +++ b/packages/react-native-babel-preset/src/passthrough-syntax-plugins.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-preset/src/plugin-warn-on-deep-imports.js b/packages/react-native-babel-preset/src/plugin-warn-on-deep-imports.js index 435ed2dab20f85..2bc0f1c5b51f36 100644 --- a/packages/react-native-babel-preset/src/plugin-warn-on-deep-imports.js +++ b/packages/react-native-babel-preset/src/plugin-warn-on-deep-imports.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-babel-transformer/src/index.js b/packages/react-native-babel-transformer/src/index.js index 9e2b7709ad68a0..26cab6f928eb9e 100644 --- a/packages/react-native-babel-transformer/src/index.js +++ b/packages/react-native-babel-transformer/src/index.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ // This file uses Flow comment syntax so that it may be used from source as a diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentDescriptorH-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentDescriptorH-test.js index a9994bd79b2ba4..9f2eed58d9c0da 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentDescriptorH-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentDescriptorH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentHObjCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentHObjCpp-test.js index d010a3aa2512a3..a209210416f08a 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentHObjCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateComponentHObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterCpp-test.js index efdbd6e95fa422..3029bfe839ea5e 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterH-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterH-test.js index 1dc0a35958b3c2..975cee695adfff 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterH-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateEventEmitterH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsCpp-test.js index 4d693b35d1ab4a..f4f94f01ab2e3a 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsH-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsH-test.js index 45d755fbc64f3f..1522971a181beb 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsH-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaDelegate-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaDelegate-test.js index 1fd4a44bb7cd5e..1d0cdb8ff44c21 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaDelegate-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaDelegate-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaInterface-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaInterface-test.js index 7760f4a296ea37..f21cca74710784 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaInterface-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GeneratePropsJavaInterface-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeCpp-test.js index 1c12de8979c9b0..fcadc24082b82c 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeH-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeH-test.js index ff5dc00e75ecbc..6b2f235e36edaa 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeH-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateShadowNodeH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateViewConfigJs-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateViewConfigJs-test.js index fdc81b37c5e310..c760d39dd18d88 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateViewConfigJs-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/components/GenerateViewConfigJs-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleCpp-test.js index c73e16cab095e7..4e04f1fa3de556 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleH-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleH-test.js index 9a7b37d382f0c6..2d90018c849d0f 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleH-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleObjCpp-test.js b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleObjCpp-test.js index a5c0584ab6f432..2ec90f56f72454 100644 --- a/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleObjCpp-test.js +++ b/packages/react-native-codegen/e2e/deep_imports/__tests__/modules/GenerateModuleObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentDescriptorH-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentDescriptorH-test.js index ff6594958d62d6..3dfc73d56d995f 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentDescriptorH-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentDescriptorH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentHObjCpp-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentHObjCpp-test.js index 7ae951262297d5..efd2887d6f2ac0 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentHObjCpp-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateComponentHObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterCpp-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterCpp-test.js index f4425657117dd9..0c866a062f628f 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterCpp-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterH-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterH-test.js index 76e8c562fac88d..897bd6dfc3efd8 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterH-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateEventEmitterH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsCpp-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsCpp-test.js index f0ea4b7087336c..23341bf1ae6622 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsCpp-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsH-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsH-test.js index a9485ca5e60971..f5737e381c6e1e 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsH-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaDelegate-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaDelegate-test.js index 7707f997b568d0..f0fcb25f7364f7 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaDelegate-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaDelegate-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaInterface-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaInterface-test.js index 7760f4a296ea37..f21cca74710784 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaInterface-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GeneratePropsJavaInterface-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeCpp-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeCpp-test.js index 175189e0356412..11e9d4ced8f65d 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeCpp-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeH-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeH-test.js index 62ed52f8294ab5..5e550adcdbb6cd 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeH-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateShadowNodeH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateViewConfigJs-test.js b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateViewConfigJs-test.js index 69ef9234dca304..1f75c77c665e1d 100644 --- a/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateViewConfigJs-test.js +++ b/packages/react-native-codegen/e2e/namespaced/__tests__/components/GenerateViewConfigJs-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/__tests__/SchemaValidator-test.js b/packages/react-native-codegen/src/__tests__/SchemaValidator-test.js index a983168311f8c2..35ceb0befbae0c 100644 --- a/packages/react-native-codegen/src/__tests__/SchemaValidator-test.js +++ b/packages/react-native-codegen/src/__tests__/SchemaValidator-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/cli/combine/__tests__/combine-utils-test.js b/packages/react-native-codegen/src/cli/combine/__tests__/combine-utils-test.js index 7f523b758229b2..f147d14a8263be 100644 --- a/packages/react-native-codegen/src/cli/combine/__tests__/combine-utils-test.js +++ b/packages/react-native-codegen/src/cli/combine/__tests__/combine-utils-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use-strict'; diff --git a/packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js b/packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js index 9fc5e0b2fb8183..5049b34f8a94a4 100644 --- a/packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js +++ b/packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/cli/combine/combine-utils.js b/packages/react-native-codegen/src/cli/combine/combine-utils.js index 6ae0f934d7a089..fccd2773d31408 100644 --- a/packages/react-native-codegen/src/cli/combine/combine-utils.js +++ b/packages/react-native-codegen/src/cli/combine/combine-utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/cli/parser/parser-cli.js b/packages/react-native-codegen/src/cli/parser/parser-cli.js index 084b11c7adec1a..38b5ff1dea2fbe 100644 --- a/packages/react-native-codegen/src/cli/parser/parser-cli.js +++ b/packages/react-native-codegen/src/cli/parser/parser-cli.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/TypeUtils/Cxx/index.js b/packages/react-native-codegen/src/generators/TypeUtils/Cxx/index.js index fcde7828a856fd..3c03d33e80fd8a 100644 --- a/packages/react-native-codegen/src/generators/TypeUtils/Cxx/index.js +++ b/packages/react-native-codegen/src/generators/TypeUtils/Cxx/index.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ function wrapOptional(type: string, isRequired: boolean): string { diff --git a/packages/react-native-codegen/src/generators/TypeUtils/Java/index.js b/packages/react-native-codegen/src/generators/TypeUtils/Java/index.js index b184cb6395bb22..53f064b5c14984 100644 --- a/packages/react-native-codegen/src/generators/TypeUtils/Java/index.js +++ b/packages/react-native-codegen/src/generators/TypeUtils/Java/index.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ const objectTypeForPrimitiveType = { diff --git a/packages/react-native-codegen/src/generators/TypeUtils/Objective-C/index.js b/packages/react-native-codegen/src/generators/TypeUtils/Objective-C/index.js index 529bfe64a9ad08..a5c9e0392c8e0f 100644 --- a/packages/react-native-codegen/src/generators/TypeUtils/Objective-C/index.js +++ b/packages/react-native-codegen/src/generators/TypeUtils/Objective-C/index.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ function wrapOptional(type: string, isRequired: boolean): string { diff --git a/packages/react-native-codegen/src/generators/__tests__/RNCodegen-test.js b/packages/react-native-codegen/src/generators/__tests__/RNCodegen-test.js index efe3dbf2c74368..b99c038a2554bb 100644 --- a/packages/react-native-codegen/src/generators/__tests__/RNCodegen-test.js +++ b/packages/react-native-codegen/src/generators/__tests__/RNCodegen-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorCpp-test.js index ebef5169033a4c..1be6ace46e9214 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorH-test.js index e82eddd170c32a..ac73fcf2d386e5 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentDescriptorH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentHObjCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentHObjCpp-test.js index 0dbe605607ced9..a90cc439e0c258 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentHObjCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateComponentHObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterCpp-test.js index 65edf61ff7c5ef..e6ba0a50117cbd 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterH-test.js index 7709553b48a6b8..f0b108636cdba8 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateEventEmitterH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsCpp-test.js index 0ee57230d1c1c0..e7172f516dfb7e 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsH-test.js index 4e03ca4f8f68a1..c0ba7776c8722c 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaDelegate-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaDelegate-test.js index a4e310642d848a..2f63a331af1342 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaDelegate-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaDelegate-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaInterface-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaInterface-test.js index 7f5af5f68c5d5e..a86480c17edf89 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaInterface-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaInterface-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaPojo-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaPojo-test.js index f5355238340308..ee53d853edfc41 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaPojo-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GeneratePropsJavaPojo-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeCpp-test.js index 71903e8b92e334..420cdd1af08642 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeH-test.js index 0ab80f0b559e19..8a0abcd3807593 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateShadowNodeH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateCpp-test.js index 218bf057b4aa0b..fe656cc42a8fca 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateH-test.js index 30b6b184b0e51d..d300c2272fc1a2 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateStateH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateTests-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateTests-test.js index e40772a62b47a5..ee40b76573e49f 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateTests-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateTests-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderH-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderH-test.js index f5cc5eac0d9ecf..dd8efa72c75a55 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderH-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderObjCpp-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderObjCpp-test.js index 046c7c81ff29fd..0c98e740c1d451 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderObjCpp-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateThirdPartyFabricComponentsProviderObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/components/__tests__/GenerateViewConfigJs-test.js b/packages/react-native-codegen/src/generators/components/__tests__/GenerateViewConfigJs-test.js index e90bfe4e4a36f5..8895f6e5cc93a3 100644 --- a/packages/react-native-codegen/src/generators/components/__tests__/GenerateViewConfigJs-test.js +++ b/packages/react-native-codegen/src/generators/components/__tests__/GenerateViewConfigJs-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleCpp-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleCpp-test.js index 993cf01ef1b4f3..a0ec9d477d6244 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleCpp-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleH-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleH-test.js index 2d7e3e49f8c328..3bc24589a19c9c 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleH-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleHObjCpp-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleHObjCpp-test.js index 6476daa01c41b7..bb50ae55a1ea5f 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleHObjCpp-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleHObjCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJavaSpec-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJavaSpec-test.js index b3ea40c76e0234..45d7b0e5879638 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJavaSpec-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJavaSpec-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniCpp-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniCpp-test.js index dc95651199379f..0e1fae7402ebdd 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniCpp-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniCpp-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniH-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniH-test.js index 0ce2e0ef1460e1..694f3693094740 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniH-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleJniH-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleMm-test.js b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleMm-test.js index 11fd335a9b4470..bc2a1f397dafef 100644 --- a/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleMm-test.js +++ b/packages/react-native-codegen/src/generators/modules/__tests__/GenerateModuleMm-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/__tests__/error-utils-test.js b/packages/react-native-codegen/src/parsers/__tests__/error-utils-test.js index 12d42258b985d2..ec576ad42dea1a 100644 --- a/packages/react-native-codegen/src/parsers/__tests__/error-utils-test.js +++ b/packages/react-native-codegen/src/parsers/__tests__/error-utils-test.js @@ -6,7 +6,6 @@ * * @format * @flow strict-local - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/__tests__/parsers-commons-test.js b/packages/react-native-codegen/src/parsers/__tests__/parsers-commons-test.js index 5c2b37d2a0446c..2b65ebb8dba639 100644 --- a/packages/react-native-codegen/src/parsers/__tests__/parsers-commons-test.js +++ b/packages/react-native-codegen/src/parsers/__tests__/parsers-commons-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use-strict'; diff --git a/packages/react-native-codegen/src/parsers/__tests__/parsers-primitives-test.js b/packages/react-native-codegen/src/parsers/__tests__/parsers-primitives-test.js index 1ee011aa98ac37..2bb37512199e00 100644 --- a/packages/react-native-codegen/src/parsers/__tests__/parsers-primitives-test.js +++ b/packages/react-native-codegen/src/parsers/__tests__/parsers-primitives-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use-strict'; diff --git a/packages/react-native-codegen/src/parsers/__tests__/parsers-test.js b/packages/react-native-codegen/src/parsers/__tests__/parsers-test.js index 41014b875069c1..e7de0a890da666 100644 --- a/packages/react-native-codegen/src/parsers/__tests__/parsers-test.js +++ b/packages/react-native-codegen/src/parsers/__tests__/parsers-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use-strict'; diff --git a/packages/react-native-codegen/src/parsers/__tests__/utils-test.js b/packages/react-native-codegen/src/parsers/__tests__/utils-test.js index 31b396be361010..4e19188c26fe7e 100644 --- a/packages/react-native-codegen/src/parsers/__tests__/utils-test.js +++ b/packages/react-native-codegen/src/parsers/__tests__/utils-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/consistency/__tests__/checkComponentSnaps-test.js b/packages/react-native-codegen/src/parsers/consistency/__tests__/checkComponentSnaps-test.js index 88bb8370e5e0d7..f50ffb89a2d105 100644 --- a/packages/react-native-codegen/src/parsers/consistency/__tests__/checkComponentSnaps-test.js +++ b/packages/react-native-codegen/src/parsers/consistency/__tests__/checkComponentSnaps-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/consistency/__tests__/checkModuleSnaps-test.js b/packages/react-native-codegen/src/parsers/consistency/__tests__/checkModuleSnaps-test.js index 846598b467990c..0cbf5cdd6ff947 100644 --- a/packages/react-native-codegen/src/parsers/consistency/__tests__/checkModuleSnaps-test.js +++ b/packages/react-native-codegen/src/parsers/consistency/__tests__/checkModuleSnaps-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/consistency/compareSnaps.js b/packages/react-native-codegen/src/parsers/consistency/compareSnaps.js index 51e1b740ce96d2..4b273630805f4f 100644 --- a/packages/react-native-codegen/src/parsers/consistency/compareSnaps.js +++ b/packages/react-native-codegen/src/parsers/consistency/compareSnaps.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/flow/components/__tests__/component-parser-test.js b/packages/react-native-codegen/src/parsers/flow/components/__tests__/component-parser-test.js index 50f0dfdc5567b0..da084290cb7c33 100644 --- a/packages/react-native-codegen/src/parsers/flow/components/__tests__/component-parser-test.js +++ b/packages/react-native-codegen/src/parsers/flow/components/__tests__/component-parser-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/flow/modules/__tests__/module-parser-snapshot-test.js b/packages/react-native-codegen/src/parsers/flow/modules/__tests__/module-parser-snapshot-test.js index 0fb4e8a15e6ce0..8971838bd2de0e 100644 --- a/packages/react-native-codegen/src/parsers/flow/modules/__tests__/module-parser-snapshot-test.js +++ b/packages/react-native-codegen/src/parsers/flow/modules/__tests__/module-parser-snapshot-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/typescript/components/__tests__/typescript-component-parser-test.js b/packages/react-native-codegen/src/parsers/typescript/components/__tests__/typescript-component-parser-test.js index e1d51d37c4963e..cbc531ec6e0b12 100644 --- a/packages/react-native-codegen/src/parsers/typescript/components/__tests__/typescript-component-parser-test.js +++ b/packages/react-native-codegen/src/parsers/typescript/components/__tests__/typescript-component-parser-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-codegen/src/parsers/typescript/modules/__tests__/typescript-module-parser-snapshot-test.js b/packages/react-native-codegen/src/parsers/typescript/modules/__tests__/typescript-module-parser-snapshot-test.js index d375d0bbae99f4..39963c295fcc08 100644 --- a/packages/react-native-codegen/src/parsers/typescript/modules/__tests__/typescript-module-parser-snapshot-test.js +++ b/packages/react-native-codegen/src/parsers/typescript/modules/__tests__/typescript-module-parser-snapshot-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native-compatibility-check/src/__tests__/ErrorFormatting-test.js b/packages/react-native-compatibility-check/src/__tests__/ErrorFormatting-test.js index dd9de5f5bb3365..d4a1fb489c9c15 100644 --- a/packages/react-native-compatibility-check/src/__tests__/ErrorFormatting-test.js +++ b/packages/react-native-compatibility-check/src/__tests__/ErrorFormatting-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import {formatDiffSet} from '../ErrorFormatting.js'; diff --git a/packages/react-native-compatibility-check/src/__tests__/ErrorFormattingTests.js b/packages/react-native-compatibility-check/src/__tests__/ErrorFormattingTests.js index a4a97b720d4768..f56d5976a46f5f 100644 --- a/packages/react-native-compatibility-check/src/__tests__/ErrorFormattingTests.js +++ b/packages/react-native-compatibility-check/src/__tests__/ErrorFormattingTests.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export const okayChanges = [ diff --git a/packages/react-native-compatibility-check/src/__tests__/TypeDiffing-test.js b/packages/react-native-compatibility-check/src/__tests__/TypeDiffing-test.js index d58a0155e25221..076118d4238832 100644 --- a/packages/react-native-compatibility-check/src/__tests__/TypeDiffing-test.js +++ b/packages/react-native-compatibility-check/src/__tests__/TypeDiffing-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import convertPropToBasicTypes from '../convertPropToBasicTypes'; diff --git a/packages/react-native-compatibility-check/src/__tests__/VersionDiffing-test.js b/packages/react-native-compatibility-check/src/__tests__/VersionDiffing-test.js index 361a70e6f9cc45..3fff89538c77da 100644 --- a/packages/react-native-compatibility-check/src/__tests__/VersionDiffing-test.js +++ b/packages/react-native-compatibility-check/src/__tests__/VersionDiffing-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import type {SchemaDiff, TypeStore} from '../DiffResults'; diff --git a/packages/react-native-compatibility-check/src/__tests__/utilities/getTestSchema.js b/packages/react-native-compatibility-check/src/__tests__/utilities/getTestSchema.js index 5b008a683da797..0b447cc96462c2 100644 --- a/packages/react-native-compatibility-check/src/__tests__/utilities/getTestSchema.js +++ b/packages/react-native-compatibility-check/src/__tests__/utilities/getTestSchema.js @@ -6,7 +6,6 @@ * * @format * @flow strict-local - * @oncall react_native */ import type {SchemaType} from '@react-native/codegen/src/CodegenSchema'; diff --git a/packages/react-native-compatibility-check/src/convertPropToBasicTypes.js b/packages/react-native-compatibility-check/src/convertPropToBasicTypes.js index 1fdd80f73d1420..3a36cea1447dff 100644 --- a/packages/react-native-compatibility-check/src/convertPropToBasicTypes.js +++ b/packages/react-native-compatibility-check/src/convertPropToBasicTypes.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/react-native-compatibility-check/src/index.flow.js b/packages/react-native-compatibility-check/src/index.flow.js index ad79b4145acf9a..84efdddcd3edd0 100644 --- a/packages/react-native-compatibility-check/src/index.flow.js +++ b/packages/react-native-compatibility-check/src/index.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export {compareSchemas} from './index.js'; diff --git a/packages/react-native-compatibility-check/src/index.js b/packages/react-native-compatibility-check/src/index.js index 264b9eed43049c..e4a26ab7d7b55f 100644 --- a/packages/react-native-compatibility-check/src/index.js +++ b/packages/react-native-compatibility-check/src/index.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/react-native-fantom/runner/EnvironmentOptions.js b/packages/react-native-fantom/runner/EnvironmentOptions.js index 18c9173c6b76de..798c077e8e2be1 100644 --- a/packages/react-native-fantom/runner/EnvironmentOptions.js +++ b/packages/react-native-fantom/runner/EnvironmentOptions.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ export const printCLIOutput: boolean = Boolean(process.env.FANTOM_PRINT_OUTPUT); diff --git a/packages/react-native-fantom/runner/entrypoint-template.js b/packages/react-native-fantom/runner/entrypoint-template.js index 7c2f5eccc4c8ea..98e1b89536f280 100644 --- a/packages/react-native-fantom/runner/entrypoint-template.js +++ b/packages/react-native-fantom/runner/entrypoint-template.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {SnapshotConfig} from '../runtime/snapshotContext'; @@ -41,7 +40,6 @@ module.exports = function entrypointTemplate({ * ${'@'}generated * @noformat * @noflow - * @oncall react_native */ import {registerTest} from '${setupModulePath}'; diff --git a/packages/react-native-fantom/runner/getFantomTestConfig.js b/packages/react-native-fantom/runner/getFantomTestConfig.js index 088704de6739d9..82bd5878f37afc 100644 --- a/packages/react-native-fantom/runner/getFantomTestConfig.js +++ b/packages/react-native-fantom/runner/getFantomTestConfig.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {FeatureFlagValue} from '../../../packages/react-native/scripts/featureflags/types'; diff --git a/packages/react-native-fantom/runner/index.js b/packages/react-native-fantom/runner/index.js index 882f09953fcec9..b794dd80af45b9 100644 --- a/packages/react-native-fantom/runner/index.js +++ b/packages/react-native-fantom/runner/index.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ require('../../../scripts/babel-register').registerForMonorepo(); diff --git a/packages/react-native-fantom/runner/runner.js b/packages/react-native-fantom/runner/runner.js index 48d19a5f3c3075..16839abac1cad4 100644 --- a/packages/react-native-fantom/runner/runner.js +++ b/packages/react-native-fantom/runner/runner.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TestSuiteResult} from '../runtime/setup'; diff --git a/packages/react-native-fantom/runner/snapshotUtils.js b/packages/react-native-fantom/runner/snapshotUtils.js index 5f2e7916fbc0fc..e008840bd00206 100644 --- a/packages/react-native-fantom/runner/snapshotUtils.js +++ b/packages/react-native-fantom/runner/snapshotUtils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TestSnapshotResults} from '../runtime/snapshotContext'; diff --git a/packages/react-native-fantom/runner/utils.js b/packages/react-native-fantom/runner/utils.js index 3e659f436034e4..7bc32a9814eafb 100644 --- a/packages/react-native-fantom/runner/utils.js +++ b/packages/react-native-fantom/runner/utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import * as EnvironmentOptions from './EnvironmentOptions'; diff --git a/packages/react-native-fantom/runner/warmup/index.js b/packages/react-native-fantom/runner/warmup/index.js index ead585893a9682..964e62cb4de7e2 100644 --- a/packages/react-native-fantom/runner/warmup/index.js +++ b/packages/react-native-fantom/runner/warmup/index.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ require('../../../../scripts/babel-register').registerForMonorepo(); diff --git a/packages/react-native-fantom/runner/warmup/warmup.js b/packages/react-native-fantom/runner/warmup/warmup.js index 93a918e09446e5..2ab3963ba92b95 100644 --- a/packages/react-native-fantom/runner/warmup/warmup.js +++ b/packages/react-native-fantom/runner/warmup/warmup.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import { diff --git a/packages/react-native-fantom/runtime/WarmUpEntryPoint.js b/packages/react-native-fantom/runtime/WarmUpEntryPoint.js index d172e325631554..dc570cca156440 100644 --- a/packages/react-native-fantom/runtime/WarmUpEntryPoint.js +++ b/packages/react-native-fantom/runtime/WarmUpEntryPoint.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /** diff --git a/packages/react-native-fantom/runtime/expect.js b/packages/react-native-fantom/runtime/expect.js index f44987b306eab1..6d876ed59c3705 100644 --- a/packages/react-native-fantom/runtime/expect.js +++ b/packages/react-native-fantom/runtime/expect.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {ensureMockFunction} from './mocks'; diff --git a/packages/react-native-fantom/runtime/mocks.js b/packages/react-native-fantom/runtime/mocks.js index 4d8e41a4cdd7f5..03642ec9dda30b 100644 --- a/packages/react-native-fantom/runtime/mocks.js +++ b/packages/react-native-fantom/runtime/mocks.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export const MOCK_FN_TAG: symbol = Symbol('mock function'); diff --git a/packages/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js b/packages/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js index 88b14e7e654a04..0e5482de2f57c4 100644 --- a/packages/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js +++ b/packages/react-native-fantom/runtime/mocks/ReactNativeInternalFeatureFlags.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ module.exports = { diff --git a/packages/react-native-fantom/runtime/patchWeakRef.js b/packages/react-native-fantom/runtime/patchWeakRef.js index 6751b2e977e3f0..39aada1f760289 100644 --- a/packages/react-native-fantom/runtime/patchWeakRef.js +++ b/packages/react-native-fantom/runtime/patchWeakRef.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import * as Fantom from '@react-native/fantom'; diff --git a/packages/react-native-fantom/runtime/setup.js b/packages/react-native-fantom/runtime/setup.js index e186fb569f92f2..3f21826f3b698b 100644 --- a/packages/react-native-fantom/runtime/setup.js +++ b/packages/react-native-fantom/runtime/setup.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {SnapshotConfig, TestSnapshotResults} from './snapshotContext'; diff --git a/packages/react-native-fantom/runtime/snapshotContext.js b/packages/react-native-fantom/runtime/snapshotContext.js index 03a55a665cfae8..8b6ae339084200 100644 --- a/packages/react-native-fantom/runtime/snapshotContext.js +++ b/packages/react-native-fantom/runtime/snapshotContext.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {diff} from 'jest-diff'; diff --git a/packages/react-native-fantom/src/__tests__/Fantom-itest.js b/packages/react-native-fantom/src/__tests__/Fantom-itest.js index 3b8ac87397602d..81195c474f35f9 100644 --- a/packages/react-native-fantom/src/__tests__/Fantom-itest.js +++ b/packages/react-native-fantom/src/__tests__/Fantom-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native-fantom/src/__tests__/FantomFeatureFlags-itest.js b/packages/react-native-fantom/src/__tests__/FantomFeatureFlags-itest.js index 7a35f12a24b478..8e9115d9bb4e67 100644 --- a/packages/react-native-fantom/src/__tests__/FantomFeatureFlags-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomFeatureFlags-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags commonTestFlag:true jsOnlyTestFlag:true */ diff --git a/packages/react-native-fantom/src/__tests__/FantomModeDefault-itest.js b/packages/react-native-fantom/src/__tests__/FantomModeDefault-itest.js index d0f5b73fde5f33..6b85523ae3feb1 100644 --- a/packages/react-native-fantom/src/__tests__/FantomModeDefault-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomModeDefault-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ describe('no "@fantom_mode" in docblock', () => { diff --git a/packages/react-native-fantom/src/__tests__/FantomModeDev-itest.js b/packages/react-native-fantom/src/__tests__/FantomModeDev-itest.js index 4945ba514c8014..a018a270cbd13b 100644 --- a/packages/react-native-fantom/src/__tests__/FantomModeDev-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomModeDev-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_mode dev */ diff --git a/packages/react-native-fantom/src/__tests__/FantomModeDevBytecode-itest.js b/packages/react-native-fantom/src/__tests__/FantomModeDevBytecode-itest.js index 8704722a7e2f7a..f3134fced6905c 100644 --- a/packages/react-native-fantom/src/__tests__/FantomModeDevBytecode-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomModeDevBytecode-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_mode dev-bytecode */ diff --git a/packages/react-native-fantom/src/__tests__/FantomModeOpt-itest.js b/packages/react-native-fantom/src/__tests__/FantomModeOpt-itest.js index 9f943ea0787a94..013269a4baa48e 100644 --- a/packages/react-native-fantom/src/__tests__/FantomModeOpt-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomModeOpt-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_mode opt */ diff --git a/packages/react-native-fantom/src/__tests__/FantomWeakRefs-itest.js b/packages/react-native-fantom/src/__tests__/FantomWeakRefs-itest.js index d73cf0da2e4d38..685eae20454b2d 100644 --- a/packages/react-native-fantom/src/__tests__/FantomWeakRefs-itest.js +++ b/packages/react-native-fantom/src/__tests__/FantomWeakRefs-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native-fantom/src/__tests__/benchmarks/BenchmarkTests-testMode-benchmark-itest.js b/packages/react-native-fantom/src/__tests__/benchmarks/BenchmarkTests-testMode-benchmark-itest.js index 93979fb0f643a7..65eb176583b989 100644 --- a/packages/react-native-fantom/src/__tests__/benchmarks/BenchmarkTests-testMode-benchmark-itest.js +++ b/packages/react-native-fantom/src/__tests__/benchmarks/BenchmarkTests-testMode-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native-fantom/src/__tests__/expect-itest.js b/packages/react-native-fantom/src/__tests__/expect-itest.js index 6f8f919b730b0c..7b904545b03c2c 100644 --- a/packages/react-native-fantom/src/__tests__/expect-itest.js +++ b/packages/react-native-fantom/src/__tests__/expect-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import * as React from 'react'; diff --git a/packages/react-native-fantom/src/__tests__/playground/Playground-benchmark-itest.js b/packages/react-native-fantom/src/__tests__/playground/Playground-benchmark-itest.js index d5c363170f5d59..47137e3d83c569 100644 --- a/packages/react-native-fantom/src/__tests__/playground/Playground-benchmark-itest.js +++ b/packages/react-native-fantom/src/__tests__/playground/Playground-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native-fantom/src/__tests__/playground/Playground-itest.js b/packages/react-native-fantom/src/__tests__/playground/Playground-itest.js index bce20991864208..f20676b9a1989b 100644 --- a/packages/react-native-fantom/src/__tests__/playground/Playground-itest.js +++ b/packages/react-native-fantom/src/__tests__/playground/Playground-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native-fantom/src/__tests__/setup/focused-hooks-itest.js b/packages/react-native-fantom/src/__tests__/setup/focused-hooks-itest.js index 6e097bdf793c0c..9b02a14fd57024 100644 --- a/packages/react-native-fantom/src/__tests__/setup/focused-hooks-itest.js +++ b/packages/react-native-fantom/src/__tests__/setup/focused-hooks-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const logs: string[] = []; diff --git a/packages/react-native-fantom/src/__tests__/setup/order-of-execution-itest.js b/packages/react-native-fantom/src/__tests__/setup/order-of-execution-itest.js index 5e097eb85f614c..892aadc198b2d8 100644 --- a/packages/react-native-fantom/src/__tests__/setup/order-of-execution-itest.js +++ b/packages/react-native-fantom/src/__tests__/setup/order-of-execution-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const logs: string[] = []; diff --git a/packages/react-native-fantom/src/__tests__/setup/order-of-hooks-executions-itest.js b/packages/react-native-fantom/src/__tests__/setup/order-of-hooks-executions-itest.js index 5ad0a9e8eb8b5e..27b713cc5a28bd 100644 --- a/packages/react-native-fantom/src/__tests__/setup/order-of-hooks-executions-itest.js +++ b/packages/react-native-fantom/src/__tests__/setup/order-of-hooks-executions-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const logs: string[] = []; diff --git a/packages/react-native-fantom/src/__tests__/setup/scoping-itest.js b/packages/react-native-fantom/src/__tests__/setup/scoping-itest.js index 5b9f723fa98793..f67bd167b7031c 100644 --- a/packages/react-native-fantom/src/__tests__/setup/scoping-itest.js +++ b/packages/react-native-fantom/src/__tests__/setup/scoping-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const logs: string[] = []; diff --git a/packages/react-native-fantom/src/getFantomRenderedOutput.js b/packages/react-native-fantom/src/getFantomRenderedOutput.js index 4329d931414d43..db9fc79c30b2c3 100644 --- a/packages/react-native-fantom/src/getFantomRenderedOutput.js +++ b/packages/react-native-fantom/src/getFantomRenderedOutput.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // $FlowExpectedError[untyped-import] diff --git a/packages/react-native/Libraries/Animated/Animated.js b/packages/react-native/Libraries/Animated/Animated.js index d81e5dc05a9463..6c0d43033acf9c 100644 --- a/packages/react-native/Libraries/Animated/Animated.js +++ b/packages/react-native/Libraries/Animated/Animated.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import typeof * as AnimatedExports from './AnimatedExports'; diff --git a/packages/react-native/Libraries/Animated/Animated.js.flow b/packages/react-native/Libraries/Animated/Animated.js.flow index 0520696bdeb40c..73db4dac276365 100644 --- a/packages/react-native/Libraries/Animated/Animated.js.flow +++ b/packages/react-native/Libraries/Animated/Animated.js.flow @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export * as default from './AnimatedExports'; diff --git a/packages/react-native/Libraries/Animated/AnimatedExports.js b/packages/react-native/Libraries/Animated/AnimatedExports.js index a1563b1b6f39d2..1c6c5cf9801284 100644 --- a/packages/react-native/Libraries/Animated/AnimatedExports.js +++ b/packages/react-native/Libraries/Animated/AnimatedExports.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import typeof AnimatedFlatList from './components/AnimatedFlatList'; diff --git a/packages/react-native/Libraries/Animated/AnimatedExports.js.flow b/packages/react-native/Libraries/Animated/AnimatedExports.js.flow index 726daa8cd25a5e..5200416f87e083 100644 --- a/packages/react-native/Libraries/Animated/AnimatedExports.js.flow +++ b/packages/react-native/Libraries/Animated/AnimatedExports.js.flow @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import AnimatedImplementation from './AnimatedImplementation'; diff --git a/packages/react-native/Libraries/Animated/__tests__/Animated-test.js b/packages/react-native/Libraries/Animated/__tests__/Animated-test.js index 02d425cbd137df..0ac2a1d36c406c 100644 --- a/packages/react-native/Libraries/Animated/__tests__/Animated-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/Animated-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import * as React from 'react'; diff --git a/packages/react-native/Libraries/Animated/__tests__/Animated-web-test.js b/packages/react-native/Libraries/Animated/__tests__/Animated-web-test.js index 15ebd06c3a6226..07128639725ebd 100644 --- a/packages/react-native/Libraries/Animated/__tests__/Animated-web-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/Animated-web-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ const StyleSheet = require('../../StyleSheet/StyleSheet').default; diff --git a/packages/react-native/Libraries/Animated/__tests__/AnimatedMock-test.js b/packages/react-native/Libraries/Animated/__tests__/AnimatedMock-test.js index d08a5ecc38f72e..ea5e44671263ff 100644 --- a/packages/react-native/Libraries/Animated/__tests__/AnimatedMock-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/AnimatedMock-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Animated/__tests__/AnimatedObject-test.js b/packages/react-native/Libraries/Animated/__tests__/AnimatedObject-test.js index 1f3d06389bd2a9..005235be385ad1 100644 --- a/packages/react-native/Libraries/Animated/__tests__/AnimatedObject-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/AnimatedObject-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import nullthrows from 'nullthrows'; diff --git a/packages/react-native/Libraries/Animated/__tests__/AnimatedProps-test.js b/packages/react-native/Libraries/Animated/__tests__/AnimatedProps-test.js index dd9f574e93a2a6..012d93f8d074f3 100644 --- a/packages/react-native/Libraries/Animated/__tests__/AnimatedProps-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/AnimatedProps-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import AnimatedProps from '../nodes/AnimatedProps'; diff --git a/packages/react-native/Libraries/Animated/__tests__/AnimatedValue-test.js b/packages/react-native/Libraries/Animated/__tests__/AnimatedValue-test.js index 866fb557f01b36..c666e3f98241ae 100644 --- a/packages/react-native/Libraries/Animated/__tests__/AnimatedValue-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/AnimatedValue-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ describe('AnimatedValue', () => { diff --git a/packages/react-native/Libraries/Animated/__tests__/Easing-test.js b/packages/react-native/Libraries/Animated/__tests__/Easing-test.js index 1447c0c60edd0e..260c7dd3bd98be 100644 --- a/packages/react-native/Libraries/Animated/__tests__/Easing-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/Easing-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Animated/__tests__/Interpolation-test.js b/packages/react-native/Libraries/Animated/__tests__/Interpolation-test.js index 9726b919121898..42f56677a287ec 100644 --- a/packages/react-native/Libraries/Animated/__tests__/Interpolation-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/Interpolation-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Animated/__tests__/NativeAnimatedAllowlist-test.js b/packages/react-native/Libraries/Animated/__tests__/NativeAnimatedAllowlist-test.js index 9bdfd3e7b9a44b..ae8c14eda2f620 100644 --- a/packages/react-native/Libraries/Animated/__tests__/NativeAnimatedAllowlist-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/NativeAnimatedAllowlist-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ describe('NativeAnimatedAllowlist', () => { diff --git a/packages/react-native/Libraries/Animated/__tests__/TimingAnimation-test.js b/packages/react-native/Libraries/Animated/__tests__/TimingAnimation-test.js index b05a2ff3c76efe..9fe602b3c4c0e7 100644 --- a/packages/react-native/Libraries/Animated/__tests__/TimingAnimation-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/TimingAnimation-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Animated/__tests__/bezier-test.js b/packages/react-native/Libraries/Animated/__tests__/bezier-test.js index da5303f9c5e8da..c7969246478dab 100644 --- a/packages/react-native/Libraries/Animated/__tests__/bezier-test.js +++ b/packages/react-native/Libraries/Animated/__tests__/bezier-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /** diff --git a/packages/react-native/Libraries/Animated/nodes/AnimatedObject.js b/packages/react-native/Libraries/Animated/nodes/AnimatedObject.js index cc4ec1f3da8c21..990242aa8069d1 100644 --- a/packages/react-native/Libraries/Animated/nodes/AnimatedObject.js +++ b/packages/react-native/Libraries/Animated/nodes/AnimatedObject.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test.js b/packages/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test.js index b5fc6e04154f83..2fb348abf91be0 100644 --- a/packages/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test.js +++ b/packages/react-native/Libraries/BatchedBridge/__tests__/MessageQueue-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test.js b/packages/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test.js index 4abaa0d34fc56d..927cd014cee460 100644 --- a/packages/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test.js +++ b/packages/react-native/Libraries/BatchedBridge/__tests__/NativeModules-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/Blob-test.js b/packages/react-native/Libraries/Blob/__tests__/Blob-test.js index 4570d1326b9443..79d6edf39f74c4 100644 --- a/packages/react-native/Libraries/Blob/__tests__/Blob-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/Blob-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js b/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js index db0fdc939f02a8..6e82ed80710d39 100644 --- a/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/BlobRegistry-test.js b/packages/react-native/Libraries/Blob/__tests__/BlobRegistry-test.js index 0f80035d379946..bc38d100b571f5 100644 --- a/packages/react-native/Libraries/Blob/__tests__/BlobRegistry-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/BlobRegistry-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/File-test.js b/packages/react-native/Libraries/Blob/__tests__/File-test.js index bafefdfbc14ac7..f12a177091b574 100644 --- a/packages/react-native/Libraries/Blob/__tests__/File-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/File-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js b/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js index 46d02f42cc8790..57b119fa06f3a6 100644 --- a/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Blob/__tests__/URL-test.js b/packages/react-native/Libraries/Blob/__tests__/URL-test.js index 9dbf8c6a6caf0c..e5263e1e62b9c7 100644 --- a/packages/react-native/Libraries/Blob/__tests__/URL-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/URL-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/ActivityIndicator/__tests__/ActivityIndicator-test.js b/packages/react-native/Libraries/Components/ActivityIndicator/__tests__/ActivityIndicator-test.js index 13f1dab3be4315..523f6150310bf2 100644 --- a/packages/react-native/Libraries/Components/ActivityIndicator/__tests__/ActivityIndicator-test.js +++ b/packages/react-native/Libraries/Components/ActivityIndicator/__tests__/ActivityIndicator-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/DrawerAndroid/__tests__/DrawerAndroid-test.js b/packages/react-native/Libraries/Components/DrawerAndroid/__tests__/DrawerAndroid-test.js index 5608711340115b..224fc942b5be68 100644 --- a/packages/react-native/Libraries/Components/DrawerAndroid/__tests__/DrawerAndroid-test.js +++ b/packages/react-native/Libraries/Components/DrawerAndroid/__tests__/DrawerAndroid-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/Keyboard/__tests__/Keyboard-test.js b/packages/react-native/Libraries/Components/Keyboard/__tests__/Keyboard-test.js index 522f657338324d..916a103b8ea72f 100644 --- a/packages/react-native/Libraries/Components/Keyboard/__tests__/Keyboard-test.js +++ b/packages/react-native/Libraries/Components/Keyboard/__tests__/Keyboard-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const LayoutAnimation = diff --git a/packages/react-native/Libraries/Components/LayoutConformance/LayoutConformance.js b/packages/react-native/Libraries/Components/LayoutConformance/LayoutConformance.js index a82d54276ca78e..ab3afcfc27f533 100644 --- a/packages/react-native/Libraries/Components/LayoutConformance/LayoutConformance.js +++ b/packages/react-native/Libraries/Components/LayoutConformance/LayoutConformance.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import StyleSheet from '../../StyleSheet/StyleSheet'; diff --git a/packages/react-native/Libraries/Components/Pressable/__tests__/Pressable-test.js b/packages/react-native/Libraries/Components/Pressable/__tests__/Pressable-test.js index 466a04661afb91..ca332e05ec2d34 100644 --- a/packages/react-native/Libraries/Components/Pressable/__tests__/Pressable-test.js +++ b/packages/react-native/Libraries/Components/Pressable/__tests__/Pressable-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {expectRendersMatchingSnapshot} from '../../../Utilities/ReactNativeTestTools'; diff --git a/packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js b/packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js index 99a052c0e20389..e187637eec70fd 100644 --- a/packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js +++ b/packages/react-native/Libraries/Components/ProgressBarAndroid/__tests__/ProgressBarAndroid-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/SafeAreaView/__tests__/SafeAreaView-test.js b/packages/react-native/Libraries/Components/SafeAreaView/__tests__/SafeAreaView-test.js index 3013c28af54c5b..e5387b1690178d 100644 --- a/packages/react-native/Libraries/Components/SafeAreaView/__tests__/SafeAreaView-test.js +++ b/packages/react-native/Libraries/Components/SafeAreaView/__tests__/SafeAreaView-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-itest.js b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-itest.js index b317c2bc72dd77..8becd822f6a40e 100644 --- a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-itest.js +++ b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-test.js b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-test.js index 069b1d3ce9843e..4b997d6464e5b8 100644 --- a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-test.js +++ b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-test.js @@ -6,7 +6,6 @@ * * @flow-strict * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-viewCulling-itest.js b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-viewCulling-itest.js index d0c0df1c7f0776..bacf400f250f5a 100644 --- a/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-viewCulling-itest.js +++ b/packages/react-native/Libraries/Components/ScrollView/__tests__/ScrollView-viewCulling-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableViewCulling:true * @fantom_flags enableSynchronousStateUpdates:true * @fantom_flags enableFixForParentTagDuringReparenting:true diff --git a/packages/react-native/Libraries/Components/StatusBar/__tests__/StatusBar-test.js b/packages/react-native/Libraries/Components/StatusBar/__tests__/StatusBar-test.js index cf4933869391a9..2870a4618a70c2 100644 --- a/packages/react-native/Libraries/Components/StatusBar/__tests__/StatusBar-test.js +++ b/packages/react-native/Libraries/Components/StatusBar/__tests__/StatusBar-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/TextInput/__tests__/InputAccessoryView-test.js b/packages/react-native/Libraries/Components/TextInput/__tests__/InputAccessoryView-test.js index e6464a15713e4c..4b3e6bb3030d6e 100644 --- a/packages/react-native/Libraries/Components/TextInput/__tests__/InputAccessoryView-test.js +++ b/packages/react-native/Libraries/Components/TextInput/__tests__/InputAccessoryView-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/TextInput/__tests__/TextInput-itest.js b/packages/react-native/Libraries/Components/TextInput/__tests__/TextInput-itest.js index 281666675f16bb..d1cdd903124ac1 100644 --- a/packages/react-native/Libraries/Components/TextInput/__tests__/TextInput-itest.js +++ b/packages/react-native/Libraries/Components/TextInput/__tests__/TextInput-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test.js b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test.js index fef49ff393b1e6..ecb422159fbc25 100644 --- a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test.js +++ b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableHighlight-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableNativeFeedback-test.js b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableNativeFeedback-test.js index d12331c3356a8a..c8abaa053cb54a 100644 --- a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableNativeFeedback-test.js +++ b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableNativeFeedback-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableOpacity-test.js b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableOpacity-test.js index 40f64ba57f28e8..b46d8c907c6cd2 100644 --- a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableOpacity-test.js +++ b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableOpacity-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableWithoutFeedback-test.js b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableWithoutFeedback-test.js index a881dde1ddb339..6c06028000ea8d 100644 --- a/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableWithoutFeedback-test.js +++ b/packages/react-native/Libraries/Components/Touchable/__tests__/TouchableWithoutFeedback-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Components/View/__tests__/View-benchmark-itest.js b/packages/react-native/Libraries/Components/View/__tests__/View-benchmark-itest.js index 856a0fe9ebdb6f..4a1407ffb7360b 100644 --- a/packages/react-native/Libraries/Components/View/__tests__/View-benchmark-itest.js +++ b/packages/react-native/Libraries/Components/View/__tests__/View-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/Components/View/__tests__/View-itest.js b/packages/react-native/Libraries/Components/View/__tests__/View-itest.js index be2fdec6aab9e1..67b8603e051442 100644 --- a/packages/react-native/Libraries/Components/View/__tests__/View-itest.js +++ b/packages/react-native/Libraries/Components/View/__tests__/View-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/Components/View/__tests__/View-test.js b/packages/react-native/Libraries/Components/View/__tests__/View-test.js index fc112d5fe60e41..716048c8193f1e 100644 --- a/packages/react-native/Libraries/Components/View/__tests__/View-test.js +++ b/packages/react-native/Libraries/Components/View/__tests__/View-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/Devtools/__tests__/loadBundleFromServer-test.js b/packages/react-native/Libraries/Core/Devtools/__tests__/loadBundleFromServer-test.js index 3500476d97088f..b8101af7f71ded 100644 --- a/packages/react-native/Libraries/Core/Devtools/__tests__/loadBundleFromServer-test.js +++ b/packages/react-native/Libraries/Core/Devtools/__tests__/loadBundleFromServer-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test.js b/packages/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test.js index efefe2768ab74f..d91338ee97eee4 100644 --- a/packages/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test.js +++ b/packages/react-native/Libraries/Core/Devtools/__tests__/parseErrorStack-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/Devtools/__tests__/parseHermesStack-test.js b/packages/react-native/Libraries/Core/Devtools/__tests__/parseHermesStack-test.js index 10aed4b1721a4b..968faf1d1df708 100644 --- a/packages/react-native/Libraries/Core/Devtools/__tests__/parseHermesStack-test.js +++ b/packages/react-native/Libraries/Core/Devtools/__tests__/parseHermesStack-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/Devtools/loadBundleFromServer.js b/packages/react-native/Libraries/Core/Devtools/loadBundleFromServer.js index f84d879b246d26..d0657e050a1f3e 100644 --- a/packages/react-native/Libraries/Core/Devtools/loadBundleFromServer.js +++ b/packages/react-native/Libraries/Core/Devtools/loadBundleFromServer.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import Networking from '../../Network/RCTNetworking'; diff --git a/packages/react-native/Libraries/Core/Timers/__tests__/JSTimers-test.js b/packages/react-native/Libraries/Core/Timers/__tests__/JSTimers-test.js index eaaefaf0b70888..e1cd12148f0401 100644 --- a/packages/react-native/Libraries/Core/Timers/__tests__/JSTimers-test.js +++ b/packages/react-native/Libraries/Core/Timers/__tests__/JSTimers-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/__mocks__/NativeExceptionsManager.js b/packages/react-native/Libraries/Core/__mocks__/NativeExceptionsManager.js index cfe7f55e61b119..eec981f70ef2b9 100644 --- a/packages/react-native/Libraries/Core/__mocks__/NativeExceptionsManager.js +++ b/packages/react-native/Libraries/Core/__mocks__/NativeExceptionsManager.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import typeof NativeExceptionsManager from '../NativeExceptionsManager'; diff --git a/packages/react-native/Libraries/Core/__tests__/ExceptionsManager-test.js b/packages/react-native/Libraries/Core/__tests__/ExceptionsManager-test.js index a2786b9ab06390..921717aabf90fb 100644 --- a/packages/react-native/Libraries/Core/__tests__/ExceptionsManager-test.js +++ b/packages/react-native/Libraries/Core/__tests__/ExceptionsManager-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test.js b/packages/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test.js index 38f805b02929f8..160d7eaeb88041 100644 --- a/packages/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test.js +++ b/packages/react-native/Libraries/Core/__tests__/ReactNativeVersionCheck-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Debugging/DebuggingOverlayRegistry.js b/packages/react-native/Libraries/Debugging/DebuggingOverlayRegistry.js index b3be031cb9eb5b..958712b70bf107 100644 --- a/packages/react-native/Libraries/Debugging/DebuggingOverlayRegistry.js +++ b/packages/react-native/Libraries/Debugging/DebuggingOverlayRegistry.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {HostInstance} from '../../src/private/types/HostInstance'; diff --git a/packages/react-native/Libraries/Debugging/useSubscribeToDebuggingOverlayRegistry.js b/packages/react-native/Libraries/Debugging/useSubscribeToDebuggingOverlayRegistry.js index 931a2583fa5ae6..d3921f1eb2b022 100644 --- a/packages/react-native/Libraries/Debugging/useSubscribeToDebuggingOverlayRegistry.js +++ b/packages/react-native/Libraries/Debugging/useSubscribeToDebuggingOverlayRegistry.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/react-native/Libraries/Image/__tests__/AssetUtils-test.js b/packages/react-native/Libraries/Image/__tests__/AssetUtils-test.js index 926092a927ef03..8f46e21b93ef6f 100644 --- a/packages/react-native/Libraries/Image/__tests__/AssetUtils-test.js +++ b/packages/react-native/Libraries/Image/__tests__/AssetUtils-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import {getUrlCacheBreaker, setUrlCacheBreaker} from '../AssetUtils'; diff --git a/packages/react-native/Libraries/Image/__tests__/Image-test.js b/packages/react-native/Libraries/Image/__tests__/Image-test.js index fd32094033225f..f999ba520aa840 100644 --- a/packages/react-native/Libraries/Image/__tests__/Image-test.js +++ b/packages/react-native/Libraries/Image/__tests__/Image-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Image/__tests__/ImageBackground-test.js b/packages/react-native/Libraries/Image/__tests__/ImageBackground-test.js index c4c0edd1899fef..1378fc866edee4 100644 --- a/packages/react-native/Libraries/Image/__tests__/ImageBackground-test.js +++ b/packages/react-native/Libraries/Image/__tests__/ImageBackground-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Image/__tests__/ImageSourceUtils-test.js b/packages/react-native/Libraries/Image/__tests__/ImageSourceUtils-test.js index a1bc0500184cc8..a0d2edfe48e4be 100644 --- a/packages/react-native/Libraries/Image/__tests__/ImageSourceUtils-test.js +++ b/packages/react-native/Libraries/Image/__tests__/ImageSourceUtils-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ const {getImageSourcesFromImageProps} = require('../ImageSourceUtils'); diff --git a/packages/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot-test.js b/packages/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot-test.js index 7ec3a69d6f140f..4fcb0f252760e5 100644 --- a/packages/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot-test.js +++ b/packages/react-native/Libraries/Image/__tests__/assetRelativePathInSnapshot-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Image/__tests__/resolveAssetSource-test.js b/packages/react-native/Libraries/Image/__tests__/resolveAssetSource-test.js index f098fc42c5f692..a1ced56b09152b 100644 --- a/packages/react-native/Libraries/Image/__tests__/resolveAssetSource-test.js +++ b/packages/react-native/Libraries/Image/__tests__/resolveAssetSource-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Interaction/__tests__/InteractionManager-test.js b/packages/react-native/Libraries/Interaction/__tests__/InteractionManager-test.js index c92ce3e350e101..3d7f514da9d2db 100644 --- a/packages/react-native/Libraries/Interaction/__tests__/InteractionManager-test.js +++ b/packages/react-native/Libraries/Interaction/__tests__/InteractionManager-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Interaction/__tests__/TaskQueue-test.js b/packages/react-native/Libraries/Interaction/__tests__/TaskQueue-test.js index 36272458e1f390..797e98dd2a73d2 100644 --- a/packages/react-native/Libraries/Interaction/__tests__/TaskQueue-test.js +++ b/packages/react-native/Libraries/Interaction/__tests__/TaskQueue-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Lists/__tests__/FlatList-test.js b/packages/react-native/Libraries/Lists/__tests__/FlatList-test.js index f3a642f741de95..74e6303f6deaad 100644 --- a/packages/react-native/Libraries/Lists/__tests__/FlatList-test.js +++ b/packages/react-native/Libraries/Lists/__tests__/FlatList-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Lists/__tests__/SectionList-test.js b/packages/react-native/Libraries/Lists/__tests__/SectionList-test.js index 26cca6c1649da4..af8d986eead0ef 100644 --- a/packages/react-native/Libraries/Lists/__tests__/SectionList-test.js +++ b/packages/react-native/Libraries/Lists/__tests__/SectionList-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxData-test.js b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxData-test.js index 008702e5b6f7a7..b2c81a8a147d5a 100644 --- a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxData-test.js +++ b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxData-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxLog-test.js b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxLog-test.js index 364af49122a60f..a3b265b0468a8c 100644 --- a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxLog-test.js +++ b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxLog-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxSymbolication-test.js b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxSymbolication-test.js index 1709d57ecf93f5..e3af5f8514507d 100644 --- a/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxSymbolication-test.js +++ b/packages/react-native/Libraries/LogBox/Data/__tests__/LogBoxSymbolication-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/Data/__tests__/parseLogBoxLog-test.js b/packages/react-native/Libraries/LogBox/Data/__tests__/parseLogBoxLog-test.js index e731435fead9df..42af0c0aa5b50f 100644 --- a/packages/react-native/Libraries/LogBox/Data/__tests__/parseLogBoxLog-test.js +++ b/packages/react-native/Libraries/LogBox/Data/__tests__/parseLogBoxLog-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxButton-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxButton-test.js index 6b6d7a67ae81fa..db548d7cc167c9 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxButton-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxButton-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import Text from '../../../Text/Text'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js index e4ccb2d8f561eb..367b4bc8200b68 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspector-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorCodeFrame-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorCodeFrame-test.js index a9a6430881517e..bf71228f60d63d 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorCodeFrame-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorCodeFrame-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorFooter-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorFooter-test.js index 2b92cad5df392c..26ee81abb3e909 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorFooter-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorFooter-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorHeader-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorHeader-test.js index 6cc3770fccaba0..f47680f3414994 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorHeader-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorHeader-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorMessageHeader-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorMessageHeader-test.js index 2f55614f05a3ea..ea06c500b2ca85 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorMessageHeader-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorMessageHeader-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorReactFrames-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorReactFrames-test.js index 27d355d6a46854..ad6dc12fe36731 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorReactFrames-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorReactFrames-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSection-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSection-test.js index 2e43a5046ba011..953294f4bbbb9c 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSection-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSection-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import Text from '../../../Text/Text'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSourceMapStatus-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSourceMapStatus-test.js index 44855457851a96..dfdd81d7191fac 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSourceMapStatus-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorSourceMapStatus-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrame-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrame-test.js index 1e66b1b380e5d0..eb400fbad34d5c 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrame-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrame-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrames-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrames-test.js index 712a9c1a9dd639..1b7e4dd8533ce8 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrames-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxInspectorStackFrames-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {StackFrame} from '../../../Core/NativeExceptionsManager'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxMessage-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxMessage-test.js index 955423aa3c423a..442ddf3cd024e2 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxMessage-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxMessage-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxNotification-test.js b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxNotification-test.js index 0c19f4e5c74bd8..7a5d993f240c67 100644 --- a/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxNotification-test.js +++ b/packages/react-native/Libraries/LogBox/UI/__tests__/LogBoxNotification-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js b/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js index 3509566c8f83e9..5218ca3007ffca 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js +++ b/packages/react-native/Libraries/LogBox/__tests__/LogBox-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import 'react-native/Libraries/Core/InitializeCore'; diff --git a/packages/react-native/Libraries/LogBox/__tests__/LogBox-test.js b/packages/react-native/Libraries/LogBox/__tests__/LogBox-test.js index a2a6d54a95d856..25667db25c208d 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/LogBox-test.js +++ b/packages/react-native/Libraries/LogBox/__tests__/LogBox-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/__tests__/LogBoxInspectorContainer-test.js b/packages/react-native/Libraries/LogBox/__tests__/LogBoxInspectorContainer-test.js index 2b65a066808feb..88ac32cb1d95ea 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/LogBoxInspectorContainer-test.js +++ b/packages/react-native/Libraries/LogBox/__tests__/LogBoxInspectorContainer-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/__tests__/LogBoxNotificationContainer-test.js b/packages/react-native/Libraries/LogBox/__tests__/LogBoxNotificationContainer-test.js index d9290a55e54575..9c04bce00cc754 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/LogBoxNotificationContainer-test.js +++ b/packages/react-native/Libraries/LogBox/__tests__/LogBoxNotificationContainer-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/LogBox/__tests__/fantomHelpers.js b/packages/react-native/Libraries/LogBox/__tests__/fantomHelpers.js index 7ff5989ede7805..65ee1795b0da78 100644 --- a/packages/react-native/Libraries/LogBox/__tests__/fantomHelpers.js +++ b/packages/react-native/Libraries/LogBox/__tests__/fantomHelpers.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import ensureInstance from '../../../src/private/__tests__/utilities/ensureInstance'; diff --git a/packages/react-native/Libraries/Modal/__tests__/Modal-test.js b/packages/react-native/Libraries/Modal/__tests__/Modal-test.js index 5cf53d9200abc0..675c5ac263d021 100644 --- a/packages/react-native/Libraries/Modal/__tests__/Modal-test.js +++ b/packages/react-native/Libraries/Modal/__tests__/Modal-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/NativeComponent/__tests__/StaticViewConfigValidator-test.js b/packages/react-native/Libraries/NativeComponent/__tests__/StaticViewConfigValidator-test.js index c7b8fa6c1314f1..ed19bd0554fcc8 100644 --- a/packages/react-native/Libraries/NativeComponent/__tests__/StaticViewConfigValidator-test.js +++ b/packages/react-native/Libraries/NativeComponent/__tests__/StaticViewConfigValidator-test.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import * as ReactNativeFeatureFlags from '../../../src/private/featureflags/ReactNativeFeatureFlags'; diff --git a/packages/react-native/Libraries/Network/__tests__/FormData-test.js b/packages/react-native/Libraries/Network/__tests__/FormData-test.js index 2101ec6133a9d8..3eeb02925dbd46 100644 --- a/packages/react-native/Libraries/Network/__tests__/FormData-test.js +++ b/packages/react-native/Libraries/Network/__tests__/FormData-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Network/__tests__/XMLHttpRequest-test.js b/packages/react-native/Libraries/Network/__tests__/XMLHttpRequest-test.js index b5524424a29e64..bdf455787deb7b 100644 --- a/packages/react-native/Libraries/Network/__tests__/XMLHttpRequest-test.js +++ b/packages/react-native/Libraries/Network/__tests__/XMLHttpRequest-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Pressability/__tests__/Pressability-test.js b/packages/react-native/Libraries/Pressability/__tests__/Pressability-test.js index 1827c1bedc93ad..a5361ba21e6ea0 100644 --- a/packages/react-native/Libraries/Pressability/__tests__/Pressability-test.js +++ b/packages/react-native/Libraries/Pressability/__tests__/Pressability-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // TODO(legacy-fake-timers): Fix these tests to work with modern timers. diff --git a/packages/react-native/Libraries/ReactNative/AppContainer-dev.js b/packages/react-native/Libraries/ReactNative/AppContainer-dev.js index feef700605079a..1f90033182172a 100644 --- a/packages/react-native/Libraries/ReactNative/AppContainer-dev.js +++ b/packages/react-native/Libraries/ReactNative/AppContainer-dev.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type { diff --git a/packages/react-native/Libraries/ReactNative/AppContainer-prod.js b/packages/react-native/Libraries/ReactNative/AppContainer-prod.js index 4be53572da2323..5f8de6fe783907 100644 --- a/packages/react-native/Libraries/ReactNative/AppContainer-prod.js +++ b/packages/react-native/Libraries/ReactNative/AppContainer-prod.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Props} from './AppContainer'; diff --git a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Legacy-itest.js b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Legacy-itest.js index 1970056a68f244..ae680d6bf54fdb 100644 --- a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Legacy-itest.js +++ b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Legacy-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableAccessToHostTreeInFabric:false */ diff --git a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Modern-itest.js b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Modern-itest.js index f6ca539c85b2f1..697235a3fd63de 100644 --- a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Modern-itest.js +++ b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-Modern-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableAccessToHostTreeInFabric:true */ diff --git a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-benchmark-itest.js b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-benchmark-itest.js index b6a4c43c15239f..be5a744439f048 100644 --- a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-benchmark-itest.js +++ b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/ReactFabricPublicInstance-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/setUpReactFabricPublicInstanceFantomTests.js b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/setUpReactFabricPublicInstanceFantomTests.js index 4d83b608564d9b..58058e3c8c4ef0 100644 --- a/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/setUpReactFabricPublicInstanceFantomTests.js +++ b/packages/react-native/Libraries/ReactNative/ReactFabricPublicInstance/__tests__/setUpReactFabricPublicInstanceFantomTests.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/ReactNative/__tests__/FabricUIManager-test.js b/packages/react-native/Libraries/ReactNative/__tests__/FabricUIManager-test.js index e9d1d49c291633..f1c6ca5143ee4d 100644 --- a/packages/react-native/Libraries/ReactNative/__tests__/FabricUIManager-test.js +++ b/packages/react-native/Libraries/ReactNative/__tests__/FabricUIManager-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // flowlint unsafe-getters-setters:off diff --git a/packages/react-native/Libraries/ReactNative/__tests__/InterruptibleRendering-itest.js b/packages/react-native/Libraries/ReactNative/__tests__/InterruptibleRendering-itest.js index d9d0d7efee881b..1ad02674d14473 100644 --- a/packages/react-native/Libraries/ReactNative/__tests__/InterruptibleRendering-itest.js +++ b/packages/react-native/Libraries/ReactNative/__tests__/InterruptibleRendering-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags fixMappingOfEventPrioritiesBetweenFabricAndReact:true */ diff --git a/packages/react-native/Libraries/ReactNative/__tests__/ReactFabric-Suspense-itest.js b/packages/react-native/Libraries/ReactNative/__tests__/ReactFabric-Suspense-itest.js index ae833aa60327cf..1fa876d4578be4 100644 --- a/packages/react-native/Libraries/ReactNative/__tests__/ReactFabric-Suspense-itest.js +++ b/packages/react-native/Libraries/ReactNative/__tests__/ReactFabric-Suspense-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/ReactNative/__tests__/State-ForcedCloneCommitHook-itest.js b/packages/react-native/Libraries/ReactNative/__tests__/State-ForcedCloneCommitHook-itest.js index df0bee6ce4d204..1224b26a2e1775 100644 --- a/packages/react-native/Libraries/ReactNative/__tests__/State-ForcedCloneCommitHook-itest.js +++ b/packages/react-native/Libraries/ReactNative/__tests__/State-ForcedCloneCommitHook-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags useShadowNodeStateOnClone:true */ diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/StyleSheet-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/StyleSheet-test.js index 1c7222601e4078..8c318852f9bbc2 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/StyleSheet-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/StyleSheet-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import StyleSheet from '../StyleSheet'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test.js index c3d2cddefd02bf..46acad9d11d31d 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/flattenStyle-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test.js index e141f58ee85659..f76c71baaf255b 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/normalizeColor-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processAspectRatio-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processAspectRatio-test.js index 65e0f0a46578e0..b8c940c7215845 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processAspectRatio-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processAspectRatio-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js index 6c134794013431..10f5c6c317c009 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processBoxShadow-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processBoxShadow-test.js index 4ff5f25b8c5415..5ae73928fb0b4c 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processBoxShadow-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processBoxShadow-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import processBoxShadow from '../processBoxShadow'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processColor-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processColor-test.js index d72ff85491d091..fcd03861f6ba2d 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processColor-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processColor-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processColorArray-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processColorArray-test.js index a460730428e7f0..de9ccbb9f619dc 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processColorArray-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processColorArray-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processFilter-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processFilter-test.js index 5612da4a35db9a..fe46969e3acfd7 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processFilter-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processFilter-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native * @flow strict-local */ diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processFontVariant-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processFontVariant-test.js index 33b71522e54d59..de1ffae6c2cbe0 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processFontVariant-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processFontVariant-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processTransform-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processTransform-test.js index f39f75346e8c29..bdb9d82b815f69 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processTransform-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processTransform-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processTransformOrigin-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processTransformOrigin-test.js index 5a1b06d289cc5a..eeb63f42a63d3f 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processTransformOrigin-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processTransformOrigin-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import processTransformOrigin from '../processTransformOrigin'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test.js index 456b5cb3996c5d..bfb9a9d07de7b1 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/setNormalizedColorAlpha-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/splitLayoutProps-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/splitLayoutProps-test.js index 91c4bb60e82435..af9c2ec797276b 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/splitLayoutProps-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/splitLayoutProps-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/StyleSheet/processBoxShadow.js b/packages/react-native/Libraries/StyleSheet/processBoxShadow.js index faa4b517acb78b..187868c35c7d81 100644 --- a/packages/react-native/Libraries/StyleSheet/processBoxShadow.js +++ b/packages/react-native/Libraries/StyleSheet/processBoxShadow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react-native */ import type {ProcessedColorValue} from './processColor'; diff --git a/packages/react-native/Libraries/StyleSheet/processFilter.js b/packages/react-native/Libraries/StyleSheet/processFilter.js index 8f77d16432dc1a..26fa2136f0cb55 100644 --- a/packages/react-native/Libraries/StyleSheet/processFilter.js +++ b/packages/react-native/Libraries/StyleSheet/processFilter.js @@ -6,7 +6,6 @@ * * @format strict-local * @flow - * @oncall react-native */ 'use strict'; diff --git a/packages/react-native/Libraries/Text/__tests__/Text-itest.js b/packages/react-native/Libraries/Text/__tests__/Text-itest.js index 00b6c3f6fc6879..c023262e17e19b 100644 --- a/packages/react-native/Libraries/Text/__tests__/Text-itest.js +++ b/packages/react-native/Libraries/Text/__tests__/Text-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/Libraries/Text/__tests__/Text-test.js b/packages/react-native/Libraries/Text/__tests__/Text-test.js index f0a6a54479b52c..9cccb26683f709 100644 --- a/packages/react-native/Libraries/Text/__tests__/Text-test.js +++ b/packages/react-native/Libraries/Text/__tests__/Text-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Types/ReactDevToolsTypes.js b/packages/react-native/Libraries/Types/ReactDevToolsTypes.js index 658f96c33b831b..effa843e2d671c 100644 --- a/packages/react-native/Libraries/Types/ReactDevToolsTypes.js +++ b/packages/react-native/Libraries/Types/ReactDevToolsTypes.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {HostInstance} from '../../src/private/types/HostInstance'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/DeviceInfo-test.js b/packages/react-native/Libraries/Utilities/__tests__/DeviceInfo-test.js index 50a3b3f022af65..e229910adad131 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/DeviceInfo-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/DeviceInfo-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/Dimensions-test.js b/packages/react-native/Libraries/Utilities/__tests__/Dimensions-test.js index d01f88b3585e13..045e072d8ed0f6 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/Dimensions-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/Dimensions-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/PixelRatio-test.js b/packages/react-native/Libraries/Utilities/__tests__/PixelRatio-test.js index 6f19107d46230e..c0d2ff15fe78f7 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/PixelRatio-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/PixelRatio-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/Platform-test.js b/packages/react-native/Libraries/Utilities/__tests__/Platform-test.js index 25dc5a2ca5460b..5dc1d74d06303e 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/Platform-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/Platform-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/ReactNativeTestTools-test.js b/packages/react-native/Libraries/Utilities/__tests__/ReactNativeTestTools-test.js index 96b46d05b432f3..77662aac0a33a7 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/ReactNativeTestTools-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/ReactNativeTestTools-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {create} from '../../../jest/renderer'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/SceneTracker-test.js b/packages/react-native/Libraries/Utilities/__tests__/SceneTracker-test.js index f6dc21746cb90a..10a601b20a3f1b 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/SceneTracker-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/SceneTracker-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/binaryToBase64-test.js b/packages/react-native/Libraries/Utilities/__tests__/binaryToBase64-test.js index c752d75c798d79..62a34a3c158089 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/binaryToBase64-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/binaryToBase64-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/codegenNativeComponent-test.js b/packages/react-native/Libraries/Utilities/__tests__/codegenNativeComponent-test.js index 1ec0c457e29f7b..7f74a475ba97e3 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/codegenNativeComponent-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/codegenNativeComponent-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test.js b/packages/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test.js index 56f5197b51a654..5fb88b735e4dd7 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/deepFreezeAndThrowOnMutationInDev-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ const deepFreezeAndThrowOnMutationInDev = diff --git a/packages/react-native/Libraries/Utilities/__tests__/infoLog-test.js b/packages/react-native/Libraries/Utilities/__tests__/infoLog-test.js index f06b66337ec9a4..45a0739330cb78 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/infoLog-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/infoLog-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/logError-test.js b/packages/react-native/Libraries/Utilities/__tests__/logError-test.js index 9526a350ef344b..f37fa7fde01fa8 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/logError-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/logError-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test.js b/packages/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test.js index 2f9e50dc1cf8d2..9e6267a423336a 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/mapWithSeparator-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/stringifySafe-test.js b/packages/react-native/Libraries/Utilities/__tests__/stringifySafe-test.js index 7f798e07343c97..16ec9b273eeb02 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/stringifySafe-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/stringifySafe-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import stringifySafe, {createStringifySafeWithLimits} from '../stringifySafe'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/useColorScheme-test.js b/packages/react-native/Libraries/Utilities/__tests__/useColorScheme-test.js index 1ba2463968e9bf..00a8fed0a20e0c 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/useColorScheme-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/useColorScheme-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import useColorScheme from '../useColorScheme'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/useMergeRefs-test.js b/packages/react-native/Libraries/Utilities/__tests__/useMergeRefs-test.js index 93bbd764cb0997..2f57d0c0302cb9 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/useMergeRefs-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/useMergeRefs-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {HostInstance} from '../../../src/private/types/HostInstance'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/useRefEffect-test.js b/packages/react-native/Libraries/Utilities/__tests__/useRefEffect-test.js index 4c0a5a4174706e..149f3f554b4315 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/useRefEffect-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/useRefEffect-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {HostInstance} from '../../../src/private/types/HostInstance'; diff --git a/packages/react-native/Libraries/Utilities/__tests__/warnOnce-test.js b/packages/react-native/Libraries/Utilities/__tests__/warnOnce-test.js index dd54a4dc898c2c..ad98f637fa17c8 100644 --- a/packages/react-native/Libraries/Utilities/__tests__/warnOnce-test.js +++ b/packages/react-native/Libraries/Utilities/__tests__/warnOnce-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test.js b/packages/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test.js index dd96ea35be95ea..b5bde579caa911 100644 --- a/packages/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test.js +++ b/packages/react-native/Libraries/Utilities/differ/__tests__/deepDiffer-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/Utilities/differ/__tests__/matricesDiffer-test.js b/packages/react-native/Libraries/Utilities/differ/__tests__/matricesDiffer-test.js index dffe86fb5c2448..2e8daf856ca527 100644 --- a/packages/react-native/Libraries/Utilities/differ/__tests__/matricesDiffer-test.js +++ b/packages/react-native/Libraries/Utilities/differ/__tests__/matricesDiffer-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/WebSocket/__tests__/WebSocket-test.js b/packages/react-native/Libraries/WebSocket/__tests__/WebSocket-test.js index a376fe22e12e11..38234898a30291 100644 --- a/packages/react-native/Libraries/WebSocket/__tests__/WebSocket-test.js +++ b/packages/react-native/Libraries/WebSocket/__tests__/WebSocket-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/Libraries/__tests__/public-api-test.js b/packages/react-native/Libraries/__tests__/public-api-test.js index 05bbf7cdc3fd7d..c5c8825e472c61 100644 --- a/packages/react-native/Libraries/__tests__/public-api-test.js +++ b/packages/react-native/Libraries/__tests__/public-api-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import type {TransformVisitor} from 'hermes-transform'; diff --git a/packages/react-native/Libraries/vendor/emitter/__tests__/EventEmitter-test.js b/packages/react-native/Libraries/vendor/emitter/__tests__/EventEmitter-test.js index 34ae1caebfee54..393ce4af4d4bae 100644 --- a/packages/react-native/Libraries/vendor/emitter/__tests__/EventEmitter-test.js +++ b/packages/react-native/Libraries/vendor/emitter/__tests__/EventEmitter-test.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import type {EventSubscription} from '../EventEmitter'; diff --git a/packages/react-native/jest/__tests__/setup-test.js b/packages/react-native/jest/__tests__/setup-test.js index cc06b3dcf6d33f..babb6be86bf32c 100644 --- a/packages/react-native/jest/__tests__/setup-test.js +++ b/packages/react-native/jest/__tests__/setup-test.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import NativeExceptionsManager from '../../Libraries/Core/NativeExceptionsManager'; diff --git a/packages/react-native/jest/renderer.js b/packages/react-native/jest/renderer.js index 106b4be7b28a44..4fb889da3f8c77 100644 --- a/packages/react-native/jest/renderer.js +++ b/packages/react-native/jest/renderer.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import type {ReactTestRenderer} from 'react-test-renderer'; diff --git a/packages/react-native/scripts/bundle.js b/packages/react-native/scripts/bundle.js index bd2cb51c7574c6..ec2b42b2b1b07b 100644 --- a/packages/react-native/scripts/bundle.js +++ b/packages/react-native/scripts/bundle.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/scripts/codegen/__fixtures__/fixtures.js b/packages/react-native/scripts/codegen/__fixtures__/fixtures.js index 5d48be4eaab4e3..472242abe9b6e7 100644 --- a/packages/react-native/scripts/codegen/__fixtures__/fixtures.js +++ b/packages/react-native/scripts/codegen/__fixtures__/fixtures.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use-strict'; diff --git a/packages/react-native/scripts/codegen/__tests__/generate-artifacts-executor-test.js b/packages/react-native/scripts/codegen/__tests__/generate-artifacts-executor-test.js index 67f597d52479ce..01953bacd8e807 100644 --- a/packages/react-native/scripts/codegen/__tests__/generate-artifacts-executor-test.js +++ b/packages/react-native/scripts/codegen/__tests__/generate-artifacts-executor-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/scripts/codegen/__tests__/generate-specs-cli-executor-test.js b/packages/react-native/scripts/codegen/__tests__/generate-specs-cli-executor-test.js index b90f4945564823..f3c74200f43eef 100644 --- a/packages/react-native/scripts/codegen/__tests__/generate-specs-cli-executor-test.js +++ b/packages/react-native/scripts/codegen/__tests__/generate-specs-cli-executor-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/react-native/scripts/ios-prebuild.js b/packages/react-native/scripts/ios-prebuild.js index 7e05ab45beca41..82063be9565dbf 100644 --- a/packages/react-native/scripts/ios-prebuild.js +++ b/packages/react-native/scripts/ios-prebuild.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {prepareHermesArtifactsAsync} = require('./ios-prebuild/hermes'); diff --git a/packages/react-native/scripts/ios-prebuild/hermes.js b/packages/react-native/scripts/ios-prebuild/hermes.js index b5aa9671c76371..bb1bd5f2954a2a 100644 --- a/packages/react-native/scripts/ios-prebuild/hermes.js +++ b/packages/react-native/scripts/ios-prebuild/hermes.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {execSync} = require('child_process'); diff --git a/packages/react-native/scripts/ios-prebuild/utils.js b/packages/react-native/scripts/ios-prebuild/utils.js index 500a0e9b52a050..2455dcbaf870dc 100644 --- a/packages/react-native/scripts/ios-prebuild/utils.js +++ b/packages/react-native/scripts/ios-prebuild/utils.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {execSync} = require('child_process'); diff --git a/packages/react-native/scripts/prepack.js b/packages/react-native/scripts/prepack.js index 3553493d874118..55e5ab738131a8 100644 --- a/packages/react-native/scripts/prepack.js +++ b/packages/react-native/scripts/prepack.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const { diff --git a/packages/react-native/src/private/__tests__/utilities/ShadowNodeReferenceCounter.js b/packages/react-native/src/private/__tests__/utilities/ShadowNodeReferenceCounter.js index a2e29e5d5b4657..325b18f285cbca 100644 --- a/packages/react-native/src/private/__tests__/utilities/ShadowNodeReferenceCounter.js +++ b/packages/react-native/src/private/__tests__/utilities/ShadowNodeReferenceCounter.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import ReactNativeElement from '../../webapis/dom/nodes/ReadOnlyNode'; diff --git a/packages/react-native/src/private/__tests__/utilities/__tests__/ShadowNodeReferenceCounter-itest.js b/packages/react-native/src/private/__tests__/utilities/__tests__/ShadowNodeReferenceCounter-itest.js index fbc2a47cb13498..5bb74b1460102e 100644 --- a/packages/react-native/src/private/__tests__/utilities/__tests__/ShadowNodeReferenceCounter-itest.js +++ b/packages/react-native/src/private/__tests__/utilities/__tests__/ShadowNodeReferenceCounter-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/__tests__/utilities/isUnreachable.js b/packages/react-native/src/private/__tests__/utilities/isUnreachable.js index c25c100759d82f..478b481ec14335 100644 --- a/packages/react-native/src/private/__tests__/utilities/isUnreachable.js +++ b/packages/react-native/src/private/__tests__/utilities/isUnreachable.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import * as Fantom from '@react-native/fantom'; diff --git a/packages/react-native/src/private/animated/__tests__/AnimatedNative-test.js b/packages/react-native/src/private/animated/__tests__/AnimatedNative-test.js index 5edba8b0437a24..a6f85307e5e95e 100644 --- a/packages/react-native/src/private/animated/__tests__/AnimatedNative-test.js +++ b/packages/react-native/src/private/animated/__tests__/AnimatedNative-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ import {format} from 'node:util'; diff --git a/packages/react-native/src/private/animated/__tests__/AnimatedProps-itest.js b/packages/react-native/src/private/animated/__tests__/AnimatedProps-itest.js index 689f1b172dc938..3dbf29476f80ce 100644 --- a/packages/react-native/src/private/animated/__tests__/AnimatedProps-itest.js +++ b/packages/react-native/src/private/animated/__tests__/AnimatedProps-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/animated/__tests__/createAnimatedPropsHook-test.js b/packages/react-native/src/private/animated/__tests__/createAnimatedPropsHook-test.js index 207568db86a24e..15dd289361e9be 100644 --- a/packages/react-native/src/private/animated/__tests__/createAnimatedPropsHook-test.js +++ b/packages/react-native/src/private/animated/__tests__/createAnimatedPropsHook-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {create, update} from '../../../../jest/renderer'; diff --git a/packages/react-native/src/private/animated/__tests__/createAnimatedPropsMemoHook-test.js b/packages/react-native/src/private/animated/__tests__/createAnimatedPropsMemoHook-test.js index 51f71851e17612..db3013c4ea5255 100644 --- a/packages/react-native/src/private/animated/__tests__/createAnimatedPropsMemoHook-test.js +++ b/packages/react-native/src/private/animated/__tests__/createAnimatedPropsMemoHook-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {AnimatedEvent} from '../../../../Libraries/Animated/AnimatedEvent'; diff --git a/packages/react-native/src/private/animated/createAnimatedPropsMemoHook.js b/packages/react-native/src/private/animated/createAnimatedPropsMemoHook.js index 4887e712d3f122..f3ea8f3532dd7c 100644 --- a/packages/react-native/src/private/animated/createAnimatedPropsMemoHook.js +++ b/packages/react-native/src/private/animated/createAnimatedPropsMemoHook.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type AnimatedProps from '../../../Libraries/Animated/nodes/AnimatedProps'; diff --git a/packages/react-native/src/private/components/safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js b/packages/react-native/src/private/components/safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js index 9dc560a3b3cf47..3bb3530a1617af 100644 --- a/packages/react-native/src/private/components/safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js +++ b/packages/react-native/src/private/components/safeareaview/SafeAreaView_INTERNAL_DO_NOT_USE.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ViewProps} from '../../../../Libraries/Components/View/ViewPropTypes'; diff --git a/packages/react-native/src/private/components/scrollview/HScrollViewNativeComponents.js b/packages/react-native/src/private/components/scrollview/HScrollViewNativeComponents.js index 521f7b769a6051..da05855fa06f9a 100644 --- a/packages/react-native/src/private/components/scrollview/HScrollViewNativeComponents.js +++ b/packages/react-native/src/private/components/scrollview/HScrollViewNativeComponents.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ScrollViewNativeProps} from '../../../../Libraries/Components/ScrollView/ScrollViewNativeComponentType'; diff --git a/packages/react-native/src/private/components/scrollview/VScrollViewNativeComponents.js b/packages/react-native/src/private/components/scrollview/VScrollViewNativeComponents.js index 9d9bbb15a182e3..67e12fe7904450 100644 --- a/packages/react-native/src/private/components/scrollview/VScrollViewNativeComponents.js +++ b/packages/react-native/src/private/components/scrollview/VScrollViewNativeComponents.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ScrollViewNativeProps} from '../../../../Libraries/Components/ScrollView/ScrollViewNativeComponentType'; diff --git a/packages/react-native/src/private/devsupport/rndevtools/FuseboxSessionObserver.js b/packages/react-native/src/private/devsupport/rndevtools/FuseboxSessionObserver.js index 498901a822113d..c0ac0b2c547d7f 100644 --- a/packages/react-native/src/private/devsupport/rndevtools/FuseboxSessionObserver.js +++ b/packages/react-native/src/private/devsupport/rndevtools/FuseboxSessionObserver.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ class FuseboxSessionObserver { diff --git a/packages/react-native/src/private/devsupport/rndevtools/setUpFuseboxReactDevToolsDispatcher.js b/packages/react-native/src/private/devsupport/rndevtools/setUpFuseboxReactDevToolsDispatcher.js index af3b2df69eefb8..79f7f4d7688ae0 100644 --- a/packages/react-native/src/private/devsupport/rndevtools/setUpFuseboxReactDevToolsDispatcher.js +++ b/packages/react-native/src/private/devsupport/rndevtools/setUpFuseboxReactDevToolsDispatcher.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ type JSONValue = diff --git a/packages/react-native/src/private/devsupport/rndevtools/specs/NativeReactDevToolsRuntimeSettingsModule.js b/packages/react-native/src/private/devsupport/rndevtools/specs/NativeReactDevToolsRuntimeSettingsModule.js index 2f0e1995c7e1e5..122e7bcc522cd7 100644 --- a/packages/react-native/src/private/devsupport/rndevtools/specs/NativeReactDevToolsRuntimeSettingsModule.js +++ b/packages/react-native/src/private/devsupport/rndevtools/specs/NativeReactDevToolsRuntimeSettingsModule.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TurboModule} from '../../../../../Libraries/TurboModule/RCTExport'; diff --git a/packages/react-native/src/private/featureflags/__tests__/ReactNativeFeatureFlags-test.js b/packages/react-native/src/private/featureflags/__tests__/ReactNativeFeatureFlags-test.js index 3ca165da344eae..1193edfd2e2b1f 100644 --- a/packages/react-native/src/private/featureflags/__tests__/ReactNativeFeatureFlags-test.js +++ b/packages/react-native/src/private/featureflags/__tests__/ReactNativeFeatureFlags-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ describe('ReactNativeFeatureFlags', () => { diff --git a/packages/react-native/src/private/renderer/consistency/__tests__/UIConsistency-itest.js b/packages/react-native/src/private/renderer/consistency/__tests__/UIConsistency-itest.js index e3d9dd94758b71..c4f562035a7d84 100644 --- a/packages/react-native/src/private/renderer/consistency/__tests__/UIConsistency-itest.js +++ b/packages/react-native/src/private/renderer/consistency/__tests__/UIConsistency-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableAccessToHostTreeInFabric:true * @fantom_flags enableSynchronousStateUpdates:true */ diff --git a/packages/react-native/src/private/renderer/core/__tests__/EventDispatching-itest.js b/packages/react-native/src/private/renderer/core/__tests__/EventDispatching-itest.js index a583118396b9b9..b0389e1904f145 100644 --- a/packages/react-native/src/private/renderer/core/__tests__/EventDispatching-itest.js +++ b/packages/react-native/src/private/renderer/core/__tests__/EventDispatching-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags fixMappingOfEventPrioritiesBetweenFabricAndReact:true */ diff --git a/packages/react-native/src/private/renderer/mounting/__tests__/Mounting-itest.js b/packages/react-native/src/private/renderer/mounting/__tests__/Mounting-itest.js index e4848869ec2fbc..36645e42667d4f 100644 --- a/packages/react-native/src/private/renderer/mounting/__tests__/Mounting-itest.js +++ b/packages/react-native/src/private/renderer/mounting/__tests__/Mounting-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableFixForParentTagDuringReparenting:true */ diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/CustomEvent-itest.js b/packages/react-native/src/private/webapis/dom/events/__tests__/CustomEvent-itest.js index 4bf4609e723920..9f24c16f6c05fa 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/CustomEvent-itest.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/CustomEvent-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/Event-itest.js b/packages/react-native/src/private/webapis/dom/events/__tests__/Event-itest.js index 9ea230123204dc..66228e0735f2f9 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/Event-itest.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/Event-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/EventHandlerAttributes-itest.js b/packages/react-native/src/private/webapis/dom/events/__tests__/EventHandlerAttributes-itest.js index 00dc1c05e454e3..ea5626b40f03ad 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/EventHandlerAttributes-itest.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/EventHandlerAttributes-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // flowlint unsafe-getters-setters:off diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-benchmark-itest.js b/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-benchmark-itest.js index 4db0a0ca5f2ecb..9beea5b323ca98 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-benchmark-itest.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-itest.js b/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-itest.js index abb9130ce83616..7e71fe906935b1 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-itest.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/EventTarget-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/events/__tests__/createEventTargetHierarchyWithDepth.js b/packages/react-native/src/private/webapis/dom/events/__tests__/createEventTargetHierarchyWithDepth.js index 950d2c5682ea22..9d15c208d0732d 100644 --- a/packages/react-native/src/private/webapis/dom/events/__tests__/createEventTargetHierarchyWithDepth.js +++ b/packages/react-native/src/private/webapis/dom/events/__tests__/createEventTargetHierarchyWithDepth.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import EventTarget from '../EventTarget'; diff --git a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeDocument-itest.js b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeDocument-itest.js index 64adcf3aa80363..d6af1dafbe7677 100644 --- a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeDocument-itest.js +++ b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeDocument-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeElement-itest.js b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeElement-itest.js index b8ad745a9e7867..1803022c8b4c0b 100644 --- a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeElement-itest.js +++ b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReactNativeElement-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReadOnlyText-itest.js b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReadOnlyText-itest.js index 0f0a0fa7efc1f7..e5647596472b1b 100644 --- a/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReadOnlyText-itest.js +++ b/packages/react-native/src/private/webapis/dom/nodes/__tests__/ReadOnlyText-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/HTMLCollection-test.js b/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/HTMLCollection-test.js index 8000e1551bfd6d..cc281e40a52100 100644 --- a/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/HTMLCollection-test.js +++ b/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/HTMLCollection-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {createHTMLCollection} from '../HTMLCollection'; diff --git a/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/NodeList-test.js b/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/NodeList-test.js index 8f42e30bb55ab4..465d22ffa6456a 100644 --- a/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/NodeList-test.js +++ b/packages/react-native/src/private/webapis/dom/oldstylecollections/__tests__/NodeList-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {createNodeList} from '../NodeList'; diff --git a/packages/react-native/src/private/webapis/errors/DOMException.js b/packages/react-native/src/private/webapis/errors/DOMException.js index bfda647dcdc71f..3dbb0469f12eae 100644 --- a/packages/react-native/src/private/webapis/errors/DOMException.js +++ b/packages/react-native/src/private/webapis/errors/DOMException.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ /** diff --git a/packages/react-native/src/private/webapis/errors/__tests__/DOMException-itest.js b/packages/react-native/src/private/webapis/errors/__tests__/DOMException-itest.js index eaf0ff062db27d..c4eab426433be8 100644 --- a/packages/react-native/src/private/webapis/errors/__tests__/DOMException-itest.js +++ b/packages/react-native/src/private/webapis/errors/__tests__/DOMException-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/geometry/__tests__/DOMRectList-test.js b/packages/react-native/src/private/webapis/geometry/__tests__/DOMRectList-test.js index 1142963a4225ad..a7c999f01ae9b5 100644 --- a/packages/react-native/src/private/webapis/geometry/__tests__/DOMRectList-test.js +++ b/packages/react-native/src/private/webapis/geometry/__tests__/DOMRectList-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {createDOMRectList} from '../DOMRectList'; diff --git a/packages/react-native/src/private/webapis/idlecallbacks/__tests__/requestIdleCallback-itest.js b/packages/react-native/src/private/webapis/idlecallbacks/__tests__/requestIdleCallback-itest.js index 29cc0338de72ba..d2f8cf91363823 100644 --- a/packages/react-native/src/private/webapis/idlecallbacks/__tests__/requestIdleCallback-itest.js +++ b/packages/react-native/src/private/webapis/idlecallbacks/__tests__/requestIdleCallback-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-benchmark-itest.js b/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-benchmark-itest.js index 8b4688f7eb4245..1eb1797d4ac0a1 100644 --- a/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-benchmark-itest.js +++ b/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags enableAccessToHostTreeInFabric:true */ diff --git a/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-itest.js b/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-itest.js index c096237bff5f7a..c05e3c4cbfebd6 100644 --- a/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-itest.js +++ b/packages/react-native/src/private/webapis/intersectionobserver/__tests__/IntersectionObserver-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_flags utilizeTokensInIntersectionObserver:true */ diff --git a/packages/react-native/src/private/webapis/mutationobserver/__tests__/MutationObserver-itest.js b/packages/react-native/src/private/webapis/mutationobserver/__tests__/MutationObserver-itest.js index 122e30086a984f..e54c21604bf821 100644 --- a/packages/react-native/src/private/webapis/mutationobserver/__tests__/MutationObserver-itest.js +++ b/packages/react-native/src/private/webapis/mutationobserver/__tests__/MutationObserver-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/performance/MemoryInfo.js b/packages/react-native/src/private/webapis/performance/MemoryInfo.js index e35427b26c5e72..24dc4c3d3ff2a0 100644 --- a/packages/react-native/src/private/webapis/performance/MemoryInfo.js +++ b/packages/react-native/src/private/webapis/performance/MemoryInfo.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ // flowlint unsafe-getters-setters:off diff --git a/packages/react-native/src/private/webapis/performance/ReactNativeStartupTiming.js b/packages/react-native/src/private/webapis/performance/ReactNativeStartupTiming.js index 0453a2fb7852ea..7ee24fc992955b 100644 --- a/packages/react-native/src/private/webapis/performance/ReactNativeStartupTiming.js +++ b/packages/react-native/src/private/webapis/performance/ReactNativeStartupTiming.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ // flowlint unsafe-getters-setters:off diff --git a/packages/react-native/src/private/webapis/performance/__tests__/EventTimingAPI-itest.js b/packages/react-native/src/private/webapis/performance/__tests__/EventTimingAPI-itest.js index c0803de9047660..41df7c609a9882 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/EventTimingAPI-itest.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/EventTimingAPI-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/performance/__tests__/LongTasksAPI-itest.js b/packages/react-native/src/private/webapis/performance/__tests__/LongTasksAPI-itest.js index 53148afaf850df..d53db66b55df18 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/LongTasksAPI-itest.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/LongTasksAPI-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/performance/__tests__/Performance-benchmark-itest.js b/packages/react-native/src/private/webapis/performance/__tests__/Performance-benchmark-itest.js index b8639661d1ec38..18d7064f853269 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/Performance-benchmark-itest.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/Performance-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native * @fantom_mode opt */ diff --git a/packages/react-native/src/private/webapis/performance/__tests__/Performance-test.js b/packages/react-native/src/private/webapis/performance/__tests__/Performance-test.js index 0bed4aab293e41..606e6ee2615565 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/Performance-test.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/Performance-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // eslint-disable-next-line lint/sort-imports diff --git a/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js b/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js index 9c085ef5b3935c..8d5a1a15810216 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type Performance from '../Performance'; diff --git a/packages/react-native/src/private/webapis/performance/__tests__/UserTimingAPI-itest.js b/packages/react-native/src/private/webapis/performance/__tests__/UserTimingAPI-itest.js index dedd99a5f4a6ce..c143c940ed3507 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/UserTimingAPI-itest.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/UserTimingAPI-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-benchmark-itest.js b/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-benchmark-itest.js index 165e087af414ca..2ca8b18fab662b 100644 --- a/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-benchmark-itest.js +++ b/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-benchmark-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-itest.js b/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-itest.js index 6497df0e2c1088..68c6cc8dbeda45 100644 --- a/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-itest.js +++ b/packages/react-native/src/private/webapis/structuredClone/__tests__/structuredClone-itest.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; diff --git a/packages/react-native/src/private/webapis/structuredClone/structuredClone.js b/packages/react-native/src/private/webapis/structuredClone/structuredClone.js index 5338ea1d17e05c..85bbd6bb0f8147 100644 --- a/packages/react-native/src/private/webapis/structuredClone/structuredClone.js +++ b/packages/react-native/src/private/webapis/structuredClone/structuredClone.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ import DOMException from '../errors/DOMException'; diff --git a/packages/react-native/src/types/bom.js.flow b/packages/react-native/src/types/bom.js.flow index dac3ad0df6deb0..70cd3cd1d3ea97 100644 --- a/packages/react-native/src/types/bom.js.flow +++ b/packages/react-native/src/types/bom.js.flow @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall flow */ /* BOM */ diff --git a/packages/react-native/src/types/cssom.js.flow b/packages/react-native/src/types/cssom.js.flow index eda9af980392d4..2ef23892852d89 100644 --- a/packages/react-native/src/types/cssom.js.flow +++ b/packages/react-native/src/types/cssom.js.flow @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall flow */ declare class StyleSheet { diff --git a/packages/react-native/src/types/dom.js.flow b/packages/react-native/src/types/dom.js.flow index 25b8f8d34cf045..3054a988c7b358 100644 --- a/packages/react-native/src/types/dom.js.flow +++ b/packages/react-native/src/types/dom.js.flow @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall flow */ // Adapted from https://github.com/flow-typed/flow-typed/blob/main/definitions/environments/dom/flow_v0.261.x-/dom.js diff --git a/packages/react-native/src/types/streams.js.flow b/packages/react-native/src/types/streams.js.flow index b1b59c48aa189e..87de98c63a3958 100644 --- a/packages/react-native/src/types/streams.js.flow +++ b/packages/react-native/src/types/streams.js.flow @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall flow */ // Adapted from https://github.com/flow-typed/flow-typed/blob/main/definitions/environments/streams/flow_v0.261.x-/streams.js diff --git a/packages/rn-tester/cli.flow.js b/packages/rn-tester/cli.flow.js index cd3cfdbf2ccef4..b169d4e30c83ef 100644 --- a/packages/rn-tester/cli.flow.js +++ b/packages/rn-tester/cli.flow.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {run} from './scripts/utils'; diff --git a/packages/rn-tester/cli.js b/packages/rn-tester/cli.js index ce740de2099788..130210dd9a8be6 100644 --- a/packages/rn-tester/cli.js +++ b/packages/rn-tester/cli.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ /*:: diff --git a/packages/rn-tester/js/examples/Animated/PanGestureExample.js b/packages/rn-tester/js/examples/Animated/PanGestureExample.js index 7c6dee65cd5ad2..e294afb7565344 100644 --- a/packages/rn-tester/js/examples/Animated/PanGestureExample.js +++ b/packages/rn-tester/js/examples/Animated/PanGestureExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {RNTesterModuleExample} from '../../types/RNTesterTypes'; diff --git a/packages/rn-tester/js/examples/MixBlendMode/MixBlendModeExample.js b/packages/rn-tester/js/examples/MixBlendMode/MixBlendModeExample.js index 8226a81409743a..63f823defed811 100644 --- a/packages/rn-tester/js/examples/MixBlendMode/MixBlendModeExample.js +++ b/packages/rn-tester/js/examples/MixBlendMode/MixBlendModeExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {RNTesterModuleExample} from '../../types/RNTesterTypes'; diff --git a/packages/rn-tester/js/examples/Performance/PerformanceComparisonExample.js b/packages/rn-tester/js/examples/Performance/PerformanceComparisonExample.js index fb0ac33a9cd023..0d9e92030c6e81 100644 --- a/packages/rn-tester/js/examples/Performance/PerformanceComparisonExample.js +++ b/packages/rn-tester/js/examples/Performance/PerformanceComparisonExample.js @@ -6,7 +6,6 @@ * * @format * @flow strict-local - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/components/ItemList.js b/packages/rn-tester/js/examples/Performance/components/ItemList.js index 33c6ca24735e4e..df370f958ebeae 100644 --- a/packages/rn-tester/js/examples/Performance/components/ItemList.js +++ b/packages/rn-tester/js/examples/Performance/components/ItemList.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/components/itemData.js b/packages/rn-tester/js/examples/Performance/components/itemData.js index f5e60263ae6685..4cb1ee8bb095d9 100644 --- a/packages/rn-tester/js/examples/Performance/components/itemData.js +++ b/packages/rn-tester/js/examples/Performance/components/itemData.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const ALL_CHARS = diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/EffectInRenderExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/EffectInRenderExample.js index 9e4b343088bfc9..24f87e75d3bb05 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/EffectInRenderExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/EffectInRenderExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/NotMemoizeExpensiveTaskExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/NotMemoizeExpensiveTaskExample.js index 4c81c639df41f5..ea9f9e7f285a03 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/NotMemoizeExpensiveTaskExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/NotMemoizeExpensiveTaskExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithNonPureChildExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithNonPureChildExample.js index 06b69481b10c71..9970bedd5510ed 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithNonPureChildExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithNonPureChildExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithObjectPropExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithObjectPropExample.js index 1c133ba144445a..af82587c1af499 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithObjectPropExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/ReRenderWithObjectPropExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/RenderOffscreenContentExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/RenderOffscreenContentExample.js index 9c829d43a75fd0..743f67a2964206 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/RenderOffscreenContentExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/RenderOffscreenContentExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample.js index cd4025cc42ec5e..e9ec97609ac438 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample2.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample2.js index cd4025cc42ec5e..e9ec97609ac438 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample2.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/SetStateInWrongEffectExample2.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/index.js b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/index.js index 9381829472b75b..15cd8d2674abae 100644 --- a/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/index.js +++ b/packages/rn-tester/js/examples/Performance/performanceComparisonExamples/index.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ export {default as ReRenderWithNonPureChildExample} from './ReRenderWithNonPureChildExample'; diff --git a/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js b/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js index 9dbacb997019d3..d37d0d4a9154a7 100644 --- a/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js +++ b/packages/rn-tester/js/examples/Playground/RNTesterPlayground.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {RNTesterModuleExample} from '../../types/RNTesterTypes'; diff --git a/packages/rn-tester/js/examples/TextInput/ExampleTextInput.js b/packages/rn-tester/js/examples/TextInput/ExampleTextInput.js index ad42951ef1d665..037ea0f9d40b2f 100644 --- a/packages/rn-tester/js/examples/TextInput/ExampleTextInput.js +++ b/packages/rn-tester/js/examples/TextInput/ExampleTextInput.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import {RNTesterThemeContext} from '../../components/RNTesterTheme'; diff --git a/packages/rn-tester/js/utils/RNTesterListFbInternal.js b/packages/rn-tester/js/utils/RNTesterListFbInternal.js index 8e359256c02da2..4adaa9c2d46d88 100644 --- a/packages/rn-tester/js/utils/RNTesterListFbInternal.js +++ b/packages/rn-tester/js/utils/RNTesterListFbInternal.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {RNTesterModuleInfo} from '../types/RNTesterTypes'; diff --git a/packages/rn-tester/scripts/monorepo.js b/packages/rn-tester/scripts/monorepo.js index 7911f764b5935b..7c0d72c2824bf7 100644 --- a/packages/rn-tester/scripts/monorepo.js +++ b/packages/rn-tester/scripts/monorepo.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ // To be able to execute the cli as a yarn script, we have to strip our yarn types. diff --git a/packages/rn-tester/scripts/utils.js b/packages/rn-tester/scripts/utils.js index e942981f83bec9..d9e9a2a8ff54ba 100644 --- a/packages/rn-tester/scripts/utils.js +++ b/packages/rn-tester/scripts/utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {Task} from '@react-native/core-cli-utils'; diff --git a/packages/virtualized-lists/Lists/__tests__/FillRateHelper-test.js b/packages/virtualized-lists/Lists/__tests__/FillRateHelper-test.js index d69cd9b2b5ba4d..14d17971e00d2a 100644 --- a/packages/virtualized-lists/Lists/__tests__/FillRateHelper-test.js +++ b/packages/virtualized-lists/Lists/__tests__/FillRateHelper-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/virtualized-lists/Lists/__tests__/ViewabilityHelper-test.js b/packages/virtualized-lists/Lists/__tests__/ViewabilityHelper-test.js index 80975b127cae42..f8c72d02c20632 100644 --- a/packages/virtualized-lists/Lists/__tests__/ViewabilityHelper-test.js +++ b/packages/virtualized-lists/Lists/__tests__/ViewabilityHelper-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/virtualized-lists/Lists/__tests__/VirtualizeUtils-test.js b/packages/virtualized-lists/Lists/__tests__/VirtualizeUtils-test.js index 27ce5813f0276c..fc97db680d3aa2 100644 --- a/packages/virtualized-lists/Lists/__tests__/VirtualizeUtils-test.js +++ b/packages/virtualized-lists/Lists/__tests__/VirtualizeUtils-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/virtualized-lists/Lists/__tests__/VirtualizedList-test.js b/packages/virtualized-lists/Lists/__tests__/VirtualizedList-test.js index b813e4f0568730..1f3e71a2b1d588 100644 --- a/packages/virtualized-lists/Lists/__tests__/VirtualizedList-test.js +++ b/packages/virtualized-lists/Lists/__tests__/VirtualizedList-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/virtualized-lists/Lists/__tests__/VirtualizedSectionList-test.js b/packages/virtualized-lists/Lists/__tests__/VirtualizedSectionList-test.js index 42b2e7b53b6405..d5d2b2101a7091 100644 --- a/packages/virtualized-lists/Lists/__tests__/VirtualizedSectionList-test.js +++ b/packages/virtualized-lists/Lists/__tests__/VirtualizedSectionList-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/packages/virtualized-lists/Utilities/__tests__/clamp-test.js b/packages/virtualized-lists/Utilities/__tests__/clamp-test.js index 73512fa8e50da4..f1491c39788b58 100644 --- a/packages/virtualized-lists/Utilities/__tests__/clamp-test.js +++ b/packages/virtualized-lists/Utilities/__tests__/clamp-test.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/babel-register.js b/scripts/babel-register.js index 9800f705defe58..50beeef95be232 100644 --- a/scripts/babel-register.js +++ b/scripts/babel-register.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const { diff --git a/scripts/build-types/buildGeneratedTypes.js b/scripts/build-types/buildGeneratedTypes.js index c595f8d529f5de..97fb57b2c8ab27 100644 --- a/scripts/build-types/buildGeneratedTypes.js +++ b/scripts/build-types/buildGeneratedTypes.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {PACKAGES_DIR, REPO_ROOT} = require('../consts'); diff --git a/scripts/build-types/config.js b/scripts/build-types/config.js index 208dd798729867..9ba329df292c4a 100644 --- a/scripts/build-types/config.js +++ b/scripts/build-types/config.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /** diff --git a/scripts/build-types/index.js b/scripts/build-types/index.js index 9fae880e97e6de..fa366ce62d0f80 100644 --- a/scripts/build-types/index.js +++ b/scripts/build-types/index.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ require('../babel-register').registerForScript(); diff --git a/scripts/build-types/prepare-flow-api-translator.js b/scripts/build-types/prepare-flow-api-translator.js index 53f3ed8a9ce6b0..a5bf166c040ad6 100644 --- a/scripts/build-types/prepare-flow-api-translator.js +++ b/scripts/build-types/prepare-flow-api-translator.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ require('../babel-register').registerForScript(); diff --git a/scripts/build-types/resolution/getDependencies.js b/scripts/build-types/resolution/getDependencies.js index 15e78bd8dccb0e..08238030b33f25 100644 --- a/scripts/build-types/resolution/getDependencies.js +++ b/scripts/build-types/resolution/getDependencies.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {DependencyContext} from './simpleResolve'; diff --git a/scripts/build-types/resolution/getRequireStack.js b/scripts/build-types/resolution/getRequireStack.js index c45a912355f576..13ff0e7a789887 100644 --- a/scripts/build-types/resolution/getRequireStack.js +++ b/scripts/build-types/resolution/getRequireStack.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ type DependencyEdges = Array<[string, string]>; diff --git a/scripts/build-types/resolution/resolveTypeInputFile.js b/scripts/build-types/resolution/resolveTypeInputFile.js index 5b1d95f05641ed..3bbbae3fbecd79 100644 --- a/scripts/build-types/resolution/resolveTypeInputFile.js +++ b/scripts/build-types/resolution/resolveTypeInputFile.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const {REPO_ROOT} = require('../../consts'); diff --git a/scripts/build-types/resolution/simpleResolve.js b/scripts/build-types/resolution/simpleResolve.js index 42cc16fcf21a14..586a957cf59259 100644 --- a/scripts/build-types/resolution/simpleResolve.js +++ b/scripts/build-types/resolution/simpleResolve.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const {PACKAGES_DIR} = require('../../consts'); diff --git a/scripts/build-types/templates/translatedModule.d.ts-template.js b/scripts/build-types/templates/translatedModule.d.ts-template.js index b4958d6879b119..08309839f2622b 100644 --- a/scripts/build-types/templates/translatedModule.d.ts-template.js +++ b/scripts/build-types/templates/translatedModule.d.ts-template.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const signedsource = require('signedsource'); diff --git a/scripts/build-types/transforms/__tests__/reattachDocComments-test.js b/scripts/build-types/transforms/__tests__/reattachDocComments-test.js index 2761c09f9d2b50..4da3899e329de3 100644 --- a/scripts/build-types/transforms/__tests__/reattachDocComments-test.js +++ b/scripts/build-types/transforms/__tests__/reattachDocComments-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const reattachDocComments = require('../reattachDocComments.js'); diff --git a/scripts/build-types/transforms/__tests__/removeReactNativeImports-test.js b/scripts/build-types/transforms/__tests__/removeReactNativeImports-test.js index de35d914cebe7c..3176d5f2bb879d 100644 --- a/scripts/build-types/transforms/__tests__/removeReactNativeImports-test.js +++ b/scripts/build-types/transforms/__tests__/removeReactNativeImports-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const removeReactNativeImports = require('../removeReactNativeImports.js'); diff --git a/scripts/build-types/transforms/__tests__/replaceDefaultExportName-test.js b/scripts/build-types/transforms/__tests__/replaceDefaultExportName-test.js index 64c849db70b226..6dcf1667a342ce 100644 --- a/scripts/build-types/transforms/__tests__/replaceDefaultExportName-test.js +++ b/scripts/build-types/transforms/__tests__/replaceDefaultExportName-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const createReplaceDefaultExportName = require('../replaceDefaultExportName.js'); diff --git a/scripts/build-types/transforms/__tests__/replaceEmptyWithNever-test.js b/scripts/build-types/transforms/__tests__/replaceEmptyWithNever-test.js index 45a680d4565876..aaf59e5c6fd9d4 100644 --- a/scripts/build-types/transforms/__tests__/replaceEmptyWithNever-test.js +++ b/scripts/build-types/transforms/__tests__/replaceEmptyWithNever-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const replaceEmptyWithNever = require('../replaceEmptyWithNever.js'); diff --git a/scripts/build-types/transforms/__tests__/replaceNullablePropertiesWithUndefined-test.js b/scripts/build-types/transforms/__tests__/replaceNullablePropertiesWithUndefined-test.js index 745a1f39253d06..c9854e9edd121e 100644 --- a/scripts/build-types/transforms/__tests__/replaceNullablePropertiesWithUndefined-test.js +++ b/scripts/build-types/transforms/__tests__/replaceNullablePropertiesWithUndefined-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const replaceNullablePropertiesWithUndefined = require('../replaceNullablePropertiesWithUndefined.js'); diff --git a/scripts/build-types/transforms/__tests__/replaceRequiresWithImports-test.js b/scripts/build-types/transforms/__tests__/replaceRequiresWithImports-test.js index 971799225793f6..35214d642e5f92 100644 --- a/scripts/build-types/transforms/__tests__/replaceRequiresWithImports-test.js +++ b/scripts/build-types/transforms/__tests__/replaceRequiresWithImports-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const replaceRequiresWithImports = require('../replaceRequiresWithImports.js'); diff --git a/scripts/build-types/transforms/__tests__/replaceStringishWithString-test.js b/scripts/build-types/transforms/__tests__/replaceStringishWithString-test.js index 9aafe2e7124cc7..8b683d9e6a072f 100644 --- a/scripts/build-types/transforms/__tests__/replaceStringishWithString-test.js +++ b/scripts/build-types/transforms/__tests__/replaceStringishWithString-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const replaceStringishWithString = require('../replaceStringishWithString.js'); diff --git a/scripts/build-types/transforms/__tests__/sortProperties-test.js b/scripts/build-types/transforms/__tests__/sortProperties-test.js index b0f7c7db73ed79..56438795f30a07 100644 --- a/scripts/build-types/transforms/__tests__/sortProperties-test.js +++ b/scripts/build-types/transforms/__tests__/sortProperties-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const sortPropertiesVisitor = require('../sortProperties.js'); diff --git a/scripts/build-types/transforms/__tests__/sortTypeDefinitions-test.js b/scripts/build-types/transforms/__tests__/sortTypeDefinitions-test.js index 1cfcd8034e0783..ba0bc32454d194 100644 --- a/scripts/build-types/transforms/__tests__/sortTypeDefinitions-test.js +++ b/scripts/build-types/transforms/__tests__/sortTypeDefinitions-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const sortTypeDefinitionsVisitor = require('../sortTypeDefinitions.js'); diff --git a/scripts/build-types/transforms/__tests__/sortUnions-test.js b/scripts/build-types/transforms/__tests__/sortUnions-test.js index daa038f7db17ac..b3522b8e8ffbf2 100644 --- a/scripts/build-types/transforms/__tests__/sortUnions-test.js +++ b/scripts/build-types/transforms/__tests__/sortUnions-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const sortUnionsVisitor = require('../sortUnions.js'); diff --git a/scripts/build-types/transforms/__tests__/stripPrivateProperties-test.js b/scripts/build-types/transforms/__tests__/stripPrivateProperties-test.js index df97f5719a02c1..31f876b169ef3e 100644 --- a/scripts/build-types/transforms/__tests__/stripPrivateProperties-test.js +++ b/scripts/build-types/transforms/__tests__/stripPrivateProperties-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const stripPrivateProperties = require('../stripPrivateProperties.js'); diff --git a/scripts/build-types/transforms/reattachDocComments.js b/scripts/build-types/transforms/reattachDocComments.js index fcae2cf058f83a..d68badbc62d6e9 100644 --- a/scripts/build-types/transforms/reattachDocComments.js +++ b/scripts/build-types/transforms/reattachDocComments.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ExportDefaultDeclaration, Program} from 'hermes-estree/dist'; diff --git a/scripts/build-types/transforms/removeReactNativeImports.js b/scripts/build-types/transforms/removeReactNativeImports.js index 06c98c9b0bf15c..63ebc58ca1d9c9 100644 --- a/scripts/build-types/transforms/removeReactNativeImports.js +++ b/scripts/build-types/transforms/removeReactNativeImports.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build-types/transforms/replaceDefaultExportName.js b/scripts/build-types/transforms/replaceDefaultExportName.js index 23367a1b02475c..19f00a70b03953 100644 --- a/scripts/build-types/transforms/replaceDefaultExportName.js +++ b/scripts/build-types/transforms/replaceDefaultExportName.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build-types/transforms/replaceEmptyWithNever.js b/scripts/build-types/transforms/replaceEmptyWithNever.js index f974552a30878b..0627ca3a80f61c 100644 --- a/scripts/build-types/transforms/replaceEmptyWithNever.js +++ b/scripts/build-types/transforms/replaceEmptyWithNever.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TransformVisitor} from 'hermes-transform'; diff --git a/scripts/build-types/transforms/replaceNullablePropertiesWithUndefined.js b/scripts/build-types/transforms/replaceNullablePropertiesWithUndefined.js index 7ea11d70d5ca2a..8aa1a62fffd672 100644 --- a/scripts/build-types/transforms/replaceNullablePropertiesWithUndefined.js +++ b/scripts/build-types/transforms/replaceNullablePropertiesWithUndefined.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {ESNode, TypeAnnotationType} from 'hermes-estree'; diff --git a/scripts/build-types/transforms/replaceRequiresWithImports.js b/scripts/build-types/transforms/replaceRequiresWithImports.js index d72776aef564c2..203eccccf1caad 100644 --- a/scripts/build-types/transforms/replaceRequiresWithImports.js +++ b/scripts/build-types/transforms/replaceRequiresWithImports.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TransformVisitor} from 'hermes-transform'; diff --git a/scripts/build-types/transforms/replaceStringishWithString.js b/scripts/build-types/transforms/replaceStringishWithString.js index b20d5f1cfd3e82..48e53c6c6541c3 100644 --- a/scripts/build-types/transforms/replaceStringishWithString.js +++ b/scripts/build-types/transforms/replaceStringishWithString.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TransformVisitor} from 'hermes-transform'; diff --git a/scripts/build-types/transforms/sortProperties.js b/scripts/build-types/transforms/sortProperties.js index c7b546af5ccb3e..c8d9839293f3a0 100644 --- a/scripts/build-types/transforms/sortProperties.js +++ b/scripts/build-types/transforms/sortProperties.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build-types/transforms/sortTypeDefinitions.js b/scripts/build-types/transforms/sortTypeDefinitions.js index c100828730110e..f0e9d142daf7d9 100644 --- a/scripts/build-types/transforms/sortTypeDefinitions.js +++ b/scripts/build-types/transforms/sortTypeDefinitions.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build-types/transforms/sortUnions.js b/scripts/build-types/transforms/sortUnions.js index 783a31dd66e095..a0bdc72acefcab 100644 --- a/scripts/build-types/transforms/sortUnions.js +++ b/scripts/build-types/transforms/sortUnions.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build-types/transforms/stripPrivateProperties.js b/scripts/build-types/transforms/stripPrivateProperties.js index 0fc46999cf8629..0cde0f0f158a57 100644 --- a/scripts/build-types/transforms/stripPrivateProperties.js +++ b/scripts/build-types/transforms/stripPrivateProperties.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {TransformVisitor} from 'hermes-transform'; diff --git a/scripts/build-types/translateSourceFile.js b/scripts/build-types/translateSourceFile.js index 134da0aa1a8e52..579e9c0e2dfc88 100644 --- a/scripts/build-types/translateSourceFile.js +++ b/scripts/build-types/translateSourceFile.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import type {PluginObj} from '@babel/core'; diff --git a/scripts/build/babel/node.config.js b/scripts/build/babel/node.config.js index 76c2eb8365b63e..27281233d87adc 100644 --- a/scripts/build/babel/node.config.js +++ b/scripts/build/babel/node.config.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ import type {BabelCoreOptions} from '@babel/core'; diff --git a/scripts/build/build.js b/scripts/build/build.js index 1f12a1d6e93e87..a1068a3a9a4dec 100644 --- a/scripts/build/build.js +++ b/scripts/build/build.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ require('../babel-register').registerForScript(); diff --git a/scripts/build/clean.js b/scripts/build/clean.js index 343862d6fe8974..e27a7f6084f682 100644 --- a/scripts/build/clean.js +++ b/scripts/build/clean.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ require('../babel-register').registerForScript(); diff --git a/scripts/build/config.js b/scripts/build/config.js index e24cb22c2264aa..025fce65c1734a 100644 --- a/scripts/build/config.js +++ b/scripts/build/config.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ import type {BabelCoreOptions} from '@babel/core'; diff --git a/scripts/consts.js b/scripts/consts.js index f6b2e73517ebf8..ba2fdb00ed2ee6 100644 --- a/scripts/consts.js +++ b/scripts/consts.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ const path = require('path'); diff --git a/scripts/debugger-frontend/sync-and-build.js b/scripts/debugger-frontend/sync-and-build.js index 43ea9f88ca554c..c8097c55324982 100644 --- a/scripts/debugger-frontend/sync-and-build.js +++ b/scripts/debugger-frontend/sync-and-build.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const {PACKAGES_DIR} = require('../consts'); diff --git a/scripts/e2e/init-project-e2e.js b/scripts/e2e/init-project-e2e.js index f391f7ec45a3dd..1be09f17c60ee1 100644 --- a/scripts/e2e/init-project-e2e.js +++ b/scripts/e2e/init-project-e2e.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/e2e/utils/retry.js b/scripts/e2e/utils/retry.js index 69f069267d7348..d5df037b7cf062 100644 --- a/scripts/e2e/utils/retry.js +++ b/scripts/e2e/utils/retry.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react-native */ const {spawnSync} = require('child_process'); diff --git a/scripts/e2e/utils/try-n-times.js b/scripts/e2e/utils/try-n-times.js index 8de15d465a6b47..ac6fa759a8165c 100644 --- a/scripts/e2e/utils/try-n-times.js +++ b/scripts/e2e/utils/try-n-times.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /** diff --git a/scripts/e2e/utils/verdaccio.js b/scripts/e2e/utils/verdaccio.js index 693d6af37d5ca8..156e283fe9e2e5 100644 --- a/scripts/e2e/utils/verdaccio.js +++ b/scripts/e2e/utils/verdaccio.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/release-testing/utils/testing-utils.js b/scripts/release-testing/utils/testing-utils.js index aa816111aba336..8c727ebee26d36 100644 --- a/scripts/release-testing/utils/testing-utils.js +++ b/scripts/release-testing/utils/testing-utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/releases-ci/__tests__/publish-npm-test.js b/scripts/releases-ci/__tests__/publish-npm-test.js index 775d90e2872bc6..d289a509d97106 100644 --- a/scripts/releases-ci/__tests__/publish-npm-test.js +++ b/scripts/releases-ci/__tests__/publish-npm-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const execMock = jest.fn(); diff --git a/scripts/releases-ci/__tests__/publish-updated-packages-test.js b/scripts/releases-ci/__tests__/publish-updated-packages-test.js index da5e35fd5babe5..f927fda5c16257 100644 --- a/scripts/releases-ci/__tests__/publish-updated-packages-test.js +++ b/scripts/releases-ci/__tests__/publish-updated-packages-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const { diff --git a/scripts/releases-ci/publish-npm.js b/scripts/releases-ci/publish-npm.js index 3d0b3e2b96362e..6f643a81a0867c 100755 --- a/scripts/releases-ci/publish-npm.js +++ b/scripts/releases-ci/publish-npm.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/releases-ci/publish-updated-packages.js b/scripts/releases-ci/publish-updated-packages.js index 00a4a4eb98e332..44dcb52b0cd5cf 100644 --- a/scripts/releases-ci/publish-updated-packages.js +++ b/scripts/releases-ci/publish-updated-packages.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const {publishPackage} = require('../npm-utils'); diff --git a/scripts/releases/__tests__/__fixtures__/remove-new-arch-flags-fixture.js b/scripts/releases/__tests__/__fixtures__/remove-new-arch-flags-fixture.js index b84ea462682c94..fbce3795f8775d 100644 --- a/scripts/releases/__tests__/__fixtures__/remove-new-arch-flags-fixture.js +++ b/scripts/releases/__tests__/__fixtures__/remove-new-arch-flags-fixture.js @@ -5,7 +5,6 @@ * LICENSE file in the root directory of this source tree. * * @format - * @oncall react-native */ const validReactNativePodsFile = ` diff --git a/scripts/releases/__tests__/set-rn-artifacts-version-test.js b/scripts/releases/__tests__/set-rn-artifacts-version-test.js index 97cb47ebf0f596..0d1e332a6c908d 100644 --- a/scripts/releases/__tests__/set-rn-artifacts-version-test.js +++ b/scripts/releases/__tests__/set-rn-artifacts-version-test.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const readFileMock = jest.fn(); diff --git a/scripts/releases/create-release-commit.js b/scripts/releases/create-release-commit.js index 67700895d79d71..30bbfbe13ec34c 100644 --- a/scripts/releases/create-release-commit.js +++ b/scripts/releases/create-release-commit.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {setVersion} = require('../releases/set-version'); diff --git a/scripts/releases/ios-prebuild/build.js b/scripts/releases/ios-prebuild/build.js index c7d93b1da5a8f9..bb3e33ff59349f 100644 --- a/scripts/releases/ios-prebuild/build.js +++ b/scripts/releases/ios-prebuild/build.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {execSync} = require('child_process'); diff --git a/scripts/releases/ios-prebuild/cli.js b/scripts/releases/ios-prebuild/cli.js index 836f84a31f223d..dc0a7f7b7b744a 100644 --- a/scripts/releases/ios-prebuild/cli.js +++ b/scripts/releases/ios-prebuild/cli.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {dependencies, platforms} = require('./configuration'); diff --git a/scripts/releases/ios-prebuild/compose-framework.js b/scripts/releases/ios-prebuild/compose-framework.js index 51197541de9205..aee76f07a9f079 100644 --- a/scripts/releases/ios-prebuild/compose-framework.js +++ b/scripts/releases/ios-prebuild/compose-framework.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {HEADERS_FOLDER, TARGET_FOLDER} = require('./constants'); diff --git a/scripts/releases/ios-prebuild/configuration.js b/scripts/releases/ios-prebuild/configuration.js index ddbe416570a3b4..5719eaf3d13d4c 100644 --- a/scripts/releases/ios-prebuild/configuration.js +++ b/scripts/releases/ios-prebuild/configuration.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/ios-prebuild/constants.js b/scripts/releases/ios-prebuild/constants.js index 443834ecc72b7a..780e9b603f161f 100644 --- a/scripts/releases/ios-prebuild/constants.js +++ b/scripts/releases/ios-prebuild/constants.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ module.exports = { diff --git a/scripts/releases/ios-prebuild/folders.js b/scripts/releases/ios-prebuild/folders.js index 69376d62dbd309..3150f303cf9b5e 100644 --- a/scripts/releases/ios-prebuild/folders.js +++ b/scripts/releases/ios-prebuild/folders.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/ios-prebuild/setupDependencies.js b/scripts/releases/ios-prebuild/setupDependencies.js index b3eee2fd379842..1d7572d8f1fa69 100644 --- a/scripts/releases/ios-prebuild/setupDependencies.js +++ b/scripts/releases/ios-prebuild/setupDependencies.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const { diff --git a/scripts/releases/ios-prebuild/swift-package.js b/scripts/releases/ios-prebuild/swift-package.js index 7c3cd3d20fb926..269c52e9cb3776 100644 --- a/scripts/releases/ios-prebuild/swift-package.js +++ b/scripts/releases/ios-prebuild/swift-package.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {RESOURCES_FOLDER, TARGET_FOLDER} = require('./constants'); diff --git a/scripts/releases/ios-prebuild/types.js b/scripts/releases/ios-prebuild/types.js index 4a805b79cf4a27..c51574a826503f 100644 --- a/scripts/releases/ios-prebuild/types.js +++ b/scripts/releases/ios-prebuild/types.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/prepare-ios-prebuilds.js b/scripts/releases/prepare-ios-prebuilds.js index 37cef3a65ccded..2d68cba455070c 100644 --- a/scripts/releases/prepare-ios-prebuilds.js +++ b/scripts/releases/prepare-ios-prebuilds.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ const {buildDepenencies} = require('./ios-prebuild/build'); diff --git a/scripts/releases/set-rn-artifacts-version.js b/scripts/releases/set-rn-artifacts-version.js index 0bd5618f1024f1..9857318b9c3b4e 100755 --- a/scripts/releases/set-rn-artifacts-version.js +++ b/scripts/releases/set-rn-artifacts-version.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/set-version.js b/scripts/releases/set-version.js index 5b02768277dba5..41817257329402 100644 --- a/scripts/releases/set-version.js +++ b/scripts/releases/set-version.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react-native */ 'use strict'; diff --git a/scripts/releases/templates/RCTVersion.m-template.js b/scripts/releases/templates/RCTVersion.m-template.js index b6059a81c384a5..1f8ddb8b048577 100644 --- a/scripts/releases/templates/RCTVersion.m-template.js +++ b/scripts/releases/templates/RCTVersion.m-template.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/templates/ReactNativeVersion.h-template.js b/scripts/releases/templates/ReactNativeVersion.h-template.js index 08bfad25fedba5..66cbe986165caa 100644 --- a/scripts/releases/templates/ReactNativeVersion.h-template.js +++ b/scripts/releases/templates/ReactNativeVersion.h-template.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/templates/ReactNativeVersion.js-template.js b/scripts/releases/templates/ReactNativeVersion.js-template.js index 5100c3930cff75..01897c72a023b8 100644 --- a/scripts/releases/templates/ReactNativeVersion.js-template.js +++ b/scripts/releases/templates/ReactNativeVersion.js-template.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/templates/ReactNativeVersion.kt-template.js b/scripts/releases/templates/ReactNativeVersion.kt-template.js index 11a950a9c851bd..910213a2ab2782 100644 --- a/scripts/releases/templates/ReactNativeVersion.kt-template.js +++ b/scripts/releases/templates/ReactNativeVersion.kt-template.js @@ -6,7 +6,6 @@ * * @flow * @format - * @oncall react_native */ /*:: diff --git a/scripts/releases/utils/__tests__/version-utils-test.js b/scripts/releases/utils/__tests__/version-utils-test.js index 39ed14681fd5a1..f880bfb4ce74aa 100644 --- a/scripts/releases/utils/__tests__/version-utils-test.js +++ b/scripts/releases/utils/__tests__/version-utils-test.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const { diff --git a/scripts/releases/utils/release-utils.js b/scripts/releases/utils/release-utils.js index 9a6b5af20fb4eb..e6dafaa1c1d336 100644 --- a/scripts/releases/utils/release-utils.js +++ b/scripts/releases/utils/release-utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ 'use strict'; diff --git a/scripts/releases/utils/version-utils.js b/scripts/releases/utils/version-utils.js index f6904f01561c81..06f33bc068abd3 100644 --- a/scripts/releases/utils/version-utils.js +++ b/scripts/releases/utils/version-utils.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/; diff --git a/scripts/utils/monorepo.js b/scripts/utils/monorepo.js index b246ca36f0b99b..2cf9ac37583ff5 100644 --- a/scripts/utils/monorepo.js +++ b/scripts/utils/monorepo.js @@ -6,7 +6,6 @@ * * @flow strict * @format - * @oncall react_native */ const {REPO_ROOT} = require('../consts'); diff --git a/tools/api/ReactNativeCPP.api b/tools/api/ReactNativeCPP.api index 17d4913bcdd5e3..5f824f6c3c63a0 100644 --- a/tools/api/ReactNativeCPP.api +++ b/tools/api/ReactNativeCPP.api @@ -4,8 +4,6 @@ * * @file_count 1059 * @generate-command: node tools/api/public-api.js - * - * @oncall react_native */ diff --git a/tools/api/public-api.conf b/tools/api/public-api.conf index 0bc2a8be7789d5..cc34a11319cb64 100644 --- a/tools/api/public-api.conf +++ b/tools/api/public-api.conf @@ -5,7 +5,6 @@ ; ; @flow strict-local ; @format -; @oncall react_native ; All [include] and [exclude] globs are run from the react-native project root [include] diff --git a/tools/api/public-api.js b/tools/api/public-api.js index ecf2765b94cda8..b703efb6f3fe84 100644 --- a/tools/api/public-api.js +++ b/tools/api/public-api.js @@ -6,7 +6,6 @@ * * @flow strict-local * @format - * @oncall react_native */ const chalk = require('chalk'); @@ -287,8 +286,6 @@ function main() { * * @file_count ${files.length} * @generate-command: node tools/api/public-api.js - * - * @oncall react_native */ `, From ddcdd843759dfe6cf2d940c81fd501ce94ebade6 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sat, 17 May 2025 15:23:14 -0700 Subject: [PATCH 2/3] RN: Fix Existing Lint Warnings Summary: Fixes a bunch of ESLint warnings across the codebase. The only remaining warnings are from the `lint/no-commonjs-exports` rule. Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D74942686 --- .eslintrc.js | 6 +++++- .../TextInput/AndroidTextInputNativeComponent.js | 6 +----- .../Libraries/Components/TextInput/TextInput.flow.js | 6 +----- .../Libraries/StyleSheet/StyleSheetTypes.js | 1 - .../__tests__/processBackgroundImage-test.js | 11 ++++++----- packages/react-native/Libraries/Text/TextProps.js | 3 --- .../react-native/Libraries/Utilities/PlatformTypes.js | 2 +- .../__tests__/__snapshots__/public-api-test.js.snap | 2 +- .../performance/__tests__/PerformanceObserver-test.js | 3 +-- packages/react-native/src/types/bom.js.flow | 9 --------- .../rn-tester/js/examples/AppState/AppStateExample.js | 2 +- .../js/examples/FlatList/FlatList-multiColumn.js | 1 + .../js/examples/SectionList/SectionList-inverted.js | 2 +- scripts/release-testing/utils/github-actions-utils.js | 2 -- 14 files changed, 19 insertions(+), 37 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 5784d4f898245a..8f79d4dec09fe6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -64,9 +64,13 @@ module.exports = { }, }, { - files: ['flow-typed/**/*.js'], + files: [ + 'flow-typed/**/*.js', + 'packages/react-native/src/types/*.js.flow', + ], rules: { 'lint/valid-flow-typed-signature': 2, + 'no-shadow': 0, 'no-unused-vars': 0, quotes: 0, }, diff --git a/packages/react-native/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js b/packages/react-native/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js index ef6296d1c81006..be1db766bb1bf0 100644 --- a/packages/react-native/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js +++ b/packages/react-native/Libraries/Components/TextInput/AndroidTextInputNativeComponent.js @@ -10,11 +10,7 @@ import type {HostComponent} from '../../../src/private/types/HostComponent'; import type {PartialViewConfig} from '../../Renderer/shims/ReactNativeTypes'; -import type { - ColorValue, - TextStyleProp, - ViewStyleProp, -} from '../../StyleSheet/StyleSheet'; +import type {ColorValue, TextStyleProp} from '../../StyleSheet/StyleSheet'; import type { BubblingEventHandler, DirectEventHandler, diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.flow.js b/packages/react-native/Libraries/Components/TextInput/TextInput.flow.js index 3db6ec5692e138..d949de7af342af 100644 --- a/packages/react-native/Libraries/Components/TextInput/TextInput.flow.js +++ b/packages/react-native/Libraries/Components/TextInput/TextInput.flow.js @@ -16,11 +16,7 @@ import type { } from '../../Types/CoreEventTypes'; import type {ViewProps} from '../View/ViewPropTypes'; -import { - type ColorValue, - type TextStyleProp, - type ViewStyleProp, -} from '../../StyleSheet/StyleSheet'; +import {type ColorValue, type TextStyleProp} from '../../StyleSheet/StyleSheet'; import * as React from 'react'; /** diff --git a/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js b/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js index ce16293e9b4051..3b49d33a82bcea 100644 --- a/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js +++ b/packages/react-native/Libraries/StyleSheet/StyleSheetTypes.js @@ -11,7 +11,6 @@ 'use strict'; import type {WithAnimatedValue} from '../Animated/createAnimatedComponent'; -import type AnimatedNode from '../Animated/nodes/AnimatedNode'; import type {ImageResizeMode} from './../Image/ImageResizeMode'; import type { ____DangerouslyImpreciseStyle_InternalOverrides, diff --git a/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js b/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js index 10f5c6c317c009..d415e846e2baed 100644 --- a/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js +++ b/packages/react-native/Libraries/StyleSheet/__tests__/processBackgroundImage-test.js @@ -1019,7 +1019,7 @@ describe('processBackgroundImage', () => { }); // 4. position syntax: [ [ left | right ] ] && [ [ top | bottom ] ] - it('should handle left position top position syntax', () => { + it('should handle position with separate left and top percentages', () => { const input = 'radial-gradient(at top 0% right 10%, red, blue)'; const result = processBackgroundImage(input); expect(result[0].position).toEqual({right: '10%', top: '0%'}); @@ -1137,10 +1137,11 @@ describe('processBackgroundImage', () => { }); it('should not process negative radius in radial gradient syntax', () => { - const input = 'radial-gradient(circle -100px, red, blue)'; - const input1 = 'radial-gradient(ellipse 100px -40px, red, blue)'; - const result = processBackgroundImage(input); + const input1 = 'radial-gradient(circle -100px, red, blue)'; + const input2 = 'radial-gradient(ellipse 100px -40px, red, blue)'; const result1 = processBackgroundImage(input1); - expect(result).toEqual([]); + const result2 = processBackgroundImage(input2); + expect(result1).toEqual([]); + expect(result2).toEqual([]); }); }); diff --git a/packages/react-native/Libraries/Text/TextProps.js b/packages/react-native/Libraries/Text/TextProps.js index 0554aa7023cfac..79983b782bf9e8 100644 --- a/packages/react-native/Libraries/Text/TextProps.js +++ b/packages/react-native/Libraries/Text/TextProps.js @@ -12,10 +12,7 @@ import type { AccessibilityActionEvent, - AccessibilityActionInfo, AccessibilityProps, - AccessibilityRole, - AccessibilityState, Role, } from '../Components/View/ViewAccessibility'; import type {ColorValue, TextStyleProp} from '../StyleSheet/StyleSheet'; diff --git a/packages/react-native/Libraries/Utilities/PlatformTypes.js b/packages/react-native/Libraries/Utilities/PlatformTypes.js index d3bbd1d62ce9e9..173454baba6c09 100644 --- a/packages/react-native/Libraries/Utilities/PlatformTypes.js +++ b/packages/react-native/Libraries/Utilities/PlatformTypes.js @@ -17,7 +17,7 @@ export type PlatformOSType = | 'native'; type OptionalPlatformSelectSpec = { - [_key in PlatformOSType]?: T, + [key in PlatformOSType]?: T, // eslint-disable-line no-unused-vars }; export type PlatformSelectSpec = diff --git a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap index 9e0ff4f8979d04..d27466b6808c72 100644 --- a/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap +++ b/packages/react-native/Libraries/__tests__/__snapshots__/public-api-test.js.snap @@ -8432,7 +8432,7 @@ exports[`public API should not change unintentionally Libraries/Utilities/Platfo | \\"web\\" | \\"native\\"; type OptionalPlatformSelectSpec = { - [_key in PlatformOSType]?: T, + [key in PlatformOSType]?: T, }; export type PlatformSelectSpec = | { diff --git a/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js b/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js index 8d5a1a15810216..9e96798378c074 100644 --- a/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js +++ b/packages/react-native/src/private/webapis/performance/__tests__/PerformanceObserver-test.js @@ -24,9 +24,8 @@ describe('PerformanceObserver', () => { beforeEach(() => { jest.resetModules(); - const Performance = require('../Performance').default; // $FlowExpectedError[cannot-write] - global.performance = new Performance(); + global.performance = new (require('../Performance').default)(); PerformanceObserver = require('../PerformanceObserver').PerformanceObserver; }); diff --git a/packages/react-native/src/types/bom.js.flow b/packages/react-native/src/types/bom.js.flow index 70cd3cd1d3ea97..be57c287fb82ff 100644 --- a/packages/react-native/src/types/bom.js.flow +++ b/packages/react-native/src/types/bom.js.flow @@ -108,13 +108,10 @@ declare class WebSocket extends EventTarget { bufferedAmount: number; close(code?: number, reason?: string): void; static CLOSED: 3; - // eslint-disable-next-line ft-flow/no-dupe-keys CLOSED: 3; static CLOSING: 2; - // eslint-disable-next-line ft-flow/no-dupe-keys CLOSING: 2; static CONNECTING: 0; - // eslint-disable-next-line ft-flow/no-dupe-keys CONNECTING: 0; constructor(url: string, protocols?: string | Array): void; extensions: string; @@ -123,7 +120,6 @@ declare class WebSocket extends EventTarget { onmessage: (ev: MessageEvent) => mixed; onopen: (ev: $FlowFixMe) => mixed; static OPEN: 1; - // eslint-disable-next-line ft-flow/no-dupe-keys OPEN: 1; protocol: string; readyState: number; @@ -137,15 +133,12 @@ declare class WebSocket extends EventTarget { declare class XMLHttpRequest extends EventTarget { abort(): void; static DONE: number; - // eslint-disable-next-line ft-flow/no-dupe-keys DONE: number; getAllResponseHeaders(): string; getResponseHeader(header: string): string; static HEADERS_RECEIVED: number; - // eslint-disable-next-line ft-flow/no-dupe-keys HEADERS_RECEIVED: number; static LOADING: number; - // eslint-disable-next-line ft-flow/no-dupe-keys LOADING: number; msCaching: string; msCachingEnabled(): boolean; @@ -165,7 +158,6 @@ declare class XMLHttpRequest extends EventTarget { password?: string, ): void; static OPENED: number; - // eslint-disable-next-line ft-flow/no-dupe-keys OPENED: number; overrideMimeType(mime: string): void; readyState: number; @@ -182,7 +174,6 @@ declare class XMLHttpRequest extends EventTarget { statusText: string; timeout: number; static UNSENT: number; - // eslint-disable-next-line ft-flow/no-dupe-keys UNSENT: number; upload: XMLHttpRequestEventTarget; diff --git a/packages/rn-tester/js/examples/AppState/AppStateExample.js b/packages/rn-tester/js/examples/AppState/AppStateExample.js index b7bee917efc0b7..ed1e146e9b272a 100644 --- a/packages/rn-tester/js/examples/AppState/AppStateExample.js +++ b/packages/rn-tester/js/examples/AppState/AppStateExample.js @@ -15,7 +15,7 @@ import type {RNTesterModuleExample} from '../../types/RNTesterTypes'; import RNTesterText from '../../components/RNTesterText'; import React from 'react'; import {useEffect, useState} from 'react'; -import {AppState, Platform, View} from 'react-native'; +import {AppState, Platform} from 'react-native'; type Props = { detectEvents?: boolean, diff --git a/packages/rn-tester/js/examples/FlatList/FlatList-multiColumn.js b/packages/rn-tester/js/examples/FlatList/FlatList-multiColumn.js index 06c073a4eba911..92079c3a00d30e 100644 --- a/packages/rn-tester/js/examples/FlatList/FlatList-multiColumn.js +++ b/packages/rn-tester/js/examples/FlatList/FlatList-multiColumn.js @@ -67,6 +67,7 @@ function MultiColumnExample(): React.Node { return {length, offset: length * index, index}; }; + // eslint-disable-next-line react/no-unstable-nested-components const _renderItemComponent = ({ item, }: ListRenderItemInfo): $FlowFixMe => { diff --git a/packages/rn-tester/js/examples/SectionList/SectionList-inverted.js b/packages/rn-tester/js/examples/SectionList/SectionList-inverted.js index 9a95287180e2e8..86bee5ab82a1f5 100644 --- a/packages/rn-tester/js/examples/SectionList/SectionList-inverted.js +++ b/packages/rn-tester/js/examples/SectionList/SectionList-inverted.js @@ -11,8 +11,8 @@ 'use strict'; import SectionListBaseExample from './SectionListBaseExample'; -import {useState} from 'react'; import * as React from 'react'; +import {useState} from 'react'; export function SectionList_inverted(): React.Node { const [output, setOutput] = useState('inverted false'); diff --git a/scripts/release-testing/utils/github-actions-utils.js b/scripts/release-testing/utils/github-actions-utils.js index b9e3d466850440..b1665d45d8f431 100644 --- a/scripts/release-testing/utils/github-actions-utils.js +++ b/scripts/release-testing/utils/github-actions-utils.js @@ -88,7 +88,6 @@ async function _getActionRunsOnBranch() /*: Promise */ { } const body = await response - // eslint-disable-next-line func-call-spacing .json /*::*/ (); return body; @@ -109,7 +108,6 @@ async function _getArtifacts(run_id /*: number */) /*: Promise */ { } const body = await response - // eslint-disable-next-line func-call-spacing .json /*::*/ (); return body; From 13d731bc9f06e495091a9a1ee284f73b5bdea372 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Sat, 17 May 2025 15:37:42 -0700 Subject: [PATCH 3/3] RN: Migrate to ESM - Libraries/Blob (#51427) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51427 Migrates files to use ESM to mitigate the existing lint warning. Changelog: [Internal] Reviewed By: SamChou19815 Differential Revision: D74942792 --- .../react-native/Libraries/Blob/__mocks__/BlobModule.js | 2 +- .../Libraries/Blob/__mocks__/FileReaderModule.js | 2 +- .../react-native/Libraries/Blob/__tests__/Blob-test.js | 6 +++--- .../Libraries/Blob/__tests__/BlobManager-test.js | 6 +++--- .../react-native/Libraries/Blob/__tests__/File-test.js | 6 +++--- .../Libraries/Blob/__tests__/FileReader-test.js | 8 ++++---- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/react-native/Libraries/Blob/__mocks__/BlobModule.js b/packages/react-native/Libraries/Blob/__mocks__/BlobModule.js index 99e5c405411bc2..da54d38609d106 100644 --- a/packages/react-native/Libraries/Blob/__mocks__/BlobModule.js +++ b/packages/react-native/Libraries/Blob/__mocks__/BlobModule.js @@ -13,4 +13,4 @@ const BlobModule = { release() {}, }; -module.exports = BlobModule; +export default BlobModule; diff --git a/packages/react-native/Libraries/Blob/__mocks__/FileReaderModule.js b/packages/react-native/Libraries/Blob/__mocks__/FileReaderModule.js index 1cc016c82abbff..73c9aec5ccaeab 100644 --- a/packages/react-native/Libraries/Blob/__mocks__/FileReaderModule.js +++ b/packages/react-native/Libraries/Blob/__mocks__/FileReaderModule.js @@ -17,4 +17,4 @@ const FileReaderModule = { }, }; -module.exports = FileReaderModule; +export default FileReaderModule; diff --git a/packages/react-native/Libraries/Blob/__tests__/Blob-test.js b/packages/react-native/Libraries/Blob/__tests__/Blob-test.js index 79d6edf39f74c4..07e81bd3e06758 100644 --- a/packages/react-native/Libraries/Blob/__tests__/Blob-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/Blob-test.js @@ -9,12 +9,12 @@ 'use strict'; -jest.setMock('../../BatchedBridge/NativeModules', { +jest.mock('../../BatchedBridge/NativeModules', () => ({ __esModule: true, default: { - BlobModule: require('../__mocks__/BlobModule'), + BlobModule: require('../__mocks__/BlobModule').default, }, -}); +})); const Blob = require('../Blob').default; diff --git a/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js b/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js index 6e82ed80710d39..0e3cdd313f2971 100644 --- a/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/BlobManager-test.js @@ -9,12 +9,12 @@ 'use strict'; -jest.setMock('../../BatchedBridge/NativeModules', { +jest.mock('../../BatchedBridge/NativeModules', () => ({ __esModule: true, default: { - BlobModule: require('../__mocks__/BlobModule'), + BlobModule: require('../__mocks__/BlobModule').default, }, -}); +})); const Blob = require('../Blob').default; const BlobManager = require('../BlobManager').default; diff --git a/packages/react-native/Libraries/Blob/__tests__/File-test.js b/packages/react-native/Libraries/Blob/__tests__/File-test.js index f12a177091b574..83dbf9e114da26 100644 --- a/packages/react-native/Libraries/Blob/__tests__/File-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/File-test.js @@ -9,12 +9,12 @@ 'use strict'; -jest.setMock('../../BatchedBridge/NativeModules', { +jest.mock('../../BatchedBridge/NativeModules', () => ({ __esModule: true, default: { - BlobModule: require('../__mocks__/BlobModule'), + BlobModule: require('../__mocks__/BlobModule').default, }, -}); +})); const Blob = require('../Blob').default; const File = require('../File').default; diff --git a/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js b/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js index 57b119fa06f3a6..ed96779499729f 100644 --- a/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js +++ b/packages/react-native/Libraries/Blob/__tests__/FileReader-test.js @@ -12,13 +12,13 @@ const Blob = require('../Blob').default; const FileReader = require('../FileReader').default; -jest.setMock('../../BatchedBridge/NativeModules', { +jest.mock('../../BatchedBridge/NativeModules', () => ({ __esModule: true, default: { - BlobModule: require('../__mocks__/BlobModule'), - FileReaderModule: require('../__mocks__/FileReaderModule'), + BlobModule: require('../__mocks__/BlobModule').default, + FileReaderModule: require('../__mocks__/FileReaderModule').default, }, -}); +})); describe('FileReader', function () { it('should read blob as text', async () => {