UNPKG

preval

Version:

Wannabe compiler tool for JS

19 lines (13 loc) 176 B
# Preval test case # concat.md > base > concat > > Simple string concat ## Input `````js filename=intro $('a' + 'b') ````` ## Output `````js filename=intro $("ab"); `````