Add JSX support to loose parser.

This commit is contained in:
Ingvar Stepanyan
2015-01-27 18:25:49 +02:00
parent 95479ab6aa
commit e0bcfca03f
3 changed files with 177 additions and 15 deletions

View File

@@ -3604,8 +3604,7 @@ for (var ns in fbTestFixture) {
}, {
ecmaVersion: 6,
locations: true,
ranges: true,
loose: false
ranges: true
});
}
}