sourceMapPathForModule abstract method

Future<String?> sourceMapPathForModule(
  1. String entrypoint,
  2. String module
)

Returns the source map path for the provided module.

For example:

web/main -> main.ddc.js.map

Implementation

Future<String?> sourceMapPathForModule(String entrypoint, String module);