Rendered first variable!

This commit is contained in:
Gregory Schier
2023-10-22 22:30:29 -07:00
parent c24f049dac
commit 38e66047e0
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;