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

fbshipit-source-id: 32a6a5b2ff27281792d572f151e2b094d9a79029
This commit is contained in:
Tim Yung
2025-05-17 16:18:05 -07:00
committed by Facebook GitHub Bot
parent ba092bfaba
commit 84de8a075e
536 changed files with 0 additions and 540 deletions
-1
View File
@@ -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
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module '@react-native-community/cli-server-api' {
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
declare module '@react-native-community/cli-types' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
declare module 'actual-request-url' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
// The sections between BEGIN GENERATED and END GENERATED are generated
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
// flow-typed signature: 79cfa6bcaa67fdb60f10d320da0470fc
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'chrome-launcher' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'chromium-edge-launcher' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
* @generated
*/
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'connect' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
// Modified from flow-typed repo:
-1
View File
@@ -3,7 +3,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'jest-diff' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'jest-snapshot' {
-1
View File
@@ -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
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
// Modified from flow-typed repo:
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'open' {
-1
View File
@@ -3,7 +3,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare type Print = (value: mixed) => string;
declare type Indent = (value: string) => string;
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
declare module 'selfsigned' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'serve-static' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare module 'tinybench' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// Very incomplete types for the undici package.
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
declare module 'wait-for-expect' {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
declare type ws$PerMessageDeflateOptions = {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import {getAndroidResourceFolderName} from '../path-support';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
function sign(source) {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import filterPlatformAssetScales from '../filterPlatformAssetScales';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import getAssetDestPathAndroid from '../getAssetDestPathAndroid';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import getAssetDestPathIOS from '../getAssetDestPathIOS';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {AssetData} from 'metro/src/Assets';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export type PackagerAsset = $ReadOnly<{
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Config} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {AssetData} from 'metro/src/Assets';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const ALLOWED_SCALES: {[key: string]: number[]} = {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PackagerAsset} from './assetPathUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PackagerAsset} from './assetPathUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Command} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {AssetData} from 'metro/src/Assets';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TerminalReporter} from 'metro';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TerminalReporter} from 'metro';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Command} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Server} from 'connect';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Config} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export {default as bundleCommand} from './commands/bundle';
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TerminalReporter} from 'metro';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
/**
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import net from 'net';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Config} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {CustomResolver} from 'metro-resolver';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export default function parseKeyValueParamArray(
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Config} from '@react-native-community/cli-types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// @babel/register doesn't like export {foo} from './bar'; statements,
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Task} from './types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Task} from './types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Task} from './types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Task} from './types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export type Task<R = mixed> = {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Task} from './types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// Usage:
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {JSONSerializable} from '../inspector-proxy/types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {JSONSerializable} from '../inspector-proxy/types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import {withFetchSelfSignedCertsForAllTests} from './FetchUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import {fetchJson} from './FetchUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import {fetchJson} from './FetchUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export function withAbortSignalForEachTest(): $ReadOnly<{signal: AbortSignal}> {
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {JSONSerializable} from '../inspector-proxy/types';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import {requestLocal} from './FetchUtils';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import getBaseUrlFromRequest from '../utils/getBaseUrlFromRequest';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import getDevToolsFrontendUrl from '../utils/getDevToolsFrontendUrl';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {CreateCustomMessageHandlerFn} from './inspector-proxy/CustomMessageHandler';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
export {default as createDevMiddleware} from './createDevMiddleware';
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {EventReporter} from '../types/EventReporter';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {DebuggerSessionIDs, EventReporter} from '../types/EventReporter';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
// $FlowFixMe[cannot-resolve-module] libdef missing in RN OSS
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {JSONSerializable} from '../types';
@@ -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
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
/**
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {InspectorProxyQueries} from '../inspector-proxy/InspectorProxy';
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
/**
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
export type Logger = $ReadOnly<{
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
import type {BrowserLauncher} from '../types/BrowserLauncher';
@@ -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
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {Experiments} from '../types/Experiments';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
-1
View File
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
-1
View File
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
'use strict';
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react_native
*/
const fs = require('fs');

Some files were not shown because too many files have changed in this diff Show More