sensiolabs / typescript-bundle
TypeScript support for Symfony + AssetMapper
Installs: 13 042
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 4
Forks: 8
Open Issues: 8
Type:symfony-bundle
Requires
- php: >=8.1
- symfony/asset-mapper: ^6.3|^7.0
- symfony/console: ^6.3|^7.0
- symfony/http-client: ^6.3|^7.0
- symfony/process: ^6.3|^7.0
Requires (Dev)
- phpstan/phpstan: ^1
- phpstan/phpstan-symfony: ^1.3
- phpunit/phpunit: ^10.5
- symfony/filesystem: ^6.3|^7.0
- symfony/framework-bundle: ^6.3|^7.0
This package is auto-updated.
Last update: 2024-10-17 12:52:32 UTC
README
This bundle allows you to compile TypeScript and use it with Symfony's AssetMapper Component (no Node required!).
- Automatically downloads the correct SWC binary
- Adds a
typescript:build
command to compile your typescript files - Automatically compiles your typescript files when you run
asset-map:compile
command
Installation
composer require sensiolabs/typescript-bundle
Documentation
Read the documentation at: https://symfony.com/bundles/AssetMapperTypeScriptBundle/current/index.html
Credits
This bundle was greatly inspired by the Sass Bundle from SymfonyCasts.
License
MIT License (MIT): see the License File for more details.