Wonsuc
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Wonsuc commented, -
-
Wonsuc created a post, AnsweredHow to determine if the current project is specific framework based?
I'm building a plugin for a specific framework on nodejs.How can I determine if this project is based on that framework?For example, this framework's module name is ‘@swf’; if the user installs it,... -
-
-
Wonsuc commented, -
-
-
-
Wonsuc created a post, AnsweredHow to get code statements without braces in SSR?
I wanted to replace functions with specific patterns with SSR. Below is what is tried to. Search & Replace templates: this.$gridOnChar$ = function(obj, strPreText, nChar, $strPostText$, nLLPara...