pull/1274/head
Rich-Harris 7 years ago
parent 5f8f2139e0
commit fb84d729d8

@ -17,9 +17,9 @@ fs.readdirSync(__dirname).forEach(file => {
if (node.type !== 'ExportNamedDeclaration') return;
// check no ES6+ slipped in
// acorn.parse(source.slice(node.declaration.start, node.end), {
// ecmaVersion: 5
// });
acorn.parse(source.slice(node.declaration.start, node.end), {
ecmaVersion: 5
});
const declaration = node.declaration;
if (!declaration) return;

@ -57,6 +57,6 @@ export default {
test('kdmlgfbicheja');
// then, we party
for (let i = 0; i < 1000; i += 1) test(permute());
for (let i = 0; i < 100; i += 1) test(permute());
}
};

Loading…
Cancel
Save