Add IDEA action to show raw FIR of currently opened file
This action works correctly with fir.enabled=true in Gradle properties
This commit is contained in:
committed by
Mikhail Glukhikh
parent
e5f0f2489f
commit
8a5a43d670
@@ -29,12 +29,23 @@ val projectsToShadow by extra(listOf(
|
||||
":eval4j",
|
||||
":idea:formatter",
|
||||
":compiler:psi",
|
||||
*if (project.findProperty("fir.enabled") == "true") {
|
||||
arrayOf(
|
||||
":compiler:fir:cones",
|
||||
":compiler:fir:resolve",
|
||||
":compiler:fir:tree",
|
||||
":compiler:fir:psi2fir"
|
||||
)
|
||||
} else {
|
||||
emptyArray()
|
||||
},
|
||||
":compiler:frontend",
|
||||
":compiler:frontend.java",
|
||||
":compiler:frontend.script",
|
||||
":idea:ide-common",
|
||||
":idea",
|
||||
":idea:idea-native",
|
||||
":idea:fir-view",
|
||||
":idea:idea-core",
|
||||
":idea:idea-gradle",
|
||||
":idea:idea-gradle-native",
|
||||
|
||||
Reference in New Issue
Block a user