(index: number)
| 423 | }; |
| 424 | |
| 425 | const makeScript = (index: number): IUserScript => ({ |
| 426 | id: `script-${index}`, |
| 427 | name: `Script ${index}`, |
| 428 | type: CommandType.UserScript, |
| 429 | path: `script-${index}.js`, |
| 430 | settings: {}, |
| 431 | }); |
| 432 | |
| 433 | macroChoice = { |
| 434 | id: "macro-sequence", |
no outgoing calls
no test coverage detected