Summary
Represents a pre-compiled JavaScript script that can be executed by different instances of the JavaScript engine.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .JavaScript
graph BT
Type["IPrecompiledJavaScript"]
class Type type-node
Syntax
public interface IPrecompiledJavaScript
Properties
Name | Value | Summary |
---|---|---|
EngineName | string |
Gets a name of JavaScript engine for which the pre-compiled script was created.
|