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:
@@ -6,7 +6,7 @@ import { getRegexedString, regex_placement } from './extensions/regex/engine.js'
|
|||||||
import { getCurrentLocale, t, translate } from './i18n.js';
|
import { getCurrentLocale, t, translate } from './i18n.js';
|
||||||
import { MacrosParser } from './macros.js';
|
import { MacrosParser } from './macros.js';
|
||||||
import { chat_completion_sources, getChatCompletionModel, oai_settings } from './openai.js';
|
import { chat_completion_sources, getChatCompletionModel, oai_settings } from './openai.js';
|
||||||
import { POPUP_RESULT, Popup } from './popup.js';
|
import { Popup } from './popup.js';
|
||||||
import { performFuzzySearch, power_user } from './power-user.js';
|
import { performFuzzySearch, power_user } from './power-user.js';
|
||||||
import { getPresetManager } from './preset-manager.js';
|
import { getPresetManager } from './preset-manager.js';
|
||||||
import { SlashCommand } from './slash-commands/SlashCommand.js';
|
import { SlashCommand } from './slash-commands/SlashCommand.js';
|
||||||
|
@@ -5,14 +5,10 @@ import { SlashCommandClosure } from './SlashCommandClosure.js';
|
|||||||
import { SlashCommandDebugController } from './SlashCommandDebugController.js';
|
import { SlashCommandDebugController } from './SlashCommandDebugController.js';
|
||||||
import { SlashCommandScope } from './SlashCommandScope.js';
|
import { SlashCommandScope } from './SlashCommandScope.js';
|
||||||
|
|
||||||
/**
|
|
||||||
* @typedef {import('./SlashCommandParser.js').ParserFlags} ParserFlags
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {{
|
* @typedef {{
|
||||||
* _scope:SlashCommandScope,
|
* _scope:SlashCommandScope,
|
||||||
* _parserFlags:{ParserFlags},
|
* _parserFlags:import('./SlashCommandParser.js').ParserFlags,
|
||||||
* _abortController:SlashCommandAbortController,
|
* _abortController:SlashCommandAbortController,
|
||||||
* _debugController:SlashCommandDebugController,
|
* _debugController:SlashCommandDebugController,
|
||||||
* _hasUnnamedArgument:boolean,
|
* _hasUnnamedArgument:boolean,
|
||||||
|
Reference in New Issue
Block a user