skip uso-var between declarations

This commit is contained in:
tophf 2018-01-12 15:01:13 +03:00
parent 9005f93f56
commit 76d9d32dce

View File

@ -5182,7 +5182,7 @@ self.parserlib = (() => {
try {
while (stream.peek() !== Tokens.RBRACE) {
this._ws();
this._ws(true);
if (stream.match(Tokens.SEMICOLON) || readMargins && this._margin()) continue;
if (!this._declaration(true)) break;
}