Task #101504
closedMap relative lit-imports to bare module specifiers
100%
Description
Bare module specifiers (such that do not start with / or .)
are cache busted by their mapping in importmap — relative
imports (inside lit) are not. This is why we used version-suffixed
lit package folders in #96511 (pretty much like unpkg.com does).
This got removed with #100245, because required updates for
configuration files have not been applied automatically and
the reason for the version suffix was undocumented and thus
unclear. While we could fix those issues and add autoupdate
support for configuration files, it is now decided to
remap all relative imports, as this logic is present in our
build setup for TypeScript sources anyway.
Updated by Gerrit Code Review over 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/+/80268
Updated by Gerrit Code Review over 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/+/80224
Updated by Anonymous over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b26c150268e1289d789772687484b24dfe109a3f.