setScriptScope abstract method

void setScriptScope(
  1. String scriptId,
  2. int libraryId,
  3. int libraryVersionId
)

Scope for scriptId without a source push. Proxies stamp before their text hydrates, an empty source push would register a dead scoped module.

Implementation

void setScriptScope(String scriptId, int libraryId, int libraryVersionId);