Skip to content

Commit e853d19

Browse files
kazuponyyx990803
authored andcommitted
add compiler result field (#4845)
ref: CompiledResult type at flow/compiler.js
1 parent 12fa1eb commit e853d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vue-template-compiler/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Compiles a template string and returns compiled JavaScript code. The returned re
2222

2323
``` js
2424
{
25+
ast: ?ASTElement, // parsed template elements to AST
2526
render: string, // main render function code
2627
staticRenderFns: Array<string>, // render code for static sub trees, if any
2728
errors: Array<string> // template syntax errors, if any

0 commit comments

Comments
 (0)