mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Unify source map types
Summary: deduplicates / unifies types for source maps across the code base Reviewed By: jeanlauliac Differential Revision: D4955924 fbshipit-source-id: 25cb71031dce835dd7d2bc1c27d6b20050906e81
This commit is contained in:
committed by
Facebook Github Bot
parent
6202e02326
commit
58ba7fc075
@@ -13,9 +13,9 @@
|
||||
import type Bundle from '../../packager/src/Bundler/Bundle';
|
||||
import type {Unbundle} from '../../packager/src/Bundler/Bundle';
|
||||
import type ModuleTransport from '../../packager/src/lib/ModuleTransport';
|
||||
import type {MixedSourceMap} from '../../packager/src/lib/SourceMap';
|
||||
import type {FBSourceMap, SourceMap} from '../../packager/src/lib/SourceMap';
|
||||
|
||||
export type {Bundle, ModuleTransport, MixedSourceMap as SourceMap, Unbundle};
|
||||
export type {Bundle, FBSourceMap, ModuleTransport, SourceMap, Unbundle};
|
||||
|
||||
export type ModuleGroups = {|
|
||||
groups: Map<number, Set<number>>,
|
||||
|
||||
Reference in New Issue
Block a user