rewriteRequires abstract method

Future<String> rewriteRequires(
  1. String scriptId
)

The statically linked source for scriptId: every constant require resolved to its registered name. Export flows compile elsewhere without this workspace's import state, so they send this instead of raw source.

Implementation

Future<String> rewriteRequires(String scriptId);