You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: optimize convertInSyntax's performance (#450)
Optimise convertInSyntax method by compiling Pattern only once and creating StringBuffer only when needed.
feat: fix the double quotes caused eval() bug (#443)
* feat: fix the double quotes caused eval() bug
* feat: fix the conf file
* feat: fix the test case