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
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {PACKAGES_DIR, REPO_ROOT} = require('../consts');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/**
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
require('../babel-register').registerForScript();
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
require('../babel-register').registerForScript();
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {DependencyContext} from './simpleResolve';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
type DependencyEdges = Array<[string, string]>;
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {REPO_ROOT} = require('../../consts');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {PACKAGES_DIR} = require('../../consts');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const signedsource = require('signedsource');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const reattachDocComments = require('../reattachDocComments.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const removeReactNativeImports = require('../removeReactNativeImports.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const createReplaceDefaultExportName = require('../replaceDefaultExportName.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const replaceEmptyWithNever = require('../replaceEmptyWithNever.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const replaceNullablePropertiesWithUndefined = require('../replaceNullablePropertiesWithUndefined.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const replaceRequiresWithImports = require('../replaceRequiresWithImports.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const replaceStringishWithString = require('../replaceStringishWithString.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const sortPropertiesVisitor = require('../sortProperties.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const sortTypeDefinitionsVisitor = require('../sortTypeDefinitions.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const sortUnionsVisitor = require('../sortUnions.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const stripPrivateProperties = require('../stripPrivateProperties.js');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {ExportDefaultDeclaration, Program} from 'hermes-estree/dist';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TransformVisitor} from 'hermes-transform';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {ESNode, TypeAnnotationType} from 'hermes-estree';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TransformVisitor} from 'hermes-transform';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TransformVisitor} from 'hermes-transform';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {TransformVisitor} from 'hermes-transform';
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
import type {PluginObj} from '@babel/core';
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
import type {BabelCoreOptions} from '@babel/core';
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
require('../babel-register').registerForScript();
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
require('../babel-register').registerForScript();
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
import type {BabelCoreOptions} from '@babel/core';
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
const path = require('path');
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {PACKAGES_DIR} = require('../consts');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @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
*/
const {spawnSync} = require('child_process');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/**
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
'use strict';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
'use strict';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const execMock = jest.fn();
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
'use strict';
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {publishPackage} = require('../npm-utils');
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @oncall react-native
*/
const validReactNativePodsFile = `
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const readFileMock = jest.fn();
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {setVersion} = require('../releases/set-version');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {execSync} = require('child_process');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {dependencies, platforms} = require('./configuration');
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {HEADERS_FOLDER, TARGET_FOLDER} = require('./constants');
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
module.exports = {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {RESOURCES_FOLDER, TARGET_FOLDER} = require('./constants');
-1
View File
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
const {buildDepenencies} = require('./ios-prebuild/build');
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react-native
*/
'use strict';
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow
* @format
* @oncall react_native
*/
/*::
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const {
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
'use strict';
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict-local
* @format
* @oncall react_native
*/
const VERSION_REGEX = /^v?((\d+)\.(\d+)\.(\d+)(?:-(.+))?)$/;
-1
View File
@@ -6,7 +6,6 @@
*
* @flow strict
* @format
* @oncall react_native
*/
const {REPO_ROOT} = require('../consts');