Skip to content

Commit

Permalink
#2333 Drop javascript support for AssetMapper; core feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Apr 6, 2024
1 parent 8106dbd commit 2ef6da3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ private static Collection<VirtualFile> getModuleReferences(@NotNull String modul
return files;
}

@NotNull
public static Collection<VirtualFile> getModuleReferences(@NotNull Project project, @NotNull String module) {
return getModuleReferences(module, AssetMapperUtil.getMappingFiles(project));
}

@NotNull
public static Collection<VirtualFile> getEntrypointModuleReferences(@NotNull Project project, @NotNull String module) {
List<AssetMapperModule> collect = getEntrypointMappings(project).stream().filter(module1 -> module1.key().equals(module)).collect(Collectors.toList());
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -715,10 +715,6 @@
<TwigVariableCollector implementation="fr.adrienbrault.idea.symfony2plugin.ux.variable.collector.UxComponentVariableCollector"/>
</extensions>

<extensions defaultExtensionNs="JavaScript">
<moduleReferenceContributor implementation="fr.adrienbrault.idea.symfony2plugin.assetMapper.references.AssetMapperModuleReferenceContributor"/>
</extensions>

<depends>com.jetbrains.twig</depends>
<depends>com.jetbrains.php</depends>
<depends>JavaScript</depends>
Expand Down

0 comments on commit 2ef6da3

Please sign in to comment.