#include "third_party/blink/renderer/core/script/document_modulator_impl.h"
#include "third_party/blink/renderer/core/loader/modulescript/document_module_script_fetcher.h"
namespace blink {
DocumentModulatorImpl::DocumentModulatorImpl(ScriptState* script_state)
: … { … }
ModuleScriptFetcher* DocumentModulatorImpl::CreateModuleScriptFetcher(
ModuleScriptCustomFetchType custom_fetch_type,
base::PassKey<ModuleScriptLoader> pass_key) { … }
bool DocumentModulatorImpl::IsDynamicImportForbidden(String* reason) { … }
}