Skip to content

Commit

Permalink
Remove BlazeTypeScriptConfigLibraryUpdater.java (#7236)
Browse files Browse the repository at this point in the history
Apparently, this service has not been used since 242 as it was not selected in
the BUILD file and was only enabled for CLion. However, in CLion the following
exception was raised because of this service:

InstanceNotRegisteredException:
com.intellij.lang.typescript.tsconfig.TypeScriptConfigLibraryUpdater ->
com.google.idea.blaze.typescript.BlazeTypeScriptConfigLibraryUpdater
  • Loading branch information
LeFrosch authored Jan 28, 2025
1 parent a56ffa6 commit ffb3ac6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 200 deletions.
14 changes: 1 addition & 13 deletions javascript/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,9 @@ optional_plugin_xml(
plugin_xml = "src/META-INF/javascript-contents.xml",
)

optional_plugin_xml(
name = "optional_xml_243",
module = ["JavaScript"],
plugin_xml = "src/META-INF/javascript-contents-243.xml",
)

intellij_plugin_library(
name = "plugin_library",
optional_plugin_xmls = [":optional_xml"] + select_for_plugin_api({
"intellij-2024.3": [],
"intellij-ue-2024.3": [],
"intellij-2025.1": [],
"intellij-ue-2025.1": [],
"default": [":optional_xml_243"],
}),
optional_plugin_xmls = [":optional_xml"],
plugin_xmls = ["src/META-INF/blaze-javascript.xml"],
visibility = PLUGIN_PACKAGES_VISIBILITY,
deps = [":javascript"],
Expand Down
23 changes: 0 additions & 23 deletions javascript/src/META-INF/javascript-contents-243.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ffb3ac6

Please sign in to comment.