feat(compiler-core): more hoisting optimizations (#276)
This commit is contained in:
@@ -117,6 +117,7 @@ describe('DOM parser', () => {
|
||||
type: NodeTypes.SIMPLE_EXPRESSION,
|
||||
content: `a < b`,
|
||||
isStatic: false,
|
||||
isConstant: false,
|
||||
loc: {
|
||||
start: { offset: 8, line: 1, column: 9 },
|
||||
end: { offset: 16, line: 1, column: 17 },
|
||||
|
||||
Reference in New Issue
Block a user