Optimize HTTP client

This commit is contained in:
2025-11-16 15:41:16 +08:00
parent d12d58b15a
commit 5d4ba757aa
2 changed files with 23 additions and 16 deletions

View File

@@ -4,7 +4,7 @@
import { EditorState } from '@codemirror/state';
import { syntaxTree, syntaxTreeAvailable } from '@codemirror/language';
import { Block as BlockNode, BlockDelimiter, BlockContent, BlockLanguage, Document } from './lang-parser/parser.terms.js';
import { Block as BlockNode, BlockDelimiter, BlockContent, BlockLanguage } from './lang-parser/parser.terms.js';
import {
SupportedLanguage,
DELIMITER_REGEX,