vue2/test/unit
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
..
features chore(filter.spec): fix variable-- test case (#5094) 2017-03-05 09:40:49 +09:00
modules SFC parseComponent pads complete content with spaces (#5059) 2017-03-06 04:36:39 +08:00
.eslintrc add focused test eslint rules for tests 2016-11-25 13:04:44 -05:00
index.js fix nextTick Promise implementation for polyfills 2016-11-20 12:03:24 -05:00