Simon André

Results 299 comments of Simon André

```console Run ../_checker/code-block-checker.php verify:docs `pwd` components/emoji.rst components/intl.rst --baseline=baseline.json --output-format=github --symfony-application=`realpath ../_sf_app` Error: [Missing class] Class, interface or trait with name "Symfony\Component\Emoji\EmojiTransliterator" does not exist Error: [Missing class] Class, interface or...

Thank you for the feedback @javiereguiluz ! The CI stays red (will stay red until we add "emoji" to the stimulus app used in this CI workflow i think) Anything...

> We discussed internally in the Symfony Docs team and decided to do so because we don't want to add new docs under components/ namespace. Ok noted for the future...

As i see it, required JS packages is the main reason to use importmaps. CSS files is just a bonus, for those who want to install them.

I'm just stating a fact: AssetMapper may be for local CSS files first.. But ImportMap is a tool made for 3rd party scripts / dependencies first.

> AssetMapper has `importmap:update` but Encore has nothing like it (you can update packages with npm, yarn, etc. ... but that's not Encore). Hmm.. to be honest Encore has nothing...

Well it depends what you* want to do i guess :) *or any bundle developer What kind of "importmap command" you'd like to do for instace ? There are already...

The concept of "bundle importmap" seems weird to me, as there is in the end only one importmap. So that could lead to conflicts. Imho the concept of "entrypoints" work...

That's why i did not fully understand .. there is currently nothing in assetmapper that would help you bundle/pack those files :|

Let's try once more .. if there is something AssetMapper can do for you, let's see how to :) Could you ideally illustrate what files "you" (or any imaginary bundle...