You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #1335 [StimulusBundle] Add support for typescript controllers (evertharmeling)
This PR was merged into the 2.x branch.
Discussion
----------
[StimulusBundle] Add support for typescript controllers
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Issues | n/a
| License | MIT
To be able to use `typescript`-controllers we need to be able to load those controllers. This PR adds support for loading `*.ts` files.
Full support for `typescript`-controllers needs the [sensiolabs/typescript-bundle](https://github.com/sensiolabs/AssetMapperTypeScriptBundle) to compile the controllers.
A reproducer project can be found [here](https://github.com/evertharmeling/typescript-sass-stimulus). It needs this PR to run.
Also see this [slack conversation](https://symfony-devs.slack.com/archives/C01FN4EQNLX/p1702461840204599).
Commits
-------
ce3f0e0 [StimulusBundle] Add support for typescript controllers
0 commit comments