Skip to content

[AssetMapper] Fix JsDeliver import regexp #58046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

smnandre
Copy link
Member

Q A
Branch? 6.4
Bug fix? yes
New feature? no
Deprecations? no
Issues Fix #57969
License MIT

Following import were not handled in the JSDeliverEsmResolver, due to the $ character.

import jQuery$1 from "/npm/jquery@3.7.0/+esm";

This PR updates the regex to handle this case.

Following import were not handled, due to the `$`.

```js
import jQuery$1 from "/npm/jquery@3.7.0/+esm";
```

This PR updates the regex to handle this case.
@nicolas-grekas
Copy link
Member

Thank you @smnandre.

@nicolas-grekas nicolas-grekas merged commit 93e8814 into symfony:6.4 Aug 21, 2024
8 of 10 checks passed
This was referenced Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants