ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
153 stars 9 forks source link

Add test for #26 and scopes #44

Closed wrapperup closed 4 months ago

wrapperup commented 4 months ago

With #43, issues like #26 are fixed. Also added tests to ensure that the code transformer respects function scopes.

oscarotero commented 4 months ago

Great! The tests report a formatting issue. Can you fix it with deno fmt?

oscarotero commented 4 months ago

Thanks!