SillyTavern/public/scripts/slash-commands
LenAnderson 87cc28ae28 subcommand and /abort fixes
- use AbortController in /abort instead of execption
- allow quiet abort
- allow loud abort
- allow abort reason
- abort when aborted in subcommand
- break out of loops when aborted inside
- fix parsing of subcommands with multiple commands
2024-05-18 14:48:31 -04:00
..
SlashCommand.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandAbortController.js subcommand and /abort fixes 2024-05-18 14:48:31 -04:00
SlashCommandArgument.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandAutoCompleteNameResult.js Fallback for old safari 2024-05-14 23:43:17 +03:00
SlashCommandBrowser.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandClosure.js subcommand and /abort fixes 2024-05-18 14:48:31 -04:00
SlashCommandClosureExecutor.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandClosureResult.js subcommand and /abort fixes 2024-05-18 14:48:31 -04:00
SlashCommandCommandAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandEnumAutoCompleteOption.js show command details as argument and enum details 2024-05-13 14:56:17 -04:00
SlashCommandEnumValue.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandExecutor.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandNamedArgumentAssignment.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandNamedArgumentAutoCompleteOption.js show command details as argument and enum details 2024-05-13 14:56:17 -04:00
SlashCommandParser.js Fallback for old safari 2024-05-14 23:28:52 +03:00
SlashCommandParserError.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandQuickReplyAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandScope.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandUnnamedArgumentAssignment.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00
SlashCommandVariableAutoCompleteOption.js STscript Parser Rewrite (#1965) 2024-05-12 22:15:05 +03:00