Eval
compile (expr: string): (context: {}, local: {}): undefined|T
Compiles a JS expression into a function that can be evaluated with context.
| Name | Type | Default | Description |
|---|---|---|---|
expr | string |
Compiles a JS expression into a function that can be evaluated with context.
| Name | Type | Default | Description |
|---|---|---|---|
expr | string |