mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix the rest of lints
This commit is contained in:
@ -5,14 +5,10 @@ import { SlashCommandClosure } from './SlashCommandClosure.js';
|
||||
import { SlashCommandDebugController } from './SlashCommandDebugController.js';
|
||||
import { SlashCommandScope } from './SlashCommandScope.js';
|
||||
|
||||
/**
|
||||
* @typedef {import('./SlashCommandParser.js').ParserFlags} ParserFlags
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
* _scope:SlashCommandScope,
|
||||
* _parserFlags:{ParserFlags},
|
||||
* _parserFlags:import('./SlashCommandParser.js').ParserFlags,
|
||||
* _abortController:SlashCommandAbortController,
|
||||
* _debugController:SlashCommandDebugController,
|
||||
* _hasUnnamedArgument:boolean,
|
||||
|
Reference in New Issue
Block a user