mirror of https://github.com/status-im/metro.git
packager: server/runServer.js: @flow
Reviewed By: davidaurelio Differential Revision: D4462611 fbshipit-source-id: 22f4cc299e2a30fe260dbe8d4c67323ceb8178e8
This commit is contained in:
parent
735e50efc4
commit
c227d162ef
|
@ -24,7 +24,7 @@ exports.Logger = Logger;
|
||||||
|
|
||||||
type Options = {
|
type Options = {
|
||||||
globalTransformCache: ?GlobalTransformCache,
|
globalTransformCache: ?GlobalTransformCache,
|
||||||
nonPersistent: boolean,
|
nonPersistent?: boolean,
|
||||||
projectRoots: Array<string>,
|
projectRoots: Array<string>,
|
||||||
reporter?: Reporter,
|
reporter?: Reporter,
|
||||||
watch?: boolean,
|
watch?: boolean,
|
||||||
|
@ -32,7 +32,7 @@ type Options = {
|
||||||
|
|
||||||
type StrictOptions = {
|
type StrictOptions = {
|
||||||
globalTransformCache: ?GlobalTransformCache,
|
globalTransformCache: ?GlobalTransformCache,
|
||||||
nonPersistent: boolean,
|
nonPersistent?: boolean,
|
||||||
projectRoots: Array<string>,
|
projectRoots: Array<string>,
|
||||||
reporter: Reporter,
|
reporter: Reporter,
|
||||||
watch?: boolean,
|
watch?: boolean,
|
||||||
|
|
Loading…
Reference in New Issue