WIP: transforming through handlebars, parsing the html and resolving the imports

This commit is contained in:
2023-04-27 15:18:14 +02:00
parent da9dc3bdc1
commit 240d5cfe9a
8 changed files with 335 additions and 126 deletions

View File

@@ -0,0 +1,4 @@
export const notSoIifi = ()=>{
return `I'm "annoying" ${"in case we need to test \`string\` escaping.''"}`;
}
console.log(notSoIifi());