shelljs-transpiler
shelljs-transpiler copied to clipboard
Allow Calls to be inside strings
Calls should be allowed inside strings much in the same way as references are. This is tricky, since strings are lexical rules. This might require intensive refactoring.