shama / yo-yoify

Transform choo, yo-yo or bel template strings into pure and fast document calls
111 stars 17 forks source link

Yo-yoify now exists as Babel plugin #37

Closed arturi closed 7 years ago

arturi commented 7 years ago

Just FYI. Not made by me. Here: https://www.npmjs.com/package/babel-plugin-yo-yoify. Solves same problems — coverts template strings to faster document calls and solves Function.caller issue. Plus allows to easily transpile individual modules, as opposed to bundling with Browserify, like I needed here https://github.com/shama/bel/issues/65. For those using Babel, this is an optimal solution, I think.

Thank you for your work!