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:
Anton Nikolaev
2020-02-27 05:28:02 -08:00
committed by Facebook Github Bot
parent aff433c8ad
commit 8d66c3aba7
3 changed files with 40 additions and 37 deletions

View File

@@ -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');