UNPKG
riot-test-utils
Version:
latest (1.2.2)
1.2.2
1.2.0
1.1.1
1.1.0
1.0.0
1.0.0-2
1.0.0-1
1.0.0-0
0.2.1
0.2.0
0.1.5
0.1.4
lightweight testing utility of Riot
github.com/karak/riot-test-renderer
karak/riot-test-renderer
riot-test-utils
/
dist
/
lib
/
tags
/
EvalContext.d.ts
13 lines
(12 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import TagMap
from
'./TagMap'
;
/** * Unifiyed `this` object during riot.compile(). * * Note top level script in a tag is executed on compilation. */
export
default
class
EvalContext
{
evalTag
(
tagjs
:
string
): { tags: TagMap; tagNames:
string
[]; }; }