Fix typo in ResolutionRequest
Reviewed By: davidaurelio Differential Revision: D4605569 fbshipit-source-id: 5cd942e35faa8c653c4b709edb026eac0636a32a
This commit is contained in:
parent
ccc525c5ca
commit
cf627fbdac
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue