Summary
Creates a pre-compiled script from JavaScript file.
- Assembly
- Wyam
.Testing .JavaScript .dll - Namespace
- Wyam
.Testing .JavaScript - Containing Type
- TestJsEngine
Syntax
public IPrecompiledJavaScript PrecompileFile(string path, Encoding encoding = null)
Parameters
Name | Type | Description |
---|---|---|
path | string | Path to the JavaScript file |
encoding | Encoding | Text encoding |
Return Value
Type | Description |
---|---|
I |
A pre-compiled script that can be executed by different instances of JavaScript engine |