sindresorhus / multiline

Multiline strings in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preprocessor task

avanderhoorn opened this issue · comments

Have you thought about having a pre processor task that would go through looking for use of this method and converting it into "valid" JS? That way it could be used in build processes that strip comments.

Nah, if you want to do it in a build-step you can use es6ify or something similar.

Cool, no issue.