Skip to content

Commit f747922

Browse files
committed
fix(util): rename JsUtil package
Rename the package of JsUtil from "cc.unitmesh.ide.webstorm.util" to "cc.unitmesh.ide.javascript.util" to better reflect the purpose of the file.
1 parent 50228e9 commit f747922

File tree

1 file changed

+1
-1
lines changed
  • javascript/src/222/main/kotlin/cc/unitmesh/ide/javascript/util

1 file changed

+1
-1
lines changed

javascript/src/222/main/kotlin/cc/unitmesh/ide/webstorm/util/JsUtil.kt renamed to javascript/src/222/main/kotlin/cc/unitmesh/ide/javascript/util/JsUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package cc.unitmesh.ide.webstorm.util
1+
package cc.unitmesh.ide.javascript.util
22

33
import com.intellij.psi.PsiFile
44

0 commit comments

Comments
 (0)