danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.83k stars 101 forks source link

Update API #105

Closed nikolay-borzov closed 5 years ago

nikolay-borzov commented 5 years ago
nikolay-borzov commented 5 years ago

Proposed API:

explore(
  bundlesAndFileTokens: (Bundle | string)[] | Bundle | string,
  options?: ExploreOptions
): Promise<ExploreResult