Evan You
03ea9f0b57
fix flow
8 years ago
Evan You
d6a7568891
improve v-bind implementation and make it work on components ( fix #3670 )
8 years ago
Evan You
45ff6218c1
handle multiline atribute value parsing in IE ( fix #3663 )
8 years ago
Evan You
982913fb1e
upgrade flow to 0.31 ( close #3482 )
8 years ago
Evan You
cdc0bc9cd4
improve keep-alive: use component-based API
8 years ago
Evan You
18386c4cf4
fix static nodes optimization inside v-for ( fix #3406 )
8 years ago
Evan You
35ee5b105e
remove staticAttrs
8 years ago
Evan You
04e2b53cd7
properly perserve whitespace in <pre> ( fix #3341 )
8 years ago
Evan You
ba5ec54cd8
include pre/post transform declarations
8 years ago
Evan You
e84a1a43be
fix attribute decode reggression ( fix #3327 )
8 years ago
Evan You
3ce450b6dc
use more proper flow type syntax
8 years ago
Evan You
ea9c6c37c3
support v-on .native modifier on components
8 years ago
Evan You
cf8aeddc12
fix v-once with v-for and remove unused _t method ( fix #3155 )
9 years ago
Evan You
2af9f68bd9
remove source-map generation from sfc parser
9 years ago
Evan You
e3fb6fe834
remove <render> tag
9 years ago
Evan You
d76bf8cac8
improve template error detector
9 years ago
Evan You
081d66adb2
keep preserveWhitespace as internal compiler option
9 years ago
Evan You
b0ad94fc87
properly encode HTML in server-side rendering ( fix #3078 )
9 years ago
Evan You
cec833a9e8
implement new v-for iterator syntax (ref: #3073 )
9 years ago
Evan You
34bcc02b77
remove preserveWhitespace config option
9 years ago
Evan You
a5cd31ab6d
coverage for sfc-parser
9 years ago
Evan You
f0a9e3d0f0
test padding and source map for sfc-parser
9 years ago
Evan You
b0b9691efe
add pad/map option to sfc parser
9 years ago
Evan You
e236f80fa0
parser for single-file components
9 years ago
Evan You
b6fb485243
rename compiler module export names
9 years ago
Evan You
b02b1e5ba4
better template compilation error warnings
9 years ago
Evan You
7a3261115f
transition-mode
9 years ago
Evan You
060fab9ec1
make ref a runtime module
9 years ago
Evan You
ff9c6b09bb
fix svg parsing in IE
9 years ago
Evan You
2a64b8a356
tests for v-model select
9 years ago
Evan You
36a32e4466
tweaks based on #2885
9 years ago
Jinjiang
1d45c4b9e9
extract style/class/transition as web platform compiler modules ( #2885 )
* extract style/class/transition as web platform compiler modules
* fixed genData bug
* made module.staticKeys optional in compiler
* changed module.genData just return additional data in compiler
* cached genStaticKeys in compiler optimizer
9 years ago
Evan You
3573ffff1f
refine ast nodes with disjoint union type
9 years ago
Evan You
df259d00f4
tweak annotations
9 years ago
Evan You
750bec1024
annotate platforms/web
9 years ago
Evan You
a74f53b0b8
annotate compiler
9 years ago
Evan You
b17ea5cc36
annotate codegen
9 years ago
Evan You
68e8c39db9
annotate parser
9 years ago