Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 0179a22

Browse files
committed
Prioritize for of before regular for loop
1 parent a4b3ec4 commit 0179a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logics/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function getCmd(cmdLines) {
3030
conditionElIf,
3131
conditionElse,
3232
conditionClose,
33-
loopFor,
3433
loopForOf,
34+
loopFor,
3535
functionDeclarationBegin,
3636
functionDeclarationEnd,
3737
functionCall,

0 commit comments

Comments
 (0)