Task #97066
closedEpic #96323: TYPO3 Backend: ES6 Module (ESM) support
Add a replacement for FormEngine requireJsModules array
100%
Description
requireJsModules
contains JavaScriptModuleInstructions anyway, so ES6 is already supported, but naming suggest that we only talk about RequireJS modules here.
An additional array javaScriptModules
should be added/supported, and merged with requireJsModules
in order for ES6 related code to use a clean-API.
Updated by Benjamin Franzke almost 3 years ago
- Status changed from New to Accepted
Updated by Benjamin Franzke almost 3 years ago
- Blocks Task #97057: Deprecate RequireJS related APIs added
Updated by Gerrit Code Review over 2 years ago
- Status changed from Accepted to Under Review
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Gerrit Code Review over 2 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75855
Updated by Benjamin Franzke over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0cd3066821c559e315267b535a3a3e69ccb5ca9a.
Updated by Christian Kuhn over 1 year ago
- Related to Task #101140: Remove trigger deprecation in AbstractFormEngineAjaxController added