medikoo / es6-template-strings

Compile and resolve template strings notation as specified in ES6
MIT License
79 stars 6 forks source link

Consider rename to `es6-template-literals` #4

Open medikoo opened 8 years ago

medikoo commented 8 years ago

As the named was changed by spec

medikoo commented 6 years ago

It may actually be good to leave current name, as this package is currently about processing strings that share same template format as ES2015 literals.

At this point at least, it doesn't provide e.g. compilation program that recompiles template literals with code into strings.