vuejs / vue-component-compiler

Compile a single file Vue component into a CommonJS module.
MIT License
342 stars 52 forks source link

[Question] Is there a rough timeline for the rewrite? #58

Closed shreeve closed 6 years ago

shreeve commented 6 years ago

With all the goodness going into Vue right now, I assume the rewrite of vue-component-compiler isn't at the top of the list. Having said that, is there a rough idea for when the rewrite is intended to be complete?

yyx990803 commented 6 years ago

FYI a large chunk of the work will be done in https://github.com/vuejs/component-compiler-utils instead. See https://github.com/vuejs/component-compiler-utils/issues/1 for the work left. It will most likely be done within the next month.