Hacker News new | ask | show | jobs
by sotaan 2969 days ago
It's how `vue-template-compiler` works to transform a template into render functions.

checkout here: https://github.com/vuejs/vue/blob/dev/packages/vue-template-...

also checkout last 'state of Vue.js' on YT where the creator talks about it ;)

1 comments

Awesome, thanks for the pointer.