Fix typo in ResolutionRequest

Reviewed By: davidaurelio

Differential Revision: D4605569

fbshipit-source-id: 5cd942e35faa8c653c4b709edb026eac0636a32a
This commit is contained in:
Christoph Pojer 2017-02-23 10:38:51 -08:00 committed by Facebook Github Bot
parent b936a8d20e
commit 62c959a05a
1 changed files with 1 additions and 2 deletions

View File

@ -11,9 +11,8 @@
'use strict';
import Module from '../Module';
import type {Options as TransformOptions} from '../../JSTransformer/worker/worker';
import type Module from '../Module';
const NO_OPTIONS = {};