Template Literals Juxtaposition and String.join

What about the alternative of allowing empty interpolations (${} โ†’ ${/* ... */}) and simply ignoring them for the purpose of template literal parsing? This would also carry the benefit of allowing template-level comments within arbitrary tagged template literals without needing the tag itself to specially handle empty strings or anything like that.