Typescriptify the main process code (12/N)
Summary: Converted static/watchman.js to typescript Reviewed By: passy Differential Revision: D20071220 fbshipit-source-id: 7d86ffa8dd728246eeac8a01e2573564e8fd6bbe
This commit is contained in:
committed by
Facebook Github Bot
parent
aff433c8ad
commit
8d66c3aba7
@@ -19,7 +19,7 @@ import http from 'http';
|
||||
import path from 'path';
|
||||
import fs from 'fs';
|
||||
import {compileMain} from './build-utils';
|
||||
const Watchman = require('../static/watchman');
|
||||
import Watchman from '../static/watchman';
|
||||
const Metro = require('../static/node_modules/metro');
|
||||
const MetroResolver = require('../static/node_modules/metro-resolver');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user