vsavkin
|
7f297666ca
|
feat(html_lexer): support special forms used by i18n { exp, plural, =0 {} }
|
2016-04-18 19:38:11 +00:00 |
Alex Rickabaugh
|
60727c4d2b
|
revert(format): Revert "chore(format): update to latest formatter"
This reverts commit 03627aa84d .
|
2016-04-12 09:41:01 -07:00 |
Alex Eagle
|
03627aa84d
|
chore(format): update to latest formatter
Closes #7958
|
2016-04-11 22:15:23 +00:00 |
Chuck Jazdzewski
|
19a08f3a43
|
feat(compiler): Added spans to HTML parser errors
Allows using the HTML parser in contexts errors are reported in a development tool such as an editor.
|
2016-03-03 22:51:57 +00:00 |
Victor Berchet
|
a24ee6add4
|
fix(HtmlLexer): fix for unicode chars
fixes #6036
Closes #6061
|
2016-01-21 23:45:41 +00:00 |
Victor Berchet
|
47f1d12731
|
fix(HtmlLexer): tag name must follow "<" without space
see http://www.w3.org/TR/html5/syntax.html#tag-open-state
|
2015-12-08 02:39:17 +00:00 |
Victor Berchet
|
aecf68117a
|
feat(HtmlLexer): allow "<" in text tokens
fixes #5550
|
2015-12-08 02:39:17 +00:00 |
Victor Berchet
|
9850e68703
|
fix(HtmlLexer): handle CR in input stream per HTML spec
fixes #5618
Closes #5629
|
2015-12-08 02:18:20 +00:00 |
Victor Berchet
|
36a423fac8
|
feat(Compiler): case sensitive html parser
close #4417
Closes #5264
|
2015-11-19 18:55:04 +00:00 |
Tobias Bosch
|
adb87562bb
|
feat(Compiler): case sensitive html parser
|
2015-11-19 18:55:04 +00:00 |
vsavkin
|
4e1d9c93df
|
Revert "feat(Compiler): case sensitive html parser"
This reverts commit 86aeb8be0a .
|
2015-11-16 14:37:00 -08:00 |
vsavkin
|
0611239a0e
|
Revert "feat(Compiler): case sensitive html parser"
This reverts commit a8edc1eb58 .
|
2015-11-16 14:36:39 -08:00 |
Victor Berchet
|
a8edc1eb58
|
feat(Compiler): case sensitive html parser
close #4417
Closes #5264
|
2015-11-16 21:09:09 +00:00 |
Tobias Bosch
|
86aeb8be0a
|
feat(Compiler): case sensitive html parser
|
2015-11-16 21:09:09 +00:00 |