Returns the source map path for the provided module.
For example:
web/main -> main.ddc.js.map
Future<String?> sourceMapPathForModule(String entrypoint, String module);