chore(lint): fix missing semicolon to make Circle green (#8877)
This commit is contained in:
@ -24,7 +24,7 @@ import {
|
|||||||
htmlVisitAll
|
htmlVisitAll
|
||||||
} from './html_ast';
|
} from './html_ast';
|
||||||
import {HtmlParser} from './html_parser';
|
import {HtmlParser} from './html_parser';
|
||||||
import {CompilerConfig} from './config'
|
import {CompilerConfig} from './config';
|
||||||
|
|
||||||
import {preparseElement, PreparsedElementType} from './template_preparser';
|
import {preparseElement, PreparsedElementType} from './template_preparser';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user