refactor: useWith -> prefixIdentifiers

This commit is contained in:
Evan You
2019-09-23 13:29:41 -04:00
parent e57cb51066
commit 88e5e96a3e
7 changed files with 19 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ test(`should work`, async () => {
<p>{{ i }}</p>
`,
{
useWith: false
prefixIdentifiers: true
}
)
console.log(code)