AssetMapperTypeScriptBundle icon indicating copy to clipboard operation
AssetMapperTypeScriptBundle copied to clipboard

Results 11 AssetMapperTypeScriptBundle issues
Sort by recently updated
recently updated
newest added

Hello, I'm a big fan of TypeScript, so when I saw I could use this bundle, I tried it! (thanks for the good job so far) I had no specific...

enhancement
help wanted

In Symfony 7 doesnt working default asset function: I solved it with: {{ importmap('typescript/app') }}

This is a tricky one. SWC has [an '--ignore' option](https://swc.rs/docs/usage/cli#--ignore), but it allows only a single path to be excluded (or at least I didn't manage to make it take...

enhancement

Closes #1 This is a tricky one. SWC has [an '--ignore' option](https://swc.rs/docs/usage/cli#--ignore), but it allows only a single path to be excluded (or at least I didn't manage to make...

If we allow the use of another compiler than swc, we will need to create the necessary classes and interfaces to make it work

enhancement

We had a few issues opened by people who were confused on how to use the bundle. The example in the doc was not using the standard "**entrypoint** / **importmap**"...

The upstream bug is: https://github.com/swc-project/swc/issues/9559 ``` $ '/Volumes/Dev/ResearchProject/lets-php/app-sf/var/swc-darwin-arm64' 'compile' 'assets' '--out-dir' '/Volumes/Dev/ResearchProject/lets-php/app-sf/var/typescript' '--config-file' '.swcrc' Error: Failed to open file assets/vendor/chart.js Caused by: Is a directory (os error 21) ``` -...

I was getting a Segmentation fault trying to run SWC after following the installation [https://symfony.com/bundles/AssetMapperTypeScriptBundle/current/index.html](installation) Turns out that I needed a different SWC binary due to the fact that I...

I just realized this path wasn't configurable. This might be useful in deployment processes. I also noticed that the `js_asset_compiler` definition wasn't right (3rd argument defaulted to `sensiolabs_typescript.builder` service, though...