Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/44233

The package was added to our build scripts, but shouldn't have been.  We're not exporting this package or making it public.

Changelog: [Internal]

This should unblock our OSS CI.

Reviewed By: cipolleschi

Differential Revision: D56513694

fbshipit-source-id: f37c75871253b2570fb933175165d8f0a9593a16
This commit is contained in:
Blake Friedman 2024-04-24 03:53:34 -07:00 коммит произвёл Facebook GitHub Bot
Родитель e25860f07c
Коммит 9d1f951ab0
2 изменённых файлов: 1 добавлений и 9 удалений

6
flow-typed/npm/commander_v12.x.x.js поставляемый
Просмотреть файл

@ -385,10 +385,7 @@ declare module 'commander' {
* @param opts - configuration options
* @returns new command
*/
command(
nameAndArgs: string,
opts?: CommandOptions,
): Command;
command(nameAndArgs: string, opts?: CommandOptions): Command;
/**
* Define a command, implemented in a separate executable file.
@ -1000,4 +997,3 @@ declare module 'commander' {
): Argument;
declare export var program: Command;
}

Просмотреть файл

@ -54,10 +54,6 @@ const buildConfig /*: BuildConfig */ = {
emitTypeScriptDefs: true,
target: 'node',
},
helloworld: {
emitFlowDefs: false,
target: 'node',
},
'metro-config': {
emitTypeScriptDefs: true,
target: 'node',