packager: server/runServer.js: @flow
Reviewed By: davidaurelio Differential Revision: D4462611 fbshipit-source-id: 22f4cc299e2a30fe260dbe8d4c67323ceb8178e8
This commit is contained in:
parent
50168b7d6e
commit
a9dbe6a439
|
@ -24,7 +24,7 @@ exports.Logger = Logger;
|
|||
|
||||
type Options = {
|
||||
globalTransformCache: ?GlobalTransformCache,
|
||||
nonPersistent: boolean,
|
||||
nonPersistent?: boolean,
|
||||
projectRoots: Array<string>,
|
||||
reporter?: Reporter,
|
||||
watch?: boolean,
|
||||
|
@ -32,7 +32,7 @@ type Options = {
|
|||
|
||||
type StrictOptions = {
|
||||
globalTransformCache: ?GlobalTransformCache,
|
||||
nonPersistent: boolean,
|
||||
nonPersistent?: boolean,
|
||||
projectRoots: Array<string>,
|
||||
reporter: Reporter,
|
||||
watch?: boolean,
|
||||
|
|
Loading…
Reference in New Issue