Commit 3df7170
committed
bug symfony#59858 Update
This PR was merged into the 6.4 branch.
Discussion
----------
Update `JsDelivrEsmResolver::IMPORT_REGEX` to support dynamic imports
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues | Fix symfony#53145 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
This fix allows the JsDelivrEsmResolver to resolve dependencies from dynamic imports.
Commits
-------
a7ccca8 Update JsDelivrEsmResolver::IMPORT_REGEX to support dynamic importsJsDelivrEsmResolver::IMPORT_REGEX to support dynamic imports (natepage)File tree
2 files changed
+8
-1
lines changed- src/Symfony/Component/AssetMapper
- ImportMap/Resolver
- Tests/ImportMap/Resolver
2 files changed
+8
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
696 | 703 | | |
697 | 704 | | |
698 | 705 | | |
| |||
0 commit comments