Matias Niemelä
|
3fe1cb0253
|
refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations
This commit also fixes up any remaining TODO comments.
Closes #9778
|
2016-07-06 11:22:45 -07:00 |
Tobias Bosch
|
74b45dfbf8
|
Revert "refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations"
This reverts commit 5c9f871b21 .
|
2016-07-01 21:21:56 -07:00 |
Matias Niemelä
|
5c9f871b21
|
refactor(core): ensure CSS parser uses ParseSourceSpan to track ast locations
This commit also fixes up any remaining TODO comments.
Closes #9285
|
2016-07-01 17:18:14 -07:00 |
ScottSWu
|
ae75e3640a
|
chore(lint): Added license headers to most TypeScript files
Relates to #9380
|
2016-06-23 09:47:54 -07:00 |
Victor Berchet
|
6420f75320
|
fix(testing): remove the `toMatchPattern` matcher (jasmine has `toMatch`)
BREAKING CHANGE:
Before:
expect(...).toMatchPattern(pattern);
After:
expect(...).toMatch(pattern);
|
2016-06-23 08:58:28 -07:00 |
Matias Niemelä
|
a13052fc73
|
refactor(core): rename css_parser and css_lexer files
Closes #9273
|
2016-06-16 14:31:48 -07:00 |