Rendered first variable!

This commit is contained in:
Gregory Schier
2023-10-22 22:30:29 -07:00
parent 9ebd506056
commit f0b6d32639
2 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ const openTag = '${[ ';
const closeTag = ' ]}';
const variables: { name: string }[] = [
// TODO: Put variables here
{ name: 'foo' }
];
const MIN_MATCH_VAR = 2;