mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
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:
@@ -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