jarble / transpiler

A universal translator for programming languages
https://jarble.github.io/transpiler
MIT License
472 stars 44 forks source link

JS comment #8

Open zaoqi opened 5 years ago

zaoqi commented 5 years ago
Error: Parse error on line 1:
function a(){/**/return;}
-------------^
Expecting 'class', 'IDENTIFIER', '{', 'switch', '(', 'while', 'do', 'for', 'var', 'if', 'function', 'import', 'STRING_LITERAL', 'continue', 'return', 'yield', 'const', '[', 'new', 'NUMBER', got '/'