Added modeling of underscore.string for str to array.

This commit is contained in:
Napalys
2025-03-17 12:52:56 +01:00
parent c256b9c336
commit 30623cd953
2 changed files with 5 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ extensions:
extensible: summaryModel
data:
- ["'underscore.string'", "Member[slugify,capitalize,decapitalize,clean,cleanDiacritics,swapCase,escapeHTML,unescapeHTML,wrap,dedent,reverse,pred,succ,titleize,camelize,classify,underscored,dasherize,humanize,trim,ltrim,rtrim,truncate,sprintf,strRight,strRightBack,strLeft,strLeftBack,stripTags,unquote,map]", "Argument[0]", "ReturnValue", "taint"]
- ["'underscore.string'", "Member[chop,chars,words,lines]", "Argument[0]", "ReturnValue", "taint"]