File tree 4 files changed +0
-5
lines changed
src/Symfony/Component/AssetMapper
4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 16
16
use Symfony \Component \AssetMapper \CompiledAssetMapperConfigReader ;
17
17
use Symfony \Component \AssetMapper \Event \PreAssetsCompileEvent ;
18
18
use Symfony \Component \AssetMapper \ImportMap \ImportMapGenerator ;
19
- use Symfony \Component \AssetMapper \Path \PublicAssetsPathResolverInterface ;
20
- use Symfony \Component \AssetMapper \ImportMap \ImportMapManager ;
21
19
use Symfony \Component \AssetMapper \Path \PublicAssetsFilesystemInterface ;
22
20
use Symfony \Component \Console \Attribute \AsCommand ;
23
21
use Symfony \Component \Console \Command \Command ;
Original file line number Diff line number Diff line change 15
15
use Symfony \Component \AssetMapper \CompiledAssetMapperConfigReader ;
16
16
use Symfony \Component \AssetMapper \Exception \LogicException ;
17
17
use Symfony \Component \AssetMapper \MappedAsset ;
18
- use Symfony \Component \AssetMapper \Path \PublicAssetsPathResolverInterface ;
19
18
20
19
/**
21
20
* Provides data needed to write the importmap & preloads.
Original file line number Diff line number Diff line change 22
22
use Symfony \Component \AssetMapper \ImportMap \ImportMapType ;
23
23
use Symfony \Component \AssetMapper \ImportMap \JavaScriptImport ;
24
24
use Symfony \Component \AssetMapper \MappedAsset ;
25
- use Symfony \Component \AssetMapper \Path \PublicAssetsPathResolverInterface ;
26
25
use Symfony \Component \Filesystem \Filesystem ;
27
26
28
27
class ImportMapGeneratorTest extends TestCase
Original file line number Diff line number Diff line change 14
14
use PHPUnit \Framework \MockObject \MockObject ;
15
15
use PHPUnit \Framework \TestCase ;
16
16
use Symfony \Component \AssetMapper \AssetMapperInterface ;
17
- use Symfony \Component \AssetMapper \CompiledAssetMapperConfigReader ;
18
17
use Symfony \Component \AssetMapper \ImportMap \ImportMapConfigReader ;
19
18
use Symfony \Component \AssetMapper \ImportMap \ImportMapEntries ;
20
19
use Symfony \Component \AssetMapper \ImportMap \ImportMapEntry ;
You can’t perform that action at this time.
0 commit comments