File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/kotlin/com/github/aleksandrsl/intellijbrowserslist Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ object BrowserslistExecutor {
4141 * Finds the browserslist package in the project
4242 * Returns null if browserslist is not installed.
4343 */
44- fun findBrowserslistPackage (project : Project , contextFile : VirtualFile ? = null): NodePackage ? {
44+ private fun findBrowserslistPackage (project : Project , contextFile : VirtualFile ? = null): NodePackage ? {
4545 val interpreter = NodeJsInterpreterManager .getInstance(project).interpreter
4646 if (interpreter !is NodeJsLocalInterpreter ) {
4747 return null
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ import com.intellij.openapi.diagnostic.logger
77
88val countryCodeRegex = Regex (" (alt-)?[a-z]{2}" , option = RegexOption .IGNORE_CASE )
99
10- private val LOG = logger<BrowserslistParserUtil >()
11-
1210object BrowserslistParserUtil : GeneratedParserUtilBase() {
1311
1412 /* *
You can’t perform that action at this time.
0 commit comments