We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becd314 commit 0318528Copy full SHA for 0318528
plugins/core/jetbrains-ultimate/src-241-243/compat/com/intellij/lang/javascript/JavascriptLanguage.kt
@@ -3,4 +3,6 @@
3
4
package compat.com.intellij.lang.javascript
5
6
-val JavascriptLanguage = com.intellij.lang.javascript.JavascriptLanguage.INSTANCE
+// probably not necessary, but inline to avoid loading this through core classpath
7
+inline val JavascriptLanguage
8
+ get() = com.intellij.lang.javascript.JavascriptLanguage.INSTANCE
0 commit comments