From 8c4a05b8fb83624d5442f74138e7f263d666fd5d Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 1 Nov 2021 17:46:09 -0400 Subject: [PATCH] Remove @flow pragma comment from module registration start/stop templates (#22670) --- packages/shared/registerInternalModuleStart.js | 2 -- packages/shared/registerInternalModuleStop.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/packages/shared/registerInternalModuleStart.js b/packages/shared/registerInternalModuleStart.js index aa1154fe9f1bf..1bab503c2a6da 100644 --- a/packages/shared/registerInternalModuleStart.js +++ b/packages/shared/registerInternalModuleStart.js @@ -3,8 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * - * @flow */ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ diff --git a/packages/shared/registerInternalModuleStop.js b/packages/shared/registerInternalModuleStop.js index dab139f2557f9..44a69bed9ac37 100644 --- a/packages/shared/registerInternalModuleStop.js +++ b/packages/shared/registerInternalModuleStop.js @@ -3,8 +3,6 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - * - * @flow */ /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */