packager: server/runServer.js: @flow

Reviewed By: davidaurelio

Differential Revision: D4462611

fbshipit-source-id: 22f4cc299e2a30fe260dbe8d4c67323ceb8178e8
This commit is contained in:
Jean Lauliac 2017-01-26 03:41:13 -08:00 committed by Facebook Github Bot
parent 735e50efc4
commit c227d162ef
1 changed files with 2 additions and 2 deletions

View File

@ -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,