mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-22 19:52:50 +01:00
return is not guaranteed to be followed by a return value. It could just be "return", followed by nothing (void return), not even a semicolon, just line feed (ASI) Whatever is next could, for example, be another operator. We may just need ASI to kick in there, so keep the line feed after return. Fixes issue #54
27 lines
176 B
Plaintext
27 lines
176 B
Plaintext
do
|
|
in
|
|
let
|
|
new
|
|
var
|
|
case
|
|
else
|
|
enum
|
|
void
|
|
with
|
|
class
|
|
const
|
|
yield
|
|
delete
|
|
export
|
|
import
|
|
public
|
|
static
|
|
typeof
|
|
extends
|
|
package
|
|
private
|
|
continue
|
|
function
|
|
protected
|
|
implements
|
|
instanceof |