Task #101916
closedLoad ckeditor5 modules from their package entry points
100%
Description
Make sure that all imports are from the package entry point
instead of the path to a module as suggested by upstream:
https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-37.html
Note: `LinkActionsView` still needs to be imported from
`@ckeditor/ckeditor5-link/src/ui/linkactionsview.js` and
`LinkUtils` from `@ckeditor/ckeditor5-link/src/utils.js`
as they are not exported as named exports on the package
entry points.
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 2 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/+/81012
Updated by Gerrit Code Review about 1 year ago
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/+/81012
Updated by Gerrit Code Review about 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81036
Updated by Anonymous about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0cd722f10c9696c8d5287a400f60489a0bf0484c.