Function extendCompilationDataWithScenarioBytecode
- extendCompilationDataWithScenarioBytecode<Configuration, CompilationContext>(__namedParameters: {
compilationData: CompilationData<CompilationContext>;
configuration: Configuration;
scenarioDataBytecodeScripts: {
[fullIdentifier: string]: string;
};
}): string | CompilationData<CompilationContext>
-
Parameters
-
__namedParameters: {
compilationData: CompilationData<CompilationContext>;
configuration: Configuration;
scenarioDataBytecodeScripts: {
[fullIdentifier: string]: string;
};
}
-
compilationData: CompilationData<CompilationContext>
-
configuration: Configuration
-
scenarioDataBytecodeScripts: {
[fullIdentifier: string]: string;
}
-
[fullIdentifier: string]: string
Returns string | CompilationData<CompilationContext>
Extend a CompilationData object with the compiled result of the bytecode scripts provided by an AuthenticationTemplateScenarioData.