Migrate some more code to ES6 (4).
Review Request #10454 — Created March 20, 2019 and submitted
This change converts test code inside the resources/ directory to ES6.
Ran js-tests.
Summary | ID |
---|---|
deef6aa7777f0bc14cdefb4102f8fb8826c007a5 |
Description | From | Last Updated |
---|---|---|
Col: 9 Expected an assignment or function call and instead saw an expression. |
reviewbot | |
E501 line too long (89 > 79 characters) |
reviewbot | |
E501 line too long (88 > 79 characters) |
reviewbot | |
E501 line too long (80 > 79 characters) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
For Jasmine, this should be preserved. It represents the text content. We don't want to use fat arrow functions in … |
chipx86 | |
Can you put parens around the calculations? It'll help with readability here. |
chipx86 | |
E501 line too long (89 > 79 characters) |
reviewbot | |
E501 line too long (88 > 79 characters) |
reviewbot | |
E501 line too long (80 > 79 characters) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
This line's too long now. |
chipx86 | |
This line's too long now. |
chipx86 | |
This should be function() { |
chipx86 | |
function() |
chipx86 | |
E501 line too long (89 > 79 characters) |
reviewbot | |
E501 line too long (88 > 79 characters) |
reviewbot | |
E501 line too long (80 > 79 characters) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot | |
E501 line too long (89 > 79 characters) |
reviewbot | |
E501 line too long (88 > 79 characters) |
reviewbot | |
E501 line too long (80 > 79 characters) |
reviewbot | |
E501 line too long (82 > 79 characters) |
reviewbot |
- Commits:
-
Summary ID 22c2620675f2f620b92d6b4a8d76238292584e90 1db504d5a5e587a9dfd9336d18199458576bdf5f - Diff:
-
Revision 2 (+2432 -2830)
- Commits:
-
Summary ID 1db504d5a5e587a9dfd9336d18199458576bdf5f c59c498620f9bab7e644a841fa84aa6ab71f4a07 - Diff:
-
Revision 3 (+1368 -1766)
- Commits:
-
Summary ID c59c498620f9bab7e644a841fa84aa6ab71f4a07 deef6aa7777f0bc14cdefb4102f8fb8826c007a5 - Diff:
-
Revision 4 (+1358 -1752)