vue2/test/unit/modules
Nathan Shively-Sanders 2dc177ffb3 SFC parseComponent pads complete content with spaces (#5059)
* SFC parseComponent pads content with spaces

when `{ pad: true }` is provided. That is, all content is converted to
spaces. Previously, each line was truncated to "//". The new padding
method works better with character-oriented tools that calculate
positions by distance from the beginning of the file instead of by line
number.

* Made parseComponent's pad support "line" | "space"

Also still supports true for backward compatibility. True is the same as
"line".
2017-03-06 04:36:39 +08:00
..
compiler fix v-on .left .right compat with keyboard events (fix #5046) 2017-03-03 11:40:15 +08:00
observer improve set/delete API (#5050) 2017-03-03 12:07:42 +08:00
sfc SFC parseComponent pads complete content with spaces (#5059) 2017-03-06 04:36:39 +08:00
util
vdom improve event update algorithm (thanks to suggestions from @defcc) 2017-01-13 19:44:32 -05:00