Skip to content

Commit

Permalink
Sanitize docblocks with @oncall (*.js)
Browse files Browse the repository at this point in the history
Differential Revision: D39959932

fbshipit-source-id: 2ad05d7a00191f0abe896c89852c96f8d5e70db9
  • Loading branch information
Drizzlecrj authored and facebook-github-bot committed Sep 30, 2022
1 parent 085f8d2 commit 3db59ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flow-typed/Promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* LICENSE file in the root directory of this source tree.
*
* @flow
* @nolint
* @format
* @nolint
* @oncall react_native
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict
* @format
* @oncall react_native
* @flow strict
*/

import {planQuery} from '../planQuery';
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-file-map/src/watchers/WatchmanWatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict
* @format
* @oncall react_native
* @flow strict
*/

import type {WatcherOptions} from './common';
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-runtime/src/polyfills/require.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @polyfill
* @flow
* @format
* @oncall react_native
* @polyfill
*/

'use strict';
Expand Down

0 comments on commit 3db59ec

Please sign in to comment.