(str)
| 2130 | } |
| 2131 | |
| 2132 | function isLoonArgumentContainer(str) { |
| 2133 | return /^\s*\[[\s\S]*\]\s*$/.test(stripWrapQuote(str)) |
| 2134 | } |
| 2135 | |
| 2136 | function unwrapJsonArgument(str, targetApp = 'loon-plugin') { |
| 2137 | let value = normalizeTemplateValue(str, targetApp) |
no test coverage detected