moduleSources property
Module sources the worker resolves on its own, as a fallback for graphs that are known but not precompiled. Cheaper than moduleHandler (no round trip) but still parses on every load; bundle is the faster option.
Implementation
final Map<String, String>? moduleSources;