Evan You
|
9d0bc9768b
fix sfc parser special tag check for nested templates (fix #4289)
|
9 years ago |
Evan You
|
6c7bc69328
sfc parser: treat all custom blocks as special tags
|
9 years ago |
Evan You
|
53964dbad2
fix html parser infinite loop (fix #4127)
|
9 years ago |
Evan You
|
5d36e8bc1b
fix IE conditional comments (fix #4125)
|
9 years ago |
Evan You
|
e2a361a052
forgivingly handle < inside template plain text (fix #4012)
|
9 years ago |
Evan You
|
b51b9eae4d
bump eslint config
|
9 years ago |
Evan You
|
7dc38dea27
fix SFC parsing pug templates that contains "<" (fix #3973)
|
9 years ago |
Evan You
|
d362d64633
update entities encoding/decoding (fix #3899)
|
9 years ago |
Evan You
|
45ff6218c1
handle multiline atribute value parsing in IE (fix #3663)
|
9 years ago |
Evan You
|
d7f42cc5c3
avoid IIFE deoptimization when using const/let inside if branches
|
9 years ago |
Evan You
|
6e1597cf0b
fix quote decoding for templates retrieved from innerHTML (fix #3403)
|
9 years ago |
Evan You
|
e84a1a43be
fix attribute decode reggression (fix #3327)
|
9 years ago |
Evan You
|
097889fdac
proper fix for attribute decode in PhantomJS
|
9 years ago |
Evan You
|
9842f3eb38
refactor sfc-parser to handle nested template tags
|
10 years ago |
Evan You
|
e4726237f3
add location info to html-parser
|
10 years ago |
Evan You
|
714f79341e
remove unnecessary code in html-parser
|
10 years ago |
Evan You
|
e236f80fa0
parser for single-file components
|
10 years ago |
Evan You
|
ff9c6b09bb
fix svg parsing in IE
|
10 years ago |
Evan You
|
68e8c39db9
annotate parser
|
10 years ago |
Phan An
|
3b57161179
Replace var with proper let/const (#2757)
|
10 years ago |
Evan You
|
14feb83879
move web-specific utils
|
10 years ago |
Evan You
|
e7f021fc9b
add build aliases for easier importing
|
10 years ago |
Evan You
|
64b3b318a0
fix html attribute escape in Safari
|
10 years ago |
Evan You
|
20200de577
allow script tags
|
10 years ago |
Evan You
|
e9dbf875d9
extract shared utils
|
10 years ago |
Evan You
|
28abdf3d30
handle phantomjs parsing
|
10 years ago |
Evan You
|
3dea52f762
restructure
|
10 years ago |