fix: remove stats calls for "parse" in compileAST

pull/8804/head
Benjamin Gwynn 3 years ago
parent baaad28b5a
commit a33e502380

@ -133,8 +133,6 @@ export function compileAST(ast, options = {}) {
const stats = new Stats();
const warnings = [];
validate_options(options, warnings);
stats.start('parse');
stats.stop('parse');
stats.start('create component');
const component = new Component(
ast,

Loading…
Cancel
Save