Typescriptify the main process code (7/N)

Summary: Typescriptified static/launcher.js

Reviewed By: passy

Differential Revision: D20066497

fbshipit-source-id: 64fc47086fc599f36f2313406e2c72a76c481fb0
This commit is contained in:
Anton Nikolaev
2020-02-24 19:01:37 -08:00
committed by Facebook Github Bot
parent 8e7ca24e72
commit 64e85f226c
4 changed files with 28 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ import fixPath from 'fix-path';
import {exec} from 'child_process';
const compilePlugins = require('./compilePlugins');
import setup from './setup';
const delegateToLauncher = require('./launcher');
import delegateToLauncher from './launcher';
import expandTilde from 'expand-tilde';
import yargs from 'yargs';