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 stats = new Stats();
const warnings = []; const warnings = [];
validate_options(options, warnings); validate_options(options, warnings);
stats.start('parse');
stats.stop('parse');
stats.start('create component'); stats.start('create component');
const component = new Component( const component = new Component(
ast, ast,

Loading…
Cancel
Save