mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:13:51 +01:00
Rendered first variable!
This commit is contained in:
@@ -4,7 +4,7 @@ const openTag = '${[ ';
|
||||
const closeTag = ' ]}';
|
||||
|
||||
const variables: { name: string }[] = [
|
||||
// TODO: Put variables here
|
||||
{ name: 'foo' }
|
||||
];
|
||||
|
||||
const MIN_MATCH_VAR = 2;
|
||||
|
||||
Reference in New Issue
Block a user