Actions
Task #90199
closedBuild JavaScript using ES2017
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-01-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Since ECMAScript brings some nice features is later releases (e.g.
native support for async / await), we upgrade our build chain to use
ES2017.
This removes a lot of polyfills introduced by TypeScript and it's
considered safe to upgrade the used ES standard as all browsers
supported by TYPO3 support this standard as well.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from In Progress to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63026
Updated by Gerrit Code Review almost 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63026
Updated by Andreas Fernandez almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8c8ba393ddb22d0d6a901ae112e257125ae78e87.
Actions