chore(deps): update dependency typescript to ^5.5.4 (#12964)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chenjiahan <chenjiahan.jait@bytedance.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
chenjiahan
parent
746fdb5699
commit
2a645cc1ba
@@ -19,7 +19,7 @@ function formatArguments(input: string): VueEventArgument[] {
|
||||
input = formatType(input);
|
||||
while (input.length > 0) {
|
||||
if (/(?!_)\w/.test(input[0])) {
|
||||
const val = input.match(/(\w|\s|\p{P}|\||\[|\]|>|<)+/)![0] || '';
|
||||
const val = input.match(/(\w|\s|\||\[|\]|>|<)+/)![0] || '';
|
||||
input = input.substring(val.length);
|
||||
items.push(val);
|
||||
} else if (input[0] === '{') {
|
||||
|
||||
Reference in New Issue
Block a user