Skip to content

Commit 8f5bcad

Browse files
committed
add compiler result field
ref: CompiledResult type at flow/compiler.js
1 parent d57f942 commit 8f5bcad

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)