- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
import type { ParseAst, ParseAstAsync } from './rollup';
|
|
|
|
export const parseAst: ParseAst;
|
|
export const parseAstAsync: ParseAstAsync;
|