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:
committed by
Facebook Github Bot
parent
8e7ca24e72
commit
64e85f226c
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user