SYMBOL INDEX (40827 symbols across 1273 files) FILE: conftest.py function pytest_configure (line 1) | def pytest_configure(config): FILE: jesse/__init__.py function lifespan (line 21) | async def lifespan(app): function index (line 32) | async def index(): FILE: jesse/candle_pipelines/base_candles.py class BaseCandlesPipeline (line 4) | class BaseCandlesPipeline: method __init__ (line 5) | def __init__(self, batch_size: int) -> None: method get_candles (line 10) | def get_candles(self, candles: np.ndarray, index: int, candles_step: i... method process (line 27) | def process(self, original_1m_candles: np.ndarray, out: np.ndarray) ->... FILE: jesse/candle_pipelines/gaussian_noise.py class GaussianNoiseCandlesPipeline (line 6) | class GaussianNoiseCandlesPipeline(BaseCandlesPipeline): method __init__ (line 8) | def __init__(self, batch_size: int, *, method process (line 28) | def process(self, original_1m_candles: np.ndarray, out: np.ndarray) ->... FILE: jesse/candle_pipelines/gaussian_resampler.py class GaussianResamplerCandlesPipeline (line 6) | class GaussianResamplerCandlesPipeline(BaseCandlesPipeline): method __init__ (line 8) | def __init__(self, batch_size: int, *, method process (line 18) | def process(self, original_1m_candles: np.ndarray, out: np.ndarray) ->... FILE: jesse/candle_pipelines/moving_block_bootstrap.py class MovingBlockBootstrapCandlesPipeline (line 5) | class MovingBlockBootstrapCandlesPipeline(BaseCandlesPipeline): method __init__ (line 6) | def __init__(self, batch_size: int, **_ignored) -> None: method _bootstrap_blocks (line 30) | def _bootstrap_blocks(self, arr: np.ndarray, n: int) -> np.ndarray: method process (line 48) | def process(self, original_1m_candles: np.ndarray, out: np.ndarray) ->... FILE: jesse/cli.py function cli (line 14) | def cli() -> None: function install_live (line 25) | def install_live(strict: bool) -> None: function run (line 33) | def run() -> None: FILE: jesse/config.py function set_config (line 116) | def set_config(conf: dict) -> None: function reset_config (line 165) | def reset_config() -> None: FILE: jesse/controllers/auth_controller.py function login (line 16) | def login(json_request: LoginRequestJson): function login (line 24) | def login(json_request: LoginRequestJson): function auth (line 32) | def auth(json_request: LoginRequestJson): function shutdown (line 40) | async def shutdown(background_tasks: BackgroundTasks, authorization: Opt... function jesse_trade_token (line 52) | async def jesse_trade_token(authorization: Optional[str] = Header(None)): FILE: jesse/controllers/backtest_controller.py function backtest (line 27) | def backtest(request_json: BacktestRequestJson, authorization: Optional[... function cancel_backtest (line 59) | def cancel_backtest(request_json: CancelRequestJson, authorization: Opti... function get_logs (line 75) | def get_logs(session_id: str, token: str = Query(...)): function download_backtest_log (line 94) | def download_backtest_log(session_id: str, token: str = Query(...)): function get_backtest_sessions (line 108) | def get_backtest_sessions(request_json: GetBacktestSessionsRequestJson =... function get_backtest_session_by_id (line 134) | def get_backtest_session_by_id(session_id: str, authorization: Optional[... function update_session_state (line 159) | def update_session_state(request_json: UpdateBacktestSessionStateRequest... function remove_backtest_session (line 174) | def remove_backtest_session(session_id: str, authorization: Optional[str... function update_session_notes (line 202) | def update_session_notes(session_id: str, request_json: UpdateBacktestSe... function purge_sessions (line 224) | def purge_sessions(request_json: dict = Body(...), authorization: Option... function get_backtest_session_chart_data (line 242) | def get_backtest_session_chart_data(session_id: str, authorization: Opti... function get_backtest_session_strategy_codes (line 264) | def get_backtest_session_strategy_codes(session_id: str, authorization: ... FILE: jesse/controllers/candles_controller.py function import_candles (line 14) | def import_candles(request_json: ImportCandlesRequestJson, authorization... function cancel_import_candles (line 37) | def cancel_import_candles(request_json: CancelRequestJson, authorization... function clear_candles_database_cache (line 51) | def clear_candles_database_cache(authorization: Optional[str] = Header(N... function get_candles (line 68) | def get_candles(json_request: GetCandlesRequestJson, authorization: Opti... function get_existing_candles (line 88) | def get_existing_candles(authorization: Optional[str] = Header(None)) ->... function delete_candles (line 103) | def delete_candles(json_request: DeleteCandlesRequestJson, authorization... FILE: jesse/controllers/closed_trade_controller.py function get_closed_trades (line 14) | def get_closed_trades( function get_closed_trade_by_id (line 39) | def get_closed_trade_by_id(trade_id: str, authorization: Optional[str] =... function get_trades_live_history (line 65) | def get_trades_live_history( FILE: jesse/controllers/config_controller.py function get_config (line 13) | def get_config(json_request: ConfigRequestJson, authorization: Optional[... function update_config (line 28) | def update_config(json_request: ConfigRequestJson, authorization: Option... FILE: jesse/controllers/exchange_controller.py function exchange_supported_symbols (line 17) | def exchange_supported_symbols(request_json: ExchangeSupportedSymbolsReq... function get_exchange_api_keys_endpoint (line 32) | def get_exchange_api_keys_endpoint(authorization: Optional[str] = Header... function store_exchange_api_keys_endpoint (line 41) | def store_exchange_api_keys_endpoint(json_request: StoreExchangeApiKeyRe... function delete_exchange_api_keys_endpoint (line 54) | def delete_exchange_api_keys_endpoint(json_request: DeleteExchangeApiKey... function get_exchange_supported_symbols (line 63) | def get_exchange_supported_symbols(exchange: str) -> JSONResponse: FILE: jesse/controllers/file_controller.py function download (line 13) | def download(mode: str, file_type: str, session_id: str, token: str = Qu... function download_api_keys (line 25) | def download_api_keys( function import_api_keys (line 45) | async def import_api_keys( FILE: jesse/controllers/live_controller.py function live (line 27) | def live(request_json: LiveRequestJson, authorization: Optional[str] = H... function cancel_live (line 75) | def cancel_live(request_json: LiveCancelRequestJson, authorization: Opti... function get_logs (line 88) | def get_logs(json_request: GetLogsRequestJson, authorization: Optional[s... function get_orders (line 104) | def get_orders(json_request: GetOrdersRequestJson, authorization: Option... function get_live_sessions (line 120) | def get_live_sessions( function get_live_session_by_id (line 150) | def get_live_session_by_id(session_id: str, authorization: Optional[str]... function remove_live_session (line 174) | def remove_live_session(session_id: str, authorization: Optional[str] = ... function update_session_notes (line 202) | def update_session_notes( function update_state (line 233) | def update_state(request_json: UpdateLiveSessionStateRequestJson, author... function purge_sessions (line 248) | def purge_sessions(request_json: dict = Body(...), authorization: Option... function get_equity_curve (line 266) | def get_equity_curve( FILE: jesse/controllers/lsp_controller.py function get_lsp_config (line 11) | def get_lsp_config(authorization: Optional[str] = Header(None))->JSONRes... FILE: jesse/controllers/monte_carlo_controller.py function monte_carlo (line 35) | async def monte_carlo(request: Request, request_json: MonteCarloRequestJ... function cancel_monte_carlo (line 109) | def cancel_monte_carlo(request_json: CancelMonteCarloRequestJson, author... function terminate_monte_carlo (line 125) | def terminate_monte_carlo(request_json: TerminateMonteCarloRequestJson, ... function resume_monte_carlo (line 145) | async def resume_monte_carlo(request_json: MonteCarloRequestJson, author... function get_monte_carlo_sessions_endpoint (line 197) | def get_monte_carlo_sessions_endpoint(request_json: GetMonteCarloSession... function get_monte_carlo_session_by_id_endpoint (line 223) | def get_monte_carlo_session_by_id_endpoint(session_id: str, authorizatio... function get_monte_carlo_equity_curves (line 249) | def get_monte_carlo_equity_curves(session_id: str, authorization: Option... function update_session_state (line 327) | def update_session_state( function remove_monte_carlo_session (line 345) | def remove_monte_carlo_session(session_id: str, authorization: Optional[... function update_session_notes (line 373) | def update_session_notes(session_id: str, request_json: UpdateMonteCarlo... function get_session_strategy_code (line 395) | def get_session_strategy_code(session_id: str, authorization: Optional[s... function get_session_logs (line 414) | def get_session_logs(session_id: str, authorization: Optional[str] = Hea... function purge_sessions (line 436) | def purge_sessions(request_json: dict, authorization: Optional[str] = He... function get_running_session (line 454) | def get_running_session(authorization: Optional[str] = Header(None)): FILE: jesse/controllers/notification_controller.py function get_notification_api_keys (line 12) | def get_notification_api_keys(authorization: Optional[str] = Header(None... function store_notification_api_keys (line 25) | def store_notification_api_keys( function delete_notification_api_keys (line 43) | def delete_notification_api_keys( FILE: jesse/controllers/optimization_controller.py function optimization (line 21) | async def optimization(request_json: OptimizationRequestJson, authorizat... function rerun_optimization (line 79) | async def rerun_optimization(request_json: OptimizationRequestJson, auth... function cancel_optimization (line 128) | def cancel_optimization(request_json: CancelRequestJson, authorization: ... function download_optimization_log (line 142) | def download_optimization_log(token: str = Query(...)): function get_optimization_sessions (line 155) | def get_optimization_sessions(request_json: GetOptimizationSessionsReque... function get_optimization_session_by_id (line 181) | def get_optimization_session_by_id(session_id: str, authorization: Optio... function update_session_state (line 205) | def update_session_state(request_json: UpdateOptimizationSessionStateReq... function terminate_optimization (line 220) | def terminate_optimization(request_json: TerminateOptimizationRequestJso... function resume_optimization (line 237) | async def resume_optimization(request_json: OptimizationRequestJson, aut... function remove_optimization_session (line 287) | def remove_optimization_session(session_id: str, authorization: Optional... function update_session_notes (line 315) | def update_session_notes(session_id: str, request_json: UpdateOptimizati... function get_session_notes (line 337) | def get_session_notes(session_id: str, authorization: Optional[str] = He... function get_session_strategy_codes (line 358) | def get_session_strategy_codes(session_id: str, authorization: Optional[... function get_session_logs (line 377) | def get_session_logs(session_id: str, authorization: Optional[str] = Hea... function purge_sessions (line 399) | def purge_sessions(request_json: dict = Body(...), authorization: Option... function get_running_session (line 417) | def get_running_session(authorization: Optional[str] = Header(None)): FILE: jesse/controllers/order_controller.py function get_order_by_id (line 15) | def get_order_by_id(order_id: str, authorization: Optional[str] = Header... function get_orders_live_history (line 45) | def get_orders_live_history( FILE: jesse/controllers/strategy_controller.py function make_strategy (line 22) | def make_strategy(json_request: NewStrategyRequestJson, authorization: O... function get_strategies (line 34) | def get_strategies(authorization: Optional[str] = Header(None)) -> JSONR... function get_strategy (line 46) | def get_strategy( function save_strategy (line 61) | def save_strategy( function delete_strategy (line 76) | def delete_strategy( function index_jesse_trade_strategies (line 91) | async def index_jesse_trade_strategies( function get_jesse_trade_periods (line 138) | async def get_jesse_trade_periods( function get_jesse_trade_strategy (line 168) | async def get_jesse_trade_strategy( function get_jesse_trade_strategy_metrics (line 205) | async def get_jesse_trade_strategy_metrics( function import_strategy (line 246) | async def import_strategy( FILE: jesse/controllers/system_controller.py function feedback (line 14) | def feedback(json_request: FeedbackRequestJson, authorization: Optional[... function report_exception (line 26) | def report_exception(json_request: ReportExceptionRequestJson, function general_info (line 48) | def general_info(authorization: Optional[str] = Header(None)) -> JSONRes... function active_workers (line 72) | def active_workers(authorization: Optional[str] = Header(None)) -> JSONR... function help_search (line 85) | def help_search(json_request: HelpSearchRequestJson, authorization: Opti... FILE: jesse/controllers/tabs_controller.py class TabsListRequest (line 11) | class TabsListRequest(BaseModel): class TabsAddRequest (line 15) | class TabsAddRequest(BaseModel): class TabsRemoveRequest (line 20) | class TabsRemoveRequest(BaseModel): class TabsReorderRequest (line 25) | class TabsReorderRequest(BaseModel): class TabsResponse (line 30) | class TabsResponse(BaseModel): function list_tabs (line 35) | async def list_tabs(req: TabsListRequest, authorization: Optional[str] =... function add_tab (line 47) | async def add_tab(req: TabsAddRequest, authorization: Optional[str] = He... function remove_tab (line 60) | async def remove_tab(req: TabsRemoveRequest, authorization: Optional[str... function reorder_tabs (line 72) | async def reorder_tabs(req: TabsReorderRequest, authorization: Optional[... FILE: jesse/controllers/websocket_controller.py function websocket_endpoint (line 11) | async def websocket_endpoint(websocket: WebSocket, token: str = Query(..... FILE: jesse/enums/__init__.py class sides (line 4) | class sides: class trade_types (line 10) | class trade_types: class order_statuses (line 16) | class order_statuses: class timeframes (line 27) | class timeframes: class colors (line 48) | class colors: class order_types (line 57) | class order_types: class exchanges (line 66) | class exchanges: class migration_actions (line 97) | class migration_actions: class order_submitted_via (line 109) | class order_submitted_via: class live_session_statuses (line 115) | class live_session_statuses: class live_session_modes (line 124) | class live_session_modes: FILE: jesse/exceptions/__init__.py class EmptyPosition (line 1) | class EmptyPosition(Exception): class OpenPositionError (line 5) | class OpenPositionError(Exception): class OrderNotAllowed (line 9) | class OrderNotAllowed(Exception): class ConflictingRules (line 13) | class ConflictingRules(Exception): class InvalidStrategy (line 17) | class InvalidStrategy(Exception): class CandleNotFoundInDatabase (line 21) | class CandleNotFoundInDatabase(Exception): class CandleNotFoundInExchange (line 25) | class CandleNotFoundInExchange(Exception): class SymbolNotFound (line 29) | class SymbolNotFound(Exception): class RouteNotFound (line 33) | class RouteNotFound(Exception): method __init__ (line 34) | def __init__(self, symbol, timeframe): class InvalidRoutes (line 39) | class InvalidRoutes(Exception): class ExchangeInMaintenance (line 43) | class ExchangeInMaintenance(Exception): class ExchangeNotResponding (line 47) | class ExchangeNotResponding(Exception): class ExchangeRejectedOrder (line 51) | class ExchangeRejectedOrder(Exception): class ExchangeRejectedLeverageNumber (line 54) | class ExchangeRejectedLeverageNumber(Exception): class ExchangeOrderNotFound (line 58) | class ExchangeOrderNotFound(Exception): class InvalidShape (line 62) | class InvalidShape(Exception): class InvalidConfig (line 66) | class InvalidConfig(Exception): class InvalidTimeframe (line 70) | class InvalidTimeframe(Exception): class InvalidSymbol (line 74) | class InvalidSymbol(Exception): class NegativeBalance (line 78) | class NegativeBalance(Exception): class InsufficientMargin (line 82) | class InsufficientMargin(Exception): class InsufficientBalance (line 86) | class InsufficientBalance(Exception): class Termination (line 90) | class Termination(Exception): class InvalidExchangeApiKeys (line 94) | class InvalidExchangeApiKeys(Exception): class ExchangeError (line 98) | class ExchangeError(Exception): class NotSupportedError (line 102) | class NotSupportedError(Exception): class CandlesNotFound (line 106) | class CandlesNotFound(Exception): class InvalidDateRange (line 110) | class InvalidDateRange(Exception): FILE: jesse/exchanges/exchange.py class Exchange (line 6) | class Exchange(ABC): method market_order (line 12) | def market_order(self, symbol: str, qty: float, current_price: float, ... method limit_order (line 16) | def limit_order(self, symbol: str, qty: float, price: float, side: str... method stop_order (line 20) | def stop_order(self, symbol: str, qty: float, price: float, side: str,... method cancel_all_orders (line 24) | def cancel_all_orders(self, symbol: str) -> None: method cancel_order (line 28) | def cancel_order(self, symbol: str, order_id: str) -> None: method _fetch_precisions (line 32) | def _fetch_precisions(self) -> None: FILE: jesse/exchanges/sandbox/Sandbox.py class Sandbox (line 10) | class Sandbox(Exchange): method __init__ (line 11) | def __init__(self, name='Sandbox'): method market_order (line 15) | def market_order(self, symbol: str, qty: float, current_price: float, ... method limit_order (line 27) | def limit_order(self, symbol: str, qty: float, price: float, side: str... method stop_order (line 39) | def stop_order(self, symbol: str, qty: float, price: float, side: str,... method cancel_all_orders (line 51) | def cancel_all_orders(self, symbol: str) -> List[Order]: method cancel_order (line 64) | def cancel_order(self, symbol: str, order_id: str) -> None: method _fetch_precisions (line 68) | def _fetch_precisions(self) -> None: FILE: jesse/factories/candle_factory.py function range_candles (line 17) | def range_candles(count: int) -> np.ndarray: function candles_from_close_prices (line 28) | def candles_from_close_prices(prices: Union[list, range]) -> np.ndarray: function fake_candle (line 57) | def fake_candle(attributes: dict = None, reset: bool = False) -> np.ndar... FILE: jesse/factories/order_factory.py function fake_order (line 11) | def fake_order(attributes: dict = None) -> Order: FILE: jesse/helpers.py function app_currency (line 26) | def app_currency() -> str: function app_mode (line 36) | def app_mode() -> str: function arrow_to_timestamp (line 41) | def arrow_to_timestamp(arrow_time: arrow.arrow.Arrow) -> int: function base_asset (line 45) | def base_asset(symbol: str) -> str: function binary_search (line 49) | def binary_search(arr: list, item) -> int: function class_iter (line 67) | def class_iter(Class): function clean_orderbook_list (line 72) | def clean_orderbook_list(arr) -> List[List[float]]: function color (line 76) | def color(msg_text: str, msg_color: str) -> str: function convert_number (line 87) | def convert_number(old_max: float, old_min: float, new_max: float, new_m... function dashless_symbol (line 101) | def dashless_symbol(symbol: str) -> str: function dashy_symbol (line 105) | def dashy_symbol(symbol: str) -> str: function underline_to_dashy_symbol (line 129) | def underline_to_dashy_symbol(symbol: str) -> str: function dashy_to_underline (line 133) | def dashy_to_underline(symbol: str) -> str: function get_base_asset (line 137) | def get_base_asset(symbol: str) -> str: function get_quote_asset (line 141) | def get_quote_asset(symbol: str) -> str: function date_diff_in_days (line 145) | def date_diff_in_days(date1: arrow.arrow.Arrow, date2: arrow.arrow.Arrow... function date_to_timestamp (line 155) | def date_to_timestamp(date: str) -> int: function dna_to_hp (line 165) | def dna_to_hp(strategy_hp, dna: str): function dump_exception (line 197) | def dump_exception() -> None: function estimate_average_price (line 206) | def estimate_average_price(order_qty: float, order_price: float, current... function estimate_PNL (line 224) | def estimate_PNL(qty: float, entry_price: float, exit_price: float, trad... function estimate_PNL_percentage (line 236) | def estimate_PNL_percentage(qty: float, entry_price: float, exit_price: ... function file_exists (line 246) | def file_exists(path: str) -> bool: function clear_file (line 250) | def clear_file(path: str) -> None: function make_directory (line 255) | def make_directory(path: str) -> None: function floor_with_precision (line 260) | def floor_with_precision(num: float, precision: int = 0) -> float: function format_currency (line 265) | def format_currency(num: float) -> str: function format_price (line 269) | def format_price(price: float) -> str: function generate_unique_id (line 320) | def generate_unique_id() -> str: function generate_short_unique_id (line 324) | def generate_short_unique_id() -> str: function get_arrow (line 328) | def get_arrow(timestamp: int) -> arrow.arrow.Arrow: function get_candle_source (line 332) | def get_candle_source(candles: np.ndarray, source_type: str = "close") -... function get_config (line 342) | def get_config(keys: str, default: Any = None) -> Any: function get_store (line 368) | def get_store(): function get_strategy_class (line 373) | def get_strategy_class(strategy_name: str): function insecure_hash (line 427) | def insecure_hash(msg: str) -> str: function insert_list (line 431) | def insert_list(index: int, item, arr: list) -> list: function is_backtesting (line 441) | def is_backtesting() -> bool: function is_debuggable (line 446) | def is_debuggable(debug_item) -> bool: function is_debugging (line 454) | def is_debugging() -> bool: function is_importing_candles (line 459) | def is_importing_candles() -> bool: function is_live (line 465) | def is_live() -> bool: function is_livetrading (line 470) | def is_livetrading() -> bool: function is_optimizing (line 476) | def is_optimizing() -> bool: function is_paper_trading (line 482) | def is_paper_trading() -> bool: function is_unit_testing (line 487) | def is_unit_testing() -> bool: function is_valid_uuid (line 502) | def is_valid_uuid(uuid_to_test: str, version: int = 4) -> bool: function key (line 510) | def key(exchange: str, symbol: str, timeframe: str = None): function max_timeframe (line 517) | def max_timeframe(timeframes_list: list) -> str: function normalize (line 526) | def normalize(x: float, x_min: float, x_max: float) -> float: function now (line 533) | def now(force_fresh=False) -> int: function now_to_timestamp (line 540) | def now_to_timestamp(force_fresh=False) -> int: function now_to_datetime (line 549) | def now_to_datetime(): function current_1m_candle_timestamp (line 553) | def current_1m_candle_timestamp(): function np_ffill (line 557) | def np_ffill(arr: np.ndarray, axis: int = 0) -> np.ndarray: function np_shift (line 575) | def np_shift(arr: np.ndarray, num: int, fill_value=0) -> np.ndarray: function opposite_side (line 591) | def opposite_side(s: str) -> str: function opposite_type (line 603) | def opposite_type(t: str) -> str: function orderbook_insertion_index_search (line 613) | def orderbook_insertion_index_search(arr, target: int, ascending: bool =... function orderbook_trim_price (line 644) | def orderbook_trim_price(p: float, ascending: bool, unit: float) -> float: function prepare_qty (line 657) | def prepare_qty(qty: float, side: str) -> float: function python_version (line 668) | def python_version() -> tuple: function quote_asset (line 672) | def quote_asset(symbol: str) -> str: function random_str (line 680) | def random_str(num_characters: int = 8) -> str: function readable_duration (line 684) | def readable_duration(seconds: int, granularity: int = 2) -> str: function relative_to_absolute (line 706) | def relative_to_absolute(path: str) -> str: function round_or_none (line 710) | def round_or_none(x: Union[float, None], digits: int = 0) -> Optional[fl... function round_price_for_live_mode (line 719) | def round_price_for_live_mode(price, precision: int) -> Union[float, np.... function round_qty_for_live_mode (line 730) | def round_qty_for_live_mode(roundable_qty: float, precision: int) -> Uni... function round_decimals_down (line 760) | def round_decimals_down(number: Union[np.ndarray, float], decimals: int ... function is_almost_equal (line 777) | def is_almost_equal(a: float, b: float, tolerance: float = 1e-8) -> bool: function same_length (line 806) | def same_length(bigger: np.ndarray, shorter: np.ndarray) -> np.ndarray: function secure_hash (line 810) | def secure_hash(msg: str) -> str: function should_execute_silently (line 814) | def should_execute_silently() -> bool: function side_to_type (line 819) | def side_to_type(s: str) -> str: function string_after_character (line 832) | def string_after_character(s: str, character: str) -> str: function slice_candles (line 839) | def slice_candles(candles: np.ndarray, sequential: bool) -> np.ndarray: function style (line 846) | def style(msg_text: str, msg_style: str) -> str: function terminate_app (line 859) | def terminate_app() -> None: function error (line 867) | def error(msg: str, force_print: bool = False) -> None: function _print_error (line 878) | def _print_error(msg: str) -> None: function timestamp_to_arrow (line 885) | def timestamp_to_arrow(timestamp: int) -> arrow.arrow.Arrow: function timestamp_to_date (line 889) | def timestamp_to_date(timestamp: int) -> str: function timestamp_to_time (line 893) | def timestamp_to_time(timestamp: int) -> str: function timestamp_to_iso8601 (line 897) | def timestamp_to_iso8601(timestamp: int) -> str: function iso8601_to_timestamp (line 902) | def iso8601_to_timestamp(iso8601: str) -> int: function today_to_timestamp (line 907) | def today_to_timestamp() -> int: function type_to_side (line 917) | def type_to_side(t: str) -> str: function unique_list (line 927) | def unique_list(arr) -> list: function closing_side (line 938) | def closing_side(position_type: str) -> str: function merge_dicts (line 947) | def merge_dicts(d1: dict, d2: dict) -> dict: function computer_name (line 971) | def computer_name(): function validate_response (line 976) | def validate_response(response): function get_session_id (line 986) | def get_session_id(): function get_pid (line 993) | def get_pid(): function is_jesse_project (line 997) | def is_jesse_project(): function dd (line 1002) | def dd(item): function dump (line 1010) | def dump(*item): function debug (line 1028) | def debug(*item): function terminal_debug (line 1044) | def terminal_debug(*item): function float_or_none (line 1056) | def float_or_none(item): function str_or_none (line 1066) | def str_or_none(item, encoding='utf-8'): function cpu_cores_count (line 1086) | def cpu_cores_count(): function convert_to_env_name (line 1092) | def convert_to_env_name(name: str) -> str: function is_notebook (line 1096) | def is_notebook(): function get_os (line 1113) | def get_os() -> str: function is_docker (line 1126) | def is_docker() -> bool: function clear_output (line 1131) | def clear_output(): function clean_nan_values (line 1139) | def clean_nan_values(obj): function clean_infinite_values (line 1168) | def clean_infinite_values(obj): function get_class_name (line 1190) | def get_class_name(cls): function next_candle_timestamp (line 1198) | def next_candle_timestamp(candle: np.ndarray, timeframe: str) -> int: function get_candle_start_timestamp_based_on_timeframe (line 1202) | def get_candle_start_timestamp_based_on_timeframe(timeframe: str, num_ca... function is_price_near (line 1208) | def is_price_near(order_price, price_to_compare, percentage_threshold=0.... function gzip_compress (line 1218) | def gzip_compress(data): function timeframe_to_one_minutes (line 1225) | def timeframe_to_one_minutes(timeframe: str) -> int: function compressed_response (line 1230) | def compressed_response(content: str) -> dict: function validate_cwd (line 1247) | def validate_cwd() -> None: function has_live_trade_plugin (line 1261) | def has_live_trade_plugin() -> bool: function normalize_bool (line 1269) | def normalize_bool(v: Any) -> bool: FILE: jesse/indicators/acosc.py function sma (line 9) | def sma(arr: np.ndarray, period: int) -> np.ndarray: function mom (line 15) | def mom(arr: np.ndarray, period: int = 1) -> np.ndarray: function acosc (line 18) | def acosc(candles: np.ndarray, sequential: bool = False) -> AC: FILE: jesse/indicators/ad.py function ad (line 8) | def ad(candles: np.ndarray, sequential: bool = False) -> Union[float, np... FILE: jesse/indicators/adosc.py function adosc (line 8) | def adosc(candles: np.ndarray, fast_period: int = 3, slow_period: int = ... FILE: jesse/indicators/adx.py function adx (line 7) | def adx(candles: np.ndarray, period: int = 14, sequential: bool = False)... FILE: jesse/indicators/adxr.py function _adxr (line 9) | def _adxr(high, low, close, period): function adxr (line 86) | def adxr(candles: np.ndarray, period: int = 14, sequential: bool = False... FILE: jesse/indicators/alligator.py function alligator (line 8) | def alligator(candles: np.ndarray, source_type: str = "hl2", sequential:... FILE: jesse/indicators/alma.py function alma (line 8) | def alma(candles: np.ndarray, period: int = 9, sigma: float = 6.0, distr... function strided_axis0 (line 45) | def strided_axis0(a, L): FILE: jesse/indicators/ao.py function momentum (line 10) | def momentum(arr): function ao (line 16) | def ao(candles: np.ndarray, sequential: bool = False) -> AO: FILE: jesse/indicators/apo.py function apo (line 9) | def apo(candles: np.ndarray, fast_period: int = 12, slow_period: int = 2... FILE: jesse/indicators/aroon.py function aroon (line 10) | def aroon(candles: np.ndarray, period: int = 14, sequential: bool = Fals... FILE: jesse/indicators/aroonosc.py function _compute_aroonosc_nb (line 9) | def _compute_aroonosc_nb(high: np.ndarray, low: np.ndarray, period: int)... function aroonosc (line 39) | def aroonosc(candles: np.ndarray, period: int = 14, sequential: bool = F... FILE: jesse/indicators/atr.py function atr (line 7) | def atr(candles: np.ndarray, period: int = 14, sequential: bool = False)... FILE: jesse/indicators/avgprice.py function avgprice (line 8) | def avgprice(candles: np.ndarray, sequential: bool = False) -> Union[flo... FILE: jesse/indicators/bandpass.py function bandpass (line 13) | def bandpass(candles: np.ndarray, period: int = 20, bandwidth: float = 0... function bp_fast (line 49) | def bp_fast(source, hp, alpha, beta): # Function is compiled to machine... FILE: jesse/indicators/beta.py function beta (line 9) | def beta(candles: np.ndarray, benchmark_candles: np.ndarray, period: int... FILE: jesse/indicators/bollinger_bands.py function _bollinger_bands_fallback (line 22) | def _bollinger_bands_fallback(source: np.ndarray, period: int, devup: fl... function bollinger_bands (line 40) | def bollinger_bands( FILE: jesse/indicators/bollinger_bands_width.py function bollinger_bands_width (line 7) | def bollinger_bands_width(candles: np.ndarray, period: int = 20, mult: f... FILE: jesse/indicators/bop.py function bop (line 8) | def bop(candles: np.ndarray, sequential: bool = False) -> Union[float, n... FILE: jesse/indicators/cc.py function cc (line 10) | def cc(candles: np.ndarray, wma_period: int = 10, roc_short_period: int ... FILE: jesse/indicators/cci.py function calculate_cci_loop (line 9) | def calculate_cci_loop(tp, period): function cci (line 37) | def cci(candles: np.ndarray, period: int = 14, sequential: bool = False)... FILE: jesse/indicators/cfo.py function _compute_cfo (line 8) | def _compute_cfo(source: np.ndarray, period: int, scalar: float) -> np.n... function cfo (line 42) | def cfo(candles: np.ndarray, period: int = 14, scalar: float = 100, sour... FILE: jesse/indicators/cg.py function cg (line 9) | def cg(candles: np.ndarray, period: int = 10, source_type: str = "close"... function go_fast (line 30) | def go_fast(source, period): # Function is compiled to machine code whe... FILE: jesse/indicators/chande.py function chande (line 8) | def chande(candles: np.ndarray, period: int = 22, mult: float = 3.0, dir... FILE: jesse/indicators/chop.py function chop (line 9) | def chop(candles: np.ndarray, period: int = 14, scalar: float = 100, dri... FILE: jesse/indicators/cksp.py function atr (line 9) | def atr(high: np.ndarray, low: np.ndarray, close: np.ndarray, timeperiod... function rolling_max (line 26) | def rolling_max(arr: np.ndarray, window: int) -> np.ndarray: function rolling_min (line 42) | def rolling_min(arr: np.ndarray, window: int) -> np.ndarray: function cksp (line 58) | def cksp(candles: np.ndarray, p: int = 10, x: float = 1.0, q: int = 9, ... FILE: jesse/indicators/cmo.py function _cmo_numba (line 8) | def _cmo_numba(source: np.ndarray, period: int) -> np.ndarray: function cmo (line 43) | def cmo(candles: np.ndarray, period: int = 14, source_type: str = "close... FILE: jesse/indicators/correl.py function correl (line 8) | def correl(candles: np.ndarray, period: int = 5, sequential: bool = Fals... FILE: jesse/indicators/correlation_cycle.py function correlation_cycle (line 11) | def correlation_cycle(candles: np.ndarray, period: int = 20, threshold: ... function go_fast (line 43) | def go_fast(source, period): # Function is compiled to machine code whe... FILE: jesse/indicators/cvi.py function cvi (line 7) | def cvi(candles: np.ndarray, period: int = 5, sequential: bool = False) ... FILE: jesse/indicators/cwma.py function cwma (line 9) | def cwma(candles: np.ndarray, period: int = 14, source_type: str = "clos... function vpwma_fast (line 35) | def vpwma_fast(source, period): FILE: jesse/indicators/damiani_volatmeter.py function atr (line 11) | def atr(high: np.ndarray, low: np.ndarray, close: np.ndarray, timeperiod... function damiani_volatmeter (line 41) | def damiani_volatmeter(candles: np.ndarray, vis_atr: int = 13, vis_std: ... function damiani_volatmeter_fast (line 74) | def damiani_volatmeter_fast(source, sed_std, atrvis, atrsed, vis_std, th... FILE: jesse/indicators/dec_osc.py function dec_osc (line 10) | def dec_osc(candles: np.ndarray, hp_period: int = 125, k: float = 1, sou... FILE: jesse/indicators/decycler.py function decycler (line 10) | def decycler(candles: np.ndarray, hp_period: int = 125, source_type: str... FILE: jesse/indicators/dema.py function _ema (line 16) | def _ema(x: np.ndarray, period: int) -> np.ndarray: function dema (line 26) | def dema(candles: np.ndarray, period: int = 30, source_type: str = "clos... function _dema_python (line 58) | def _dema_python(source: np.ndarray, period: int, sequential: bool) -> U... FILE: jesse/indicators/devstop.py function devstop (line 11) | def devstop(candles: np.ndarray, period: int = 20, mult: float = 0, devt... function rolling_max (line 47) | def rolling_max(arr, window): function rolling_min (line 56) | def rolling_min(arr, window): function rolling_mean (line 65) | def rolling_mean(arr, window): function rolling_std (line 74) | def rolling_std(arr, window): FILE: jesse/indicators/di.py function di (line 11) | def di(candles: np.ndarray, period: int = 14, sequential: bool = False) ... FILE: jesse/indicators/dm.py function dm (line 13) | def dm(candles: np.ndarray, period: int = 14, sequential: bool = False) ... FILE: jesse/indicators/donchian.py function donchian (line 10) | def donchian(candles: np.ndarray, period: int = 20, sequential: bool = F... FILE: jesse/indicators/dpo.py function _dpo (line 9) | def _dpo(source, period, sma): function dpo (line 23) | def dpo(candles: np.ndarray, period: int = 5, source_type: str = "close"... FILE: jesse/indicators/dti.py function _ema (line 12) | def _ema(arr: np.ndarray, period: int) -> np.ndarray: function dti (line 29) | def dti(candles: np.ndarray, r: int = 14, s: int = 10, u: int = 5, seque... FILE: jesse/indicators/dx.py function _fast_dm_tr (line 13) | def _fast_dm_tr(high: np.ndarray, low: np.ndarray, close: np.ndarray) ->... function dx (line 40) | def dx(candles: np.ndarray, di_length: int = 14, adx_smoothing: int = 14... FILE: jesse/indicators/edcf.py function edcf (line 9) | def edcf(candles: np.ndarray, period: int = 15, source_type: str = "hl2"... function edcf_fast (line 35) | def edcf_fast(source, period): FILE: jesse/indicators/efi.py function efi (line 9) | def efi(candles: np.ndarray, period: int = 13, source_type: str = "close... function efi_fast (line 34) | def efi_fast(source, volume): function ema (line 42) | def ema(data: np.ndarray, period: int) -> np.ndarray: FILE: jesse/indicators/ema.py function ema (line 9) | def ema(candles: np.ndarray, period: int = 5, source_type: str = "close"... FILE: jesse/indicators/emd.py function emd (line 11) | def emd(candles: np.ndarray, period: int = 20, delta=0.5, fraction=0.1, ... function bp_fast (line 42) | def bp_fast(price, period, delta): function peak_valley_fast (line 58) | def peak_valley_fast(bp, price): FILE: jesse/indicators/emv.py function _emv (line 9) | def _emv(high: np.ndarray, low: np.ndarray, volume: np.ndarray, length, ... function emv (line 25) | def emv(candles: np.ndarray, length: int = 14, div: int = 10000, sequent... FILE: jesse/indicators/epma.py function epma (line 9) | def epma(candles: np.ndarray, period: int = 11, offset: int = 4, source_... function epma_fast (line 36) | def epma_fast(source, period, offset): FILE: jesse/indicators/er.py function er (line 9) | def er(candles: np.ndarray, period: int = 5, source_type: str = "close",... FILE: jesse/indicators/eri.py function eri (line 11) | def eri(candles: np.ndarray, period: int = 13, matype: int = 1, source_t... FILE: jesse/indicators/fisher.py function _fisher_transform (line 10) | def _fisher_transform(high: np.ndarray, low: np.ndarray, period: int) ->... function fisher (line 45) | def fisher(candles: np.ndarray, period: int = 9, sequential: bool = Fals... FILE: jesse/indicators/fosc.py function linear_regression_line (line 8) | def linear_regression_line(x, y): function fosc (line 21) | def fosc(candles: np.ndarray, period: int = 5, source_type: str = "close... FILE: jesse/indicators/frama.py function frama (line 9) | def frama(candles: np.ndarray, window: int = 10, FC: int = 1, SC: int = ... function frame_fast (line 40) | def frame_fast(candles, n, SC, FC): FILE: jesse/indicators/fwma.py function fwma (line 10) | def fwma(candles: np.ndarray, period: int = 5, source_type: str = "close... function fibonacci (line 37) | def fibonacci(n: int = 2) -> np.ndarray: FILE: jesse/indicators/gatorosc.py function gatorosc (line 10) | def gatorosc(candles: np.ndarray, source_type: str = "close", sequential... function numpy_ewma (line 48) | def numpy_ewma(data, window): FILE: jesse/indicators/gauss.py function gauss (line 9) | def gauss(candles: np.ndarray, period: int = 14, poles: int = 4, source_... function gauss_fast (line 40) | def gauss_fast(source, period, poles): FILE: jesse/indicators/heikin_ashi_candles.py function heikin_ashi_candles (line 10) | def heikin_ashi_candles(candles: np.ndarray, sequential: bool = False) -... function ha_fast (line 28) | def ha_fast(source): FILE: jesse/indicators/high_pass.py function high_pass (line 9) | def high_pass(candles: np.ndarray, period: int = 48, source_type: str = ... function high_pass_fast (line 37) | def high_pass_fast(source, period): # Function is compiled to machine c... FILE: jesse/indicators/high_pass_2_pole.py function high_pass_2_pole (line 9) | def high_pass_2_pole(candles: np.ndarray, period: int = 48, source_type:... function high_pass_2_pole_fast (line 38) | def high_pass_2_pole_fast(source, period, K=0.707): # Function is compi... FILE: jesse/indicators/hma.py function _wma (line 8) | def _wma(arr: np.ndarray, period: int) -> np.ndarray: function hma (line 21) | def hma(candles: np.ndarray, period: int = 5, source_type: str = "close"... FILE: jesse/indicators/hull_suit.py function hull_suit (line 11) | def hull_suit(candles: np.ndarray, mode_switch: str = 'Hma', length: int... FILE: jesse/indicators/hurst_exponent.py function hurst_exponent (line 8) | def hurst_exponent(candles: np.ndarray, min_chunksize: int = 8, max_chun... function hurst_rs (line 41) | def hurst_rs(x, min_chunksize, max_chunksize, num_chunksize): function hurst_dma (line 114) | def hurst_dma(prices, min_chunksize=8, max_chunksize=200, num_chunksize=5): function hurst_dsod (line 162) | def hurst_dsod(x): FILE: jesse/indicators/hwma.py function hwma (line 9) | def hwma(candles: np.ndarray, na: float = 0.2, nb: float = 0.1, nc: floa... function hwma_fast (line 41) | def hwma_fast(source, na, nb, nc): FILE: jesse/indicators/ichimoku_cloud.py function ichimoku_cloud (line 8) | def ichimoku_cloud(candles: np.ndarray, conversion_line_period: int = 9,... FILE: jesse/indicators/ichimoku_cloud_seq.py function ichimoku_cloud_seq (line 13) | def ichimoku_cloud_seq(candles: np.ndarray, conversion_line_period: int ... function _line_helper (line 48) | def _line_helper(candles, period): function _rolling_max (line 53) | def _rolling_max(a, period): function _rolling_min (line 63) | def _rolling_min(a, period): FILE: jesse/indicators/ift_rsi.py function ift_rsi (line 8) | def ift_rsi(candles: np.ndarray, rsi_period: int = 5, wma_period: int =9... FILE: jesse/indicators/itrend.py function itrend (line 11) | def itrend(candles: np.ndarray, alpha: float = 0.07, source_type: str = ... function itrend_fast (line 35) | def itrend_fast(source, alpha): FILE: jesse/indicators/jma.py function jma (line 9) | def jma(candles: np.ndarray, period:int=7, phase:float=50, power:int=2, ... function jma_helper (line 32) | def jma_helper(src, phaseRatio, beta, alpha): FILE: jesse/indicators/jsa.py function jsa (line 8) | def jsa(candles: np.ndarray, period: int = 30, source_type: str = "close... FILE: jesse/indicators/kama.py function kama (line 7) | def kama(candles: np.ndarray, period: int = 14, fast_length: int = 2, sl... FILE: jesse/indicators/kaufmanstop.py function kaufmanstop (line 9) | def kaufmanstop(candles: np.ndarray, period: int = 22, mult: float = 2, ... FILE: jesse/indicators/kdj.py function _rolling_max (line 10) | def _rolling_max(a, window): function _rolling_min (line 22) | def _rolling_min(a, window): function kdj (line 34) | def kdj(candles: np.ndarray, fastk_period: int = 9, slowk_period: int = ... FILE: jesse/indicators/keltner.py function _atr (line 11) | def _atr(high: np.ndarray, low: np.ndarray, close: np.ndarray, period: i... function _calculate_keltner (line 41) | def _calculate_keltner(source: np.ndarray, high: np.ndarray, low: np.nda... function keltner (line 54) | def keltner(candles: np.ndarray, period: int = 20, multiplier: float = 2... FILE: jesse/indicators/kst.py function kst (line 12) | def kst(candles: np.ndarray, sma_period1: int = 10, sma_period2: int = 1... FILE: jesse/indicators/kurtosis.py function kurtosis (line 10) | def kurtosis(candles: np.ndarray, period: int = 5, source_type: str = "h... FILE: jesse/indicators/kvo.py function kvo (line 7) | def kvo(candles: np.ndarray, short_period: int = 34, long_period: int = ... FILE: jesse/indicators/linearreg.py function _fast_linearreg (line 10) | def _fast_linearreg(source: np.ndarray, period: int) -> np.ndarray: function linearreg (line 26) | def linearreg(candles: np.ndarray, period: int = 14, source_type: str = ... FILE: jesse/indicators/linearreg_angle.py function linearreg_angle (line 8) | def linearreg_angle(candles: np.ndarray, period: int = 14, source_type: ... FILE: jesse/indicators/linearreg_intercept.py function linearreg_intercept (line 8) | def linearreg_intercept(candles: np.ndarray, period: int = 14, source_ty... FILE: jesse/indicators/linearreg_slope.py function linearreg_slope (line 8) | def linearreg_slope(candles: np.ndarray, period: int = 14, source_type: ... FILE: jesse/indicators/lrsi.py function lrsi (line 9) | def lrsi(candles: np.ndarray, alpha: float = 0.2, sequential: bool = Fal... function lrsi_fast (line 30) | def lrsi_fast(alpha, candles): FILE: jesse/indicators/ma.py function ma (line 8) | def ma(candles: np.ndarray, period: int = 30, matype: int = 0, source_t... FILE: jesse/indicators/maaq.py function maaq (line 10) | def maaq(candles: np.ndarray, period: int = 11, fast_period: int = 2, sl... function maaq_fast (line 51) | def maaq_fast(source, temp, period): FILE: jesse/indicators/mab.py function mab (line 11) | def mab(candles: np.ndarray, fast_period: int = 10, slow_period: int = 5... FILE: jesse/indicators/macd.py function macd (line 9) | def macd(candles: np.ndarray, fast_period: int = 12, slow_period: int = ... FILE: jesse/indicators/mama.py function mama (line 11) | def mama(candles: np.ndarray, fastlimit: float = 0.5, slowlimit: float =... function fast_mama (line 47) | def fast_mama(source, fastlimit, slowlimit): FILE: jesse/indicators/marketfi.py function marketfi (line 8) | def marketfi(candles: np.ndarray, sequential: bool = False) -> Union[flo... FILE: jesse/indicators/mass.py function mass (line 9) | def mass(candles: np.ndarray, period: int = 5, sequential: bool = False)... function mass_sum (line 43) | def mass_sum(ratio: np.ndarray, period: int) -> np.ndarray: function calc_ema (line 52) | def calc_ema(data, n): FILE: jesse/indicators/mcginley_dynamic.py function mcginley_dynamic (line 9) | def mcginley_dynamic(candles: np.ndarray, period: int = 10, k: float = 0... function md_fast (line 37) | def md_fast(source, k, period): FILE: jesse/indicators/mean_ad.py function mean_ad (line 9) | def mean_ad(candles: np.ndarray, period: int = 5, source_type: str = "hl... FILE: jesse/indicators/median_ad.py function median_ad (line 10) | def median_ad(candles: np.ndarray, period: int = 5, source_type: str = "... FILE: jesse/indicators/medprice.py function medprice (line 8) | def medprice(candles: np.ndarray, sequential: bool = False) -> Union[flo... FILE: jesse/indicators/mfi.py function mfi (line 8) | def mfi(candles: np.ndarray, period: int = 14, sequential: bool = False)... FILE: jesse/indicators/midpoint.py function midpoint (line 8) | def midpoint(candles: np.ndarray, period: int = 14, source_type: str = "... FILE: jesse/indicators/midprice.py function midprice (line 8) | def midprice(candles: np.ndarray, period: int = 14, sequential: bool = F... FILE: jesse/indicators/minmax.py function minmax (line 11) | def minmax(candles: np.ndarray, order: int = 3, sequential: bool = False... FILE: jesse/indicators/mom.py function mom (line 8) | def mom(candles: np.ndarray, period: int = 10, source_type: str = "close... FILE: jesse/indicators/mwdx.py function mwdx (line 9) | def mwdx(candles: np.ndarray, factor: float = 0.2, source_type: str = "c... function mwdx_fast (line 38) | def mwdx_fast(source, fac): FILE: jesse/indicators/natr.py function natr (line 7) | def natr(candles: np.ndarray, period: int = 14, sequential: bool = False... FILE: jesse/indicators/nma.py function nma (line 9) | def nma(candles: np.ndarray, period: int = 40, source_type: str = "close... function nma_fast (line 33) | def nma_fast(source, period): FILE: jesse/indicators/nvi.py function _nvi_fast (line 10) | def _nvi_fast(source: np.ndarray, volume: np.ndarray) -> np.ndarray: function nvi (line 23) | def nvi(candles: np.ndarray, source_type: str = "close", sequential: boo... FILE: jesse/indicators/obv.py function obv (line 8) | def obv(candles: np.ndarray, sequential: bool = False) -> Union[float, n... FILE: jesse/indicators/pfe.py function numpy_ema (line 9) | def numpy_ema(data: np.ndarray, period: int) -> np.ndarray: function rolling_sum (line 20) | def rolling_sum(arr: np.ndarray, window: int) -> np.ndarray: function pfe (line 29) | def pfe(candles: np.ndarray, period: int = 10, smoothing: int = 5, sourc... FILE: jesse/indicators/pivot.py function pivot (line 10) | def pivot(candles: np.ndarray, mode: int = 0, sequential: bool = False) ... FILE: jesse/indicators/pma.py function pma (line 10) | def pma(candles: np.ndarray, source_type: str = "hl2", sequential: bool ... function pma_fast (line 37) | def pma_fast(source): FILE: jesse/indicators/ppo.py function ppo (line 9) | def ppo(candles: np.ndarray, fast_period: int = 12, slow_period: int = 2... FILE: jesse/indicators/pvi.py function _pvi_fast (line 10) | def _pvi_fast(source: np.ndarray, volume: np.ndarray) -> np.ndarray: function pvi (line 26) | def pvi(candles: np.ndarray, source_type: str = "close", sequential: boo... FILE: jesse/indicators/pwma.py function pwma (line 11) | def pwma(candles: np.ndarray, period: int = 5, source_type: str = "close... function pascals_triangle (line 38) | def pascals_triangle(n: int = None) -> np.ndarray: function combination (line 52) | def combination(n, r) -> int: FILE: jesse/indicators/qstick.py function _qstick_fast (line 10) | def _qstick_fast(open_prices: np.ndarray, close_prices: np.ndarray, peri... function qstick (line 27) | def qstick(candles: np.ndarray, period: int = 5, sequential: bool = Fals... FILE: jesse/indicators/reflex.py function reflex (line 11) | def reflex(candles: np.ndarray, period: int = 20, source_type: str = "cl... function reflex_fast (line 41) | def reflex_fast(ssf, period): FILE: jesse/indicators/rma.py function rma (line 9) | def rma(candles: np.ndarray, length: int = 14, source_type="close", sequ... function rma_fast (line 38) | def rma_fast(source, _length): FILE: jesse/indicators/roc.py function roc (line 8) | def roc(candles: np.ndarray, period: int = 10, source_type: str = "close... FILE: jesse/indicators/rocp.py function rocp (line 7) | def rocp(candles: np.ndarray, period: int = 10, source_type: str = "clos... FILE: jesse/indicators/rocr.py function rocr (line 8) | def rocr(candles: np.ndarray, period: int = 10, source_type: str = "clos... FILE: jesse/indicators/rocr100.py function rocr100 (line 8) | def rocr100(candles: np.ndarray, period: int = 10, source_type: str = "c... FILE: jesse/indicators/roofing.py function roofing (line 11) | def roofing(candles: np.ndarray, hp_period: int = 48, lp_period: int = 1... FILE: jesse/indicators/rsi.py function rsi (line 8) | def rsi(candles: np.ndarray, period: int = 14, source_type: str = "close... FILE: jesse/indicators/rsmk.py function rsmk (line 10) | def rsmk(candles: np.ndarray, candles_compare: np.ndarray, lookback: int... FILE: jesse/indicators/rsx.py function rsx (line 9) | def rsx(candles: np.ndarray, period: int = 14, source_type: str = "close... function rsx_fast (line 30) | def rsx_fast(source, period): FILE: jesse/indicators/rvi.py function rvi (line 11) | def rvi(candles: np.ndarray, period: int = 10, ma_len: int = 14, matype:... function _rolling_std (line 55) | def _rolling_std(arr: np.ndarray, window: int) -> np.ndarray: FILE: jesse/indicators/safezonestop.py function wilder_smoothing_numba (line 8) | def wilder_smoothing_numba(raw: np.ndarray, period: int) -> np.ndarray: function rolling_max_numba (line 17) | def rolling_max_numba(arr: np.ndarray, window: int) -> np.ndarray: function rolling_min_numba (line 32) | def rolling_min_numba(arr: np.ndarray, window: int) -> np.ndarray: function safezonestop (line 46) | def safezonestop(candles: np.ndarray, period: int = 22, mult: float = 2.... FILE: jesse/indicators/sar.py function sar (line 8) | def sar(candles: np.ndarray, acceleration: float = 0.02, maximum: float ... function _fast_sar (line 36) | def _fast_sar(high, low, acceleration, maximum, n): FILE: jesse/indicators/sinwma.py function sinwma (line 9) | def sinwma(candles: np.ndarray, period: int = 14, source_type: str = "cl... FILE: jesse/indicators/skew.py function skew (line 10) | def skew(candles: np.ndarray, period: int = 5, source_type: str = "hl2",... FILE: jesse/indicators/sma.py function sma (line 9) | def sma(candles: np.ndarray, period: int = 5, source_type: str = "close"... FILE: jesse/indicators/smma.py function smma (line 8) | def smma(candles: np.ndarray, period: int = 5, source_type: str = "close... function numpy_ewma (line 31) | def numpy_ewma(data, window): FILE: jesse/indicators/squeeze_momentum.py function squeeze_momentum (line 13) | def squeeze_momentum(candles: np.ndarray, length: int = 20, mult: float ... function _highest (line 71) | def _highest(values, length): function _lowest (line 82) | def _lowest(values, length): FILE: jesse/indicators/sqwma.py function sqwma (line 9) | def sqwma(candles: np.ndarray, period: int = 14, source_type: str = "clo... function sqwma_fast (line 35) | def sqwma_fast(source, period): FILE: jesse/indicators/srsi.py function srsi (line 13) | def srsi( FILE: jesse/indicators/srwma.py function srwma (line 9) | def srwma(candles: np.ndarray, period: int = 14, source_type: str = "clo... function srwma_fast (line 35) | def srwma_fast(source, period): FILE: jesse/indicators/stc.py function ema (line 8) | def ema(series: np.ndarray, period: int) -> np.ndarray: function stoch (line 18) | def stoch(series: np.ndarray, period: int) -> np.ndarray: function stc (line 35) | def stc(candles: np.ndarray, fast_period: int = 23, slow_period: int = 5... FILE: jesse/indicators/stddev.py function stddev (line 8) | def stddev(candles: np.ndarray, period: int = 5, nbdev: float = 1, sourc... FILE: jesse/indicators/stiffness.py function stiffness (line 12) | def stiffness(candles: np.ndarray, ma_length: int = 100, stiff_length: i... function _count_price_exceed_series (line 39) | def _count_price_exceed_series(close_prices, art_series, length): FILE: jesse/indicators/stochastic.py function stoch (line 13) | def stoch(candles: np.ndarray, fastk_period: int = 14, slowk_period: int... FILE: jesse/indicators/stochf.py function stochf (line 12) | def stochf(candles: np.ndarray, fastk_period: int = 5, fastd_period: int... FILE: jesse/indicators/supersmoother.py function supersmoother (line 9) | def supersmoother(candles: np.ndarray, period: int = 14, source_type: st... function supersmoother_fast (line 37) | def supersmoother_fast(source, period): FILE: jesse/indicators/supersmoother_3_pole.py function supersmoother_3_pole (line 13) | def supersmoother_3_pole(candles: np.ndarray, period: int = 14, source_t... function supersmoother_fast (line 41) | def supersmoother_fast(source, period): FILE: jesse/indicators/supertrend.py function supertrend (line 11) | def supertrend(candles: np.ndarray, period: int = 10, factor: float = 3,... function atr_loop (line 30) | def atr_loop(high, low, close, period): function supertrend_fast (line 62) | def supertrend_fast(candles, atr, factor, period): FILE: jesse/indicators/support_resistance_with_break.py function support_resistance_with_breaks (line 9) | def support_resistance_with_breaks(candles: np.ndarray, left_bars: int =... function _resistance (line 42) | def _resistance(source, left_bars, right_bars): function _support (line 81) | def _support(source, left_bars, right_bars): FILE: jesse/indicators/swma.py function swma (line 10) | def swma(candles: np.ndarray, period: int = 5, source_type: str = "close... function symmetric_triangle (line 38) | def symmetric_triangle(n: int = None) -> np.ndarray: FILE: jesse/indicators/t3.py function t3 (line 7) | def t3(candles: np.ndarray, period: int = 5, vfactor: float = 0, source_... function _t3_fast_python (line 60) | def _t3_fast_python(source: np.ndarray, k: float, w1: float, w2: float, ... FILE: jesse/indicators/tema.py function tema (line 7) | def tema(candles: np.ndarray, period: int = 9, source_type: str = "close... FILE: jesse/indicators/trange.py function trange (line 8) | def trange(candles: np.ndarray, sequential: bool = False) -> Union[float... FILE: jesse/indicators/trendflex.py function trendflex (line 11) | def trendflex(candles: np.ndarray, period: int = 20, source_type: str = ... function trendflex_fast (line 42) | def trendflex_fast(ssf, period): FILE: jesse/indicators/trima.py function trima (line 8) | def trima(candles: np.ndarray, period: int = 30, source_type: str = "clo... FILE: jesse/indicators/trix.py function _ema_numba (line 10) | def _ema_numba(data, period): function ema (line 20) | def ema(data: np.ndarray, period: int) -> np.ndarray: function trix (line 24) | def trix(candles: np.ndarray, period: int = 18, source_type: str = "clos... FILE: jesse/indicators/tsf.py function tsf (line 8) | def tsf(candles: np.ndarray, period: int = 14, source_type: str = "close... FILE: jesse/indicators/tsi.py function tsi (line 7) | def tsi(candles: np.ndarray, long_period: int = 25, short_period: int = ... function _mom (line 39) | def _mom(series, period): function _ema (line 43) | def _ema(series, period): FILE: jesse/indicators/ttm_squeeze.py function ttm_squeeze (line 7) | def ttm_squeeze(candles: np.ndarray, length_ttms: int = 20, bb_mult_ttms... FILE: jesse/indicators/ttm_trend.py function ttm_trend (line 9) | def ttm_trend(candles: np.ndarray, period: int = 5, source_type: str = "... FILE: jesse/indicators/typprice.py function typprice (line 8) | def typprice(candles: np.ndarray, sequential: bool = False) -> Union[flo... FILE: jesse/indicators/ui.py function ui (line 8) | def ui(candles: np.ndarray, period: int = 14, scalar: float = 100, sourc... FILE: jesse/indicators/ultosc.py function ultosc (line 8) | def ultosc(candles: np.ndarray, timeperiod1: int = 7, timeperiod2: int =... function _rolling_sum (line 50) | def _rolling_sum(data, window): FILE: jesse/indicators/var.py function var (line 8) | def var(candles: np.ndarray, period: int = 14, nbdev: float = 1, source_... FILE: jesse/indicators/vi.py function vi (line 10) | def vi(candles: np.ndarray, period: int = 14, sequential: bool = False) ... FILE: jesse/indicators/vidya.py function vidya_numba (line 8) | def vidya_numba(source: np.ndarray, length: int, fix_cmo: bool, select: ... function vidya (line 50) | def vidya(candles: np.ndarray, length: int = 9, fix_cmo: bool = True, se... FILE: jesse/indicators/vlma.py function moving_std (line 11) | def moving_std(source: np.ndarray, window: int) -> np.ndarray: function vlma (line 37) | def vlma(candles: np.ndarray, min_period: int = 5, max_period: int = 50,... function vlma_fast (line 83) | def vlma_fast(source, a, b, c, d, min_period, max_period): FILE: jesse/indicators/volume.py function volume (line 10) | def volume( FILE: jesse/indicators/vosc.py function vosc (line 6) | def vosc(candles: np.ndarray, short_period: int = 2, long_period: int = ... FILE: jesse/indicators/voss.py function voss (line 11) | def voss(candles: np.ndarray, period: int = 20, predict: int = 3, bandwi... function voss_fast (line 38) | def voss_fast(source, period, predict, bandwith): FILE: jesse/indicators/vpci.py function vpci (line 11) | def vpci(candles: np.ndarray, short_range: int = 5, long_range: int = 25... FILE: jesse/indicators/vpt.py function vpt (line 8) | def vpt(candles: np.ndarray, source_type: str = "close", sequential: boo... FILE: jesse/indicators/vpwma.py function vpwma (line 9) | def vpwma(candles: np.ndarray, period: int = 14, power: float = 0.382, s... function vpwma_fast (line 36) | def vpwma_fast(source, period, power): FILE: jesse/indicators/vwap.py function vwap (line 6) | def vwap( function _calculate_vwap (line 54) | def _calculate_vwap(source: np.ndarray, volume: np.ndarray, group_indice... FILE: jesse/indicators/vwma.py function vwma (line 9) | def vwma(candles: np.ndarray, period: int = 20, source_type: str = "clos... FILE: jesse/indicators/vwmacd.py function vwmacd (line 11) | def vwmacd(candles: np.ndarray, fast_period: int = 12, slow_period: int ... FILE: jesse/indicators/wad.py function _wad_numba (line 10) | def _wad_numba(high: np.ndarray, low: np.ndarray, close: np.ndarray) -> ... function wad (line 31) | def wad(candles: np.ndarray, sequential: bool = False) -> Union[float, n... FILE: jesse/indicators/waddah_attr_explosion.py function waddah_attar_explosion (line 13) | def waddah_attar_explosion(candles: np.ndarray, sensitivity: int = 150, ... function _calc_bb_upper (line 44) | def _calc_bb_upper(source, length, mult): function _calc_bb_lower (line 50) | def _calc_bb_lower(source, length, mult): FILE: jesse/indicators/wclprice.py function wclprice (line 8) | def wclprice(candles: np.ndarray, sequential: bool = False) -> Union[flo... FILE: jesse/indicators/wilders.py function _wilders_fast (line 10) | def _wilders_fast(source: np.ndarray, period: int) -> np.ndarray: function wilders (line 23) | def wilders(candles: np.ndarray, period: int = 5, source_type: str = "cl... FILE: jesse/indicators/willr.py function willr (line 9) | def willr(candles: np.ndarray, period: int = 14, sequential: bool = Fals... FILE: jesse/indicators/wma.py function wma (line 9) | def wma(candles: np.ndarray, period: int = 30, source_type: str = "close... FILE: jesse/indicators/wt.py function wt (line 17) | def wt(candles: np.ndarray, wtchannellen: int = 9, wtaveragelen: int = 1... FILE: jesse/indicators/zlema.py function zlema (line 9) | def zlema(candles: np.ndarray, period: int = 20, source_type: str = "clo... FILE: jesse/indicators/zscore.py function zscore (line 11) | def zscore(candles: np.ndarray, period: int = 14, matype: int = 0, nbdev... FILE: jesse/libs/custom_json/__init__.py class NpEncoder (line 5) | class NpEncoder(json.JSONEncoder): method default (line 6) | def default(self, obj): FILE: jesse/libs/dynamic_numpy_array/__init__.py class DynamicNumpyArray (line 6) | class DynamicNumpyArray: method __init__ (line 14) | def __init__(self, shape: tuple, drop_at: int = None): method __str__ (line 21) | def __str__(self) -> str: method __len__ (line 24) | def __len__(self) -> int: method __getitem__ (line 27) | def __getitem__(self, i): method __setitem__ (line 46) | def __setitem__(self, i, item) -> None: method append (line 69) | def append(self, item: np.ndarray) -> None: method get_last_item (line 89) | def get_last_item(self): method get_past_item (line 96) | def get_past_item(self, past_index) -> np.ndarray: method flush (line 106) | def flush(self) -> None: method append_multiple (line 111) | def append_multiple(self, items: np.ndarray) -> None: method delete (line 137) | def delete(self, index: int, axis=None) -> None: FILE: jesse/models/BacktestSession.py class BacktestSession (line 11) | class BacktestSession(peewee.Model): class Meta (line 43) | class Meta: method __init__ (line 52) | def __init__(self, attributes: dict = None, **kwargs) -> None: method metrics_json (line 62) | def metrics_json(self): method metrics_json (line 71) | def metrics_json(self, metrics_dict): method equity_curve_json (line 78) | def equity_curve_json(self): method equity_curve_json (line 87) | def equity_curve_json(self, curve_data): method trades_json (line 94) | def trades_json(self): method trades_json (line 103) | def trades_json(self, trades_list): method hyperparameters_json (line 110) | def hyperparameters_json(self): method hyperparameters_json (line 119) | def hyperparameters_json(self, hp_dict): method chart_data_json (line 126) | def chart_data_json(self): method chart_data_json (line 135) | def chart_data_json(self, data_dict): method state_json (line 142) | def state_json(self): method state_json (line 156) | def state_json(self, state_data): method strategy_codes_json (line 163) | def strategy_codes_json(self): method strategy_codes_json (line 172) | def strategy_codes_json(self, codes_dict): method duration (line 179) | def duration(self): method net_profit_percentage (line 191) | def net_profit_percentage(self): function get_backtest_session_by_id (line 210) | def get_backtest_session_by_id(id: str): function store_backtest_session (line 217) | def store_backtest_session( function update_backtest_session_status (line 251) | def update_backtest_session_status(id: str, status: str) -> None: function store_backtest_session_exception (line 260) | def store_backtest_session_exception(id: str, exception: str, traceback:... function update_backtest_session_results (line 270) | def update_backtest_session_results( function get_backtest_sessions (line 308) | def get_backtest_sessions(limit: int = 50, offset: int = 0, title_search... function delete_backtest_session (line 342) | def delete_backtest_session(id: str) -> bool: function purge_backtest_sessions (line 351) | def purge_backtest_sessions(days_old: int = None) -> int: function update_backtest_session_state (line 388) | def update_backtest_session_state(id: str, state: dict) -> None: function update_backtest_session_notes (line 417) | def update_backtest_session_notes(id: str, title: str = None, descriptio... FILE: jesse/models/Candle.py class Candle (line 11) | class Candle(peewee.Model): class Meta (line 26) | class Meta: method __init__ (line 34) | def __init__(self, attributes: dict = None, **kwargs) -> None: FILE: jesse/models/ClosedTrade.py class ClosedTrade (line 16) | class ClosedTrade(peewee.Model): class Meta (line 34) | class Meta: method __init__ (line 40) | def __init__(self, attributes: dict = None, **kwargs) -> None: method to_json (line 56) | def to_json(self) -> dict: method to_dict (line 76) | def to_dict(self) -> dict: method to_dict_with_orders (line 96) | def to_dict_with_orders(self) -> dict: method fee (line 102) | def fee(self) -> float: method size (line 106) | def size(self) -> float: method pnl (line 110) | def pnl(self) -> float: method pnl_percentage (line 122) | def pnl_percentage(self) -> float: method roi (line 129) | def roi(self) -> float: method total_cost (line 137) | def total_cost(self) -> float: method holding_period (line 144) | def holding_period(self) -> int: method is_long (line 151) | def is_long(self) -> bool: method is_short (line 155) | def is_short(self) -> bool: method qty (line 159) | def qty(self) -> float: method entry_price (line 168) | def entry_price(self) -> float: method current_qty (line 179) | def current_qty(self) -> float: method exit_price (line 191) | def exit_price(self) -> float: method is_open (line 202) | def is_open(self) -> bool: FILE: jesse/models/Exchange.py class Exchange (line 9) | class Exchange(ABC): method __init__ (line 10) | def __init__(self, name: str, starting_balance: float, fee_rate: float... method wallet_balance (line 56) | def wallet_balance(self) -> float: method available_margin (line 61) | def available_margin(self) -> float: method on_order_submission (line 65) | def on_order_submission(self, order: Order) -> None: method on_order_execution (line 69) | def on_order_execution(self, order: Order) -> None: method on_order_cancellation (line 73) | def on_order_cancellation(self, order: Order) -> None: FILE: jesse/models/ExchangeApiKeys.py class ExchangeApiKeys (line 9) | class ExchangeApiKeys(peewee.Model): class Meta (line 18) | class Meta: method __init__ (line 23) | def __init__(self, attributes=None, **kwargs) -> None: method get_additional_fields (line 32) | def get_additional_fields(self) -> dict: FILE: jesse/models/FuturesExchange.py class FuturesExchange (line 13) | class FuturesExchange(Exchange): method __init__ (line 14) | def __init__( method started_balance (line 37) | def started_balance(self) -> float: method wallet_balance (line 44) | def wallet_balance(self) -> float: method available_margin (line 51) | def available_margin(self) -> float: method charge_fee (line 85) | def charge_fee(self, amount: float) -> None: method add_realized_pnl (line 97) | def add_realized_pnl(self, realized_pnl: float) -> None: method on_order_submission (line 106) | def on_order_submission(self, order: Order) -> None: method on_order_execution (line 130) | def on_order_execution(self, order: Order) -> None: method on_order_cancellation (line 149) | def on_order_cancellation(self, order: Order) -> None: method update_from_stream (line 167) | def update_from_stream(self, data: dict) -> None: function find_order_index (line 180) | def find_order_index(orders, order_array): FILE: jesse/models/LiveEquitySnapshot.py class LiveEquitySnapshot (line 9) | class LiveEquitySnapshot(peewee.Model): class Meta (line 15) | class Meta: method __init__ (line 24) | def __init__(self, attributes: dict = None, **kwargs) -> None: FILE: jesse/models/LiveSession.py class LiveSession (line 11) | class LiveSession(peewee.Model): class Meta (line 40) | class Meta: method __init__ (line 50) | def __init__(self, attributes: dict = None, **kwargs) -> None: method state_json (line 60) | def state_json(self): method state_json (line 74) | def state_json(self, state_data): method strategy_codes_json (line 81) | def strategy_codes_json(self): method strategy_codes_json (line 90) | def strategy_codes_json(self, codes_dict): method duration (line 97) | def duration(self): FILE: jesse/models/Log.py class Log (line 9) | class Log(peewee.Model): class Meta (line 17) | class Meta: method __init__ (line 24) | def __init__(self, attributes=None, **kwargs) -> None: function store_log_into_db (line 43) | def store_log_into_db(log: dict, log_type: str) -> None: FILE: jesse/models/MonteCarloSession.py function _convert_numpy_types (line 8) | def _convert_numpy_types(obj): class MonteCarloSession (line 29) | class MonteCarloSession(peewee.Model): class Meta (line 39) | class Meta: method __init__ (line 48) | def __init__(self, attributes: dict = None, **kwargs) -> None: method state_json (line 58) | def state_json(self): method state_json (line 69) | def state_json(self, state_data): method strategy_codes_json (line 73) | def strategy_codes_json(self): method strategy_codes_json (line 79) | def strategy_codes_json(self, codes_dict): method trades_session (line 83) | def trades_session(self): method candles_session (line 92) | def candles_session(self): class MonteCarloTradesSession (line 101) | class MonteCarloTradesSession(peewee.Model): class Meta (line 114) | class Meta: method __init__ (line 123) | def __init__(self, attributes: dict = None, **kwargs) -> None: method results_json (line 133) | def results_json(self): method results_json (line 139) | def results_json(self, results_data): class MonteCarloCandlesSession (line 143) | class MonteCarloCandlesSession(peewee.Model): class Meta (line 158) | class Meta: method __init__ (line 167) | def __init__(self, attributes: dict = None, **kwargs) -> None: method results_json (line 177) | def results_json(self): method results_json (line 183) | def results_json(self, results_data): method pipeline_params_json (line 187) | def pipeline_params_json(self): method pipeline_params_json (line 193) | def pipeline_params_json(self, params_data): function get_monte_carlo_session_by_id (line 209) | def get_monte_carlo_session_by_id(id: str): function get_monte_carlo_sessions (line 216) | def get_monte_carlo_sessions(limit: int = 50, offset: int = 0, title_sea... function store_monte_carlo_session (line 250) | def store_monte_carlo_session(id: str, status: str, state: dict = None, ... function update_monte_carlo_session_status (line 269) | def update_monte_carlo_session_status(id: str, status: str) -> None: function update_monte_carlo_session_state (line 277) | def update_monte_carlo_session_state(id: str, state: dict, strategy_code... function delete_monte_carlo_session (line 308) | def delete_monte_carlo_session(id: str) -> bool: function update_monte_carlo_session_notes (line 325) | def update_monte_carlo_session_notes(id: str, title: str = None, descrip... function purge_monte_carlo_sessions (line 342) | def purge_monte_carlo_sessions(days_old: int = None) -> int: function get_running_monte_carlo_session_id (line 387) | def get_running_monte_carlo_session_id(): function get_trades_session_by_parent_id (line 397) | def get_trades_session_by_parent_id(parent_id: str): function store_trades_session (line 406) | def store_trades_session(parent_id: str, num_scenarios: int) -> str: function update_trades_session_progress (line 422) | def update_trades_session_progress(id: str, completed: int, results: dic... function update_trades_session_status (line 434) | def update_trades_session_status(id: str, status: str) -> None: function get_candles_session_by_parent_id (line 443) | def get_candles_session_by_parent_id(parent_id: str): function store_candles_session (line 452) | def store_candles_session(parent_id: str, num_scenarios: int, pipeline_t... function update_candles_session_progress (line 470) | def update_candles_session_progress(id: str, completed: int, results: di... function update_candles_session_status (line 482) | def update_candles_session_status(id: str, status: str) -> None: function store_session_exception (line 491) | def store_session_exception(session_id: str, session_type: str, exceptio... function append_session_logs (line 505) | def append_session_logs(session_id: str, session_type: str, log_message:... function append_monte_carlo_session_logs (line 524) | def append_monte_carlo_session_logs(session_id: str, log_message: str) -... FILE: jesse/models/NotificationApiKeys.py class NotificationApiKeys (line 8) | class NotificationApiKeys(peewee.Model): class Meta (line 15) | class Meta: method __init__ (line 20) | def __init__(self, attributes=None, **kwargs) -> None: FILE: jesse/models/OpenTab.py class OpenTab (line 10) | class OpenTab(peewee.Model): class Meta (line 26) | class Meta: method __init__ (line 34) | def __init__(self, attributes: dict = None, **kwargs) -> None: FILE: jesse/models/OptimizationSession.py class OptimizationSession (line 12) | class OptimizationSession(peewee.Model): class Meta (line 42) | class Meta: method __init__ (line 51) | def __init__(self, attributes: dict = None, **kwargs) -> None: method best_trials_json (line 61) | def best_trials_json(self): method best_trials_json (line 70) | def best_trials_json(self, trials_list): method objective_curve_json (line 77) | def objective_curve_json(self): method objective_curve_json (line 86) | def objective_curve_json(self, curve_data): method state_json (line 93) | def state_json(self): method state_json (line 107) | def state_json(self, state_data): method strategy_codes_json (line 114) | def strategy_codes_json(self): method strategy_codes_json (line 123) | def strategy_codes_json(self, codes_dict): method duration (line 130) | def duration(self): method best_score (line 143) | def best_score(self): function get_optimization_session_by_id (line 164) | def get_optimization_session_by_id(id: str): function reset_optimization_session (line 171) | def reset_optimization_session(id: str): function store_optimization_session (line 183) | def store_optimization_session( function update_optimization_session_status (line 204) | def update_optimization_session_status(id: str, status: str) -> None: function add_session_exception (line 213) | def add_session_exception(id: str, exception: str, traceback: str) -> None: function update_optimization_session_trials (line 223) | def update_optimization_session_trials( function get_optimization_session (line 245) | def get_optimization_session(id: str) -> dict: function get_optimization_sessions (line 260) | def get_optimization_sessions(limit: int = 50, offset: int = 0, title_se... function delete_optimization_session (line 294) | def delete_optimization_session(id: str) -> bool: function update_optimization_session_state (line 303) | def update_optimization_session_state(id: str, state: dict, strategy_cod... function update_optimization_session_notes (line 337) | def update_optimization_session_notes(id: str, title: str = None, descri... function update_optimization_session_notes (line 345) | def update_optimization_session_notes(id: str, title: str = None, descri... function purge_optimization_sessions (line 362) | def purge_optimization_sessions(days_old: int = None) -> int: function get_running_optimization_session_id (line 399) | def get_running_optimization_session_id(): FILE: jesse/models/Option.py class Option (line 9) | class Option(peewee.Model): class Meta (line 15) | class Meta: method __init__ (line 20) | def __init__(self, attributes=None, **kwargs) -> None: FILE: jesse/models/Order.py class Order (line 12) | class Order(Model): class Meta (line 41) | class Meta: method __init__ (line 47) | def __init__(self, attributes: dict = None, **kwargs) -> None: method is_canceled (line 57) | def is_canceled(self) -> bool: method is_active (line 61) | def is_active(self) -> bool: method is_cancellable (line 65) | def is_cancellable(self): method is_queued (line 72) | def is_queued(self) -> bool: method is_new (line 83) | def is_new(self) -> bool: method is_executed (line 87) | def is_executed(self) -> bool: method is_filled (line 91) | def is_filled(self) -> bool: method is_partially_filled (line 95) | def is_partially_filled(self) -> bool: method is_stop_loss (line 99) | def is_stop_loss(self): method is_take_profit (line 103) | def is_take_profit(self): method to_dict (line 107) | def to_dict(self): method value (line 133) | def value(self) -> float: method remaining_qty (line 137) | def remaining_qty(self) -> float: FILE: jesse/models/Orderbook.py class Orderbook (line 6) | class Orderbook(peewee.Model): class Meta (line 15) | class Meta: method __init__ (line 21) | def __init__(self, attributes: dict = None, **kwargs) -> None: function store_orderbook_into_db (line 35) | def store_orderbook_into_db(exchange: str, symbol: str, orderbook: np.nd... FILE: jesse/models/Position.py class Position (line 6) | class Position: method __init__ (line 24) | def __init__(self, attributes: dict = None) -> None: method mark_price (line 32) | def mark_price(self) -> float: method funding_rate (line 42) | def funding_rate(self) -> float: method next_funding_timestamp (line 52) | def next_funding_timestamp(self) -> Union[int, None]: method value (line 62) | def value(self) -> float: method type (line 77) | def type(self) -> str: method pnl_percentage (line 91) | def pnl_percentage(self) -> float: method roi (line 100) | def roi(self) -> float: method total_cost (line 111) | def total_cost(self) -> float: method leverage (line 125) | def leverage(self) -> Union[int, np.float64]: method exchange_type (line 135) | def exchange_type(self) -> str: method entry_margin (line 139) | def entry_margin(self) -> float: method pnl (line 146) | def pnl(self) -> float: method is_open (line 166) | def is_open(self) -> bool: method is_close (line 175) | def is_close(self) -> bool: method is_long (line 184) | def is_long(self) -> bool: method is_short (line 193) | def is_short(self) -> bool: method mode (line 202) | def mode(self) -> str: method liquidation_price (line 209) | def liquidation_price(self) -> Union[float, np.float64]: method _initial_margin_rate (line 235) | def _initial_margin_rate(self) -> float: method bankruptcy_price (line 239) | def bankruptcy_price(self) -> Union[float, np.float64]: method to_dict (line 248) | def to_dict(self): method _min_notional_size (line 265) | def _min_notional_size(self) -> float: method _min_qty (line 272) | def _min_qty(self) -> float: method _can_mutate_qty (line 286) | def _can_mutate_qty(self): FILE: jesse/models/Route.py class Route (line 1) | class Route: method __init__ (line 2) | def __init__( FILE: jesse/models/SpotExchange.py class SpotExchange (line 10) | class SpotExchange(Exchange): method __init__ (line 11) | def __init__(self, name: str, starting_balance: float, fee_rate: float): method started_balance (line 22) | def started_balance(self) -> float: method wallet_balance (line 29) | def wallet_balance(self) -> float: method available_margin (line 33) | def available_margin(self) -> float: method on_order_submission (line 36) | def on_order_submission(self, order: Order) -> None: method on_order_execution (line 75) | def on_order_execution(self, order: Order) -> None: method on_order_cancellation (line 107) | def on_order_cancellation(self, order: Order) -> None: method update_from_stream (line 130) | def update_from_stream(self, data: dict) -> None: FILE: jesse/models/Ticker.py class Ticker (line 6) | class Ticker(peewee.Model): class Meta (line 21) | class Meta: method __init__ (line 27) | def __init__(self, attributes: dict = None, **kwargs) -> None: function store_ticker_into_db (line 41) | def store_ticker_into_db(exchange: str, symbol: str, ticker: np.ndarray)... FILE: jesse/models/Trade.py class Trade (line 7) | class Trade(peewee.Model): class Meta (line 23) | class Meta: method __init__ (line 29) | def __init__(self, attributes: dict = None, **kwargs) -> None: function store_trade_into_db (line 43) | def store_trade_into_db(exchange: str, symbol: str, trade: np.ndarray) -... FILE: jesse/modes/backtest_mode.py function run (line 31) | def run( function _execute_backtest (line 73) | def _execute_backtest( function _handle_sync_no_candles (line 263) | def _handle_sync_no_candles(e, start_date, exchange): function _get_formatted_candles_for_frontend (line 294) | def _get_formatted_candles_for_frontend(): function _get_formatted_orders_for_frontend (line 322) | def _get_formatted_orders_for_frontend(): function _get_add_line_to_candle_chart (line 334) | def _get_add_line_to_candle_chart(): function _get_add_extra_line_chart (line 346) | def _get_add_extra_line_chart(): function _get_add_horizontal_line_to_candle_chart (line 358) | def _get_add_horizontal_line_to_candle_chart(): function _get_add_horizontal_line_to_extra_chart (line 370) | def _get_add_horizontal_line_to_extra_chart(): function _handle_missing_candles (line 382) | def _handle_missing_candles(exchange: str, symbol: str, start_date: int,... function load_candles (line 407) | def load_candles(start_date: int, finish_date: int) -> Tuple[dict, dict]: function _handle_warmup_candles (line 453) | def _handle_warmup_candles(warmup_candles: dict, start_date: str) -> None: function simulator (line 487) | def simulator(*args, fast_mode: bool = False, **kwargs) -> dict: function _step_simulator (line 494) | def _step_simulator( function _simulation_minutes_length (line 635) | def _simulation_minutes_length(candles: dict) -> int: function _prepare_times_before_simulation (line 641) | def _prepare_times_before_simulation(candles: dict) -> None: function _prepare_routes (line 655) | def _prepare_routes( function get_candles_from_pipeline (line 731) | def get_candles_from_pipeline(candles_pipeline: Optional[BaseCandlesPipe... function _update_progress_bar (line 740) | def _update_progress_bar( function _finish_progress_bar (line 763) | def _finish_progress_bar(progressbar: Progressbar, run_silently: bool): function _get_fixed_jumped_candle (line 777) | def _get_fixed_jumped_candle( function _simulate_price_change_effect (line 797) | def _simulate_price_change_effect(real_candle: np.ndarray, exchange: str... function _check_for_liquidations (line 853) | def _check_for_liquidations(candle: np.ndarray, exchange: str, symbol: s... function _generate_outputs (line 887) | def _generate_outputs( function _skip_simulator (line 917) | def _skip_simulator( function _calculate_minimum_candle_step (line 996) | def _calculate_minimum_candle_step(): function _simulate_new_candles (line 1027) | def _simulate_new_candles(candles: dict, candles_pipelines: Dict[str, Ba... function _simulate_price_change_effect_multiple_candles (line 1072) | def _simulate_price_change_effect_multiple_candles( function _update_all_routes_a_partial_candle (line 1161) | def _update_all_routes_a_partial_candle( function _execute_routes (line 1203) | def _execute_routes(candle_index: int, candles_step: int) -> None: function _get_executing_orders (line 1225) | def _get_executing_orders(exchange, symbol, real_candle): function _sort_execution_orders (line 1234) | def _sort_execution_orders(orders: List[Order], short_candles: np.ndarray): FILE: jesse/modes/data_provider.py function get_candles (line 18) | def get_candles(exchange: str, symbol: str, timeframe: str): function get_config (line 88) | def get_config(client_config: dict, has_live=False) -> dict: function update_config (line 134) | def update_config(client_config: dict): function download_file (line 151) | def download_file(mode: str, file_type: str, session_id: str = None): function download_api_keys (line 180) | def download_api_keys(): function validate_csv_content (line 226) | def validate_csv_content(content: str) -> bool: function import_api_keys_from_csv (line 261) | def import_api_keys_from_csv(content: str) -> Dict[str, any]: function get_backtest_logs (line 324) | def get_backtest_logs(session_id: str): function get_monte_carlo_logs (line 336) | def get_monte_carlo_logs(session_id: str): function get_optimization_logs (line 347) | def get_optimization_logs(session_id: str): function download_backtest_log (line 358) | def download_backtest_log(session_id: str): FILE: jesse/modes/exchange_api_keys.py function get_exchange_api_keys (line 9) | def get_exchange_api_keys() -> JSONResponse: function store_exchange_api_keys (line 35) | def store_exchange_api_keys( function delete_exchange_api_keys (line 103) | def delete_exchange_api_keys(exchange_api_key_id: str) -> JSONResponse: FILE: jesse/modes/import_candles_mode/__init__.py function run (line 23) | def run( function _get_candles_from_backup_exchange (line 219) | def _get_candles_from_backup_exchange(exchange: str, backup_driver: Cand... function _fill_absent_candles (line 336) | def _fill_absent_candles(temp_candles: List[Dict[str, Union[str, Any]]],... function store_candles_list (line 392) | def store_candles_list(candles: List[Dict]) -> None: FILE: jesse/modes/import_candles_mode/drivers/Apex/ApexOmniPerpetual.py class ApexOmniPerpetual (line 5) | class ApexOmniPerpetual(ApexProMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Apex/ApexOmniPerpetualTestnet.py class ApexOmniPerpetualTestnet (line 5) | class ApexOmniPerpetualTestnet(ApexProMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Apex/ApexProMain.py class ApexProMain (line 9) | class ApexProMain(CandleExchange): method __init__ (line 10) | def __init__(self, name: str, rest_endpoint: str) -> None: method get_starting_time (line 17) | def get_starting_time(self, symbol: str) -> int: method fetch (line 40) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 76) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Apex/ApexProPerpetual.py class ApexProPerpetual (line 5) | class ApexProPerpetual(ApexProMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Apex/ApexProPerpetualTestnet.py class ApexProPerpetualTestnet (line 5) | class ApexProPerpetualTestnet(ApexProMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Apex/apex_pro_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 36) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Apex/omni_files/zklink_sdk-arm.py class _UniffiRustBuffer (line 30) | class _UniffiRustBuffer(ctypes.Structure): method alloc (line 38) | def alloc(size): method reserve (line 42) | def reserve(rbuf, additional): method free (line 45) | def free(self): method __str__ (line 48) | def __str__(self): method alloc_with_builder (line 56) | def alloc_with_builder(*args): method consume_with_stream (line 70) | def consume_with_stream(self): method read_with_stream (line 85) | def read_with_stream(self): class _UniffiForeignBytes (line 96) | class _UniffiForeignBytes(ctypes.Structure): method __str__ (line 102) | def __str__(self): class _UniffiRustBufferStream (line 106) | class _UniffiRustBufferStream: method __init__ (line 111) | def __init__(self, data, len): method from_rust_buffer (line 117) | def from_rust_buffer(cls, buf): method remaining (line 120) | def remaining(self): method _unpack_from (line 123) | def _unpack_from(self, size, format): method read (line 130) | def read(self, size): method read_i8 (line 137) | def read_i8(self): method read_u8 (line 140) | def read_u8(self): method read_i16 (line 143) | def read_i16(self): method read_u16 (line 146) | def read_u16(self): method read_i32 (line 149) | def read_i32(self): method read_u32 (line 152) | def read_u32(self): method read_i64 (line 155) | def read_i64(self): method read_u64 (line 158) | def read_u64(self): method read_float (line 161) | def read_float(self): method read_double (line 165) | def read_double(self): method read_c_size_t (line 168) | def read_c_size_t(self): class _UniffiRustBufferBuilder (line 171) | class _UniffiRustBufferBuilder: method __init__ (line 176) | def __init__(self): method finalize (line 180) | def finalize(self): method discard (line 185) | def discard(self): method _reserve (line 191) | def _reserve(self, num_bytes): method _pack_into (line 197) | def _pack_into(self, size, format, value): method write (line 203) | def write(self, value): method write_i8 (line 208) | def write_i8(self, v): method write_u8 (line 211) | def write_u8(self, v): method write_i16 (line 214) | def write_i16(self, v): method write_u16 (line 217) | def write_u16(self, v): method write_i32 (line 220) | def write_i32(self, v): method write_u32 (line 223) | def write_u32(self, v): method write_i64 (line 226) | def write_i64(self, v): method write_u64 (line 229) | def write_u64(self, v): method write_float (line 232) | def write_float(self, v): method write_double (line 235) | def write_double(self, v): method write_c_size_t (line 238) | def write_c_size_t(self, v): class InternalError (line 243) | class InternalError(Exception): class _UniffiRustCallStatus (line 246) | class _UniffiRustCallStatus(ctypes.Structure): method __str__ (line 260) | def __str__(self): function _rust_call (line 270) | def _rust_call(fn, *args): function _rust_call_with_error (line 274) | def _rust_call_with_error(error_ffi_converter, fn, *args): function _uniffi_check_call_status (line 286) | def _uniffi_check_call_status(error_ffi_converter, call_status): class _UniffiPointerManagerCPython (line 315) | class _UniffiPointerManagerCPython: method new_pointer (line 323) | def new_pointer(self, obj): method release_pointer (line 338) | def release_pointer(self, address): method lookup (line 344) | def lookup(self, address): class _UniffiPointerManagerGeneral (line 347) | class _UniffiPointerManagerGeneral: method __init__ (line 358) | def __init__(self): method new_pointer (line 363) | def new_pointer(self, obj): method release_pointer (line 370) | def release_pointer(self, handle): method lookup (line 374) | def lookup(self, handle): class _UniffiConverterPrimitive (line 384) | class _UniffiConverterPrimitive: method check (line 386) | def check(cls, value): method lift (line 390) | def lift(cls, value): method lower (line 394) | def lower(cls, value): method lowerUnchecked (line 398) | def lowerUnchecked(cls, value): method write (line 402) | def write(cls, value, buf): class _UniffiConverterPrimitiveInt (line 405) | class _UniffiConverterPrimitiveInt(_UniffiConverterPrimitive): method check (line 407) | def check(cls, value): class _UniffiConverterPrimitiveFloat (line 418) | class _UniffiConverterPrimitiveFloat(_UniffiConverterPrimitive): method check (line 420) | def check(cls, value): class _UniffiConverterRustBuffer (line 431) | class _UniffiConverterRustBuffer: method lift (line 433) | def lift(cls, rbuf): method lower (line 438) | def lower(cls, value): function _uniffi_future_callback_t (line 467) | def _uniffi_future_callback_t(return_type): function _uniffi_load_indirect (line 473) | def _uniffi_load_indirect(): function _uniffi_check_contract_api_version (line 498) | def _uniffi_check_contract_api_version(lib): function _uniffi_check_api_checksums (line 506) | def _uniffi_check_api_checksums(lib): class _UniffiConverterUInt8 (line 2414) | class _UniffiConverterUInt8(_UniffiConverterPrimitiveInt): method read (line 2420) | def read(buf): method write_unchecked (line 2424) | def write_unchecked(value, buf): class _UniffiConverterUInt16 (line 2427) | class _UniffiConverterUInt16(_UniffiConverterPrimitiveInt): method read (line 2433) | def read(buf): method write_unchecked (line 2437) | def write_unchecked(value, buf): class _UniffiConverterInt16 (line 2440) | class _UniffiConverterInt16(_UniffiConverterPrimitiveInt): method read (line 2446) | def read(buf): method write_unchecked (line 2450) | def write_unchecked(value, buf): class _UniffiConverterUInt32 (line 2453) | class _UniffiConverterUInt32(_UniffiConverterPrimitiveInt): method read (line 2459) | def read(buf): method write_unchecked (line 2463) | def write_unchecked(value, buf): class _UniffiConverterUInt64 (line 2466) | class _UniffiConverterUInt64(_UniffiConverterPrimitiveInt): method read (line 2472) | def read(buf): method write_unchecked (line 2476) | def write_unchecked(value, buf): class _UniffiConverterBool (line 2479) | class _UniffiConverterBool(_UniffiConverterPrimitive): method check (line 2481) | def check(cls, value): method read (line 2485) | def read(cls, buf): method write_unchecked (line 2489) | def write_unchecked(cls, value, buf): method lift (line 2493) | def lift(value): class _UniffiConverterString (line 2496) | class _UniffiConverterString: method check (line 2498) | def check(value): method read (line 2504) | def read(buf): method write (line 2512) | def write(value, buf): method lift (line 2519) | def lift(buf): method lower (line 2524) | def lower(value): class AutoDeleveraging (line 2532) | class AutoDeleveraging: method __init__ (line 2534) | def __init__(self, builder: "AutoDeleveragingBuilder"): method __del__ (line 2539) | def __del__(self): method _make_instance_ (line 2547) | def _make_instance_(cls, pointer): method create_signed_tx (line 2555) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "AutoDeleveraging": method get_bytes (line 2564) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2569) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2574) | def is_signature_valid(self, ): method is_valid (line 2579) | def is_valid(self, ): method json_str (line 2584) | def json_str(self, ): method to_zklink_tx (line 2589) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2599) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeAutoDeleveraging (line 2605) | class _UniffiConverterTypeAutoDeleveraging: method read (line 2607) | def read(cls, buf): method write (line 2614) | def write(cls, value, buf): method lift (line 2620) | def lift(value): method lower (line 2624) | def lower(value): class ChangePubKey (line 2629) | class ChangePubKey: method __init__ (line 2631) | def __init__(self, builder: "ChangePubKeyBuilder"): method __del__ (line 2636) | def __del__(self): method _make_instance_ (line 2644) | def _make_instance_(cls, pointer): method get_bytes (line 2652) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2662) | def get_signature(self, ) -> "ZkLinkSignature": method is_onchain (line 2672) | def is_onchain(self, ): method is_signature_valid (line 2682) | def is_signature_valid(self, ): method is_valid (line 2692) | def is_valid(self, ): method json_str (line 2702) | def json_str(self, ): method to_zklink_tx (line 2712) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2722) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeChangePubKey (line 2732) | class _UniffiConverterTypeChangePubKey: method read (line 2734) | def read(cls, buf): method write (line 2741) | def write(cls, value, buf): method lift (line 2747) | def lift(value): method lower (line 2751) | def lower(value): class Contract (line 2756) | class Contract: method __init__ (line 2758) | def __init__(self, builder: "ContractBuilder"): method __del__ (line 2763) | def __del__(self): method _make_instance_ (line 2771) | def _make_instance_(cls, pointer): method create_signed_contract (line 2779) | def create_signed_contract(self, zklink_signer: "ZkLinkSigner") -> "Co... method get_bytes (line 2792) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2802) | def get_signature(self, ) -> "ZkLinkSignature": method is_long (line 2812) | def is_long(self, ): method is_short (line 2822) | def is_short(self, ): method is_signature_valid (line 2832) | def is_signature_valid(self, ): class _UniffiConverterTypeContract (line 2842) | class _UniffiConverterTypeContract: method read (line 2844) | def read(cls, buf): method write (line 2851) | def write(cls, value, buf): method lift (line 2857) | def lift(value): method lower (line 2861) | def lower(value): class ContractMatching (line 2866) | class ContractMatching: method __init__ (line 2868) | def __init__(self, builder: "ContractMatchingBuilder"): method __del__ (line 2873) | def __del__(self): method _make_instance_ (line 2881) | def _make_instance_(cls, pointer): method create_signed_tx (line 2889) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ContractMatching": method get_bytes (line 2902) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2912) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2922) | def is_signature_valid(self, ): method is_valid (line 2932) | def is_valid(self, ): method json_str (line 2942) | def json_str(self, ): method to_zklink_tx (line 2952) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2962) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeContractMatching (line 2972) | class _UniffiConverterTypeContractMatching: method read (line 2974) | def read(cls, buf): method write (line 2981) | def write(cls, value, buf): method lift (line 2987) | def lift(value): method lower (line 2991) | def lower(value): class Deposit (line 2996) | class Deposit: method __init__ (line 2998) | def __init__(self, builder: "DepositBuilder"): method __del__ (line 3003) | def __del__(self): method _make_instance_ (line 3011) | def _make_instance_(cls, pointer): method get_bytes (line 3019) | def get_bytes(self, ) -> "typing.List[int]": method json_str (line 3029) | def json_str(self, ): method tx_hash (line 3039) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeDeposit (line 3049) | class _UniffiConverterTypeDeposit: method read (line 3051) | def read(cls, buf): method write (line 3058) | def write(cls, value, buf): method lift (line 3064) | def lift(value): method lower (line 3068) | def lower(value): class EthSigner (line 3073) | class EthSigner: method __init__ (line 3075) | def __init__(self, private_key: str): method __del__ (line 3080) | def __del__(self): method _make_instance_ (line 3088) | def _make_instance_(cls, pointer): method get_address (line 3096) | def get_address(self, ) -> "Address": method sign_message (line 3106) | def sign_message(self, message: "typing.List[int]") -> "PackedEthSigna... class _UniffiConverterTypeEthSigner (line 3119) | class _UniffiConverterTypeEthSigner: method read (line 3121) | def read(cls, buf): method write (line 3128) | def write(cls, value, buf): method lift (line 3134) | def lift(value): method lower (line 3138) | def lower(value): class ForcedExit (line 3143) | class ForcedExit: method __init__ (line 3145) | def __init__(self, builder: "ForcedExitBuilder"): method __del__ (line 3150) | def __del__(self): method _make_instance_ (line 3158) | def _make_instance_(cls, pointer): method create_signed_tx (line 3166) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ForcedExit": method get_bytes (line 3179) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3189) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3199) | def is_signature_valid(self, ): method is_valid (line 3209) | def is_valid(self, ): method json_str (line 3219) | def json_str(self, ): method to_zklink_tx (line 3229) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3239) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeForcedExit (line 3249) | class _UniffiConverterTypeForcedExit: method read (line 3251) | def read(cls, buf): method write (line 3258) | def write(cls, value, buf): method lift (line 3264) | def lift(value): method lower (line 3268) | def lower(value): class FullExit (line 3273) | class FullExit: method __init__ (line 3275) | def __init__(self, builder: "FullExitBuilder"): method __del__ (line 3280) | def __del__(self): method _make_instance_ (line 3288) | def _make_instance_(cls, pointer): method get_bytes (line 3296) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 3306) | def is_valid(self, ): method json_str (line 3316) | def json_str(self, ): method to_zklink_tx (line 3326) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3336) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFullExit (line 3346) | class _UniffiConverterTypeFullExit: method read (line 3348) | def read(cls, buf): method write (line 3355) | def write(cls, value, buf): method lift (line 3361) | def lift(value): method lower (line 3365) | def lower(value): class Funding (line 3370) | class Funding: method __init__ (line 3372) | def __init__(self, builder: "FundingBuilder"): method __del__ (line 3377) | def __del__(self): method _make_instance_ (line 3385) | def _make_instance_(cls, pointer): method create_signed_tx (line 3393) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Funding": method get_bytes (line 3406) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3416) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3426) | def is_signature_valid(self, ): method is_valid (line 3436) | def is_valid(self, ): method json_str (line 3446) | def json_str(self, ): method to_zklink_tx (line 3456) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3466) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFunding (line 3476) | class _UniffiConverterTypeFunding: method read (line 3478) | def read(cls, buf): method write (line 3485) | def write(cls, value, buf): method lift (line 3491) | def lift(value): method lower (line 3495) | def lower(value): class Liquidation (line 3500) | class Liquidation: method __init__ (line 3502) | def __init__(self, builder: "LiquidationBuilder"): method __del__ (line 3507) | def __del__(self): method _make_instance_ (line 3515) | def _make_instance_(cls, pointer): method create_signed_tx (line 3523) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Liquidation": method get_bytes (line 3536) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3546) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3556) | def is_signature_valid(self, ): method is_valid (line 3566) | def is_valid(self, ): method json_str (line 3576) | def json_str(self, ): method to_zklink_tx (line 3586) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3596) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeLiquidation (line 3606) | class _UniffiConverterTypeLiquidation: method read (line 3608) | def read(cls, buf): method write (line 3615) | def write(cls, value, buf): method lift (line 3621) | def lift(value): method lower (line 3625) | def lower(value): class Order (line 3630) | class Order: method __init__ (line 3632) | def __init__(self, account_id: "AccountId",sub_account_id: "SubAccount... method __del__ (line 3661) | def __del__(self): method _make_instance_ (line 3669) | def _make_instance_(cls, pointer): method create_signed_order (line 3677) | def create_signed_order(self, zklink_signer: "ZkLinkSigner") -> "Order": method get_bytes (line 3690) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 3700) | def get_eth_sign_msg(self, quote_token: str,based_token: str,decimals:... method get_signature (line 3716) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3726) | def is_signature_valid(self, ): method is_valid (line 3736) | def is_valid(self, ): method json_str (line 3746) | def json_str(self, ): class _UniffiConverterTypeOrder (line 3756) | class _UniffiConverterTypeOrder: method read (line 3758) | def read(cls, buf): method write (line 3765) | def write(cls, value, buf): method lift (line 3771) | def lift(value): method lower (line 3775) | def lower(value): class OrderMatching (line 3780) | class OrderMatching: method __init__ (line 3782) | def __init__(self, builder: "OrderMatchingBuilder"): method __del__ (line 3787) | def __del__(self): method _make_instance_ (line 3795) | def _make_instance_(cls, pointer): method create_signed_tx (line 3803) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "OrderMatching": method get_bytes (line 3816) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3826) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3836) | def is_signature_valid(self, ): method is_valid (line 3846) | def is_valid(self, ): method json_str (line 3856) | def json_str(self, ): method to_zklink_tx (line 3866) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3876) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeOrderMatching (line 3886) | class _UniffiConverterTypeOrderMatching: method read (line 3888) | def read(cls, buf): method write (line 3895) | def write(cls, value, buf): method lift (line 3901) | def lift(value): method lower (line 3905) | def lower(value): class Signer (line 3910) | class Signer: method __init__ (line 3912) | def __init__(self, private_key: str,l1_type: "L1SignerType"): method __del__ (line 3919) | def __del__(self): method _make_instance_ (line 3927) | def _make_instance_(cls, pointer): method sign_auto_deleveraging (line 3935) | def sign_auto_deleveraging(self, tx: "AutoDeleveraging") -> "TxSignatu... method sign_change_pubkey_with_create2data_auth (line 3948) | def sign_change_pubkey_with_create2data_auth(self, tx: "ChangePubKey",... method sign_change_pubkey_with_eth_ecdsa_auth (line 3963) | def sign_change_pubkey_with_eth_ecdsa_auth(self, tx: "ChangePubKey") -... method sign_change_pubkey_with_onchain_auth_data (line 3976) | def sign_change_pubkey_with_onchain_auth_data(self, tx: "ChangePubKey"... method sign_contract_matching (line 3989) | def sign_contract_matching(self, tx: "ContractMatching") -> "TxSignatu... method sign_forced_exit (line 4002) | def sign_forced_exit(self, tx: "ForcedExit") -> "TxSignature": method sign_funding (line 4015) | def sign_funding(self, tx: "Funding") -> "TxSignature": method sign_liquidation (line 4028) | def sign_liquidation(self, tx: "Liquidation") -> "TxSignature": method sign_order_matching (line 4041) | def sign_order_matching(self, tx: "OrderMatching") -> "TxSignature": method sign_transfer (line 4054) | def sign_transfer(self, tx: "Transfer",token_sybmol: str,chain_id: "ty... method sign_withdraw (line 4073) | def sign_withdraw(self, tx: "Withdraw",l2_source_token_symbol: str,cha... class _UniffiConverterTypeSigner (line 4092) | class _UniffiConverterTypeSigner: method read (line 4094) | def read(cls, buf): method write (line 4101) | def write(cls, value, buf): method lift (line 4107) | def lift(value): method lower (line 4111) | def lower(value): class StarkSigner (line 4116) | class StarkSigner: method __init__ (line 4118) | def __init__(self, ): method __del__ (line 4121) | def __del__(self): method _make_instance_ (line 4129) | def _make_instance_(cls, pointer): method new_from_hex_str (line 4137) | def new_from_hex_str(cls, hex_str: str): method sign_message (line 4146) | def sign_message(self, typed_data: "TypedData",addr: str) -> "StarkEip... class _UniffiConverterTypeStarkSigner (line 4161) | class _UniffiConverterTypeStarkSigner: method read (line 4163) | def read(cls, buf): method write (line 4170) | def write(cls, value, buf): method lift (line 4176) | def lift(value): method lower (line 4180) | def lower(value): class Transfer (line 4185) | class Transfer: method __init__ (line 4187) | def __init__(self, builder: "TransferBuilder"): method __del__ (line 4192) | def __del__(self): method _make_instance_ (line 4200) | def _make_instance_(cls, pointer): method create_signed_tx (line 4208) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Transfer": method eth_signature (line 4221) | def eth_signature(self, eth_signer: "EthSigner",token_symbol: str) -> ... method get_bytes (line 4236) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4246) | def get_eth_sign_msg(self, token_symbol: str): method get_signature (line 4258) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4268) | def is_signature_valid(self, ): method is_valid (line 4278) | def is_valid(self, ): method json_str (line 4288) | def json_str(self, ): method to_zklink_tx (line 4298) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4308) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeTransfer (line 4318) | class _UniffiConverterTypeTransfer: method read (line 4320) | def read(cls, buf): method write (line 4327) | def write(cls, value, buf): method lift (line 4333) | def lift(value): method lower (line 4337) | def lower(value): class TypedData (line 4342) | class TypedData: method __init__ (line 4344) | def __init__(self, message: "TypedDataMessage",chain_id: str): method __del__ (line 4351) | def __del__(self): method _make_instance_ (line 4359) | def _make_instance_(cls, pointer): class _UniffiConverterTypeTypedData (line 4367) | class _UniffiConverterTypeTypedData: method read (line 4369) | def read(cls, buf): method write (line 4376) | def write(cls, value, buf): method lift (line 4382) | def lift(value): method lower (line 4386) | def lower(value): class UpdateGlobalVar (line 4391) | class UpdateGlobalVar: method __init__ (line 4393) | def __init__(self, builder: "UpdateGlobalVarBuilder"): method __del__ (line 4398) | def __del__(self): method _make_instance_ (line 4406) | def _make_instance_(cls, pointer): method get_bytes (line 4414) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 4424) | def is_valid(self, ): method json_str (line 4434) | def json_str(self, ): method to_zklink_tx (line 4444) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4454) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeUpdateGlobalVar (line 4464) | class _UniffiConverterTypeUpdateGlobalVar: method read (line 4466) | def read(cls, buf): method write (line 4473) | def write(cls, value, buf): method lift (line 4479) | def lift(value): method lower (line 4483) | def lower(value): class Withdraw (line 4488) | class Withdraw: method __init__ (line 4490) | def __init__(self, builder: "WithdrawBuilder"): method __del__ (line 4495) | def __del__(self): method _make_instance_ (line 4503) | def _make_instance_(cls, pointer): method create_signed_tx (line 4511) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Withdraw": method eth_signature (line 4524) | def eth_signature(self, eth_signer: "EthSigner",l2_source_token_symbol... method get_bytes (line 4539) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4549) | def get_eth_sign_msg(self, token_symbol: str): method get_signature (line 4561) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4571) | def is_signature_valid(self, ): method is_valid (line 4581) | def is_valid(self, ): method json_str (line 4591) | def json_str(self, ): method to_zklink_tx (line 4601) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4611) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeWithdraw (line 4621) | class _UniffiConverterTypeWithdraw: method read (line 4623) | def read(cls, buf): method write (line 4630) | def write(cls, value, buf): method lift (line 4636) | def lift(value): method lower (line 4640) | def lower(value): class ZkLinkSigner (line 4645) | class ZkLinkSigner: method __init__ (line 4647) | def __init__(self, ): method __del__ (line 4650) | def __del__(self): method _make_instance_ (line 4658) | def _make_instance_(cls, pointer): method new_from_bytes (line 4666) | def new_from_bytes(cls, slice: "typing.List[int]"): method new_from_hex_eth_signer (line 4675) | def new_from_hex_eth_signer(cls, eth_hex_private_key: str): method new_from_hex_stark_signer (line 4684) | def new_from_hex_stark_signer(cls, hex_private_key: str,addr: str,chai... method new_from_seed (line 4697) | def new_from_seed(cls, seed: "typing.List[int]"): method public_key (line 4706) | def public_key(self, ) -> "PackedPublicKey": method sign_musig (line 4716) | def sign_musig(self, msg: "typing.List[int]") -> "ZkLinkSignature": class _UniffiConverterTypeZkLinkSigner (line 4729) | class _UniffiConverterTypeZkLinkSigner: method read (line 4731) | def read(cls, buf): method write (line 4738) | def write(cls, value, buf): method lift (line 4744) | def lift(value): method lower (line 4748) | def lower(value): class AutoDeleveragingBuilder (line 4752) | class AutoDeleveragingBuilder: method __init__ (line 4756) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4769) | def __str__(self): method __eq__ (line 4772) | def __eq__(self, other): class _UniffiConverterTypeAutoDeleveragingBuilder (line 4797) | class _UniffiConverterTypeAutoDeleveragingBuilder(_UniffiConverterRustBu... method read (line 4799) | def read(buf): method write (line 4815) | def write(value, buf): class ChangePubKeyBuilder (line 4829) | class ChangePubKeyBuilder: method __init__ (line 4833) | def __init__(self, chain_id: "ChainId", account_id: "AccountId", sub_a... method __str__ (line 4844) | def __str__(self): method __eq__ (line 4847) | def __eq__(self, other): class _UniffiConverterTypeChangePubKeyBuilder (line 4868) | class _UniffiConverterTypeChangePubKeyBuilder(_UniffiConverterRustBuffer): method read (line 4870) | def read(buf): method write (line 4884) | def write(value, buf): class ContractBuilder (line 4896) | class ContractBuilder: method __init__ (line 4900) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4913) | def __str__(self): method __eq__ (line 4916) | def __eq__(self, other): class _UniffiConverterTypeContractBuilder (line 4941) | class _UniffiConverterTypeContractBuilder(_UniffiConverterRustBuffer): method read (line 4943) | def read(buf): method write (line 4959) | def write(value, buf): class ContractMatchingBuilder (line 4973) | class ContractMatchingBuilder: method __init__ (line 4977) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4987) | def __str__(self): method __eq__ (line 4990) | def __eq__(self, other): class _UniffiConverterTypeContractMatchingBuilder (line 5009) | class _UniffiConverterTypeContractMatchingBuilder(_UniffiConverterRustBu... method read (line 5011) | def read(buf): method write (line 5024) | def write(value, buf): class ContractPrice (line 5035) | class ContractPrice: method __init__ (line 5039) | def __init__(self, pair_id: "PairId", market_price: "BigUint"): method __str__ (line 5043) | def __str__(self): method __eq__ (line 5046) | def __eq__(self, other): class _UniffiConverterTypeContractPrice (line 5053) | class _UniffiConverterTypeContractPrice(_UniffiConverterRustBuffer): method read (line 5055) | def read(buf): method write (line 5062) | def write(value, buf): class Create2Data (line 5067) | class Create2Data: method __init__ (line 5071) | def __init__(self, creator_address: "ZkLinkAddress", salt_arg: "H256",... method __str__ (line 5076) | def __str__(self): method __eq__ (line 5079) | def __eq__(self, other): class _UniffiConverterTypeCreate2Data (line 5088) | class _UniffiConverterTypeCreate2Data(_UniffiConverterRustBuffer): method read (line 5090) | def read(buf): method write (line 5098) | def write(value, buf): class DepositBuilder (line 5104) | class DepositBuilder: method __init__ (line 5108) | def __init__(self, from_address: "ZkLinkAddress", to_address: "ZkLinkA... method __str__ (line 5120) | def __str__(self): method __eq__ (line 5123) | def __eq__(self, other): class _UniffiConverterTypeDepositBuilder (line 5146) | class _UniffiConverterTypeDepositBuilder(_UniffiConverterRustBuffer): method read (line 5148) | def read(buf): method write (line 5163) | def write(value, buf): class ForcedExitBuilder (line 5176) | class ForcedExitBuilder: method __init__ (line 5180) | def __init__(self, to_chain_id: "ChainId", initiator_account_id: "Acco... method __str__ (line 5193) | def __str__(self): method __eq__ (line 5196) | def __eq__(self, other): class _UniffiConverterTypeForcedExitBuilder (line 5221) | class _UniffiConverterTypeForcedExitBuilder(_UniffiConverterRustBuffer): method read (line 5223) | def read(buf): method write (line 5239) | def write(value, buf): class FullExitBuilder (line 5253) | class FullExitBuilder: method __init__ (line 5257) | def __init__(self, to_chain_id: "ChainId", account_id: "AccountId", su... method __str__ (line 5269) | def __str__(self): method __eq__ (line 5272) | def __eq__(self, other): class _UniffiConverterTypeFullExitBuilder (line 5295) | class _UniffiConverterTypeFullExitBuilder(_UniffiConverterRustBuffer): method read (line 5297) | def read(buf): method write (line 5312) | def write(value, buf): class FundingBuilder (line 5325) | class FundingBuilder: method __init__ (line 5329) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5337) | def __str__(self): method __eq__ (line 5340) | def __eq__(self, other): class _UniffiConverterTypeFundingBuilder (line 5355) | class _UniffiConverterTypeFundingBuilder(_UniffiConverterRustBuffer): method read (line 5357) | def read(buf): method write (line 5368) | def write(value, buf): class FundingInfo (line 5377) | class FundingInfo: method __init__ (line 5381) | def __init__(self, pair_id: "PairId", price: "BigUint", funding_rate: ... method __str__ (line 5386) | def __str__(self): method __eq__ (line 5389) | def __eq__(self, other): class _UniffiConverterTypeFundingInfo (line 5398) | class _UniffiConverterTypeFundingInfo(_UniffiConverterRustBuffer): method read (line 5400) | def read(buf): method write (line 5408) | def write(value, buf): class LiquidationBuilder (line 5414) | class LiquidationBuilder: method __init__ (line 5418) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5428) | def __str__(self): method __eq__ (line 5431) | def __eq__(self, other): class _UniffiConverterTypeLiquidationBuilder (line 5450) | class _UniffiConverterTypeLiquidationBuilder(_UniffiConverterRustBuffer): method read (line 5452) | def read(buf): method write (line 5465) | def write(value, buf): class Message (line 5476) | class Message: method __init__ (line 5480) | def __init__(self, data: str): method __str__ (line 5483) | def __str__(self): method __eq__ (line 5486) | def __eq__(self, other): class _UniffiConverterTypeMessage (line 5491) | class _UniffiConverterTypeMessage(_UniffiConverterRustBuffer): method read (line 5493) | def read(buf): method write (line 5499) | def write(value, buf): class OraclePrices (line 5503) | class OraclePrices: method __init__ (line 5507) | def __init__(self, contract_prices: "typing.List[ContractPrice]", marg... method __str__ (line 5511) | def __str__(self): method __eq__ (line 5514) | def __eq__(self, other): class _UniffiConverterTypeOraclePrices (line 5521) | class _UniffiConverterTypeOraclePrices(_UniffiConverterRustBuffer): method read (line 5523) | def read(buf): method write (line 5530) | def write(value, buf): class OrderMatchingBuilder (line 5535) | class OrderMatchingBuilder: method __init__ (line 5539) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5551) | def __str__(self): method __eq__ (line 5554) | def __eq__(self, other): class _UniffiConverterTypeOrderMatchingBuilder (line 5577) | class _UniffiConverterTypeOrderMatchingBuilder(_UniffiConverterRustBuffer): method read (line 5579) | def read(buf): method write (line 5594) | def write(value, buf): class SpotPriceInfo (line 5607) | class SpotPriceInfo: method __init__ (line 5611) | def __init__(self, token_id: "TokenId", price: "BigUint"): method __str__ (line 5615) | def __str__(self): method __eq__ (line 5618) | def __eq__(self, other): class _UniffiConverterTypeSpotPriceInfo (line 5625) | class _UniffiConverterTypeSpotPriceInfo(_UniffiConverterRustBuffer): method read (line 5627) | def read(buf): method write (line 5634) | def write(value, buf): class TransferBuilder (line 5639) | class TransferBuilder: method __init__ (line 5643) | def __init__(self, account_id: "AccountId", to_address: "ZkLinkAddress... method __str__ (line 5654) | def __str__(self): method __eq__ (line 5657) | def __eq__(self, other): class _UniffiConverterTypeTransferBuilder (line 5678) | class _UniffiConverterTypeTransferBuilder(_UniffiConverterRustBuffer): method read (line 5680) | def read(buf): method write (line 5694) | def write(value, buf): class TxMessage (line 5706) | class TxMessage: method __init__ (line 5710) | def __init__(self, transaction: str, amount: str, fee: str, token: str... method __str__ (line 5718) | def __str__(self): method __eq__ (line 5721) | def __eq__(self, other): class _UniffiConverterTypeTxMessage (line 5736) | class _UniffiConverterTypeTxMessage(_UniffiConverterRustBuffer): method read (line 5738) | def read(buf): method write (line 5749) | def write(value, buf): class TxSignature (line 5758) | class TxSignature: method __init__ (line 5762) | def __init__(self, tx: "ZkLinkTx", layer1_signature: "typing.Optional[... method __str__ (line 5766) | def __str__(self): method __eq__ (line 5769) | def __eq__(self, other): class _UniffiConverterTypeTxSignature (line 5776) | class _UniffiConverterTypeTxSignature(_UniffiConverterRustBuffer): method read (line 5778) | def read(buf): method write (line 5785) | def write(value, buf): class UpdateGlobalVarBuilder (line 5790) | class UpdateGlobalVarBuilder: method __init__ (line 5794) | def __init__(self, from_chain_id: "ChainId", sub_account_id: "SubAccou... method __str__ (line 5800) | def __str__(self): method __eq__ (line 5803) | def __eq__(self, other): class _UniffiConverterTypeUpdateGlobalVarBuilder (line 5814) | class _UniffiConverterTypeUpdateGlobalVarBuilder(_UniffiConverterRustBuf... method read (line 5816) | def read(buf): method write (line 5825) | def write(value, buf): class WithdrawBuilder (line 5832) | class WithdrawBuilder: method __init__ (line 5836) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5851) | def __str__(self): method __eq__ (line 5854) | def __eq__(self, other): class _UniffiConverterTypeWithdrawBuilder (line 5883) | class _UniffiConverterTypeWithdrawBuilder(_UniffiConverterRustBuffer): method read (line 5885) | def read(buf): method write (line 5903) | def write(value, buf): class ZkLinkSignature (line 5919) | class ZkLinkSignature: method __init__ (line 5923) | def __init__(self, pub_key: "PackedPublicKey", signature: "PackedSigna... method __str__ (line 5927) | def __str__(self): method __eq__ (line 5930) | def __eq__(self, other): class _UniffiConverterTypeZkLinkSignature (line 5937) | class _UniffiConverterTypeZkLinkSignature(_UniffiConverterRustBuffer): method read (line 5939) | def read(buf): method write (line 5946) | def write(value, buf): class ChangePubKeyAuthData (line 5954) | class ChangePubKeyAuthData: method __init__ (line 5955) | def __init__(self): class ONCHAIN (line 5959) | class ONCHAIN: method __init__ (line 5963) | def __init__(self,): method __str__ (line 5968) | def __str__(self): method __eq__ (line 5971) | def __eq__(self, other): class ETH_ECDSA (line 5975) | class ETH_ECDSA: method __init__ (line 5979) | def __init__(self,eth_signature: "PackedEthSignature"): method __str__ (line 5984) | def __str__(self): method __eq__ (line 5987) | def __eq__(self, other): class ETH_CREATE2 (line 5993) | class ETH_CREATE2: method __init__ (line 5997) | def __init__(self,data: "Create2Data"): method __str__ (line 6002) | def __str__(self): method __eq__ (line 6005) | def __eq__(self, other): method is_onchain (line 6015) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6017) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6019) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthData (line 6033) | class _UniffiConverterTypeChangePubKeyAuthData(_UniffiConverterRustBuffer): method read (line 6035) | def read(buf): method write (line 6050) | def write(value, buf): class ChangePubKeyAuthRequest (line 6066) | class ChangePubKeyAuthRequest: method __init__ (line 6067) | def __init__(self): class ONCHAIN (line 6071) | class ONCHAIN: method __init__ (line 6075) | def __init__(self,): method __str__ (line 6080) | def __str__(self): method __eq__ (line 6083) | def __eq__(self, other): class ETH_ECDSA (line 6087) | class ETH_ECDSA: method __init__ (line 6091) | def __init__(self,): method __str__ (line 6096) | def __str__(self): method __eq__ (line 6099) | def __eq__(self, other): class ETH_CREATE2 (line 6103) | class ETH_CREATE2: method __init__ (line 6107) | def __init__(self,data: "Create2Data"): method __str__ (line 6112) | def __str__(self): method __eq__ (line 6115) | def __eq__(self, other): method is_onchain (line 6125) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6127) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6129) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthRequest (line 6143) | class _UniffiConverterTypeChangePubKeyAuthRequest(_UniffiConverterRustBu... method read (line 6145) | def read(buf): method write (line 6159) | def write(value, buf): class EthSignerError (line 6177) | class EthSignerError(Exception): class InvalidEthSigner (line 6183) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6184) | def __repr__(self): class MissingEthPrivateKey (line 6187) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6188) | def __repr__(self): class MissingEthSigner (line 6191) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6192) | def __repr__(self): class SigningFailed (line 6195) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6196) | def __repr__(self): class UnlockingFailed (line 6199) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6200) | def __repr__(self): class InvalidRawTx (line 6203) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6204) | def __repr__(self): class Eip712Failed (line 6207) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6208) | def __repr__(self): class NoSigningKey (line 6211) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6212) | def __repr__(self): class DefineAddress (line 6215) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6216) | def __repr__(self): class RecoverAddress (line 6219) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6220) | def __repr__(self): class LengthMismatched (line 6223) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6224) | def __repr__(self): class CryptoError (line 6227) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6228) | def __repr__(self): class InvalidSignatureStr (line 6231) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6232) | def __repr__(self): class CustomError (line 6235) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6236) | def __repr__(self): class RpcSignError (line 6239) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6240) | def __repr__(self): class EthSignerError (line 6182) | class EthSignerError: # type: ignore class InvalidEthSigner (line 6183) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6184) | def __repr__(self): class MissingEthPrivateKey (line 6187) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6188) | def __repr__(self): class MissingEthSigner (line 6191) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6192) | def __repr__(self): class SigningFailed (line 6195) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6196) | def __repr__(self): class UnlockingFailed (line 6199) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6200) | def __repr__(self): class InvalidRawTx (line 6203) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6204) | def __repr__(self): class Eip712Failed (line 6207) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6208) | def __repr__(self): class NoSigningKey (line 6211) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6212) | def __repr__(self): class DefineAddress (line 6215) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6216) | def __repr__(self): class RecoverAddress (line 6219) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6220) | def __repr__(self): class LengthMismatched (line 6223) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6224) | def __repr__(self): class CryptoError (line 6227) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6228) | def __repr__(self): class InvalidSignatureStr (line 6231) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6232) | def __repr__(self): class CustomError (line 6235) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6236) | def __repr__(self): class RpcSignError (line 6239) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6240) | def __repr__(self): class _UniffiConverterTypeEthSignerError (line 6248) | class _UniffiConverterTypeEthSignerError(_UniffiConverterRustBuffer): method read (line 6250) | def read(buf): method write (line 6315) | def write(value, buf): class L1SignerType (line 6351) | class L1SignerType: method __init__ (line 6352) | def __init__(self): class ETH (line 6356) | class ETH: method __init__ (line 6360) | def __init__(self,): method __str__ (line 6365) | def __str__(self): method __eq__ (line 6368) | def __eq__(self, other): class STARKNET (line 6372) | class STARKNET: method __init__ (line 6376) | def __init__(self,chain_id: str, address: str): method __str__ (line 6382) | def __str__(self): method __eq__ (line 6385) | def __eq__(self, other): method is_eth (line 6397) | def is_eth(self) -> bool: method is_starknet (line 6399) | def is_starknet(self) -> bool: class _UniffiConverterTypeL1SignerType (line 6412) | class _UniffiConverterTypeL1SignerType(_UniffiConverterRustBuffer): method read (line 6414) | def read(buf): method write (line 6426) | def write(value, buf): class L1Type (line 6440) | class L1Type(enum.Enum): class _UniffiConverterTypeL1Type (line 6446) | class _UniffiConverterTypeL1Type(_UniffiConverterRustBuffer): method read (line 6448) | def read(buf): method write (line 6456) | def write(value, buf): class Parameter (line 6468) | class Parameter: method __init__ (line 6469) | def __init__(self): class FEE_ACCOUNT (line 6473) | class FEE_ACCOUNT: method __init__ (line 6477) | def __init__(self,account_id: "AccountId"): method __str__ (line 6482) | def __str__(self): method __eq__ (line 6485) | def __eq__(self, other): class INSURANCE_FUND_ACCOUNT (line 6491) | class INSURANCE_FUND_ACCOUNT: method __init__ (line 6495) | def __init__(self,account_id: "AccountId"): method __str__ (line 6500) | def __str__(self): method __eq__ (line 6503) | def __eq__(self, other): class MARGIN_INFO (line 6509) | class MARGIN_INFO: method __init__ (line 6513) | def __init__(self,margin_id: "MarginId", token_id: "TokenId", ratio:... method __str__ (line 6520) | def __str__(self): method __eq__ (line 6523) | def __eq__(self, other): class FUNDING_INFOS (line 6533) | class FUNDING_INFOS: method __init__ (line 6537) | def __init__(self,infos: "typing.List[FundingInfo]"): method __str__ (line 6542) | def __str__(self): method __eq__ (line 6545) | def __eq__(self, other): class CONTRACT_INFO (line 6551) | class CONTRACT_INFO: method __init__ (line 6555) | def __init__(self,pair_id: "PairId", symbol: str, initial_margin_rat... method __str__ (line 6563) | def __str__(self): method __eq__ (line 6566) | def __eq__(self, other): method is_fee_account (line 6582) | def is_fee_account(self) -> bool: method is_insurance_fund_account (line 6584) | def is_insurance_fund_account(self) -> bool: method is_margin_info (line 6586) | def is_margin_info(self) -> bool: method is_funding_infos (line 6588) | def is_funding_infos(self) -> bool: method is_contract_info (line 6590) | def is_contract_info(self) -> bool: class _UniffiConverterTypeParameter (line 6606) | class _UniffiConverterTypeParameter(_UniffiConverterRustBuffer): method read (line 6608) | def read(buf): method write (line 6637) | def write(value, buf): class SignError (line 6668) | class SignError(Exception): class EthSigningError (line 6674) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6675) | def __repr__(self): class ZkSigningError (line 6678) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6679) | def __repr__(self): class StarkSigningError (line 6682) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6683) | def __repr__(self): class IncorrectTx (line 6686) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6687) | def __repr__(self): class SignError (line 6673) | class SignError: # type: ignore class EthSigningError (line 6674) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6675) | def __repr__(self): class ZkSigningError (line 6678) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6679) | def __repr__(self): class StarkSigningError (line 6682) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6683) | def __repr__(self): class IncorrectTx (line 6686) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6687) | def __repr__(self): class _UniffiConverterTypeSignError (line 6695) | class _UniffiConverterTypeSignError(_UniffiConverterRustBuffer): method read (line 6697) | def read(buf): method write (line 6718) | def write(value, buf): class StarkSignerError (line 6735) | class StarkSignerError(Exception): class InvalidStarknetSigner (line 6741) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6742) | def __repr__(self): class InvalidSignature (line 6745) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6746) | def __repr__(self): class InvalidPrivKey (line 6749) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6750) | def __repr__(self): class SignError (line 6753) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6754) | def __repr__(self): class RpcSignError (line 6757) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6758) | def __repr__(self): class StarkSignerError (line 6740) | class StarkSignerError: # type: ignore class InvalidStarknetSigner (line 6741) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6742) | def __repr__(self): class InvalidSignature (line 6745) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6746) | def __repr__(self): class InvalidPrivKey (line 6749) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6750) | def __repr__(self): class SignError (line 6753) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6754) | def __repr__(self): class RpcSignError (line 6757) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6758) | def __repr__(self): class _UniffiConverterTypeStarkSignerError (line 6766) | class _UniffiConverterTypeStarkSignerError(_UniffiConverterRustBuffer): method read (line 6768) | def read(buf): method write (line 6793) | def write(value, buf): class TypeError (line 6812) | class TypeError(Exception): class InvalidAddress (line 6818) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6819) | def __repr__(self): class InvalidTxHash (line 6822) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6823) | def __repr__(self): class NotStartWithZerox (line 6826) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6827) | def __repr__(self): class SizeMismatch (line 6830) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6831) | def __repr__(self): class DecodeFromHexErr (line 6834) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6835) | def __repr__(self): class TooBigInteger (line 6838) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6839) | def __repr__(self): class InvalidBigIntStr (line 6842) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6843) | def __repr__(self): class TypeError (line 6817) | class TypeError: # type: ignore class InvalidAddress (line 6818) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6819) | def __repr__(self): class InvalidTxHash (line 6822) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6823) | def __repr__(self): class NotStartWithZerox (line 6826) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6827) | def __repr__(self): class SizeMismatch (line 6830) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6831) | def __repr__(self): class DecodeFromHexErr (line 6834) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6835) | def __repr__(self): class TooBigInteger (line 6838) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6839) | def __repr__(self): class InvalidBigIntStr (line 6842) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6843) | def __repr__(self): class _UniffiConverterTypeTypeError (line 6851) | class _UniffiConverterTypeTypeError(_UniffiConverterRustBuffer): method read (line 6853) | def read(buf): method write (line 6886) | def write(value, buf): class TypedDataMessage (line 6906) | class TypedDataMessage: method __init__ (line 6907) | def __init__(self): class CREATE_L2_KEY (line 6911) | class CREATE_L2_KEY: method __init__ (line 6915) | def __init__(self,message: "Message"): method __str__ (line 6920) | def __str__(self): method __eq__ (line 6923) | def __eq__(self, other): class TRANSACTION (line 6929) | class TRANSACTION: method __init__ (line 6933) | def __init__(self,message: "TxMessage"): method __str__ (line 6938) | def __str__(self): method __eq__ (line 6941) | def __eq__(self, other): method is_create_l2_key (line 6951) | def is_create_l2_key(self) -> bool: method is_transaction (line 6953) | def is_transaction(self) -> bool: class _UniffiConverterTypeTypedDataMessage (line 6966) | class _UniffiConverterTypeTypedDataMessage(_UniffiConverterRustBuffer): method read (line 6968) | def read(buf): method write (line 6980) | def write(value, buf): class ZkSignerError (line 6997) | class ZkSignerError(Exception): class CustomError (line 7003) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7004) | def __repr__(self): class InvalidSignature (line 7007) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7008) | def __repr__(self): class InvalidPrivKey (line 7011) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7012) | def __repr__(self): class InvalidSeed (line 7015) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7016) | def __repr__(self): class InvalidPubkey (line 7019) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7020) | def __repr__(self): class InvalidPubkeyHash (line 7023) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7024) | def __repr__(self): class EthSignerError (line 7027) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7028) | def __repr__(self): class StarkSignerError (line 7031) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7032) | def __repr__(self): class ZkSignerError (line 7002) | class ZkSignerError: # type: ignore class CustomError (line 7003) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7004) | def __repr__(self): class InvalidSignature (line 7007) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7008) | def __repr__(self): class InvalidPrivKey (line 7011) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7012) | def __repr__(self): class InvalidSeed (line 7015) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7016) | def __repr__(self): class InvalidPubkey (line 7019) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7020) | def __repr__(self): class InvalidPubkeyHash (line 7023) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7024) | def __repr__(self): class EthSignerError (line 7027) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7028) | def __repr__(self): class StarkSignerError (line 7031) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7032) | def __repr__(self): class _UniffiConverterTypeZkSignerError (line 7040) | class _UniffiConverterTypeZkSignerError(_UniffiConverterRustBuffer): method read (line 7042) | def read(buf): method write (line 7079) | def write(value, buf): class _UniffiConverterOptionalString (line 7099) | class _UniffiConverterOptionalString(_UniffiConverterRustBuffer): method write (line 7101) | def write(cls, value, buf): method read (line 7110) | def read(cls, buf): class _UniffiConverterOptionalTypeZkLinkSignature (line 7121) | class _UniffiConverterOptionalTypeZkLinkSignature(_UniffiConverterRustBu... method write (line 7123) | def write(cls, value, buf): method read (line 7132) | def read(cls, buf): class _UniffiConverterOptionalSequenceUInt8 (line 7143) | class _UniffiConverterOptionalSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7145) | def write(cls, value, buf): method read (line 7154) | def read(cls, buf): class _UniffiConverterOptionalTypeH256 (line 7165) | class _UniffiConverterOptionalTypeH256(_UniffiConverterRustBuffer): method write (line 7167) | def write(cls, value, buf): method read (line 7176) | def read(cls, buf): class _UniffiConverterOptionalTypePackedEthSignature (line 7187) | class _UniffiConverterOptionalTypePackedEthSignature(_UniffiConverterRus... method write (line 7189) | def write(cls, value, buf): method read (line 7198) | def read(cls, buf): class _UniffiConverterOptionalTypeTxLayer1Signature (line 7209) | class _UniffiConverterOptionalTypeTxLayer1Signature(_UniffiConverterRust... method write (line 7211) | def write(cls, value, buf): method read (line 7220) | def read(cls, buf): class _UniffiConverterSequenceUInt8 (line 7231) | class _UniffiConverterSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7233) | def write(cls, value, buf): method read (line 7240) | def read(cls, buf): class _UniffiConverterSequenceTypeContract (line 7251) | class _UniffiConverterSequenceTypeContract(_UniffiConverterRustBuffer): method write (line 7253) | def write(cls, value, buf): method read (line 7260) | def read(cls, buf): class _UniffiConverterSequenceTypeContractPrice (line 7271) | class _UniffiConverterSequenceTypeContractPrice(_UniffiConverterRustBuff... method write (line 7273) | def write(cls, value, buf): method read (line 7280) | def read(cls, buf): class _UniffiConverterSequenceTypeFundingInfo (line 7291) | class _UniffiConverterSequenceTypeFundingInfo(_UniffiConverterRustBuffer): method write (line 7293) | def write(cls, value, buf): method read (line 7300) | def read(cls, buf): class _UniffiConverterSequenceTypeSpotPriceInfo (line 7311) | class _UniffiConverterSequenceTypeSpotPriceInfo(_UniffiConverterRustBuff... method write (line 7313) | def write(cls, value, buf): method read (line 7320) | def read(cls, buf): class _UniffiConverterSequenceTypeAccountId (line 7331) | class _UniffiConverterSequenceTypeAccountId(_UniffiConverterRustBuffer): method write (line 7333) | def write(cls, value, buf): method read (line 7340) | def read(cls, buf): class _UniffiConverterTypeAccountId (line 7353) | class _UniffiConverterTypeAccountId: method write (line 7355) | def write(value, buf): method read (line 7359) | def read(buf): method lift (line 7363) | def lift(value): method lower (line 7367) | def lower(value): class _UniffiConverterTypeAddress (line 7374) | class _UniffiConverterTypeAddress: method write (line 7376) | def write(value, buf): method read (line 7380) | def read(buf): method lift (line 7384) | def lift(value): method lower (line 7388) | def lower(value): class _UniffiConverterTypeBigUint (line 7395) | class _UniffiConverterTypeBigUint: method write (line 7397) | def write(value, buf): method read (line 7401) | def read(buf): method lift (line 7405) | def lift(value): method lower (line 7409) | def lower(value): class _UniffiConverterTypeBlockNumber (line 7416) | class _UniffiConverterTypeBlockNumber: method write (line 7418) | def write(value, buf): method read (line 7422) | def read(buf): method lift (line 7426) | def lift(value): method lower (line 7430) | def lower(value): class _UniffiConverterTypeChainId (line 7437) | class _UniffiConverterTypeChainId: method write (line 7439) | def write(value, buf): method read (line 7443) | def read(buf): method lift (line 7447) | def lift(value): method lower (line 7451) | def lower(value): class _UniffiConverterTypeEthBlockId (line 7458) | class _UniffiConverterTypeEthBlockId: method write (line 7460) | def write(value, buf): method read (line 7464) | def read(buf): method lift (line 7468) | def lift(value): method lower (line 7472) | def lower(value): class _UniffiConverterTypeH256 (line 7479) | class _UniffiConverterTypeH256: method write (line 7481) | def write(value, buf): method read (line 7485) | def read(buf): method lift (line 7489) | def lift(value): method lower (line 7493) | def lower(value): class _UniffiConverterTypeMarginId (line 7500) | class _UniffiConverterTypeMarginId: method write (line 7502) | def write(value, buf): method read (line 7506) | def read(buf): method lift (line 7510) | def lift(value): method lower (line 7514) | def lower(value): class _UniffiConverterTypeNonce (line 7521) | class _UniffiConverterTypeNonce: method write (line 7523) | def write(value, buf): method read (line 7527) | def read(buf): method lift (line 7531) | def lift(value): method lower (line 7535) | def lower(value): class _UniffiConverterTypePackedEthSignature (line 7542) | class _UniffiConverterTypePackedEthSignature: method write (line 7544) | def write(value, buf): method read (line 7548) | def read(buf): method lift (line 7552) | def lift(value): method lower (line 7556) | def lower(value): class _UniffiConverterTypePackedPublicKey (line 7563) | class _UniffiConverterTypePackedPublicKey: method write (line 7565) | def write(value, buf): method read (line 7569) | def read(buf): method lift (line 7573) | def lift(value): method lower (line 7577) | def lower(value): class _UniffiConverterTypePackedSignature (line 7584) | class _UniffiConverterTypePackedSignature: method write (line 7586) | def write(value, buf): method read (line 7590) | def read(buf): method lift (line 7594) | def lift(value): method lower (line 7598) | def lower(value): class _UniffiConverterTypePairId (line 7605) | class _UniffiConverterTypePairId: method write (line 7607) | def write(value, buf): method read (line 7611) | def read(buf): method lift (line 7615) | def lift(value): method lower (line 7619) | def lower(value): class _UniffiConverterTypePriorityOpId (line 7626) | class _UniffiConverterTypePriorityOpId: method write (line 7628) | def write(value, buf): method read (line 7632) | def read(buf): method lift (line 7636) | def lift(value): method lower (line 7640) | def lower(value): class _UniffiConverterTypePubKeyHash (line 7647) | class _UniffiConverterTypePubKeyHash: method write (line 7649) | def write(value, buf): method read (line 7653) | def read(buf): method lift (line 7657) | def lift(value): method lower (line 7661) | def lower(value): class _UniffiConverterTypeSlotId (line 7668) | class _UniffiConverterTypeSlotId: method write (line 7670) | def write(value, buf): method read (line 7674) | def read(buf): method lift (line 7678) | def lift(value): method lower (line 7682) | def lower(value): class _UniffiConverterTypeStarkEip712Signature (line 7689) | class _UniffiConverterTypeStarkEip712Signature: method write (line 7691) | def write(value, buf): method read (line 7695) | def read(buf): method lift (line 7699) | def lift(value): method lower (line 7703) | def lower(value): class _UniffiConverterTypeSubAccountId (line 7710) | class _UniffiConverterTypeSubAccountId: method write (line 7712) | def write(value, buf): method read (line 7716) | def read(buf): method lift (line 7720) | def lift(value): method lower (line 7724) | def lower(value): class _UniffiConverterTypeTimeStamp (line 7731) | class _UniffiConverterTypeTimeStamp: method write (line 7733) | def write(value, buf): method read (line 7737) | def read(buf): method lift (line 7741) | def lift(value): method lower (line 7745) | def lower(value): class _UniffiConverterTypeTokenId (line 7752) | class _UniffiConverterTypeTokenId: method write (line 7754) | def write(value, buf): method read (line 7758) | def read(buf): method lift (line 7762) | def lift(value): method lower (line 7766) | def lower(value): class _UniffiConverterTypeTxHash (line 7773) | class _UniffiConverterTypeTxHash: method write (line 7775) | def write(value, buf): method read (line 7779) | def read(buf): method lift (line 7783) | def lift(value): method lower (line 7787) | def lower(value): class _UniffiConverterTypeTxLayer1Signature (line 7794) | class _UniffiConverterTypeTxLayer1Signature: method write (line 7796) | def write(value, buf): method read (line 7800) | def read(buf): method lift (line 7804) | def lift(value): method lower (line 7808) | def lower(value): class _UniffiConverterTypeZkLinkAddress (line 7815) | class _UniffiConverterTypeZkLinkAddress: method write (line 7817) | def write(value, buf): method read (line 7821) | def read(buf): method lift (line 7825) | def lift(value): method lower (line 7829) | def lower(value): class _UniffiConverterTypeZkLinkTx (line 7836) | class _UniffiConverterTypeZkLinkTx: method write (line 7838) | def write(value, buf): method read (line 7842) | def read(buf): method lift (line 7846) | def lift(value): method lower (line 7850) | def lower(value): function create_signed_change_pubkey (line 7853) | def create_signed_change_pubkey(zklink_signer: "ZkLinkSigner",tx: "Chang... function eth_signature_of_change_pubkey (line 7863) | def eth_signature_of_change_pubkey(tx: "ChangePubKey",eth_signer: "EthSi... function get_public_key_hash (line 7871) | def get_public_key_hash(public_key: "PackedPublicKey") -> "PubKeyHash": function verify_musig (line 7877) | def verify_musig(signature: "ZkLinkSignature",msg: "typing.List[int]"): function zklink_main_net_url (line 7885) | def zklink_main_net_url(): function zklink_test_net_url (line 7889) | def zklink_test_net_url(): FILE: jesse/modes/import_candles_mode/drivers/Apex/omni_files/zklink_sdk-pc.py class _UniffiRustBuffer (line 31) | class _UniffiRustBuffer(ctypes.Structure): method alloc (line 39) | def alloc(size): method reserve (line 43) | def reserve(rbuf, additional): method free (line 46) | def free(self): method __str__ (line 49) | def __str__(self): method alloc_with_builder (line 57) | def alloc_with_builder(*args): method consume_with_stream (line 71) | def consume_with_stream(self): method read_with_stream (line 86) | def read_with_stream(self): class _UniffiForeignBytes (line 97) | class _UniffiForeignBytes(ctypes.Structure): method __str__ (line 103) | def __str__(self): class _UniffiRustBufferStream (line 107) | class _UniffiRustBufferStream: method __init__ (line 112) | def __init__(self, data, len): method from_rust_buffer (line 118) | def from_rust_buffer(cls, buf): method remaining (line 121) | def remaining(self): method _unpack_from (line 124) | def _unpack_from(self, size, format): method read (line 131) | def read(self, size): method read_i8 (line 138) | def read_i8(self): method read_u8 (line 141) | def read_u8(self): method read_i16 (line 144) | def read_i16(self): method read_u16 (line 147) | def read_u16(self): method read_i32 (line 150) | def read_i32(self): method read_u32 (line 153) | def read_u32(self): method read_i64 (line 156) | def read_i64(self): method read_u64 (line 159) | def read_u64(self): method read_float (line 162) | def read_float(self): method read_double (line 166) | def read_double(self): method read_c_size_t (line 169) | def read_c_size_t(self): class _UniffiRustBufferBuilder (line 172) | class _UniffiRustBufferBuilder: method __init__ (line 177) | def __init__(self): method finalize (line 181) | def finalize(self): method discard (line 186) | def discard(self): method _reserve (line 192) | def _reserve(self, num_bytes): method _pack_into (line 198) | def _pack_into(self, size, format, value): method write (line 204) | def write(self, value): method write_i8 (line 209) | def write_i8(self, v): method write_u8 (line 212) | def write_u8(self, v): method write_i16 (line 215) | def write_i16(self, v): method write_u16 (line 218) | def write_u16(self, v): method write_i32 (line 221) | def write_i32(self, v): method write_u32 (line 224) | def write_u32(self, v): method write_i64 (line 227) | def write_i64(self, v): method write_u64 (line 230) | def write_u64(self, v): method write_float (line 233) | def write_float(self, v): method write_double (line 236) | def write_double(self, v): method write_c_size_t (line 239) | def write_c_size_t(self, v): class InternalError (line 244) | class InternalError(Exception): class _UniffiRustCallStatus (line 247) | class _UniffiRustCallStatus(ctypes.Structure): method __str__ (line 261) | def __str__(self): function _rust_call (line 271) | def _rust_call(fn, *args): function _rust_call_with_error (line 275) | def _rust_call_with_error(error_ffi_converter, fn, *args): function _uniffi_check_call_status (line 287) | def _uniffi_check_call_status(error_ffi_converter, call_status): class _UniffiPointerManagerCPython (line 316) | class _UniffiPointerManagerCPython: method new_pointer (line 324) | def new_pointer(self, obj): method release_pointer (line 339) | def release_pointer(self, address): method lookup (line 345) | def lookup(self, address): class _UniffiPointerManagerGeneral (line 348) | class _UniffiPointerManagerGeneral: method __init__ (line 359) | def __init__(self): method new_pointer (line 364) | def new_pointer(self, obj): method release_pointer (line 371) | def release_pointer(self, handle): method lookup (line 375) | def lookup(self, handle): class _UniffiConverterPrimitive (line 385) | class _UniffiConverterPrimitive: method check (line 387) | def check(cls, value): method lift (line 391) | def lift(cls, value): method lower (line 395) | def lower(cls, value): method lowerUnchecked (line 399) | def lowerUnchecked(cls, value): method write (line 403) | def write(cls, value, buf): class _UniffiConverterPrimitiveInt (line 406) | class _UniffiConverterPrimitiveInt(_UniffiConverterPrimitive): method check (line 408) | def check(cls, value): class _UniffiConverterPrimitiveFloat (line 419) | class _UniffiConverterPrimitiveFloat(_UniffiConverterPrimitive): method check (line 421) | def check(cls, value): class _UniffiConverterRustBuffer (line 432) | class _UniffiConverterRustBuffer: method lift (line 434) | def lift(cls, rbuf): method lower (line 439) | def lower(cls, value): function _uniffi_future_callback_t (line 468) | def _uniffi_future_callback_t(return_type): function _uniffi_load_indirect (line 474) | def _uniffi_load_indirect(): function _uniffi_check_contract_api_version (line 499) | def _uniffi_check_contract_api_version(lib): function _uniffi_check_api_checksums (line 507) | def _uniffi_check_api_checksums(lib): class _UniffiConverterUInt8 (line 2455) | class _UniffiConverterUInt8(_UniffiConverterPrimitiveInt): method read (line 2461) | def read(buf): method write_unchecked (line 2465) | def write_unchecked(value, buf): class _UniffiConverterUInt16 (line 2468) | class _UniffiConverterUInt16(_UniffiConverterPrimitiveInt): method read (line 2474) | def read(buf): method write_unchecked (line 2478) | def write_unchecked(value, buf): class _UniffiConverterInt16 (line 2481) | class _UniffiConverterInt16(_UniffiConverterPrimitiveInt): method read (line 2487) | def read(buf): method write_unchecked (line 2491) | def write_unchecked(value, buf): class _UniffiConverterUInt32 (line 2494) | class _UniffiConverterUInt32(_UniffiConverterPrimitiveInt): method read (line 2500) | def read(buf): method write_unchecked (line 2504) | def write_unchecked(value, buf): class _UniffiConverterUInt64 (line 2507) | class _UniffiConverterUInt64(_UniffiConverterPrimitiveInt): method read (line 2513) | def read(buf): method write_unchecked (line 2517) | def write_unchecked(value, buf): class _UniffiConverterBool (line 2520) | class _UniffiConverterBool(_UniffiConverterPrimitive): method check (line 2522) | def check(cls, value): method read (line 2526) | def read(cls, buf): method write_unchecked (line 2530) | def write_unchecked(cls, value, buf): method lift (line 2534) | def lift(value): class _UniffiConverterString (line 2537) | class _UniffiConverterString: method check (line 2539) | def check(value): method read (line 2545) | def read(buf): method write (line 2553) | def write(value, buf): method lift (line 2560) | def lift(buf): method lower (line 2565) | def lower(value): class AutoDeleveraging (line 2573) | class AutoDeleveraging: method __init__ (line 2575) | def __init__(self, builder: "AutoDeleveragingBuilder"): method __del__ (line 2580) | def __del__(self): method _make_instance_ (line 2588) | def _make_instance_(cls, pointer): method create_signed_tx (line 2596) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "AutoDeleveraging": method get_bytes (line 2609) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2619) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2629) | def is_signature_valid(self, ) -> bool: method is_valid (line 2639) | def is_valid(self, ) -> bool: method json_str (line 2649) | def json_str(self, ) -> str: method to_zklink_tx (line 2659) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2669) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeAutoDeleveraging (line 2679) | class _UniffiConverterTypeAutoDeleveraging: method read (line 2681) | def read(cls, buf): method write (line 2688) | def write(cls, value, buf): method lift (line 2694) | def lift(value): method lower (line 2698) | def lower(value): class ChangePubKey (line 2703) | class ChangePubKey: method __init__ (line 2705) | def __init__(self, builder: "ChangePubKeyBuilder"): method __del__ (line 2710) | def __del__(self): method _make_instance_ (line 2718) | def _make_instance_(cls, pointer): method get_bytes (line 2726) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2736) | def get_signature(self, ) -> "ZkLinkSignature": method is_onchain (line 2746) | def is_onchain(self, ) -> bool: method is_signature_valid (line 2756) | def is_signature_valid(self, ) -> bool: method is_valid (line 2766) | def is_valid(self, ) -> bool: method json_str (line 2776) | def json_str(self, ) -> str: method to_zklink_tx (line 2786) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2796) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeChangePubKey (line 2806) | class _UniffiConverterTypeChangePubKey: method read (line 2808) | def read(cls, buf): method write (line 2815) | def write(cls, value, buf): method lift (line 2821) | def lift(value): method lower (line 2825) | def lower(value): class Contract (line 2830) | class Contract: method __init__ (line 2832) | def __init__(self, builder: "ContractBuilder"): method __del__ (line 2837) | def __del__(self): method _make_instance_ (line 2845) | def _make_instance_(cls, pointer): method create_signed_contract (line 2853) | def create_signed_contract(self, zklink_signer: "ZkLinkSigner") -> "Co... method get_bytes (line 2866) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2876) | def get_signature(self, ) -> "ZkLinkSignature": method is_long (line 2886) | def is_long(self, ) -> bool: method is_short (line 2896) | def is_short(self, ) -> bool: method is_signature_valid (line 2906) | def is_signature_valid(self, ) -> bool: class _UniffiConverterTypeContract (line 2916) | class _UniffiConverterTypeContract: method read (line 2918) | def read(cls, buf): method write (line 2925) | def write(cls, value, buf): method lift (line 2931) | def lift(value): method lower (line 2935) | def lower(value): class ContractMatching (line 2940) | class ContractMatching: method __init__ (line 2942) | def __init__(self, builder: "ContractMatchingBuilder"): method __del__ (line 2947) | def __del__(self): method _make_instance_ (line 2955) | def _make_instance_(cls, pointer): method create_signed_tx (line 2963) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ContractMatching": method get_bytes (line 2976) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2986) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2996) | def is_signature_valid(self, ) -> bool: method is_valid (line 3006) | def is_valid(self, ) -> bool: method json_str (line 3016) | def json_str(self, ) -> str: method to_zklink_tx (line 3026) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3036) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeContractMatching (line 3046) | class _UniffiConverterTypeContractMatching: method read (line 3048) | def read(cls, buf): method write (line 3055) | def write(cls, value, buf): method lift (line 3061) | def lift(value): method lower (line 3065) | def lower(value): class Deposit (line 3070) | class Deposit: method __init__ (line 3072) | def __init__(self, builder: "DepositBuilder"): method __del__ (line 3077) | def __del__(self): method _make_instance_ (line 3085) | def _make_instance_(cls, pointer): method get_bytes (line 3093) | def get_bytes(self, ) -> "typing.List[int]": method json_str (line 3103) | def json_str(self, ) -> str: method tx_hash (line 3113) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeDeposit (line 3123) | class _UniffiConverterTypeDeposit: method read (line 3125) | def read(cls, buf): method write (line 3132) | def write(cls, value, buf): method lift (line 3138) | def lift(value): method lower (line 3142) | def lower(value): class EthSigner (line 3147) | class EthSigner: method __init__ (line 3149) | def __init__(self, private_key: str): method __del__ (line 3154) | def __del__(self): method _make_instance_ (line 3162) | def _make_instance_(cls, pointer): method get_address (line 3170) | def get_address(self, ) -> "Address": method sign_message (line 3180) | def sign_message(self, message: "typing.List[int]") -> "PackedEthSigna... class _UniffiConverterTypeEthSigner (line 3193) | class _UniffiConverterTypeEthSigner: method read (line 3195) | def read(cls, buf): method write (line 3202) | def write(cls, value, buf): method lift (line 3208) | def lift(value): method lower (line 3212) | def lower(value): class ForcedExit (line 3217) | class ForcedExit: method __init__ (line 3219) | def __init__(self, builder: "ForcedExitBuilder"): method __del__ (line 3224) | def __del__(self): method _make_instance_ (line 3232) | def _make_instance_(cls, pointer): method create_signed_tx (line 3240) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ForcedExit": method get_bytes (line 3253) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3263) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3273) | def is_signature_valid(self, ) -> bool: method is_valid (line 3283) | def is_valid(self, ) -> bool: method json_str (line 3293) | def json_str(self, ) -> str: method to_zklink_tx (line 3303) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3313) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeForcedExit (line 3323) | class _UniffiConverterTypeForcedExit: method read (line 3325) | def read(cls, buf): method write (line 3332) | def write(cls, value, buf): method lift (line 3338) | def lift(value): method lower (line 3342) | def lower(value): class FullExit (line 3347) | class FullExit: method __init__ (line 3349) | def __init__(self, builder: "FullExitBuilder"): method __del__ (line 3354) | def __del__(self): method _make_instance_ (line 3362) | def _make_instance_(cls, pointer): method get_bytes (line 3370) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 3380) | def is_valid(self, ) -> bool: method json_str (line 3390) | def json_str(self, ) -> str: method to_zklink_tx (line 3400) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3410) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFullExit (line 3420) | class _UniffiConverterTypeFullExit: method read (line 3422) | def read(cls, buf): method write (line 3429) | def write(cls, value, buf): method lift (line 3435) | def lift(value): method lower (line 3439) | def lower(value): class Funding (line 3444) | class Funding: method __init__ (line 3446) | def __init__(self, builder: "FundingBuilder"): method __del__ (line 3451) | def __del__(self): method _make_instance_ (line 3459) | def _make_instance_(cls, pointer): method create_signed_tx (line 3467) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Funding": method get_bytes (line 3480) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3490) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3500) | def is_signature_valid(self, ) -> bool: method is_valid (line 3510) | def is_valid(self, ) -> bool: method json_str (line 3520) | def json_str(self, ) -> str: method to_zklink_tx (line 3530) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3540) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFunding (line 3550) | class _UniffiConverterTypeFunding: method read (line 3552) | def read(cls, buf): method write (line 3559) | def write(cls, value, buf): method lift (line 3565) | def lift(value): method lower (line 3569) | def lower(value): class Liquidation (line 3574) | class Liquidation: method __init__ (line 3576) | def __init__(self, builder: "LiquidationBuilder"): method __del__ (line 3581) | def __del__(self): method _make_instance_ (line 3589) | def _make_instance_(cls, pointer): method create_signed_tx (line 3597) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Liquidation": method get_bytes (line 3610) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3620) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3630) | def is_signature_valid(self, ) -> bool: method is_valid (line 3640) | def is_valid(self, ) -> bool: method json_str (line 3650) | def json_str(self, ) -> str: method to_zklink_tx (line 3660) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3670) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeLiquidation (line 3680) | class _UniffiConverterTypeLiquidation: method read (line 3682) | def read(cls, buf): method write (line 3689) | def write(cls, value, buf): method lift (line 3695) | def lift(value): method lower (line 3699) | def lower(value): class Order (line 3704) | class Order: method __init__ (line 3706) | def __init__(self, account_id: "AccountId",sub_account_id: "SubAccount... method __del__ (line 3735) | def __del__(self): method _make_instance_ (line 3743) | def _make_instance_(cls, pointer): method create_signed_order (line 3751) | def create_signed_order(self, zklink_signer: "ZkLinkSigner") -> "Order": method get_bytes (line 3764) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 3774) | def get_eth_sign_msg(self, quote_token: str,based_token: str,decimals:... method get_signature (line 3790) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3800) | def is_signature_valid(self, ) -> bool: method is_valid (line 3810) | def is_valid(self, ) -> bool: method json_str (line 3820) | def json_str(self, ) -> str: class _UniffiConverterTypeOrder (line 3830) | class _UniffiConverterTypeOrder: method read (line 3832) | def read(cls, buf): method write (line 3839) | def write(cls, value, buf): method lift (line 3845) | def lift(value): method lower (line 3849) | def lower(value): class OrderMatching (line 3854) | class OrderMatching: method __init__ (line 3856) | def __init__(self, builder: "OrderMatchingBuilder"): method __del__ (line 3861) | def __del__(self): method _make_instance_ (line 3869) | def _make_instance_(cls, pointer): method create_signed_tx (line 3877) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "OrderMatching": method get_bytes (line 3890) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3900) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3910) | def is_signature_valid(self, ) -> bool: method is_valid (line 3920) | def is_valid(self, ) -> bool: method json_str (line 3930) | def json_str(self, ) -> str: method to_zklink_tx (line 3940) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3950) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeOrderMatching (line 3960) | class _UniffiConverterTypeOrderMatching: method read (line 3962) | def read(cls, buf): method write (line 3969) | def write(cls, value, buf): method lift (line 3975) | def lift(value): method lower (line 3979) | def lower(value): class Signer (line 3984) | class Signer: method __init__ (line 3986) | def __init__(self, private_key: str,l1_type: "L1SignerType"): method __del__ (line 3993) | def __del__(self): method _make_instance_ (line 4001) | def _make_instance_(cls, pointer): method sign_auto_deleveraging (line 4009) | def sign_auto_deleveraging(self, tx: "AutoDeleveraging") -> "TxSignatu... method sign_change_pubkey_with_create2data_auth (line 4022) | def sign_change_pubkey_with_create2data_auth(self, tx: "ChangePubKey",... method sign_change_pubkey_with_eth_ecdsa_auth (line 4037) | def sign_change_pubkey_with_eth_ecdsa_auth(self, tx: "ChangePubKey") -... method sign_change_pubkey_with_onchain_auth_data (line 4050) | def sign_change_pubkey_with_onchain_auth_data(self, tx: "ChangePubKey"... method sign_contract_matching (line 4063) | def sign_contract_matching(self, tx: "ContractMatching") -> "TxSignatu... method sign_forced_exit (line 4076) | def sign_forced_exit(self, tx: "ForcedExit") -> "TxSignature": method sign_funding (line 4089) | def sign_funding(self, tx: "Funding") -> "TxSignature": method sign_liquidation (line 4102) | def sign_liquidation(self, tx: "Liquidation") -> "TxSignature": method sign_order_matching (line 4115) | def sign_order_matching(self, tx: "OrderMatching") -> "TxSignature": method sign_transfer (line 4128) | def sign_transfer(self, tx: "Transfer",token_sybmol: str,chain_id: "ty... method sign_withdraw (line 4147) | def sign_withdraw(self, tx: "Withdraw",l2_source_token_symbol: str,cha... class _UniffiConverterTypeSigner (line 4166) | class _UniffiConverterTypeSigner: method read (line 4168) | def read(cls, buf): method write (line 4175) | def write(cls, value, buf): method lift (line 4181) | def lift(value): method lower (line 4185) | def lower(value): class StarkSigner (line 4190) | class StarkSigner: method __init__ (line 4192) | def __init__(self, ): method __del__ (line 4195) | def __del__(self): method _make_instance_ (line 4203) | def _make_instance_(cls, pointer): method new_from_hex_str (line 4211) | def new_from_hex_str(cls, hex_str: str): method sign_message (line 4220) | def sign_message(self, typed_data: "TypedData",addr: str) -> "StarkEip... class _UniffiConverterTypeStarkSigner (line 4235) | class _UniffiConverterTypeStarkSigner: method read (line 4237) | def read(cls, buf): method write (line 4244) | def write(cls, value, buf): method lift (line 4250) | def lift(value): method lower (line 4254) | def lower(value): class Transfer (line 4259) | class Transfer: method __init__ (line 4261) | def __init__(self, builder: "TransferBuilder"): method __del__ (line 4266) | def __del__(self): method _make_instance_ (line 4274) | def _make_instance_(cls, pointer): method create_signed_tx (line 4282) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Transfer": method eth_signature (line 4295) | def eth_signature(self, eth_signer: "EthSigner",token_symbol: str) -> ... method get_bytes (line 4310) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4320) | def get_eth_sign_msg(self, token_symbol: str) -> str: method get_signature (line 4332) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4342) | def is_signature_valid(self, ) -> bool: method is_valid (line 4352) | def is_valid(self, ) -> bool: method json_str (line 4362) | def json_str(self, ) -> str: method to_zklink_tx (line 4372) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4382) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeTransfer (line 4392) | class _UniffiConverterTypeTransfer: method read (line 4394) | def read(cls, buf): method write (line 4401) | def write(cls, value, buf): method lift (line 4407) | def lift(value): method lower (line 4411) | def lower(value): class TypedData (line 4416) | class TypedData: method __init__ (line 4418) | def __init__(self, message: "TypedDataMessage",chain_id: str): method __del__ (line 4425) | def __del__(self): method _make_instance_ (line 4433) | def _make_instance_(cls, pointer): class _UniffiConverterTypeTypedData (line 4441) | class _UniffiConverterTypeTypedData: method read (line 4443) | def read(cls, buf): method write (line 4450) | def write(cls, value, buf): method lift (line 4456) | def lift(value): method lower (line 4460) | def lower(value): class UpdateGlobalVar (line 4465) | class UpdateGlobalVar: method __init__ (line 4467) | def __init__(self, builder: "UpdateGlobalVarBuilder"): method __del__ (line 4472) | def __del__(self): method _make_instance_ (line 4480) | def _make_instance_(cls, pointer): method get_bytes (line 4488) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 4498) | def is_valid(self, ) -> bool: method json_str (line 4508) | def json_str(self, ) -> str: method to_zklink_tx (line 4518) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4528) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeUpdateGlobalVar (line 4538) | class _UniffiConverterTypeUpdateGlobalVar: method read (line 4540) | def read(cls, buf): method write (line 4547) | def write(cls, value, buf): method lift (line 4553) | def lift(value): method lower (line 4557) | def lower(value): class Withdraw (line 4562) | class Withdraw: method __init__ (line 4564) | def __init__(self, builder: "WithdrawBuilder"): method __del__ (line 4569) | def __del__(self): method _make_instance_ (line 4577) | def _make_instance_(cls, pointer): method create_signed_tx (line 4585) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Withdraw": method eth_signature (line 4598) | def eth_signature(self, eth_signer: "EthSigner",l2_source_token_symbol... method get_bytes (line 4613) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4623) | def get_eth_sign_msg(self, token_symbol: str) -> str: method get_signature (line 4635) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4645) | def is_signature_valid(self, ) -> bool: method is_valid (line 4655) | def is_valid(self, ) -> bool: method json_str (line 4665) | def json_str(self, ) -> str: method to_zklink_tx (line 4675) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4685) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeWithdraw (line 4695) | class _UniffiConverterTypeWithdraw: method read (line 4697) | def read(cls, buf): method write (line 4704) | def write(cls, value, buf): method lift (line 4710) | def lift(value): method lower (line 4714) | def lower(value): class ZkLinkSigner (line 4719) | class ZkLinkSigner: method __init__ (line 4721) | def __init__(self, ): method __del__ (line 4724) | def __del__(self): method _make_instance_ (line 4732) | def _make_instance_(cls, pointer): method new_from_bytes (line 4740) | def new_from_bytes(cls, slice: "typing.List[int]"): method new_from_hex_eth_signer (line 4749) | def new_from_hex_eth_signer(cls, eth_hex_private_key: str): method new_from_hex_stark_signer (line 4758) | def new_from_hex_stark_signer(cls, hex_private_key: str,addr: str,chai... method new_from_seed (line 4771) | def new_from_seed(cls, seed: "typing.List[int]"): method public_key (line 4780) | def public_key(self, ) -> "PackedPublicKey": method sign_musig (line 4790) | def sign_musig(self, msg: "typing.List[int]") -> "ZkLinkSignature": class _UniffiConverterTypeZkLinkSigner (line 4803) | class _UniffiConverterTypeZkLinkSigner: method read (line 4805) | def read(cls, buf): method write (line 4812) | def write(cls, value, buf): method lift (line 4818) | def lift(value): method lower (line 4822) | def lower(value): class AutoDeleveragingBuilder (line 4826) | class AutoDeleveragingBuilder: method __init__ (line 4830) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4843) | def __str__(self): method __eq__ (line 4846) | def __eq__(self, other): class _UniffiConverterTypeAutoDeleveragingBuilder (line 4871) | class _UniffiConverterTypeAutoDeleveragingBuilder(_UniffiConverterRustBu... method read (line 4873) | def read(buf): method write (line 4889) | def write(value, buf): class ChangePubKeyBuilder (line 4903) | class ChangePubKeyBuilder: method __init__ (line 4907) | def __init__(self, chain_id: "ChainId", account_id: "AccountId", sub_a... method __str__ (line 4918) | def __str__(self): method __eq__ (line 4921) | def __eq__(self, other): class _UniffiConverterTypeChangePubKeyBuilder (line 4942) | class _UniffiConverterTypeChangePubKeyBuilder(_UniffiConverterRustBuffer): method read (line 4944) | def read(buf): method write (line 4958) | def write(value, buf): class ContractBuilder (line 4970) | class ContractBuilder: method __init__ (line 4974) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4987) | def __str__(self): method __eq__ (line 4990) | def __eq__(self, other): class _UniffiConverterTypeContractBuilder (line 5015) | class _UniffiConverterTypeContractBuilder(_UniffiConverterRustBuffer): method read (line 5017) | def read(buf): method write (line 5033) | def write(value, buf): class ContractMatchingBuilder (line 5047) | class ContractMatchingBuilder: method __init__ (line 5051) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5061) | def __str__(self): method __eq__ (line 5064) | def __eq__(self, other): class _UniffiConverterTypeContractMatchingBuilder (line 5083) | class _UniffiConverterTypeContractMatchingBuilder(_UniffiConverterRustBu... method read (line 5085) | def read(buf): method write (line 5098) | def write(value, buf): class ContractPrice (line 5109) | class ContractPrice: method __init__ (line 5113) | def __init__(self, pair_id: "PairId", market_price: "BigUint"): method __str__ (line 5117) | def __str__(self): method __eq__ (line 5120) | def __eq__(self, other): class _UniffiConverterTypeContractPrice (line 5127) | class _UniffiConverterTypeContractPrice(_UniffiConverterRustBuffer): method read (line 5129) | def read(buf): method write (line 5136) | def write(value, buf): class Create2Data (line 5141) | class Create2Data: method __init__ (line 5145) | def __init__(self, creator_address: "ZkLinkAddress", salt_arg: "H256",... method __str__ (line 5150) | def __str__(self): method __eq__ (line 5153) | def __eq__(self, other): class _UniffiConverterTypeCreate2Data (line 5162) | class _UniffiConverterTypeCreate2Data(_UniffiConverterRustBuffer): method read (line 5164) | def read(buf): method write (line 5172) | def write(value, buf): class DepositBuilder (line 5178) | class DepositBuilder: method __init__ (line 5182) | def __init__(self, from_address: "ZkLinkAddress", to_address: "ZkLinkA... method __str__ (line 5194) | def __str__(self): method __eq__ (line 5197) | def __eq__(self, other): class _UniffiConverterTypeDepositBuilder (line 5220) | class _UniffiConverterTypeDepositBuilder(_UniffiConverterRustBuffer): method read (line 5222) | def read(buf): method write (line 5237) | def write(value, buf): class ForcedExitBuilder (line 5250) | class ForcedExitBuilder: method __init__ (line 5254) | def __init__(self, to_chain_id: "ChainId", initiator_account_id: "Acco... method __str__ (line 5267) | def __str__(self): method __eq__ (line 5270) | def __eq__(self, other): class _UniffiConverterTypeForcedExitBuilder (line 5295) | class _UniffiConverterTypeForcedExitBuilder(_UniffiConverterRustBuffer): method read (line 5297) | def read(buf): method write (line 5313) | def write(value, buf): class FullExitBuilder (line 5327) | class FullExitBuilder: method __init__ (line 5331) | def __init__(self, to_chain_id: "ChainId", account_id: "AccountId", su... method __str__ (line 5343) | def __str__(self): method __eq__ (line 5346) | def __eq__(self, other): class _UniffiConverterTypeFullExitBuilder (line 5369) | class _UniffiConverterTypeFullExitBuilder(_UniffiConverterRustBuffer): method read (line 5371) | def read(buf): method write (line 5386) | def write(value, buf): class FundingBuilder (line 5399) | class FundingBuilder: method __init__ (line 5403) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5411) | def __str__(self): method __eq__ (line 5414) | def __eq__(self, other): class _UniffiConverterTypeFundingBuilder (line 5429) | class _UniffiConverterTypeFundingBuilder(_UniffiConverterRustBuffer): method read (line 5431) | def read(buf): method write (line 5442) | def write(value, buf): class FundingInfo (line 5451) | class FundingInfo: method __init__ (line 5455) | def __init__(self, pair_id: "PairId", price: "BigUint", funding_rate: ... method __str__ (line 5460) | def __str__(self): method __eq__ (line 5463) | def __eq__(self, other): class _UniffiConverterTypeFundingInfo (line 5472) | class _UniffiConverterTypeFundingInfo(_UniffiConverterRustBuffer): method read (line 5474) | def read(buf): method write (line 5482) | def write(value, buf): class LiquidationBuilder (line 5488) | class LiquidationBuilder: method __init__ (line 5492) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5502) | def __str__(self): method __eq__ (line 5505) | def __eq__(self, other): class _UniffiConverterTypeLiquidationBuilder (line 5524) | class _UniffiConverterTypeLiquidationBuilder(_UniffiConverterRustBuffer): method read (line 5526) | def read(buf): method write (line 5539) | def write(value, buf): class Message (line 5550) | class Message: method __init__ (line 5554) | def __init__(self, data: str): method __str__ (line 5557) | def __str__(self): method __eq__ (line 5560) | def __eq__(self, other): class _UniffiConverterTypeMessage (line 5565) | class _UniffiConverterTypeMessage(_UniffiConverterRustBuffer): method read (line 5567) | def read(buf): method write (line 5573) | def write(value, buf): class OraclePrices (line 5577) | class OraclePrices: method __init__ (line 5581) | def __init__(self, contract_prices: "typing.List[ContractPrice]", marg... method __str__ (line 5585) | def __str__(self): method __eq__ (line 5588) | def __eq__(self, other): class _UniffiConverterTypeOraclePrices (line 5595) | class _UniffiConverterTypeOraclePrices(_UniffiConverterRustBuffer): method read (line 5597) | def read(buf): method write (line 5604) | def write(value, buf): class OrderMatchingBuilder (line 5609) | class OrderMatchingBuilder: method __init__ (line 5613) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5625) | def __str__(self): method __eq__ (line 5628) | def __eq__(self, other): class _UniffiConverterTypeOrderMatchingBuilder (line 5651) | class _UniffiConverterTypeOrderMatchingBuilder(_UniffiConverterRustBuffer): method read (line 5653) | def read(buf): method write (line 5668) | def write(value, buf): class SpotPriceInfo (line 5681) | class SpotPriceInfo: method __init__ (line 5685) | def __init__(self, token_id: "TokenId", price: "BigUint"): method __str__ (line 5689) | def __str__(self): method __eq__ (line 5692) | def __eq__(self, other): class _UniffiConverterTypeSpotPriceInfo (line 5699) | class _UniffiConverterTypeSpotPriceInfo(_UniffiConverterRustBuffer): method read (line 5701) | def read(buf): method write (line 5708) | def write(value, buf): class TransferBuilder (line 5713) | class TransferBuilder: method __init__ (line 5717) | def __init__(self, account_id: "AccountId", to_address: "ZkLinkAddress... method __str__ (line 5728) | def __str__(self): method __eq__ (line 5731) | def __eq__(self, other): class _UniffiConverterTypeTransferBuilder (line 5752) | class _UniffiConverterTypeTransferBuilder(_UniffiConverterRustBuffer): method read (line 5754) | def read(buf): method write (line 5768) | def write(value, buf): class TxMessage (line 5780) | class TxMessage: method __init__ (line 5784) | def __init__(self, transaction: str, amount: str, fee: str, token: str... method __str__ (line 5792) | def __str__(self): method __eq__ (line 5795) | def __eq__(self, other): class _UniffiConverterTypeTxMessage (line 5810) | class _UniffiConverterTypeTxMessage(_UniffiConverterRustBuffer): method read (line 5812) | def read(buf): method write (line 5823) | def write(value, buf): class TxSignature (line 5832) | class TxSignature: method __init__ (line 5836) | def __init__(self, tx: "ZkLinkTx", layer1_signature: "typing.Optional[... method __str__ (line 5840) | def __str__(self): method __eq__ (line 5843) | def __eq__(self, other): class _UniffiConverterTypeTxSignature (line 5850) | class _UniffiConverterTypeTxSignature(_UniffiConverterRustBuffer): method read (line 5852) | def read(buf): method write (line 5859) | def write(value, buf): class UpdateGlobalVarBuilder (line 5864) | class UpdateGlobalVarBuilder: method __init__ (line 5868) | def __init__(self, from_chain_id: "ChainId", sub_account_id: "SubAccou... method __str__ (line 5874) | def __str__(self): method __eq__ (line 5877) | def __eq__(self, other): class _UniffiConverterTypeUpdateGlobalVarBuilder (line 5888) | class _UniffiConverterTypeUpdateGlobalVarBuilder(_UniffiConverterRustBuf... method read (line 5890) | def read(buf): method write (line 5899) | def write(value, buf): class WithdrawBuilder (line 5906) | class WithdrawBuilder: method __init__ (line 5910) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5925) | def __str__(self): method __eq__ (line 5928) | def __eq__(self, other): class _UniffiConverterTypeWithdrawBuilder (line 5957) | class _UniffiConverterTypeWithdrawBuilder(_UniffiConverterRustBuffer): method read (line 5959) | def read(buf): method write (line 5977) | def write(value, buf): class ZkLinkSignature (line 5993) | class ZkLinkSignature: method __init__ (line 5997) | def __init__(self, pub_key: "PackedPublicKey", signature: "PackedSigna... method __str__ (line 6001) | def __str__(self): method __eq__ (line 6004) | def __eq__(self, other): class _UniffiConverterTypeZkLinkSignature (line 6011) | class _UniffiConverterTypeZkLinkSignature(_UniffiConverterRustBuffer): method read (line 6013) | def read(buf): method write (line 6020) | def write(value, buf): class ChangePubKeyAuthData (line 6028) | class ChangePubKeyAuthData: method __init__ (line 6029) | def __init__(self): class ONCHAIN (line 6033) | class ONCHAIN: method __init__ (line 6037) | def __init__(self,): method __str__ (line 6042) | def __str__(self): method __eq__ (line 6045) | def __eq__(self, other): class ETH_ECDSA (line 6049) | class ETH_ECDSA: method __init__ (line 6053) | def __init__(self,eth_signature: "PackedEthSignature"): method __str__ (line 6058) | def __str__(self): method __eq__ (line 6061) | def __eq__(self, other): class ETH_CREATE2 (line 6067) | class ETH_CREATE2: method __init__ (line 6071) | def __init__(self,data: "Create2Data"): method __str__ (line 6076) | def __str__(self): method __eq__ (line 6079) | def __eq__(self, other): method is_onchain (line 6089) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6091) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6093) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthData (line 6107) | class _UniffiConverterTypeChangePubKeyAuthData(_UniffiConverterRustBuffer): method read (line 6109) | def read(buf): method write (line 6124) | def write(value, buf): class ChangePubKeyAuthRequest (line 6140) | class ChangePubKeyAuthRequest: method __init__ (line 6141) | def __init__(self): class ONCHAIN (line 6145) | class ONCHAIN: method __init__ (line 6149) | def __init__(self,): method __str__ (line 6154) | def __str__(self): method __eq__ (line 6157) | def __eq__(self, other): class ETH_ECDSA (line 6161) | class ETH_ECDSA: method __init__ (line 6165) | def __init__(self,): method __str__ (line 6170) | def __str__(self): method __eq__ (line 6173) | def __eq__(self, other): class ETH_CREATE2 (line 6177) | class ETH_CREATE2: method __init__ (line 6181) | def __init__(self,data: "Create2Data"): method __str__ (line 6186) | def __str__(self): method __eq__ (line 6189) | def __eq__(self, other): method is_onchain (line 6199) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6201) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6203) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthRequest (line 6217) | class _UniffiConverterTypeChangePubKeyAuthRequest(_UniffiConverterRustBu... method read (line 6219) | def read(buf): method write (line 6233) | def write(value, buf): class EthSignerError (line 6251) | class EthSignerError(Exception): class InvalidEthSigner (line 6257) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6258) | def __repr__(self): class MissingEthPrivateKey (line 6261) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6262) | def __repr__(self): class MissingEthSigner (line 6265) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6266) | def __repr__(self): class SigningFailed (line 6269) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6270) | def __repr__(self): class UnlockingFailed (line 6273) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6274) | def __repr__(self): class InvalidRawTx (line 6277) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6278) | def __repr__(self): class Eip712Failed (line 6281) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6282) | def __repr__(self): class NoSigningKey (line 6285) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6286) | def __repr__(self): class DefineAddress (line 6289) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6290) | def __repr__(self): class RecoverAddress (line 6293) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6294) | def __repr__(self): class LengthMismatched (line 6297) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6298) | def __repr__(self): class CryptoError (line 6301) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6302) | def __repr__(self): class InvalidSignatureStr (line 6305) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6306) | def __repr__(self): class CustomError (line 6309) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6310) | def __repr__(self): class RpcSignError (line 6313) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6314) | def __repr__(self): class EthSignerError (line 6256) | class EthSignerError: # type: ignore class InvalidEthSigner (line 6257) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6258) | def __repr__(self): class MissingEthPrivateKey (line 6261) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6262) | def __repr__(self): class MissingEthSigner (line 6265) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6266) | def __repr__(self): class SigningFailed (line 6269) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6270) | def __repr__(self): class UnlockingFailed (line 6273) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6274) | def __repr__(self): class InvalidRawTx (line 6277) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6278) | def __repr__(self): class Eip712Failed (line 6281) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6282) | def __repr__(self): class NoSigningKey (line 6285) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6286) | def __repr__(self): class DefineAddress (line 6289) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6290) | def __repr__(self): class RecoverAddress (line 6293) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6294) | def __repr__(self): class LengthMismatched (line 6297) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6298) | def __repr__(self): class CryptoError (line 6301) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6302) | def __repr__(self): class InvalidSignatureStr (line 6305) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6306) | def __repr__(self): class CustomError (line 6309) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6310) | def __repr__(self): class RpcSignError (line 6313) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6314) | def __repr__(self): class _UniffiConverterTypeEthSignerError (line 6322) | class _UniffiConverterTypeEthSignerError(_UniffiConverterRustBuffer): method read (line 6324) | def read(buf): method write (line 6389) | def write(value, buf): class L1SignerType (line 6425) | class L1SignerType: method __init__ (line 6426) | def __init__(self): class ETH (line 6430) | class ETH: method __init__ (line 6434) | def __init__(self,): method __str__ (line 6439) | def __str__(self): method __eq__ (line 6442) | def __eq__(self, other): class STARKNET (line 6446) | class STARKNET: method __init__ (line 6450) | def __init__(self,chain_id: str, address: str): method __str__ (line 6456) | def __str__(self): method __eq__ (line 6459) | def __eq__(self, other): method is_eth (line 6471) | def is_eth(self) -> bool: method is_starknet (line 6473) | def is_starknet(self) -> bool: class _UniffiConverterTypeL1SignerType (line 6486) | class _UniffiConverterTypeL1SignerType(_UniffiConverterRustBuffer): method read (line 6488) | def read(buf): method write (line 6500) | def write(value, buf): class L1Type (line 6514) | class L1Type(enum.Enum): class _UniffiConverterTypeL1Type (line 6520) | class _UniffiConverterTypeL1Type(_UniffiConverterRustBuffer): method read (line 6522) | def read(buf): method write (line 6530) | def write(value, buf): class Parameter (line 6542) | class Parameter: method __init__ (line 6543) | def __init__(self): class FEE_ACCOUNT (line 6547) | class FEE_ACCOUNT: method __init__ (line 6551) | def __init__(self,account_id: "AccountId"): method __str__ (line 6556) | def __str__(self): method __eq__ (line 6559) | def __eq__(self, other): class INSURANCE_FUND_ACCOUNT (line 6565) | class INSURANCE_FUND_ACCOUNT: method __init__ (line 6569) | def __init__(self,account_id: "AccountId"): method __str__ (line 6574) | def __str__(self): method __eq__ (line 6577) | def __eq__(self, other): class MARGIN_INFO (line 6583) | class MARGIN_INFO: method __init__ (line 6587) | def __init__(self,margin_id: "MarginId", token_id: "TokenId", ratio:... method __str__ (line 6594) | def __str__(self): method __eq__ (line 6597) | def __eq__(self, other): class FUNDING_INFOS (line 6607) | class FUNDING_INFOS: method __init__ (line 6611) | def __init__(self,infos: "typing.List[FundingInfo]"): method __str__ (line 6616) | def __str__(self): method __eq__ (line 6619) | def __eq__(self, other): class CONTRACT_INFO (line 6625) | class CONTRACT_INFO: method __init__ (line 6629) | def __init__(self,pair_id: "PairId", symbol: str, initial_margin_rat... method __str__ (line 6637) | def __str__(self): method __eq__ (line 6640) | def __eq__(self, other): method is_fee_account (line 6656) | def is_fee_account(self) -> bool: method is_insurance_fund_account (line 6658) | def is_insurance_fund_account(self) -> bool: method is_margin_info (line 6660) | def is_margin_info(self) -> bool: method is_funding_infos (line 6662) | def is_funding_infos(self) -> bool: method is_contract_info (line 6664) | def is_contract_info(self) -> bool: class _UniffiConverterTypeParameter (line 6680) | class _UniffiConverterTypeParameter(_UniffiConverterRustBuffer): method read (line 6682) | def read(buf): method write (line 6711) | def write(value, buf): class SignError (line 6742) | class SignError(Exception): class EthSigningError (line 6748) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6749) | def __repr__(self): class ZkSigningError (line 6752) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6753) | def __repr__(self): class StarkSigningError (line 6756) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6757) | def __repr__(self): class IncorrectTx (line 6760) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6761) | def __repr__(self): class SignError (line 6747) | class SignError: # type: ignore class EthSigningError (line 6748) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6749) | def __repr__(self): class ZkSigningError (line 6752) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6753) | def __repr__(self): class StarkSigningError (line 6756) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6757) | def __repr__(self): class IncorrectTx (line 6760) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6761) | def __repr__(self): class _UniffiConverterTypeSignError (line 6769) | class _UniffiConverterTypeSignError(_UniffiConverterRustBuffer): method read (line 6771) | def read(buf): method write (line 6792) | def write(value, buf): class StarkSignerError (line 6809) | class StarkSignerError(Exception): class InvalidStarknetSigner (line 6815) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6816) | def __repr__(self): class InvalidSignature (line 6819) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6820) | def __repr__(self): class InvalidPrivKey (line 6823) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6824) | def __repr__(self): class SignError (line 6827) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6828) | def __repr__(self): class RpcSignError (line 6831) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6832) | def __repr__(self): class StarkSignerError (line 6814) | class StarkSignerError: # type: ignore class InvalidStarknetSigner (line 6815) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6816) | def __repr__(self): class InvalidSignature (line 6819) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6820) | def __repr__(self): class InvalidPrivKey (line 6823) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6824) | def __repr__(self): class SignError (line 6827) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6828) | def __repr__(self): class RpcSignError (line 6831) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6832) | def __repr__(self): class _UniffiConverterTypeStarkSignerError (line 6840) | class _UniffiConverterTypeStarkSignerError(_UniffiConverterRustBuffer): method read (line 6842) | def read(buf): method write (line 6867) | def write(value, buf): class TypeError (line 6886) | class TypeError(Exception): class InvalidAddress (line 6892) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6893) | def __repr__(self): class InvalidTxHash (line 6896) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6897) | def __repr__(self): class NotStartWithZerox (line 6900) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6901) | def __repr__(self): class SizeMismatch (line 6904) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6905) | def __repr__(self): class DecodeFromHexErr (line 6908) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6909) | def __repr__(self): class TooBigInteger (line 6912) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6913) | def __repr__(self): class InvalidBigIntStr (line 6916) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6917) | def __repr__(self): class TypeError (line 6891) | class TypeError: # type: ignore class InvalidAddress (line 6892) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6893) | def __repr__(self): class InvalidTxHash (line 6896) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6897) | def __repr__(self): class NotStartWithZerox (line 6900) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6901) | def __repr__(self): class SizeMismatch (line 6904) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6905) | def __repr__(self): class DecodeFromHexErr (line 6908) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6909) | def __repr__(self): class TooBigInteger (line 6912) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6913) | def __repr__(self): class InvalidBigIntStr (line 6916) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6917) | def __repr__(self): class _UniffiConverterTypeTypeError (line 6925) | class _UniffiConverterTypeTypeError(_UniffiConverterRustBuffer): method read (line 6927) | def read(buf): method write (line 6960) | def write(value, buf): class TypedDataMessage (line 6980) | class TypedDataMessage: method __init__ (line 6981) | def __init__(self): class CREATE_L2_KEY (line 6985) | class CREATE_L2_KEY: method __init__ (line 6989) | def __init__(self,message: "Message"): method __str__ (line 6994) | def __str__(self): method __eq__ (line 6997) | def __eq__(self, other): class TRANSACTION (line 7003) | class TRANSACTION: method __init__ (line 7007) | def __init__(self,message: "TxMessage"): method __str__ (line 7012) | def __str__(self): method __eq__ (line 7015) | def __eq__(self, other): method is_create_l2_key (line 7025) | def is_create_l2_key(self) -> bool: method is_transaction (line 7027) | def is_transaction(self) -> bool: class _UniffiConverterTypeTypedDataMessage (line 7040) | class _UniffiConverterTypeTypedDataMessage(_UniffiConverterRustBuffer): method read (line 7042) | def read(buf): method write (line 7054) | def write(value, buf): class ZkSignerError (line 7071) | class ZkSignerError(Exception): class CustomError (line 7077) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7078) | def __repr__(self): class InvalidSignature (line 7081) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7082) | def __repr__(self): class InvalidPrivKey (line 7085) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7086) | def __repr__(self): class InvalidSeed (line 7089) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7090) | def __repr__(self): class InvalidPubkey (line 7093) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7094) | def __repr__(self): class InvalidPubkeyHash (line 7097) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7098) | def __repr__(self): class EthSignerError (line 7101) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7102) | def __repr__(self): class StarkSignerError (line 7105) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7106) | def __repr__(self): class ZkSignerError (line 7076) | class ZkSignerError: # type: ignore class CustomError (line 7077) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7078) | def __repr__(self): class InvalidSignature (line 7081) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7082) | def __repr__(self): class InvalidPrivKey (line 7085) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7086) | def __repr__(self): class InvalidSeed (line 7089) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7090) | def __repr__(self): class InvalidPubkey (line 7093) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7094) | def __repr__(self): class InvalidPubkeyHash (line 7097) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7098) | def __repr__(self): class EthSignerError (line 7101) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7102) | def __repr__(self): class StarkSignerError (line 7105) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7106) | def __repr__(self): class _UniffiConverterTypeZkSignerError (line 7114) | class _UniffiConverterTypeZkSignerError(_UniffiConverterRustBuffer): method read (line 7116) | def read(buf): method write (line 7153) | def write(value, buf): class _UniffiConverterOptionalString (line 7173) | class _UniffiConverterOptionalString(_UniffiConverterRustBuffer): method write (line 7175) | def write(cls, value, buf): method read (line 7184) | def read(cls, buf): class _UniffiConverterOptionalTypeZkLinkSignature (line 7195) | class _UniffiConverterOptionalTypeZkLinkSignature(_UniffiConverterRustBu... method write (line 7197) | def write(cls, value, buf): method read (line 7206) | def read(cls, buf): class _UniffiConverterOptionalSequenceUInt8 (line 7217) | class _UniffiConverterOptionalSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7219) | def write(cls, value, buf): method read (line 7228) | def read(cls, buf): class _UniffiConverterOptionalTypeH256 (line 7239) | class _UniffiConverterOptionalTypeH256(_UniffiConverterRustBuffer): method write (line 7241) | def write(cls, value, buf): method read (line 7250) | def read(cls, buf): class _UniffiConverterOptionalTypePackedEthSignature (line 7261) | class _UniffiConverterOptionalTypePackedEthSignature(_UniffiConverterRus... method write (line 7263) | def write(cls, value, buf): method read (line 7272) | def read(cls, buf): class _UniffiConverterOptionalTypeTxLayer1Signature (line 7283) | class _UniffiConverterOptionalTypeTxLayer1Signature(_UniffiConverterRust... method write (line 7285) | def write(cls, value, buf): method read (line 7294) | def read(cls, buf): class _UniffiConverterSequenceUInt8 (line 7305) | class _UniffiConverterSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7307) | def write(cls, value, buf): method read (line 7314) | def read(cls, buf): class _UniffiConverterSequenceTypeContract (line 7325) | class _UniffiConverterSequenceTypeContract(_UniffiConverterRustBuffer): method write (line 7327) | def write(cls, value, buf): method read (line 7334) | def read(cls, buf): class _UniffiConverterSequenceTypeContractPrice (line 7345) | class _UniffiConverterSequenceTypeContractPrice(_UniffiConverterRustBuff... method write (line 7347) | def write(cls, value, buf): method read (line 7354) | def read(cls, buf): class _UniffiConverterSequenceTypeFundingInfo (line 7365) | class _UniffiConverterSequenceTypeFundingInfo(_UniffiConverterRustBuffer): method write (line 7367) | def write(cls, value, buf): method read (line 7374) | def read(cls, buf): class _UniffiConverterSequenceTypeSpotPriceInfo (line 7385) | class _UniffiConverterSequenceTypeSpotPriceInfo(_UniffiConverterRustBuff... method write (line 7387) | def write(cls, value, buf): method read (line 7394) | def read(cls, buf): class _UniffiConverterSequenceTypeAccountId (line 7405) | class _UniffiConverterSequenceTypeAccountId(_UniffiConverterRustBuffer): method write (line 7407) | def write(cls, value, buf): method read (line 7414) | def read(cls, buf): class _UniffiConverterTypeAccountId (line 7427) | class _UniffiConverterTypeAccountId: method write (line 7429) | def write(value, buf): method read (line 7433) | def read(buf): method lift (line 7437) | def lift(value): method lower (line 7441) | def lower(value): class _UniffiConverterTypeAddress (line 7448) | class _UniffiConverterTypeAddress: method write (line 7450) | def write(value, buf): method read (line 7454) | def read(buf): method lift (line 7458) | def lift(value): method lower (line 7462) | def lower(value): class _UniffiConverterTypeBigUint (line 7469) | class _UniffiConverterTypeBigUint: method write (line 7471) | def write(value, buf): method read (line 7475) | def read(buf): method lift (line 7479) | def lift(value): method lower (line 7483) | def lower(value): class _UniffiConverterTypeBlockNumber (line 7490) | class _UniffiConverterTypeBlockNumber: method write (line 7492) | def write(value, buf): method read (line 7496) | def read(buf): method lift (line 7500) | def lift(value): method lower (line 7504) | def lower(value): class _UniffiConverterTypeChainId (line 7511) | class _UniffiConverterTypeChainId: method write (line 7513) | def write(value, buf): method read (line 7517) | def read(buf): method lift (line 7521) | def lift(value): method lower (line 7525) | def lower(value): class _UniffiConverterTypeEthBlockId (line 7532) | class _UniffiConverterTypeEthBlockId: method write (line 7534) | def write(value, buf): method read (line 7538) | def read(buf): method lift (line 7542) | def lift(value): method lower (line 7546) | def lower(value): class _UniffiConverterTypeH256 (line 7553) | class _UniffiConverterTypeH256: method write (line 7555) | def write(value, buf): method read (line 7559) | def read(buf): method lift (line 7563) | def lift(value): method lower (line 7567) | def lower(value): class _UniffiConverterTypeMarginId (line 7574) | class _UniffiConverterTypeMarginId: method write (line 7576) | def write(value, buf): method read (line 7580) | def read(buf): method lift (line 7584) | def lift(value): method lower (line 7588) | def lower(value): class _UniffiConverterTypeNonce (line 7595) | class _UniffiConverterTypeNonce: method write (line 7597) | def write(value, buf): method read (line 7601) | def read(buf): method lift (line 7605) | def lift(value): method lower (line 7609) | def lower(value): class _UniffiConverterTypePackedEthSignature (line 7616) | class _UniffiConverterTypePackedEthSignature: method write (line 7618) | def write(value, buf): method read (line 7622) | def read(buf): method lift (line 7626) | def lift(value): method lower (line 7630) | def lower(value): class _UniffiConverterTypePackedPublicKey (line 7637) | class _UniffiConverterTypePackedPublicKey: method write (line 7639) | def write(value, buf): method read (line 7643) | def read(buf): method lift (line 7647) | def lift(value): method lower (line 7651) | def lower(value): class _UniffiConverterTypePackedSignature (line 7658) | class _UniffiConverterTypePackedSignature: method write (line 7660) | def write(value, buf): method read (line 7664) | def read(buf): method lift (line 7668) | def lift(value): method lower (line 7672) | def lower(value): class _UniffiConverterTypePairId (line 7679) | class _UniffiConverterTypePairId: method write (line 7681) | def write(value, buf): method read (line 7685) | def read(buf): method lift (line 7689) | def lift(value): method lower (line 7693) | def lower(value): class _UniffiConverterTypePriorityOpId (line 7700) | class _UniffiConverterTypePriorityOpId: method write (line 7702) | def write(value, buf): method read (line 7706) | def read(buf): method lift (line 7710) | def lift(value): method lower (line 7714) | def lower(value): class _UniffiConverterTypePubKeyHash (line 7721) | class _UniffiConverterTypePubKeyHash: method write (line 7723) | def write(value, buf): method read (line 7727) | def read(buf): method lift (line 7731) | def lift(value): method lower (line 7735) | def lower(value): class _UniffiConverterTypeSlotId (line 7742) | class _UniffiConverterTypeSlotId: method write (line 7744) | def write(value, buf): method read (line 7748) | def read(buf): method lift (line 7752) | def lift(value): method lower (line 7756) | def lower(value): class _UniffiConverterTypeStarkEip712Signature (line 7763) | class _UniffiConverterTypeStarkEip712Signature: method write (line 7765) | def write(value, buf): method read (line 7769) | def read(buf): method lift (line 7773) | def lift(value): method lower (line 7777) | def lower(value): class _UniffiConverterTypeSubAccountId (line 7784) | class _UniffiConverterTypeSubAccountId: method write (line 7786) | def write(value, buf): method read (line 7790) | def read(buf): method lift (line 7794) | def lift(value): method lower (line 7798) | def lower(value): class _UniffiConverterTypeTimeStamp (line 7805) | class _UniffiConverterTypeTimeStamp: method write (line 7807) | def write(value, buf): method read (line 7811) | def read(buf): method lift (line 7815) | def lift(value): method lower (line 7819) | def lower(value): class _UniffiConverterTypeTokenId (line 7826) | class _UniffiConverterTypeTokenId: method write (line 7828) | def write(value, buf): method read (line 7832) | def read(buf): method lift (line 7836) | def lift(value): method lower (line 7840) | def lower(value): class _UniffiConverterTypeTxHash (line 7847) | class _UniffiConverterTypeTxHash: method write (line 7849) | def write(value, buf): method read (line 7853) | def read(buf): method lift (line 7857) | def lift(value): method lower (line 7861) | def lower(value): class _UniffiConverterTypeTxLayer1Signature (line 7868) | class _UniffiConverterTypeTxLayer1Signature: method write (line 7870) | def write(value, buf): method read (line 7874) | def read(buf): method lift (line 7878) | def lift(value): method lower (line 7882) | def lower(value): class _UniffiConverterTypeZkLinkAddress (line 7889) | class _UniffiConverterTypeZkLinkAddress: method write (line 7891) | def write(value, buf): method read (line 7895) | def read(buf): method lift (line 7899) | def lift(value): method lower (line 7903) | def lower(value): class _UniffiConverterTypeZkLinkTx (line 7910) | class _UniffiConverterTypeZkLinkTx: method write (line 7912) | def write(value, buf): method read (line 7916) | def read(buf): method lift (line 7920) | def lift(value): method lower (line 7924) | def lower(value): function closest_packable_fee_amount (line 7927) | def closest_packable_fee_amount(fee: "BigUint") -> "BigUint": function closest_packable_token_amount (line 7933) | def closest_packable_token_amount(amount: "BigUint") -> "BigUint": function create_signed_change_pubkey (line 7939) | def create_signed_change_pubkey(zklink_signer: "ZkLinkSigner",tx: "Chang... function eth_signature_of_change_pubkey (line 7949) | def eth_signature_of_change_pubkey(tx: "ChangePubKey",eth_signer: "EthSi... function get_public_key_hash (line 7957) | def get_public_key_hash(public_key: "PackedPublicKey") -> "PubKeyHash": function is_fee_amount_packable (line 7963) | def is_fee_amount_packable(fee: "BigUint") -> bool: function is_token_amount_packable (line 7969) | def is_token_amount_packable(amount: "BigUint") -> bool: function verify_musig (line 7975) | def verify_musig(signature: "ZkLinkSignature",msg: "typing.List[int]") -... function zklink_main_net_url (line 7983) | def zklink_main_net_url() -> str: function zklink_test_net_url (line 7987) | def zklink_test_net_url() -> str: FILE: jesse/modes/import_candles_mode/drivers/Apex/omni_files/zklink_sdk-x86.py class RustBuffer (line 33) | class RustBuffer(ctypes.Structure): method alloc (line 41) | def alloc(size): method reserve (line 45) | def reserve(rbuf, additional): method free (line 48) | def free(self): method __str__ (line 51) | def __str__(self): method allocWithBuilder (line 59) | def allocWithBuilder(): method consumeWithStream (line 73) | def consumeWithStream(self): class ForeignBytes (line 88) | class ForeignBytes(ctypes.Structure): method __str__ (line 94) | def __str__(self): class RustBufferStream (line 98) | class RustBufferStream(object): method __init__ (line 103) | def __init__(self, rbuf): method remaining (line 107) | def remaining(self): method _unpack_from (line 110) | def _unpack_from(self, size, format): method read (line 117) | def read(self, size): method readI8 (line 124) | def readI8(self): method readU8 (line 127) | def readU8(self): method readI16 (line 130) | def readI16(self): method readU16 (line 133) | def readU16(self): method readI32 (line 136) | def readI32(self): method readU32 (line 139) | def readU32(self): method readI64 (line 142) | def readI64(self): method readU64 (line 145) | def readU64(self): method readFloat (line 148) | def readFloat(self): method readDouble (line 152) | def readDouble(self): class RustBufferBuilder (line 156) | class RustBufferBuilder(object): method __init__ (line 161) | def __init__(self): method finalize (line 165) | def finalize(self): method discard (line 170) | def discard(self): method _reserve (line 176) | def _reserve(self, numBytes): method _pack_into (line 182) | def _pack_into(self, size, format, value): method write (line 188) | def write(self, value): method writeI8 (line 193) | def writeI8(self, v): method writeU8 (line 196) | def writeU8(self, v): method writeI16 (line 199) | def writeI16(self, v): method writeU16 (line 202) | def writeU16(self, v): method writeI32 (line 205) | def writeI32(self, v): method writeU32 (line 208) | def writeU32(self, v): method writeI64 (line 211) | def writeI64(self, v): method writeU64 (line 214) | def writeU64(self, v): method writeFloat (line 217) | def writeFloat(self, v): method writeDouble (line 220) | def writeDouble(self, v): class InternalError (line 225) | class InternalError(Exception): class RustCallStatus (line 228) | class RustCallStatus(ctypes.Structure): method __str__ (line 242) | def __str__(self): function rust_call (line 252) | def rust_call(fn, *args): function rust_call_with_error (line 256) | def rust_call_with_error(error_ffi_converter, fn, *args): class FfiConverterPrimitive (line 290) | class FfiConverterPrimitive: method lift (line 292) | def lift(cls, value): method lower (line 296) | def lower(cls, value): class FfiConverterRustBuffer (line 301) | class FfiConverterRustBuffer: method lift (line 303) | def lift(cls, rbuf): method lower (line 308) | def lower(cls, value): function loadIndirect (line 324) | def loadIndirect(): class FfiConverterUInt8 (line 1265) | class FfiConverterUInt8(FfiConverterPrimitive): method read (line 1267) | def read(buf): method write (line 1271) | def write(value, buf): class FfiConverterUInt16 (line 1274) | class FfiConverterUInt16(FfiConverterPrimitive): method read (line 1276) | def read(buf): method write (line 1280) | def write(value, buf): class FfiConverterInt16 (line 1283) | class FfiConverterInt16(FfiConverterPrimitive): method read (line 1285) | def read(buf): method write (line 1289) | def write(value, buf): class FfiConverterUInt32 (line 1292) | class FfiConverterUInt32(FfiConverterPrimitive): method read (line 1294) | def read(buf): method write (line 1298) | def write(value, buf): class FfiConverterUInt64 (line 1301) | class FfiConverterUInt64(FfiConverterPrimitive): method read (line 1303) | def read(buf): method write (line 1307) | def write(value, buf): class FfiConverterBool (line 1310) | class FfiConverterBool: method read (line 1312) | def read(cls, buf): method write (line 1316) | def write(cls, value, buf): method lift (line 1320) | def lift(value): method lower (line 1324) | def lower(value): class FfiConverterString (line 1327) | class FfiConverterString: method read (line 1329) | def read(buf): method write (line 1337) | def write(value, buf): method lift (line 1343) | def lift(buf): method lower (line 1348) | def lower(value): class AutoDeleveraging (line 1355) | class AutoDeleveraging(object): method __init__ (line 1356) | def __init__(self, builder): method __del__ (line 1362) | def __del__(self): method _make_instance_ (line 1370) | def _make_instance_(cls, pointer): method get_bytes (line 1379) | def get_bytes(self, ): method tx_hash (line 1383) | def tx_hash(self, ): method json_str (line 1387) | def json_str(self, ): method is_valid (line 1391) | def is_valid(self, ): method get_signature (line 1395) | def get_signature(self, ): method is_signature_valid (line 1399) | def is_signature_valid(self, ): method to_zklink_tx (line 1403) | def to_zklink_tx(self, ): method create_signed_tx (line 1407) | def create_signed_tx(self, signer): class FfiConverterTypeAutoDeleveraging (line 1418) | class FfiConverterTypeAutoDeleveraging: method read (line 1420) | def read(cls, buf): method write (line 1427) | def write(cls, value, buf): method lift (line 1433) | def lift(value): method lower (line 1437) | def lower(value): class ChangePubKey (line 1442) | class ChangePubKey(object): method __init__ (line 1443) | def __init__(self, builder): method __del__ (line 1449) | def __del__(self): method _make_instance_ (line 1457) | def _make_instance_(cls, pointer): method get_signature (line 1466) | def get_signature(self, ): method get_bytes (line 1470) | def get_bytes(self, ): method tx_hash (line 1474) | def tx_hash(self, ): method json_str (line 1478) | def json_str(self, ): method is_valid (line 1482) | def is_valid(self, ): method is_onchain (line 1486) | def is_onchain(self, ): method is_signature_valid (line 1490) | def is_signature_valid(self, ): method to_zklink_tx (line 1494) | def to_zklink_tx(self, ): class FfiConverterTypeChangePubKey (line 1501) | class FfiConverterTypeChangePubKey: method read (line 1503) | def read(cls, buf): method write (line 1510) | def write(cls, value, buf): method lift (line 1516) | def lift(value): method lower (line 1520) | def lower(value): class Contract (line 1525) | class Contract(object): method __init__ (line 1526) | def __init__(self, builder): method __del__ (line 1532) | def __del__(self): method _make_instance_ (line 1540) | def _make_instance_(cls, pointer): method is_long (line 1549) | def is_long(self, ): method is_short (line 1553) | def is_short(self, ): method get_signature (line 1557) | def get_signature(self, ): method is_signature_valid (line 1561) | def is_signature_valid(self, ): method get_bytes (line 1565) | def get_bytes(self, ): method create_signed_contract (line 1569) | def create_signed_contract(self, zklink_signer): class FfiConverterTypeContract (line 1580) | class FfiConverterTypeContract: method read (line 1582) | def read(cls, buf): method write (line 1589) | def write(cls, value, buf): method lift (line 1595) | def lift(value): method lower (line 1599) | def lower(value): class ContractMatching (line 1604) | class ContractMatching(object): method __init__ (line 1605) | def __init__(self, builder): method __del__ (line 1611) | def __del__(self): method _make_instance_ (line 1619) | def _make_instance_(cls, pointer): method get_bytes (line 1628) | def get_bytes(self, ): method tx_hash (line 1632) | def tx_hash(self, ): method json_str (line 1636) | def json_str(self, ): method is_valid (line 1640) | def is_valid(self, ): method get_signature (line 1644) | def get_signature(self, ): method is_signature_valid (line 1648) | def is_signature_valid(self, ): method to_zklink_tx (line 1652) | def to_zklink_tx(self, ): method create_signed_tx (line 1656) | def create_signed_tx(self, signer): class FfiConverterTypeContractMatching (line 1667) | class FfiConverterTypeContractMatching: method read (line 1669) | def read(cls, buf): method write (line 1676) | def write(cls, value, buf): method lift (line 1682) | def lift(value): method lower (line 1686) | def lower(value): class Deposit (line 1691) | class Deposit(object): method __init__ (line 1692) | def __init__(self, builder): method __del__ (line 1698) | def __del__(self): method _make_instance_ (line 1706) | def _make_instance_(cls, pointer): method get_bytes (line 1715) | def get_bytes(self, ): method tx_hash (line 1719) | def tx_hash(self, ): method json_str (line 1723) | def json_str(self, ): class FfiConverterTypeDeposit (line 1730) | class FfiConverterTypeDeposit: method read (line 1732) | def read(cls, buf): method write (line 1739) | def write(cls, value, buf): method lift (line 1745) | def lift(value): method lower (line 1749) | def lower(value): class EthSigner (line 1754) | class EthSigner(object): method __init__ (line 1755) | def __init__(self, private_key): method __del__ (line 1761) | def __del__(self): method _make_instance_ (line 1769) | def _make_instance_(cls, pointer): method sign_message (line 1778) | def sign_message(self, message): method get_address (line 1786) | def get_address(self, ): class FfiConverterTypeEthSigner (line 1793) | class FfiConverterTypeEthSigner: method read (line 1795) | def read(cls, buf): method write (line 1802) | def write(cls, value, buf): method lift (line 1808) | def lift(value): method lower (line 1812) | def lower(value): class ForcedExit (line 1817) | class ForcedExit(object): method __init__ (line 1818) | def __init__(self, builder): method __del__ (line 1824) | def __del__(self): method _make_instance_ (line 1832) | def _make_instance_(cls, pointer): method get_signature (line 1841) | def get_signature(self, ): method get_bytes (line 1845) | def get_bytes(self, ): method tx_hash (line 1849) | def tx_hash(self, ): method json_str (line 1853) | def json_str(self, ): method is_valid (line 1857) | def is_valid(self, ): method is_signature_valid (line 1861) | def is_signature_valid(self, ): method create_signed_tx (line 1865) | def create_signed_tx(self, signer): method to_zklink_tx (line 1873) | def to_zklink_tx(self, ): class FfiConverterTypeForcedExit (line 1880) | class FfiConverterTypeForcedExit: method read (line 1882) | def read(cls, buf): method write (line 1889) | def write(cls, value, buf): method lift (line 1895) | def lift(value): method lower (line 1899) | def lower(value): class FullExit (line 1904) | class FullExit(object): method __init__ (line 1905) | def __init__(self, builder): method __del__ (line 1911) | def __del__(self): method _make_instance_ (line 1919) | def _make_instance_(cls, pointer): method get_bytes (line 1928) | def get_bytes(self, ): method tx_hash (line 1932) | def tx_hash(self, ): method json_str (line 1936) | def json_str(self, ): method is_valid (line 1940) | def is_valid(self, ): method to_zklink_tx (line 1944) | def to_zklink_tx(self, ): class FfiConverterTypeFullExit (line 1951) | class FfiConverterTypeFullExit: method read (line 1953) | def read(cls, buf): method write (line 1960) | def write(cls, value, buf): method lift (line 1966) | def lift(value): method lower (line 1970) | def lower(value): class Funding (line 1975) | class Funding(object): method __init__ (line 1976) | def __init__(self, builder): method __del__ (line 1982) | def __del__(self): method _make_instance_ (line 1990) | def _make_instance_(cls, pointer): method get_bytes (line 1999) | def get_bytes(self, ): method tx_hash (line 2003) | def tx_hash(self, ): method json_str (line 2007) | def json_str(self, ): method is_valid (line 2011) | def is_valid(self, ): method get_signature (line 2015) | def get_signature(self, ): method is_signature_valid (line 2019) | def is_signature_valid(self, ): method to_zklink_tx (line 2023) | def to_zklink_tx(self, ): method create_signed_tx (line 2027) | def create_signed_tx(self, signer): class FfiConverterTypeFunding (line 2038) | class FfiConverterTypeFunding: method read (line 2040) | def read(cls, buf): method write (line 2047) | def write(cls, value, buf): method lift (line 2053) | def lift(value): method lower (line 2057) | def lower(value): class Liquidation (line 2062) | class Liquidation(object): method __init__ (line 2063) | def __init__(self, builder): method __del__ (line 2069) | def __del__(self): method _make_instance_ (line 2077) | def _make_instance_(cls, pointer): method get_bytes (line 2086) | def get_bytes(self, ): method tx_hash (line 2090) | def tx_hash(self, ): method json_str (line 2094) | def json_str(self, ): method is_valid (line 2098) | def is_valid(self, ): method get_signature (line 2102) | def get_signature(self, ): method is_signature_valid (line 2106) | def is_signature_valid(self, ): method to_zklink_tx (line 2110) | def to_zklink_tx(self, ): method create_signed_tx (line 2114) | def create_signed_tx(self, signer): class FfiConverterTypeLiquidation (line 2125) | class FfiConverterTypeLiquidation: method read (line 2127) | def read(cls, buf): method write (line 2134) | def write(cls, value, buf): method lift (line 2140) | def lift(value): method lower (line 2144) | def lower(value): class Order (line 2149) | class Order(object): method __init__ (line 2150) | def __init__(self, account_id,sub_account_id,slot_id,nonce,base_token_... method __del__ (line 2192) | def __del__(self): method _make_instance_ (line 2200) | def _make_instance_(cls, pointer): method get_signature (line 2209) | def get_signature(self, ): method get_bytes (line 2213) | def get_bytes(self, ): method json_str (line 2217) | def json_str(self, ): method is_valid (line 2221) | def is_valid(self, ): method is_signature_valid (line 2225) | def is_signature_valid(self, ): method get_eth_sign_msg (line 2229) | def get_eth_sign_msg(self, quote_token,based_token,decimals): method create_signed_order (line 2242) | def create_signed_order(self, zklink_signer): class FfiConverterTypeOrder (line 2253) | class FfiConverterTypeOrder: method read (line 2255) | def read(cls, buf): method write (line 2262) | def write(cls, value, buf): method lift (line 2268) | def lift(value): method lower (line 2272) | def lower(value): class OrderMatching (line 2277) | class OrderMatching(object): method __init__ (line 2278) | def __init__(self, builder): method __del__ (line 2284) | def __del__(self): method _make_instance_ (line 2292) | def _make_instance_(cls, pointer): method get_bytes (line 2301) | def get_bytes(self, ): method tx_hash (line 2305) | def tx_hash(self, ): method json_str (line 2309) | def json_str(self, ): method is_valid (line 2313) | def is_valid(self, ): method get_signature (line 2317) | def get_signature(self, ): method is_signature_valid (line 2321) | def is_signature_valid(self, ): method create_signed_tx (line 2325) | def create_signed_tx(self, signer): method to_zklink_tx (line 2333) | def to_zklink_tx(self, ): class FfiConverterTypeOrderMatching (line 2340) | class FfiConverterTypeOrderMatching: method read (line 2342) | def read(cls, buf): method write (line 2349) | def write(cls, value, buf): method lift (line 2355) | def lift(value): method lower (line 2359) | def lower(value): class Signer (line 2364) | class Signer(object): method __init__ (line 2365) | def __init__(self, private_key,l1_type): method __del__ (line 2374) | def __del__(self): method _make_instance_ (line 2382) | def _make_instance_(cls, pointer): method sign_change_pubkey_with_create2data_auth (line 2391) | def sign_change_pubkey_with_create2data_auth(self, tx,crate2data): method sign_change_pubkey_with_onchain_auth_data (line 2402) | def sign_change_pubkey_with_onchain_auth_data(self, tx): method sign_change_pubkey_with_eth_ecdsa_auth (line 2410) | def sign_change_pubkey_with_eth_ecdsa_auth(self, tx): method sign_transfer (line 2418) | def sign_transfer(self, tx,token_sybmol,chain_id,addr): method sign_withdraw (line 2435) | def sign_withdraw(self, tx,l2_source_token_symbol,chain_id,addr): method sign_forced_exit (line 2452) | def sign_forced_exit(self, tx): method sign_order_matching (line 2460) | def sign_order_matching(self, tx): method sign_contract_matching (line 2468) | def sign_contract_matching(self, tx): method sign_funding (line 2476) | def sign_funding(self, tx): method sign_liquidation (line 2484) | def sign_liquidation(self, tx): method sign_auto_deleveraging (line 2492) | def sign_auto_deleveraging(self, tx): class FfiConverterTypeSigner (line 2503) | class FfiConverterTypeSigner: method read (line 2505) | def read(cls, buf): method write (line 2512) | def write(cls, value, buf): method lift (line 2518) | def lift(value): method lower (line 2522) | def lower(value): class StarkSigner (line 2527) | class StarkSigner(object): method __init__ (line 2528) | def __init__(self, ): method __del__ (line 2531) | def __del__(self): method _make_instance_ (line 2539) | def _make_instance_(cls, pointer): method new_from_hex_str (line 2547) | def new_from_hex_str(cls, hex_str): method sign_message (line 2556) | def sign_message(self, typed_data,addr): class FfiConverterTypeStarkSigner (line 2570) | class FfiConverterTypeStarkSigner: method read (line 2572) | def read(cls, buf): method write (line 2579) | def write(cls, value, buf): method lift (line 2585) | def lift(value): method lower (line 2589) | def lower(value): class Transfer (line 2594) | class Transfer(object): method __init__ (line 2595) | def __init__(self, builder): method __del__ (line 2601) | def __del__(self): method _make_instance_ (line 2609) | def _make_instance_(cls, pointer): method get_signature (line 2618) | def get_signature(self, ): method get_bytes (line 2622) | def get_bytes(self, ): method tx_hash (line 2626) | def tx_hash(self, ): method json_str (line 2630) | def json_str(self, ): method is_valid (line 2634) | def is_valid(self, ): method is_signature_valid (line 2638) | def is_signature_valid(self, ): method get_eth_sign_msg (line 2642) | def get_eth_sign_msg(self, token_symbol): method eth_signature (line 2649) | def eth_signature(self, eth_signer,token_symbol): method create_signed_tx (line 2660) | def create_signed_tx(self, signer): method to_zklink_tx (line 2668) | def to_zklink_tx(self, ): class FfiConverterTypeTransfer (line 2675) | class FfiConverterTypeTransfer: method read (line 2677) | def read(cls, buf): method write (line 2684) | def write(cls, value, buf): method lift (line 2690) | def lift(value): method lower (line 2694) | def lower(value): class TypedData (line 2699) | class TypedData(object): method __init__ (line 2700) | def __init__(self, message,chain_id): method __del__ (line 2709) | def __del__(self): method _make_instance_ (line 2717) | def _make_instance_(cls, pointer): class FfiConverterTypeTypedData (line 2729) | class FfiConverterTypeTypedData: method read (line 2731) | def read(cls, buf): method write (line 2738) | def write(cls, value, buf): method lift (line 2744) | def lift(value): method lower (line 2748) | def lower(value): class UpdateGlobalVar (line 2753) | class UpdateGlobalVar(object): method __init__ (line 2754) | def __init__(self, builder): method __del__ (line 2760) | def __del__(self): method _make_instance_ (line 2768) | def _make_instance_(cls, pointer): method get_bytes (line 2777) | def get_bytes(self, ): method tx_hash (line 2781) | def tx_hash(self, ): method json_str (line 2785) | def json_str(self, ): method is_valid (line 2789) | def is_valid(self, ): method to_zklink_tx (line 2793) | def to_zklink_tx(self, ): class FfiConverterTypeUpdateGlobalVar (line 2800) | class FfiConverterTypeUpdateGlobalVar: method read (line 2802) | def read(cls, buf): method write (line 2809) | def write(cls, value, buf): method lift (line 2815) | def lift(value): method lower (line 2819) | def lower(value): class Withdraw (line 2824) | class Withdraw(object): method __init__ (line 2825) | def __init__(self, builder): method __del__ (line 2831) | def __del__(self): method _make_instance_ (line 2839) | def _make_instance_(cls, pointer): method get_signature (line 2848) | def get_signature(self, ): method get_bytes (line 2852) | def get_bytes(self, ): method tx_hash (line 2856) | def tx_hash(self, ): method json_str (line 2860) | def json_str(self, ): method is_valid (line 2864) | def is_valid(self, ): method is_signature_valid (line 2868) | def is_signature_valid(self, ): method get_eth_sign_msg (line 2872) | def get_eth_sign_msg(self, token_symbol): method eth_signature (line 2879) | def eth_signature(self, eth_signer,l2_source_token_symbol): method create_signed_tx (line 2890) | def create_signed_tx(self, signer): method to_zklink_tx (line 2898) | def to_zklink_tx(self, ): class FfiConverterTypeWithdraw (line 2905) | class FfiConverterTypeWithdraw: method read (line 2907) | def read(cls, buf): method write (line 2914) | def write(cls, value, buf): method lift (line 2920) | def lift(value): method lower (line 2924) | def lower(value): class ZkLinkSigner (line 2929) | class ZkLinkSigner(object): method __init__ (line 2930) | def __init__(self, ): method __del__ (line 2933) | def __del__(self): method _make_instance_ (line 2941) | def _make_instance_(cls, pointer): method new_from_seed (line 2949) | def new_from_seed(cls, seed): method new_from_hex_eth_signer (line 2957) | def new_from_hex_eth_signer(cls, eth_hex_private_key): method new_from_hex_stark_signer (line 2965) | def new_from_hex_stark_signer(cls, hex_private_key,addr,chain_id): method new_from_bytes (line 2979) | def new_from_bytes(cls, slice): method public_key (line 2988) | def public_key(self, ): method sign_musig (line 2992) | def sign_musig(self, msg): class FfiConverterTypeZkLinkSigner (line 3003) | class FfiConverterTypeZkLinkSigner: method read (line 3005) | def read(cls, buf): method write (line 3012) | def write(cls, value, buf): method lift (line 3018) | def lift(value): method lower (line 3022) | def lower(value): class AutoDeleveragingBuilder (line 3026) | class AutoDeleveragingBuilder: method __init__ (line 3028) | def __init__(self, account_id, sub_account_id, sub_account_nonce, cont... method __str__ (line 3041) | def __str__(self): method __eq__ (line 3044) | def __eq__(self, other): class FfiConverterTypeAutoDeleveragingBuilder (line 3069) | class FfiConverterTypeAutoDeleveragingBuilder(FfiConverterRustBuffer): method read (line 3071) | def read(buf): method write (line 3087) | def write(value, buf): class ChangePubKeyBuilder (line 3101) | class ChangePubKeyBuilder: method __init__ (line 3103) | def __init__(self, chain_id, account_id, sub_account_id, new_pubkey_ha... method __str__ (line 3114) | def __str__(self): method __eq__ (line 3117) | def __eq__(self, other): class FfiConverterTypeChangePubKeyBuilder (line 3138) | class FfiConverterTypeChangePubKeyBuilder(FfiConverterRustBuffer): method read (line 3140) | def read(buf): method write (line 3154) | def write(value, buf): class ContractBuilder (line 3166) | class ContractBuilder: method __init__ (line 3168) | def __init__(self, account_id, sub_account_id, slot_id, nonce, pair_id... method __str__ (line 3181) | def __str__(self): method __eq__ (line 3184) | def __eq__(self, other): class FfiConverterTypeContractBuilder (line 3209) | class FfiConverterTypeContractBuilder(FfiConverterRustBuffer): method read (line 3211) | def read(buf): method write (line 3227) | def write(value, buf): class ContractMatchingBuilder (line 3241) | class ContractMatchingBuilder: method __init__ (line 3243) | def __init__(self, account_id, sub_account_id, taker, maker, fee, fee_... method __str__ (line 3253) | def __str__(self): method __eq__ (line 3256) | def __eq__(self, other): class FfiConverterTypeContractMatchingBuilder (line 3275) | class FfiConverterTypeContractMatchingBuilder(FfiConverterRustBuffer): method read (line 3277) | def read(buf): method write (line 3290) | def write(value, buf): class ContractPrice (line 3301) | class ContractPrice: method __init__ (line 3303) | def __init__(self, pair_id, market_price): method __str__ (line 3307) | def __str__(self): method __eq__ (line 3310) | def __eq__(self, other): class FfiConverterTypeContractPrice (line 3317) | class FfiConverterTypeContractPrice(FfiConverterRustBuffer): method read (line 3319) | def read(buf): method write (line 3326) | def write(value, buf): class Create2Data (line 3331) | class Create2Data: method __init__ (line 3333) | def __init__(self, creator_address, salt_arg, code_hash): method __str__ (line 3338) | def __str__(self): method __eq__ (line 3341) | def __eq__(self, other): class FfiConverterTypeCreate2Data (line 3350) | class FfiConverterTypeCreate2Data(FfiConverterRustBuffer): method read (line 3352) | def read(buf): method write (line 3360) | def write(value, buf): class DepositBuilder (line 3366) | class DepositBuilder: method __init__ (line 3368) | def __init__(self, from_address, to_address, from_chain_id, sub_accoun... method __str__ (line 3380) | def __str__(self): method __eq__ (line 3383) | def __eq__(self, other): class FfiConverterTypeDepositBuilder (line 3406) | class FfiConverterTypeDepositBuilder(FfiConverterRustBuffer): method read (line 3408) | def read(buf): method write (line 3423) | def write(value, buf): class ForcedExitBuilder (line 3436) | class ForcedExitBuilder: method __init__ (line 3438) | def __init__(self, to_chain_id, initiator_account_id, initiator_sub_ac... method __str__ (line 3451) | def __str__(self): method __eq__ (line 3454) | def __eq__(self, other): class FfiConverterTypeForcedExitBuilder (line 3479) | class FfiConverterTypeForcedExitBuilder(FfiConverterRustBuffer): method read (line 3481) | def read(buf): method write (line 3497) | def write(value, buf): class FullExitBuilder (line 3511) | class FullExitBuilder: method __init__ (line 3513) | def __init__(self, to_chain_id, account_id, sub_account_id, exit_addre... method __str__ (line 3525) | def __str__(self): method __eq__ (line 3528) | def __eq__(self, other): class FfiConverterTypeFullExitBuilder (line 3551) | class FfiConverterTypeFullExitBuilder(FfiConverterRustBuffer): method read (line 3553) | def read(buf): method write (line 3568) | def write(value, buf): class FundingBuilder (line 3581) | class FundingBuilder: method __init__ (line 3583) | def __init__(self, account_id, sub_account_id, sub_account_nonce, fund... method __str__ (line 3591) | def __str__(self): method __eq__ (line 3594) | def __eq__(self, other): class FfiConverterTypeFundingBuilder (line 3609) | class FfiConverterTypeFundingBuilder(FfiConverterRustBuffer): method read (line 3611) | def read(buf): method write (line 3622) | def write(value, buf): class FundingInfo (line 3631) | class FundingInfo: method __init__ (line 3633) | def __init__(self, pair_id, price, funding_rate): method __str__ (line 3638) | def __str__(self): method __eq__ (line 3641) | def __eq__(self, other): class FfiConverterTypeFundingInfo (line 3650) | class FfiConverterTypeFundingInfo(FfiConverterRustBuffer): method read (line 3652) | def read(buf): method write (line 3660) | def write(value, buf): class LiquidationBuilder (line 3666) | class LiquidationBuilder: method __init__ (line 3668) | def __init__(self, account_id, sub_account_id, sub_account_nonce, cont... method __str__ (line 3678) | def __str__(self): method __eq__ (line 3681) | def __eq__(self, other): class FfiConverterTypeLiquidationBuilder (line 3700) | class FfiConverterTypeLiquidationBuilder(FfiConverterRustBuffer): method read (line 3702) | def read(buf): method write (line 3715) | def write(value, buf): class Message (line 3726) | class Message: method __init__ (line 3728) | def __init__(self, data): method __str__ (line 3731) | def __str__(self): method __eq__ (line 3734) | def __eq__(self, other): class FfiConverterTypeMessage (line 3739) | class FfiConverterTypeMessage(FfiConverterRustBuffer): method read (line 3741) | def read(buf): method write (line 3747) | def write(value, buf): class OraclePrices (line 3751) | class OraclePrices: method __init__ (line 3753) | def __init__(self, contract_prices, margin_prices): method __str__ (line 3757) | def __str__(self): method __eq__ (line 3760) | def __eq__(self, other): class FfiConverterTypeOraclePrices (line 3767) | class FfiConverterTypeOraclePrices(FfiConverterRustBuffer): method read (line 3769) | def read(buf): method write (line 3776) | def write(value, buf): class OrderMatchingBuilder (line 3781) | class OrderMatchingBuilder: method __init__ (line 3783) | def __init__(self, account_id, sub_account_id, taker, maker, fee, fee_... method __str__ (line 3795) | def __str__(self): method __eq__ (line 3798) | def __eq__(self, other): class FfiConverterTypeOrderMatchingBuilder (line 3821) | class FfiConverterTypeOrderMatchingBuilder(FfiConverterRustBuffer): method read (line 3823) | def read(buf): method write (line 3838) | def write(value, buf): class SpotPriceInfo (line 3851) | class SpotPriceInfo: method __init__ (line 3853) | def __init__(self, token_id, price): method __str__ (line 3857) | def __str__(self): method __eq__ (line 3860) | def __eq__(self, other): class FfiConverterTypeSpotPriceInfo (line 3867) | class FfiConverterTypeSpotPriceInfo(FfiConverterRustBuffer): method read (line 3869) | def read(buf): method write (line 3876) | def write(value, buf): class TransferBuilder (line 3881) | class TransferBuilder: method __init__ (line 3883) | def __init__(self, account_id, to_address, from_sub_account_id, to_sub... method __str__ (line 3894) | def __str__(self): method __eq__ (line 3897) | def __eq__(self, other): class FfiConverterTypeTransferBuilder (line 3918) | class FfiConverterTypeTransferBuilder(FfiConverterRustBuffer): method read (line 3920) | def read(buf): method write (line 3934) | def write(value, buf): class TxMessage (line 3946) | class TxMessage: method __init__ (line 3948) | def __init__(self, transaction, amount, fee, token, to, nonce): method __str__ (line 3956) | def __str__(self): method __eq__ (line 3959) | def __eq__(self, other): class FfiConverterTypeTxMessage (line 3974) | class FfiConverterTypeTxMessage(FfiConverterRustBuffer): method read (line 3976) | def read(buf): method write (line 3987) | def write(value, buf): class TxSignature (line 3996) | class TxSignature: method __init__ (line 3998) | def __init__(self, tx, layer1_signature): method __str__ (line 4002) | def __str__(self): method __eq__ (line 4005) | def __eq__(self, other): class FfiConverterTypeTxSignature (line 4012) | class FfiConverterTypeTxSignature(FfiConverterRustBuffer): method read (line 4014) | def read(buf): method write (line 4021) | def write(value, buf): class UpdateGlobalVarBuilder (line 4026) | class UpdateGlobalVarBuilder: method __init__ (line 4028) | def __init__(self, from_chain_id, sub_account_id, parameter, serial_id): method __str__ (line 4034) | def __str__(self): method __eq__ (line 4037) | def __eq__(self, other): class FfiConverterTypeUpdateGlobalVarBuilder (line 4048) | class FfiConverterTypeUpdateGlobalVarBuilder(FfiConverterRustBuffer): method read (line 4050) | def read(buf): method write (line 4059) | def write(value, buf): class WithdrawBuilder (line 4066) | class WithdrawBuilder: method __init__ (line 4068) | def __init__(self, account_id, sub_account_id, to_chain_id, to_address... method __str__ (line 4083) | def __str__(self): method __eq__ (line 4086) | def __eq__(self, other): class FfiConverterTypeWithdrawBuilder (line 4115) | class FfiConverterTypeWithdrawBuilder(FfiConverterRustBuffer): method read (line 4117) | def read(buf): method write (line 4135) | def write(value, buf): class ZkLinkSignature (line 4151) | class ZkLinkSignature: method __init__ (line 4153) | def __init__(self, pub_key, signature): method __str__ (line 4157) | def __str__(self): method __eq__ (line 4160) | def __eq__(self, other): class FfiConverterTypeZkLinkSignature (line 4167) | class FfiConverterTypeZkLinkSignature(FfiConverterRustBuffer): method read (line 4169) | def read(buf): method write (line 4176) | def write(value, buf): class ChangePubKeyAuthData (line 4183) | class ChangePubKeyAuthData: method __init__ (line 4184) | def __init__(self): class ONCHAIN (line 4188) | class ONCHAIN(object): method __init__ (line 4189) | def __init__(self,): method __str__ (line 4194) | def __str__(self): method __eq__ (line 4197) | def __eq__(self, other): class ETH_ECDSA (line 4201) | class ETH_ECDSA(object): method __init__ (line 4202) | def __init__(self,eth_signature): method __str__ (line 4207) | def __str__(self): method __eq__ (line 4210) | def __eq__(self, other): class ETH_CREATE2 (line 4216) | class ETH_CREATE2(object): method __init__ (line 4217) | def __init__(self,data): method __str__ (line 4222) | def __str__(self): method __eq__ (line 4225) | def __eq__(self, other): method is_onchain (line 4235) | def is_onchain(self): method is_eth_ecdsa (line 4237) | def is_eth_ecdsa(self): method is_eth_create2 (line 4239) | def is_eth_create2(self): class FfiConverterTypeChangePubKeyAuthData (line 4253) | class FfiConverterTypeChangePubKeyAuthData(FfiConverterRustBuffer): method read (line 4255) | def read(buf): method write (line 4270) | def write(value, buf): class ChangePubKeyAuthRequest (line 4283) | class ChangePubKeyAuthRequest: method __init__ (line 4284) | def __init__(self): class ONCHAIN (line 4288) | class ONCHAIN(object): method __init__ (line 4289) | def __init__(self,): method __str__ (line 4294) | def __str__(self): method __eq__ (line 4297) | def __eq__(self, other): class ETH_ECDSA (line 4301) | class ETH_ECDSA(object): method __init__ (line 4302) | def __init__(self,): method __str__ (line 4307) | def __str__(self): method __eq__ (line 4310) | def __eq__(self, other): class ETH_CREATE2 (line 4314) | class ETH_CREATE2(object): method __init__ (line 4315) | def __init__(self,data): method __str__ (line 4320) | def __str__(self): method __eq__ (line 4323) | def __eq__(self, other): method is_onchain (line 4333) | def is_onchain(self): method is_eth_ecdsa (line 4335) | def is_eth_ecdsa(self): method is_eth_create2 (line 4337) | def is_eth_create2(self): class FfiConverterTypeChangePubKeyAuthRequest (line 4351) | class FfiConverterTypeChangePubKeyAuthRequest(FfiConverterRustBuffer): method read (line 4353) | def read(buf): method write (line 4367) | def write(value, buf): class L1SignerType (line 4379) | class L1SignerType: method __init__ (line 4380) | def __init__(self): class ETH (line 4384) | class ETH(object): method __init__ (line 4385) | def __init__(self,): method __str__ (line 4390) | def __str__(self): method __eq__ (line 4393) | def __eq__(self, other): class STARKNET (line 4397) | class STARKNET(object): method __init__ (line 4398) | def __init__(self,chain_id, address): method __str__ (line 4404) | def __str__(self): method __eq__ (line 4407) | def __eq__(self, other): method is_eth (line 4419) | def is_eth(self): method is_starknet (line 4421) | def is_starknet(self): class FfiConverterTypeL1SignerType (line 4434) | class FfiConverterTypeL1SignerType(FfiConverterRustBuffer): method read (line 4436) | def read(buf): method write (line 4448) | def write(value, buf): class L1Type (line 4459) | class L1Type(enum.Enum): class FfiConverterTypeL1Type (line 4465) | class FfiConverterTypeL1Type(FfiConverterRustBuffer): method read (line 4467) | def read(buf): method write (line 4475) | def write(value, buf): class Parameter (line 4484) | class Parameter: method __init__ (line 4485) | def __init__(self): class FEE_ACCOUNT (line 4489) | class FEE_ACCOUNT(object): method __init__ (line 4490) | def __init__(self,account_id): method __str__ (line 4495) | def __str__(self): method __eq__ (line 4498) | def __eq__(self, other): class INSURANCE_FUND_ACCOUNT (line 4504) | class INSURANCE_FUND_ACCOUNT(object): method __init__ (line 4505) | def __init__(self,account_id): method __str__ (line 4510) | def __str__(self): method __eq__ (line 4513) | def __eq__(self, other): class MARGIN_INFO (line 4519) | class MARGIN_INFO(object): method __init__ (line 4520) | def __init__(self,margin_id, token_id, ratio): method __str__ (line 4527) | def __str__(self): method __eq__ (line 4530) | def __eq__(self, other): class FUNDING_INFOS (line 4540) | class FUNDING_INFOS(object): method __init__ (line 4541) | def __init__(self,infos): method __str__ (line 4546) | def __str__(self): method __eq__ (line 4549) | def __eq__(self, other): class CONTRACT_INFO (line 4555) | class CONTRACT_INFO(object): method __init__ (line 4556) | def __init__(self,pair_id, symbol, initial_margin_rate, maintenance_... method __str__ (line 4564) | def __str__(self): method __eq__ (line 4567) | def __eq__(self, other): method is_fee_account (line 4583) | def is_fee_account(self): method is_insurance_fund_account (line 4585) | def is_insurance_fund_account(self): method is_margin_info (line 4587) | def is_margin_info(self): method is_funding_infos (line 4589) | def is_funding_infos(self): method is_contract_info (line 4591) | def is_contract_info(self): class FfiConverterTypeParameter (line 4607) | class FfiConverterTypeParameter(FfiConverterRustBuffer): method read (line 4609) | def read(buf): method write (line 4638) | def write(value, buf): class TypedDataMessage (line 4663) | class TypedDataMessage: method __init__ (line 4664) | def __init__(self): class CREATE_L2_KEY (line 4668) | class CREATE_L2_KEY(object): method __init__ (line 4669) | def __init__(self,message): method __str__ (line 4674) | def __str__(self): method __eq__ (line 4677) | def __eq__(self, other): class TRANSACTION (line 4683) | class TRANSACTION(object): method __init__ (line 4684) | def __init__(self,message): method __str__ (line 4689) | def __str__(self): method __eq__ (line 4692) | def __eq__(self, other): method is_create_l2_key (line 4702) | def is_create_l2_key(self): method is_transaction (line 4704) | def is_transaction(self): class FfiConverterTypeTypedDataMessage (line 4717) | class FfiConverterTypeTypedDataMessage(FfiConverterRustBuffer): method read (line 4719) | def read(buf): method write (line 4731) | def write(value, buf): class UniFFIExceptionTmpNamespace (line 4747) | class UniFFIExceptionTmpNamespace: class EthSignerError (line 4748) | class EthSignerError(Exception): method __str__ (line 5223) | def __str__(self): class InvalidEthSigner (line 4751) | class InvalidEthSigner(EthSignerError): method __str__ (line 4752) | def __str__(self): class MissingEthPrivateKey (line 4756) | class MissingEthPrivateKey(EthSignerError): method __str__ (line 4757) | def __str__(self): class MissingEthSigner (line 4761) | class MissingEthSigner(EthSignerError): method __str__ (line 4762) | def __str__(self): class SigningFailed (line 4766) | class SigningFailed(EthSignerError): method __str__ (line 4767) | def __str__(self): class UnlockingFailed (line 4771) | class UnlockingFailed(EthSignerError): method __str__ (line 4772) | def __str__(self): class InvalidRawTx (line 4776) | class InvalidRawTx(EthSignerError): method __str__ (line 4777) | def __str__(self): class Eip712Failed (line 4781) | class Eip712Failed(EthSignerError): method __str__ (line 4782) | def __str__(self): class NoSigningKey (line 4786) | class NoSigningKey(EthSignerError): method __str__ (line 4787) | def __str__(self): class DefineAddress (line 4791) | class DefineAddress(EthSignerError): method __str__ (line 4792) | def __str__(self): class RecoverAddress (line 4796) | class RecoverAddress(EthSignerError): method __str__ (line 4797) | def __str__(self): class LengthMismatched (line 4801) | class LengthMismatched(EthSignerError): method __str__ (line 4802) | def __str__(self): class CryptoError (line 4806) | class CryptoError(EthSignerError): method __str__ (line 4807) | def __str__(self): class InvalidSignatureStr (line 4811) | class InvalidSignatureStr(EthSignerError): method __str__ (line 4812) | def __str__(self): class CustomError (line 4816) | class CustomError(EthSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class RpcSignError (line 4821) | class RpcSignError(EthSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class SignError (line 4938) | class SignError(Exception): method __str__ (line 5026) | def __str__(self): class EthSigningError (line 4941) | class EthSigningError(SignError): method __str__ (line 4942) | def __str__(self): class ZkSigningError (line 4946) | class ZkSigningError(SignError): method __str__ (line 4947) | def __str__(self): class StarkSigningError (line 4951) | class StarkSigningError(SignError): method __str__ (line 4952) | def __str__(self): class IncorrectTx (line 4956) | class IncorrectTx(SignError): method __str__ (line 4957) | def __str__(self): class StarkSignerError (line 5007) | class StarkSignerError(Exception): method __str__ (line 5228) | def __str__(self): class InvalidStarknetSigner (line 5010) | class InvalidStarknetSigner(StarkSignerError): method __str__ (line 5011) | def __str__(self): class InvalidSignature (line 5015) | class InvalidSignature(StarkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5020) | class InvalidPrivKey(StarkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class SignError (line 5025) | class SignError(StarkSignerError): method __str__ (line 5026) | def __str__(self): class RpcSignError (line 5030) | class RpcSignError(StarkSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class TypeError (line 5087) | class TypeError(Exception): class InvalidAddress (line 5090) | class InvalidAddress(TypeError): method __str__ (line 5091) | def __str__(self): class InvalidTxHash (line 5095) | class InvalidTxHash(TypeError): method __str__ (line 5096) | def __str__(self): class NotStartWithZerox (line 5100) | class NotStartWithZerox(TypeError): method __str__ (line 5101) | def __str__(self): class SizeMismatch (line 5105) | class SizeMismatch(TypeError): method __str__ (line 5106) | def __str__(self): class DecodeFromHexErr (line 5110) | class DecodeFromHexErr(TypeError): method __str__ (line 5111) | def __str__(self): class TooBigInteger (line 5115) | class TooBigInteger(TypeError): method __str__ (line 5116) | def __str__(self): class InvalidBigIntStr (line 5120) | class InvalidBigIntStr(TypeError): method __str__ (line 5121) | def __str__(self): class ZkSignerError (line 5189) | class ZkSignerError(Exception): class CustomError (line 5192) | class CustomError(ZkSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class InvalidSignature (line 5197) | class InvalidSignature(ZkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5202) | class InvalidPrivKey(ZkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class InvalidSeed (line 5207) | class InvalidSeed(ZkSignerError): method __str__ (line 5208) | def __str__(self): class InvalidPubkey (line 5212) | class InvalidPubkey(ZkSignerError): method __str__ (line 5213) | def __str__(self): class InvalidPubkeyHash (line 5217) | class InvalidPubkeyHash(ZkSignerError): method __str__ (line 5218) | def __str__(self): class EthSignerError (line 5222) | class EthSignerError(ZkSignerError): method __str__ (line 5223) | def __str__(self): class StarkSignerError (line 5227) | class StarkSignerError(ZkSignerError): method __str__ (line 5228) | def __str__(self): class FfiConverterTypeEthSignerError (line 4830) | class FfiConverterTypeEthSignerError(FfiConverterRustBuffer): method read (line 4832) | def read(buf): method write (line 4897) | def write(value, buf): class UniFFIExceptionTmpNamespace (line 4937) | class UniFFIExceptionTmpNamespace: class EthSignerError (line 4748) | class EthSignerError(Exception): method __str__ (line 5223) | def __str__(self): class InvalidEthSigner (line 4751) | class InvalidEthSigner(EthSignerError): method __str__ (line 4752) | def __str__(self): class MissingEthPrivateKey (line 4756) | class MissingEthPrivateKey(EthSignerError): method __str__ (line 4757) | def __str__(self): class MissingEthSigner (line 4761) | class MissingEthSigner(EthSignerError): method __str__ (line 4762) | def __str__(self): class SigningFailed (line 4766) | class SigningFailed(EthSignerError): method __str__ (line 4767) | def __str__(self): class UnlockingFailed (line 4771) | class UnlockingFailed(EthSignerError): method __str__ (line 4772) | def __str__(self): class InvalidRawTx (line 4776) | class InvalidRawTx(EthSignerError): method __str__ (line 4777) | def __str__(self): class Eip712Failed (line 4781) | class Eip712Failed(EthSignerError): method __str__ (line 4782) | def __str__(self): class NoSigningKey (line 4786) | class NoSigningKey(EthSignerError): method __str__ (line 4787) | def __str__(self): class DefineAddress (line 4791) | class DefineAddress(EthSignerError): method __str__ (line 4792) | def __str__(self): class RecoverAddress (line 4796) | class RecoverAddress(EthSignerError): method __str__ (line 4797) | def __str__(self): class LengthMismatched (line 4801) | class LengthMismatched(EthSignerError): method __str__ (line 4802) | def __str__(self): class CryptoError (line 4806) | class CryptoError(EthSignerError): method __str__ (line 4807) | def __str__(self): class InvalidSignatureStr (line 4811) | class InvalidSignatureStr(EthSignerError): method __str__ (line 4812) | def __str__(self): class CustomError (line 4816) | class CustomError(EthSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class RpcSignError (line 4821) | class RpcSignError(EthSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class SignError (line 4938) | class SignError(Exception): method __str__ (line 5026) | def __str__(self): class EthSigningError (line 4941) | class EthSigningError(SignError): method __str__ (line 4942) | def __str__(self): class ZkSigningError (line 4946) | class ZkSigningError(SignError): method __str__ (line 4947) | def __str__(self): class StarkSigningError (line 4951) | class StarkSigningError(SignError): method __str__ (line 4952) | def __str__(self): class IncorrectTx (line 4956) | class IncorrectTx(SignError): method __str__ (line 4957) | def __str__(self): class StarkSignerError (line 5007) | class StarkSignerError(Exception): method __str__ (line 5228) | def __str__(self): class InvalidStarknetSigner (line 5010) | class InvalidStarknetSigner(StarkSignerError): method __str__ (line 5011) | def __str__(self): class InvalidSignature (line 5015) | class InvalidSignature(StarkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5020) | class InvalidPrivKey(StarkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class SignError (line 5025) | class SignError(StarkSignerError): method __str__ (line 5026) | def __str__(self): class RpcSignError (line 5030) | class RpcSignError(StarkSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class TypeError (line 5087) | class TypeError(Exception): class InvalidAddress (line 5090) | class InvalidAddress(TypeError): method __str__ (line 5091) | def __str__(self): class InvalidTxHash (line 5095) | class InvalidTxHash(TypeError): method __str__ (line 5096) | def __str__(self): class NotStartWithZerox (line 5100) | class NotStartWithZerox(TypeError): method __str__ (line 5101) | def __str__(self): class SizeMismatch (line 5105) | class SizeMismatch(TypeError): method __str__ (line 5106) | def __str__(self): class DecodeFromHexErr (line 5110) | class DecodeFromHexErr(TypeError): method __str__ (line 5111) | def __str__(self): class TooBigInteger (line 5115) | class TooBigInteger(TypeError): method __str__ (line 5116) | def __str__(self): class InvalidBigIntStr (line 5120) | class InvalidBigIntStr(TypeError): method __str__ (line 5121) | def __str__(self): class ZkSignerError (line 5189) | class ZkSignerError(Exception): class CustomError (line 5192) | class CustomError(ZkSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class InvalidSignature (line 5197) | class InvalidSignature(ZkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5202) | class InvalidPrivKey(ZkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class InvalidSeed (line 5207) | class InvalidSeed(ZkSignerError): method __str__ (line 5208) | def __str__(self): class InvalidPubkey (line 5212) | class InvalidPubkey(ZkSignerError): method __str__ (line 5213) | def __str__(self): class InvalidPubkeyHash (line 5217) | class InvalidPubkeyHash(ZkSignerError): method __str__ (line 5218) | def __str__(self): class EthSignerError (line 5222) | class EthSignerError(ZkSignerError): method __str__ (line 5223) | def __str__(self): class StarkSignerError (line 5227) | class StarkSignerError(ZkSignerError): method __str__ (line 5228) | def __str__(self): class FfiConverterTypeSignError (line 4965) | class FfiConverterTypeSignError(FfiConverterRustBuffer): method read (line 4967) | def read(buf): method write (line 4988) | def write(value, buf): class UniFFIExceptionTmpNamespace (line 5006) | class UniFFIExceptionTmpNamespace: class EthSignerError (line 4748) | class EthSignerError(Exception): method __str__ (line 5223) | def __str__(self): class InvalidEthSigner (line 4751) | class InvalidEthSigner(EthSignerError): method __str__ (line 4752) | def __str__(self): class MissingEthPrivateKey (line 4756) | class MissingEthPrivateKey(EthSignerError): method __str__ (line 4757) | def __str__(self): class MissingEthSigner (line 4761) | class MissingEthSigner(EthSignerError): method __str__ (line 4762) | def __str__(self): class SigningFailed (line 4766) | class SigningFailed(EthSignerError): method __str__ (line 4767) | def __str__(self): class UnlockingFailed (line 4771) | class UnlockingFailed(EthSignerError): method __str__ (line 4772) | def __str__(self): class InvalidRawTx (line 4776) | class InvalidRawTx(EthSignerError): method __str__ (line 4777) | def __str__(self): class Eip712Failed (line 4781) | class Eip712Failed(EthSignerError): method __str__ (line 4782) | def __str__(self): class NoSigningKey (line 4786) | class NoSigningKey(EthSignerError): method __str__ (line 4787) | def __str__(self): class DefineAddress (line 4791) | class DefineAddress(EthSignerError): method __str__ (line 4792) | def __str__(self): class RecoverAddress (line 4796) | class RecoverAddress(EthSignerError): method __str__ (line 4797) | def __str__(self): class LengthMismatched (line 4801) | class LengthMismatched(EthSignerError): method __str__ (line 4802) | def __str__(self): class CryptoError (line 4806) | class CryptoError(EthSignerError): method __str__ (line 4807) | def __str__(self): class InvalidSignatureStr (line 4811) | class InvalidSignatureStr(EthSignerError): method __str__ (line 4812) | def __str__(self): class CustomError (line 4816) | class CustomError(EthSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class RpcSignError (line 4821) | class RpcSignError(EthSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class SignError (line 4938) | class SignError(Exception): method __str__ (line 5026) | def __str__(self): class EthSigningError (line 4941) | class EthSigningError(SignError): method __str__ (line 4942) | def __str__(self): class ZkSigningError (line 4946) | class ZkSigningError(SignError): method __str__ (line 4947) | def __str__(self): class StarkSigningError (line 4951) | class StarkSigningError(SignError): method __str__ (line 4952) | def __str__(self): class IncorrectTx (line 4956) | class IncorrectTx(SignError): method __str__ (line 4957) | def __str__(self): class StarkSignerError (line 5007) | class StarkSignerError(Exception): method __str__ (line 5228) | def __str__(self): class InvalidStarknetSigner (line 5010) | class InvalidStarknetSigner(StarkSignerError): method __str__ (line 5011) | def __str__(self): class InvalidSignature (line 5015) | class InvalidSignature(StarkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5020) | class InvalidPrivKey(StarkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class SignError (line 5025) | class SignError(StarkSignerError): method __str__ (line 5026) | def __str__(self): class RpcSignError (line 5030) | class RpcSignError(StarkSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class TypeError (line 5087) | class TypeError(Exception): class InvalidAddress (line 5090) | class InvalidAddress(TypeError): method __str__ (line 5091) | def __str__(self): class InvalidTxHash (line 5095) | class InvalidTxHash(TypeError): method __str__ (line 5096) | def __str__(self): class NotStartWithZerox (line 5100) | class NotStartWithZerox(TypeError): method __str__ (line 5101) | def __str__(self): class SizeMismatch (line 5105) | class SizeMismatch(TypeError): method __str__ (line 5106) | def __str__(self): class DecodeFromHexErr (line 5110) | class DecodeFromHexErr(TypeError): method __str__ (line 5111) | def __str__(self): class TooBigInteger (line 5115) | class TooBigInteger(TypeError): method __str__ (line 5116) | def __str__(self): class InvalidBigIntStr (line 5120) | class InvalidBigIntStr(TypeError): method __str__ (line 5121) | def __str__(self): class ZkSignerError (line 5189) | class ZkSignerError(Exception): class CustomError (line 5192) | class CustomError(ZkSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class InvalidSignature (line 5197) | class InvalidSignature(ZkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5202) | class InvalidPrivKey(ZkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class InvalidSeed (line 5207) | class InvalidSeed(ZkSignerError): method __str__ (line 5208) | def __str__(self): class InvalidPubkey (line 5212) | class InvalidPubkey(ZkSignerError): method __str__ (line 5213) | def __str__(self): class InvalidPubkeyHash (line 5217) | class InvalidPubkeyHash(ZkSignerError): method __str__ (line 5218) | def __str__(self): class EthSignerError (line 5222) | class EthSignerError(ZkSignerError): method __str__ (line 5223) | def __str__(self): class StarkSignerError (line 5227) | class StarkSignerError(ZkSignerError): method __str__ (line 5228) | def __str__(self): class FfiConverterTypeStarkSignerError (line 5039) | class FfiConverterTypeStarkSignerError(FfiConverterRustBuffer): method read (line 5041) | def read(buf): method write (line 5066) | def write(value, buf): class UniFFIExceptionTmpNamespace (line 5086) | class UniFFIExceptionTmpNamespace: class EthSignerError (line 4748) | class EthSignerError(Exception): method __str__ (line 5223) | def __str__(self): class InvalidEthSigner (line 4751) | class InvalidEthSigner(EthSignerError): method __str__ (line 4752) | def __str__(self): class MissingEthPrivateKey (line 4756) | class MissingEthPrivateKey(EthSignerError): method __str__ (line 4757) | def __str__(self): class MissingEthSigner (line 4761) | class MissingEthSigner(EthSignerError): method __str__ (line 4762) | def __str__(self): class SigningFailed (line 4766) | class SigningFailed(EthSignerError): method __str__ (line 4767) | def __str__(self): class UnlockingFailed (line 4771) | class UnlockingFailed(EthSignerError): method __str__ (line 4772) | def __str__(self): class InvalidRawTx (line 4776) | class InvalidRawTx(EthSignerError): method __str__ (line 4777) | def __str__(self): class Eip712Failed (line 4781) | class Eip712Failed(EthSignerError): method __str__ (line 4782) | def __str__(self): class NoSigningKey (line 4786) | class NoSigningKey(EthSignerError): method __str__ (line 4787) | def __str__(self): class DefineAddress (line 4791) | class DefineAddress(EthSignerError): method __str__ (line 4792) | def __str__(self): class RecoverAddress (line 4796) | class RecoverAddress(EthSignerError): method __str__ (line 4797) | def __str__(self): class LengthMismatched (line 4801) | class LengthMismatched(EthSignerError): method __str__ (line 4802) | def __str__(self): class CryptoError (line 4806) | class CryptoError(EthSignerError): method __str__ (line 4807) | def __str__(self): class InvalidSignatureStr (line 4811) | class InvalidSignatureStr(EthSignerError): method __str__ (line 4812) | def __str__(self): class CustomError (line 4816) | class CustomError(EthSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class RpcSignError (line 4821) | class RpcSignError(EthSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class SignError (line 4938) | class SignError(Exception): method __str__ (line 5026) | def __str__(self): class EthSigningError (line 4941) | class EthSigningError(SignError): method __str__ (line 4942) | def __str__(self): class ZkSigningError (line 4946) | class ZkSigningError(SignError): method __str__ (line 4947) | def __str__(self): class StarkSigningError (line 4951) | class StarkSigningError(SignError): method __str__ (line 4952) | def __str__(self): class IncorrectTx (line 4956) | class IncorrectTx(SignError): method __str__ (line 4957) | def __str__(self): class StarkSignerError (line 5007) | class StarkSignerError(Exception): method __str__ (line 5228) | def __str__(self): class InvalidStarknetSigner (line 5010) | class InvalidStarknetSigner(StarkSignerError): method __str__ (line 5011) | def __str__(self): class InvalidSignature (line 5015) | class InvalidSignature(StarkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5020) | class InvalidPrivKey(StarkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class SignError (line 5025) | class SignError(StarkSignerError): method __str__ (line 5026) | def __str__(self): class RpcSignError (line 5030) | class RpcSignError(StarkSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class TypeError (line 5087) | class TypeError(Exception): class InvalidAddress (line 5090) | class InvalidAddress(TypeError): method __str__ (line 5091) | def __str__(self): class InvalidTxHash (line 5095) | class InvalidTxHash(TypeError): method __str__ (line 5096) | def __str__(self): class NotStartWithZerox (line 5100) | class NotStartWithZerox(TypeError): method __str__ (line 5101) | def __str__(self): class SizeMismatch (line 5105) | class SizeMismatch(TypeError): method __str__ (line 5106) | def __str__(self): class DecodeFromHexErr (line 5110) | class DecodeFromHexErr(TypeError): method __str__ (line 5111) | def __str__(self): class TooBigInteger (line 5115) | class TooBigInteger(TypeError): method __str__ (line 5116) | def __str__(self): class InvalidBigIntStr (line 5120) | class InvalidBigIntStr(TypeError): method __str__ (line 5121) | def __str__(self): class ZkSignerError (line 5189) | class ZkSignerError(Exception): class CustomError (line 5192) | class CustomError(ZkSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class InvalidSignature (line 5197) | class InvalidSignature(ZkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5202) | class InvalidPrivKey(ZkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class InvalidSeed (line 5207) | class InvalidSeed(ZkSignerError): method __str__ (line 5208) | def __str__(self): class InvalidPubkey (line 5212) | class InvalidPubkey(ZkSignerError): method __str__ (line 5213) | def __str__(self): class InvalidPubkeyHash (line 5217) | class InvalidPubkeyHash(ZkSignerError): method __str__ (line 5218) | def __str__(self): class EthSignerError (line 5222) | class EthSignerError(ZkSignerError): method __str__ (line 5223) | def __str__(self): class StarkSignerError (line 5227) | class StarkSignerError(ZkSignerError): method __str__ (line 5228) | def __str__(self): class FfiConverterTypeTypeError (line 5129) | class FfiConverterTypeTypeError(FfiConverterRustBuffer): method read (line 5131) | def read(buf): method write (line 5164) | def write(value, buf): class UniFFIExceptionTmpNamespace (line 5188) | class UniFFIExceptionTmpNamespace: class EthSignerError (line 4748) | class EthSignerError(Exception): method __str__ (line 5223) | def __str__(self): class InvalidEthSigner (line 4751) | class InvalidEthSigner(EthSignerError): method __str__ (line 4752) | def __str__(self): class MissingEthPrivateKey (line 4756) | class MissingEthPrivateKey(EthSignerError): method __str__ (line 4757) | def __str__(self): class MissingEthSigner (line 4761) | class MissingEthSigner(EthSignerError): method __str__ (line 4762) | def __str__(self): class SigningFailed (line 4766) | class SigningFailed(EthSignerError): method __str__ (line 4767) | def __str__(self): class UnlockingFailed (line 4771) | class UnlockingFailed(EthSignerError): method __str__ (line 4772) | def __str__(self): class InvalidRawTx (line 4776) | class InvalidRawTx(EthSignerError): method __str__ (line 4777) | def __str__(self): class Eip712Failed (line 4781) | class Eip712Failed(EthSignerError): method __str__ (line 4782) | def __str__(self): class NoSigningKey (line 4786) | class NoSigningKey(EthSignerError): method __str__ (line 4787) | def __str__(self): class DefineAddress (line 4791) | class DefineAddress(EthSignerError): method __str__ (line 4792) | def __str__(self): class RecoverAddress (line 4796) | class RecoverAddress(EthSignerError): method __str__ (line 4797) | def __str__(self): class LengthMismatched (line 4801) | class LengthMismatched(EthSignerError): method __str__ (line 4802) | def __str__(self): class CryptoError (line 4806) | class CryptoError(EthSignerError): method __str__ (line 4807) | def __str__(self): class InvalidSignatureStr (line 4811) | class InvalidSignatureStr(EthSignerError): method __str__ (line 4812) | def __str__(self): class CustomError (line 4816) | class CustomError(EthSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class RpcSignError (line 4821) | class RpcSignError(EthSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class SignError (line 4938) | class SignError(Exception): method __str__ (line 5026) | def __str__(self): class EthSigningError (line 4941) | class EthSigningError(SignError): method __str__ (line 4942) | def __str__(self): class ZkSigningError (line 4946) | class ZkSigningError(SignError): method __str__ (line 4947) | def __str__(self): class StarkSigningError (line 4951) | class StarkSigningError(SignError): method __str__ (line 4952) | def __str__(self): class IncorrectTx (line 4956) | class IncorrectTx(SignError): method __str__ (line 4957) | def __str__(self): class StarkSignerError (line 5007) | class StarkSignerError(Exception): method __str__ (line 5228) | def __str__(self): class InvalidStarknetSigner (line 5010) | class InvalidStarknetSigner(StarkSignerError): method __str__ (line 5011) | def __str__(self): class InvalidSignature (line 5015) | class InvalidSignature(StarkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5020) | class InvalidPrivKey(StarkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class SignError (line 5025) | class SignError(StarkSignerError): method __str__ (line 5026) | def __str__(self): class RpcSignError (line 5030) | class RpcSignError(StarkSignerError): method __str__ (line 4822) | def __str__(self): method __str__ (line 5031) | def __str__(self): class TypeError (line 5087) | class TypeError(Exception): class InvalidAddress (line 5090) | class InvalidAddress(TypeError): method __str__ (line 5091) | def __str__(self): class InvalidTxHash (line 5095) | class InvalidTxHash(TypeError): method __str__ (line 5096) | def __str__(self): class NotStartWithZerox (line 5100) | class NotStartWithZerox(TypeError): method __str__ (line 5101) | def __str__(self): class SizeMismatch (line 5105) | class SizeMismatch(TypeError): method __str__ (line 5106) | def __str__(self): class DecodeFromHexErr (line 5110) | class DecodeFromHexErr(TypeError): method __str__ (line 5111) | def __str__(self): class TooBigInteger (line 5115) | class TooBigInteger(TypeError): method __str__ (line 5116) | def __str__(self): class InvalidBigIntStr (line 5120) | class InvalidBigIntStr(TypeError): method __str__ (line 5121) | def __str__(self): class ZkSignerError (line 5189) | class ZkSignerError(Exception): class CustomError (line 5192) | class CustomError(ZkSignerError): method __str__ (line 4817) | def __str__(self): method __str__ (line 5193) | def __str__(self): class InvalidSignature (line 5197) | class InvalidSignature(ZkSignerError): method __str__ (line 5016) | def __str__(self): method __str__ (line 5198) | def __str__(self): class InvalidPrivKey (line 5202) | class InvalidPrivKey(ZkSignerError): method __str__ (line 5021) | def __str__(self): method __str__ (line 5203) | def __str__(self): class InvalidSeed (line 5207) | class InvalidSeed(ZkSignerError): method __str__ (line 5208) | def __str__(self): class InvalidPubkey (line 5212) | class InvalidPubkey(ZkSignerError): method __str__ (line 5213) | def __str__(self): class InvalidPubkeyHash (line 5217) | class InvalidPubkeyHash(ZkSignerError): method __str__ (line 5218) | def __str__(self): class EthSignerError (line 5222) | class EthSignerError(ZkSignerError): method __str__ (line 5223) | def __str__(self): class StarkSignerError (line 5227) | class StarkSignerError(ZkSignerError): method __str__ (line 5228) | def __str__(self): class FfiConverterTypeZkSignerError (line 5236) | class FfiConverterTypeZkSignerError(FfiConverterRustBuffer): method read (line 5238) | def read(buf): method write (line 5275) | def write(value, buf): class FfiConverterOptionalString (line 5295) | class FfiConverterOptionalString(FfiConverterRustBuffer): method write (line 5297) | def write(cls, value, buf): method read (line 5306) | def read(cls, buf): class FfiConverterOptionalTypeZkLinkSignature (line 5317) | class FfiConverterOptionalTypeZkLinkSignature(FfiConverterRustBuffer): method write (line 5319) | def write(cls, value, buf): method read (line 5328) | def read(cls, buf): class FfiConverterOptionalSequenceUInt8 (line 5339) | class FfiConverterOptionalSequenceUInt8(FfiConverterRustBuffer): method write (line 5341) | def write(cls, value, buf): method read (line 5350) | def read(cls, buf): class FfiConverterOptionalTypeH256 (line 5361) | class FfiConverterOptionalTypeH256(FfiConverterRustBuffer): method write (line 5363) | def write(cls, value, buf): method read (line 5372) | def read(cls, buf): class FfiConverterOptionalTypePackedEthSignature (line 5383) | class FfiConverterOptionalTypePackedEthSignature(FfiConverterRustBuffer): method write (line 5385) | def write(cls, value, buf): method read (line 5394) | def read(cls, buf): class FfiConverterOptionalTypeTxLayer1Signature (line 5405) | class FfiConverterOptionalTypeTxLayer1Signature(FfiConverterRustBuffer): method write (line 5407) | def write(cls, value, buf): method read (line 5416) | def read(cls, buf): class FfiConverterSequenceUInt8 (line 5427) | class FfiConverterSequenceUInt8(FfiConverterRustBuffer): method write (line 5429) | def write(cls, value, buf): method read (line 5436) | def read(cls, buf): class FfiConverterSequenceTypeContract (line 5447) | class FfiConverterSequenceTypeContract(FfiConverterRustBuffer): method write (line 5449) | def write(cls, value, buf): method read (line 5456) | def read(cls, buf): class FfiConverterSequenceTypeContractPrice (line 5467) | class FfiConverterSequenceTypeContractPrice(FfiConverterRustBuffer): method write (line 5469) | def write(cls, value, buf): method read (line 5476) | def read(cls, buf): class FfiConverterSequenceTypeFundingInfo (line 5487) | class FfiConverterSequenceTypeFundingInfo(FfiConverterRustBuffer): method write (line 5489) | def write(cls, value, buf): method read (line 5496) | def read(cls, buf): class FfiConverterSequenceTypeSpotPriceInfo (line 5507) | class FfiConverterSequenceTypeSpotPriceInfo(FfiConverterRustBuffer): method write (line 5509) | def write(cls, value, buf): method read (line 5516) | def read(cls, buf): class FfiConverterSequenceTypeAccountId (line 5527) | class FfiConverterSequenceTypeAccountId(FfiConverterRustBuffer): method write (line 5529) | def write(cls, value, buf): method read (line 5536) | def read(cls, buf): class FfiConverterTypeAccountId (line 5546) | class FfiConverterTypeAccountId: method write (line 5548) | def write(value, buf): method read (line 5552) | def read(buf): method lift (line 5556) | def lift(value): method lower (line 5560) | def lower(value): class FfiConverterTypeAddress (line 5564) | class FfiConverterTypeAddress: method write (line 5566) | def write(value, buf): method read (line 5570) | def read(buf): method lift (line 5574) | def lift(value): method lower (line 5578) | def lower(value): class FfiConverterTypeBigUint (line 5582) | class FfiConverterTypeBigUint: method write (line 5584) | def write(value, buf): method read (line 5588) | def read(buf): method lift (line 5592) | def lift(value): method lower (line 5596) | def lower(value): class FfiConverterTypeBlockNumber (line 5600) | class FfiConverterTypeBlockNumber: method write (line 5602) | def write(value, buf): method read (line 5606) | def read(buf): method lift (line 5610) | def lift(value): method lower (line 5614) | def lower(value): class FfiConverterTypeChainId (line 5618) | class FfiConverterTypeChainId: method write (line 5620) | def write(value, buf): method read (line 5624) | def read(buf): method lift (line 5628) | def lift(value): method lower (line 5632) | def lower(value): class FfiConverterTypeEthBlockId (line 5636) | class FfiConverterTypeEthBlockId: method write (line 5638) | def write(value, buf): method read (line 5642) | def read(buf): method lift (line 5646) | def lift(value): method lower (line 5650) | def lower(value): class FfiConverterTypeH256 (line 5654) | class FfiConverterTypeH256: method write (line 5656) | def write(value, buf): method read (line 5660) | def read(buf): method lift (line 5664) | def lift(value): method lower (line 5668) | def lower(value): class FfiConverterTypeMarginId (line 5672) | class FfiConverterTypeMarginId: method write (line 5674) | def write(value, buf): method read (line 5678) | def read(buf): method lift (line 5682) | def lift(value): method lower (line 5686) | def lower(value): class FfiConverterTypeNonce (line 5690) | class FfiConverterTypeNonce: method write (line 5692) | def write(value, buf): method read (line 5696) | def read(buf): method lift (line 5700) | def lift(value): method lower (line 5704) | def lower(value): class FfiConverterTypePackedEthSignature (line 5708) | class FfiConverterTypePackedEthSignature: method write (line 5710) | def write(value, buf): method read (line 5714) | def read(buf): method lift (line 5718) | def lift(value): method lower (line 5722) | def lower(value): class FfiConverterTypePackedPublicKey (line 5726) | class FfiConverterTypePackedPublicKey: method write (line 5728) | def write(value, buf): method read (line 5732) | def read(buf): method lift (line 5736) | def lift(value): method lower (line 5740) | def lower(value): class FfiConverterTypePackedSignature (line 5744) | class FfiConverterTypePackedSignature: method write (line 5746) | def write(value, buf): method read (line 5750) | def read(buf): method lift (line 5754) | def lift(value): method lower (line 5758) | def lower(value): class FfiConverterTypePairId (line 5762) | class FfiConverterTypePairId: method write (line 5764) | def write(value, buf): method read (line 5768) | def read(buf): method lift (line 5772) | def lift(value): method lower (line 5776) | def lower(value): class FfiConverterTypePriorityOpId (line 5780) | class FfiConverterTypePriorityOpId: method write (line 5782) | def write(value, buf): method read (line 5786) | def read(buf): method lift (line 5790) | def lift(value): method lower (line 5794) | def lower(value): class FfiConverterTypePubKeyHash (line 5798) | class FfiConverterTypePubKeyHash: method write (line 5800) | def write(value, buf): method read (line 5804) | def read(buf): method lift (line 5808) | def lift(value): method lower (line 5812) | def lower(value): class FfiConverterTypeSlotId (line 5816) | class FfiConverterTypeSlotId: method write (line 5818) | def write(value, buf): method read (line 5822) | def read(buf): method lift (line 5826) | def lift(value): method lower (line 5830) | def lower(value): class FfiConverterTypeStarkEip712Signature (line 5834) | class FfiConverterTypeStarkEip712Signature: method write (line 5836) | def write(value, buf): method read (line 5840) | def read(buf): method lift (line 5844) | def lift(value): method lower (line 5848) | def lower(value): class FfiConverterTypeSubAccountId (line 5852) | class FfiConverterTypeSubAccountId: method write (line 5854) | def write(value, buf): method read (line 5858) | def read(buf): method lift (line 5862) | def lift(value): method lower (line 5866) | def lower(value): class FfiConverterTypeTimeStamp (line 5870) | class FfiConverterTypeTimeStamp: method write (line 5872) | def write(value, buf): method read (line 5876) | def read(buf): method lift (line 5880) | def lift(value): method lower (line 5884) | def lower(value): class FfiConverterTypeTokenId (line 5888) | class FfiConverterTypeTokenId: method write (line 5890) | def write(value, buf): method read (line 5894) | def read(buf): method lift (line 5898) | def lift(value): method lower (line 5902) | def lower(value): class FfiConverterTypeTxHash (line 5906) | class FfiConverterTypeTxHash: method write (line 5908) | def write(value, buf): method read (line 5912) | def read(buf): method lift (line 5916) | def lift(value): method lower (line 5920) | def lower(value): class FfiConverterTypeTxLayer1Signature (line 5924) | class FfiConverterTypeTxLayer1Signature: method write (line 5926) | def write(value, buf): method read (line 5930) | def read(buf): method lift (line 5934) | def lift(value): method lower (line 5938) | def lower(value): class FfiConverterTypeZkLinkAddress (line 5942) | class FfiConverterTypeZkLinkAddress: method write (line 5944) | def write(value, buf): method read (line 5948) | def read(buf): method lift (line 5952) | def lift(value): method lower (line 5956) | def lower(value): class FfiConverterTypeZkLinkTx (line 5960) | class FfiConverterTypeZkLinkTx: method write (line 5962) | def write(value, buf): method read (line 5966) | def read(buf): method lift (line 5970) | def lift(value): method lower (line 5974) | def lower(value): function verify_musig (line 5977) | def verify_musig(signature,msg): function get_public_key_hash (line 5988) | def get_public_key_hash(public_key): function zklink_main_net_url (line 5996) | def zklink_main_net_url(): function zklink_test_net_url (line 6001) | def zklink_test_net_url(): function eth_signature_of_change_pubkey (line 6006) | def eth_signature_of_change_pubkey(tx,eth_signer): function create_signed_change_pubkey (line 6017) | def create_signed_change_pubkey(zklink_signer,tx,eth_auth_data): FILE: jesse/modes/import_candles_mode/drivers/Apex/omni_files/zklink_sdk.py class _UniffiRustBuffer (line 30) | class _UniffiRustBuffer(ctypes.Structure): method alloc (line 38) | def alloc(size): method reserve (line 42) | def reserve(rbuf, additional): method free (line 45) | def free(self): method __str__ (line 48) | def __str__(self): method alloc_with_builder (line 56) | def alloc_with_builder(*args): method consume_with_stream (line 70) | def consume_with_stream(self): method read_with_stream (line 85) | def read_with_stream(self): class _UniffiForeignBytes (line 96) | class _UniffiForeignBytes(ctypes.Structure): method __str__ (line 102) | def __str__(self): class _UniffiRustBufferStream (line 106) | class _UniffiRustBufferStream: method __init__ (line 111) | def __init__(self, data, len): method from_rust_buffer (line 117) | def from_rust_buffer(cls, buf): method remaining (line 120) | def remaining(self): method _unpack_from (line 123) | def _unpack_from(self, size, format): method read (line 130) | def read(self, size): method read_i8 (line 137) | def read_i8(self): method read_u8 (line 140) | def read_u8(self): method read_i16 (line 143) | def read_i16(self): method read_u16 (line 146) | def read_u16(self): method read_i32 (line 149) | def read_i32(self): method read_u32 (line 152) | def read_u32(self): method read_i64 (line 155) | def read_i64(self): method read_u64 (line 158) | def read_u64(self): method read_float (line 161) | def read_float(self): method read_double (line 165) | def read_double(self): method read_c_size_t (line 168) | def read_c_size_t(self): class _UniffiRustBufferBuilder (line 171) | class _UniffiRustBufferBuilder: method __init__ (line 176) | def __init__(self): method finalize (line 180) | def finalize(self): method discard (line 185) | def discard(self): method _reserve (line 191) | def _reserve(self, num_bytes): method _pack_into (line 197) | def _pack_into(self, size, format, value): method write (line 203) | def write(self, value): method write_i8 (line 208) | def write_i8(self, v): method write_u8 (line 211) | def write_u8(self, v): method write_i16 (line 214) | def write_i16(self, v): method write_u16 (line 217) | def write_u16(self, v): method write_i32 (line 220) | def write_i32(self, v): method write_u32 (line 223) | def write_u32(self, v): method write_i64 (line 226) | def write_i64(self, v): method write_u64 (line 229) | def write_u64(self, v): method write_float (line 232) | def write_float(self, v): method write_double (line 235) | def write_double(self, v): method write_c_size_t (line 238) | def write_c_size_t(self, v): class InternalError (line 243) | class InternalError(Exception): class _UniffiRustCallStatus (line 246) | class _UniffiRustCallStatus(ctypes.Structure): method __str__ (line 260) | def __str__(self): function _rust_call (line 270) | def _rust_call(fn, *args): function _rust_call_with_error (line 274) | def _rust_call_with_error(error_ffi_converter, fn, *args): function _uniffi_check_call_status (line 286) | def _uniffi_check_call_status(error_ffi_converter, call_status): class _UniffiPointerManagerCPython (line 315) | class _UniffiPointerManagerCPython: method new_pointer (line 323) | def new_pointer(self, obj): method release_pointer (line 338) | def release_pointer(self, address): method lookup (line 344) | def lookup(self, address): class _UniffiPointerManagerGeneral (line 347) | class _UniffiPointerManagerGeneral: method __init__ (line 358) | def __init__(self): method new_pointer (line 363) | def new_pointer(self, obj): method release_pointer (line 370) | def release_pointer(self, handle): method lookup (line 374) | def lookup(self, handle): class _UniffiConverterPrimitive (line 384) | class _UniffiConverterPrimitive: method check (line 386) | def check(cls, value): method lift (line 390) | def lift(cls, value): method lower (line 394) | def lower(cls, value): method lowerUnchecked (line 398) | def lowerUnchecked(cls, value): method write (line 402) | def write(cls, value, buf): class _UniffiConverterPrimitiveInt (line 405) | class _UniffiConverterPrimitiveInt(_UniffiConverterPrimitive): method check (line 407) | def check(cls, value): class _UniffiConverterPrimitiveFloat (line 418) | class _UniffiConverterPrimitiveFloat(_UniffiConverterPrimitive): method check (line 420) | def check(cls, value): class _UniffiConverterRustBuffer (line 431) | class _UniffiConverterRustBuffer: method lift (line 433) | def lift(cls, rbuf): method lower (line 438) | def lower(cls, value): function _uniffi_future_callback_t (line 467) | def _uniffi_future_callback_t(return_type): function _uniffi_load_indirect (line 473) | def _uniffi_load_indirect(): function _uniffi_check_contract_api_version (line 498) | def _uniffi_check_contract_api_version(lib): function _uniffi_check_api_checksums (line 506) | def _uniffi_check_api_checksums(lib): class _UniffiConverterUInt8 (line 2414) | class _UniffiConverterUInt8(_UniffiConverterPrimitiveInt): method read (line 2420) | def read(buf): method write_unchecked (line 2424) | def write_unchecked(value, buf): class _UniffiConverterUInt16 (line 2427) | class _UniffiConverterUInt16(_UniffiConverterPrimitiveInt): method read (line 2433) | def read(buf): method write_unchecked (line 2437) | def write_unchecked(value, buf): class _UniffiConverterInt16 (line 2440) | class _UniffiConverterInt16(_UniffiConverterPrimitiveInt): method read (line 2446) | def read(buf): method write_unchecked (line 2450) | def write_unchecked(value, buf): class _UniffiConverterUInt32 (line 2453) | class _UniffiConverterUInt32(_UniffiConverterPrimitiveInt): method read (line 2459) | def read(buf): method write_unchecked (line 2463) | def write_unchecked(value, buf): class _UniffiConverterUInt64 (line 2466) | class _UniffiConverterUInt64(_UniffiConverterPrimitiveInt): method read (line 2472) | def read(buf): method write_unchecked (line 2476) | def write_unchecked(value, buf): class _UniffiConverterBool (line 2479) | class _UniffiConverterBool(_UniffiConverterPrimitive): method check (line 2481) | def check(cls, value): method read (line 2485) | def read(cls, buf): method write_unchecked (line 2489) | def write_unchecked(cls, value, buf): method lift (line 2493) | def lift(value): class _UniffiConverterString (line 2496) | class _UniffiConverterString: method check (line 2498) | def check(value): method read (line 2504) | def read(buf): method write (line 2512) | def write(value, buf): method lift (line 2519) | def lift(buf): method lower (line 2524) | def lower(value): class AutoDeleveraging (line 2532) | class AutoDeleveraging: method __init__ (line 2534) | def __init__(self, builder: "AutoDeleveragingBuilder"): method __del__ (line 2539) | def __del__(self): method _make_instance_ (line 2547) | def _make_instance_(cls, pointer): method create_signed_tx (line 2555) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "AutoDeleveraging": method get_bytes (line 2568) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2578) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2588) | def is_signature_valid(self, ) -> "bool": method is_valid (line 2598) | def is_valid(self, ) -> "bool": method json_str (line 2608) | def json_str(self, ) -> str: method to_zklink_tx (line 2618) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2628) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeAutoDeleveraging (line 2638) | class _UniffiConverterTypeAutoDeleveraging: method read (line 2640) | def read(cls, buf): method write (line 2647) | def write(cls, value, buf): method lift (line 2653) | def lift(value): method lower (line 2657) | def lower(value): class ChangePubKey (line 2662) | class ChangePubKey: method __init__ (line 2664) | def __init__(self, builder: "ChangePubKeyBuilder"): method __del__ (line 2669) | def __del__(self): method _make_instance_ (line 2677) | def _make_instance_(cls, pointer): method get_bytes (line 2685) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2695) | def get_signature(self, ) -> "ZkLinkSignature": method is_onchain (line 2705) | def is_onchain(self, ) -> "bool": method is_signature_valid (line 2715) | def is_signature_valid(self, ) -> "bool": method is_valid (line 2725) | def is_valid(self, ) -> "bool": method json_str (line 2735) | def json_str(self, ) -> str: method to_zklink_tx (line 2745) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2755) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeChangePubKey (line 2765) | class _UniffiConverterTypeChangePubKey: method read (line 2767) | def read(cls, buf): method write (line 2774) | def write(cls, value, buf): method lift (line 2780) | def lift(value): method lower (line 2784) | def lower(value): class Contract (line 2789) | class Contract: method __init__ (line 2791) | def __init__(self, builder: "ContractBuilder"): method __del__ (line 2796) | def __del__(self): method _make_instance_ (line 2804) | def _make_instance_(cls, pointer): method create_signed_contract (line 2812) | def create_signed_contract(self, zklink_signer: "ZkLinkSigner") -> "Co... method get_bytes (line 2825) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2835) | def get_signature(self, ) -> "ZkLinkSignature": method is_long (line 2845) | def is_long(self, ) -> "bool": method is_short (line 2855) | def is_short(self, ) -> "bool": method is_signature_valid (line 2865) | def is_signature_valid(self, ) -> "bool": class _UniffiConverterTypeContract (line 2875) | class _UniffiConverterTypeContract: method read (line 2877) | def read(cls, buf): method write (line 2884) | def write(cls, value, buf): method lift (line 2890) | def lift(value): method lower (line 2894) | def lower(value): class ContractMatching (line 2899) | class ContractMatching: method __init__ (line 2901) | def __init__(self, builder: "ContractMatchingBuilder"): method __del__ (line 2906) | def __del__(self): method _make_instance_ (line 2914) | def _make_instance_(cls, pointer): method create_signed_tx (line 2922) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ContractMatching": method get_bytes (line 2935) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 2945) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 2955) | def is_signature_valid(self, ) -> "bool": method is_valid (line 2965) | def is_valid(self, ) -> "bool": method json_str (line 2975) | def json_str(self, ) -> str: method to_zklink_tx (line 2985) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 2995) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeContractMatching (line 3005) | class _UniffiConverterTypeContractMatching: method read (line 3007) | def read(cls, buf): method write (line 3014) | def write(cls, value, buf): method lift (line 3020) | def lift(value): method lower (line 3024) | def lower(value): class Deposit (line 3029) | class Deposit: method __init__ (line 3031) | def __init__(self, builder: "DepositBuilder"): method __del__ (line 3036) | def __del__(self): method _make_instance_ (line 3044) | def _make_instance_(cls, pointer): method get_bytes (line 3052) | def get_bytes(self, ) -> "typing.List[int]": method json_str (line 3062) | def json_str(self, ) -> str: method tx_hash (line 3072) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeDeposit (line 3082) | class _UniffiConverterTypeDeposit: method read (line 3084) | def read(cls, buf): method write (line 3091) | def write(cls, value, buf): method lift (line 3097) | def lift(value): method lower (line 3101) | def lower(value): class EthSigner (line 3106) | class EthSigner: method __init__ (line 3108) | def __init__(self, private_key: str): method __del__ (line 3113) | def __del__(self): method _make_instance_ (line 3121) | def _make_instance_(cls, pointer): method get_address (line 3129) | def get_address(self, ) -> "Address": method sign_message (line 3139) | def sign_message(self, message: "typing.List[int]") -> "PackedEthSigna... class _UniffiConverterTypeEthSigner (line 3152) | class _UniffiConverterTypeEthSigner: method read (line 3154) | def read(cls, buf): method write (line 3161) | def write(cls, value, buf): method lift (line 3167) | def lift(value): method lower (line 3171) | def lower(value): class ForcedExit (line 3176) | class ForcedExit: method __init__ (line 3178) | def __init__(self, builder: "ForcedExitBuilder"): method __del__ (line 3183) | def __del__(self): method _make_instance_ (line 3191) | def _make_instance_(cls, pointer): method create_signed_tx (line 3199) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "ForcedExit": method get_bytes (line 3212) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3222) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3232) | def is_signature_valid(self, ) -> "bool": method is_valid (line 3242) | def is_valid(self, ) -> "bool": method json_str (line 3252) | def json_str(self, ) -> str: method to_zklink_tx (line 3262) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3272) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeForcedExit (line 3282) | class _UniffiConverterTypeForcedExit: method read (line 3284) | def read(cls, buf): method write (line 3291) | def write(cls, value, buf): method lift (line 3297) | def lift(value): method lower (line 3301) | def lower(value): class FullExit (line 3306) | class FullExit: method __init__ (line 3308) | def __init__(self, builder: "FullExitBuilder"): method __del__ (line 3313) | def __del__(self): method _make_instance_ (line 3321) | def _make_instance_(cls, pointer): method get_bytes (line 3329) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 3339) | def is_valid(self, ) -> "bool": method json_str (line 3349) | def json_str(self, ) -> str: method to_zklink_tx (line 3359) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3369) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFullExit (line 3379) | class _UniffiConverterTypeFullExit: method read (line 3381) | def read(cls, buf): method write (line 3388) | def write(cls, value, buf): method lift (line 3394) | def lift(value): method lower (line 3398) | def lower(value): class Funding (line 3403) | class Funding: method __init__ (line 3405) | def __init__(self, builder: "FundingBuilder"): method __del__ (line 3410) | def __del__(self): method _make_instance_ (line 3418) | def _make_instance_(cls, pointer): method create_signed_tx (line 3426) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Funding": method get_bytes (line 3439) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3449) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3459) | def is_signature_valid(self, ) -> "bool": method is_valid (line 3469) | def is_valid(self, ) -> "bool": method json_str (line 3479) | def json_str(self, ) -> str: method to_zklink_tx (line 3489) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3499) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeFunding (line 3509) | class _UniffiConverterTypeFunding: method read (line 3511) | def read(cls, buf): method write (line 3518) | def write(cls, value, buf): method lift (line 3524) | def lift(value): method lower (line 3528) | def lower(value): class Liquidation (line 3533) | class Liquidation: method __init__ (line 3535) | def __init__(self, builder: "LiquidationBuilder"): method __del__ (line 3540) | def __del__(self): method _make_instance_ (line 3548) | def _make_instance_(cls, pointer): method create_signed_tx (line 3556) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Liquidation": method get_bytes (line 3569) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3579) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3589) | def is_signature_valid(self, ) -> "bool": method is_valid (line 3599) | def is_valid(self, ) -> "bool": method json_str (line 3609) | def json_str(self, ) -> str: method to_zklink_tx (line 3619) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3629) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeLiquidation (line 3639) | class _UniffiConverterTypeLiquidation: method read (line 3641) | def read(cls, buf): method write (line 3648) | def write(cls, value, buf): method lift (line 3654) | def lift(value): method lower (line 3658) | def lower(value): class Order (line 3663) | class Order: method __init__ (line 3665) | def __init__(self, account_id: "AccountId",sub_account_id: "SubAccount... method __del__ (line 3694) | def __del__(self): method _make_instance_ (line 3702) | def _make_instance_(cls, pointer): method create_signed_order (line 3710) | def create_signed_order(self, zklink_signer: "ZkLinkSigner") -> "Order": method get_bytes (line 3723) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 3733) | def get_eth_sign_msg(self, quote_token: str,based_token: str,decimals:... method get_signature (line 3749) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3759) | def is_signature_valid(self, ) -> "bool": method is_valid (line 3769) | def is_valid(self, ) -> "bool": method json_str (line 3779) | def json_str(self, ) -> str: class _UniffiConverterTypeOrder (line 3789) | class _UniffiConverterTypeOrder: method read (line 3791) | def read(cls, buf): method write (line 3798) | def write(cls, value, buf): method lift (line 3804) | def lift(value): method lower (line 3808) | def lower(value): class OrderMatching (line 3813) | class OrderMatching: method __init__ (line 3815) | def __init__(self, builder: "OrderMatchingBuilder"): method __del__ (line 3820) | def __del__(self): method _make_instance_ (line 3828) | def _make_instance_(cls, pointer): method create_signed_tx (line 3836) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "OrderMatching": method get_bytes (line 3849) | def get_bytes(self, ) -> "typing.List[int]": method get_signature (line 3859) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 3869) | def is_signature_valid(self, ) -> "bool": method is_valid (line 3879) | def is_valid(self, ) -> "bool": method json_str (line 3889) | def json_str(self, ) -> str: method to_zklink_tx (line 3899) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 3909) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeOrderMatching (line 3919) | class _UniffiConverterTypeOrderMatching: method read (line 3921) | def read(cls, buf): method write (line 3928) | def write(cls, value, buf): method lift (line 3934) | def lift(value): method lower (line 3938) | def lower(value): class Signer (line 3943) | class Signer: method __init__ (line 3945) | def __init__(self, private_key: str,l1_type: "L1SignerType"): method __del__ (line 3952) | def __del__(self): method _make_instance_ (line 3960) | def _make_instance_(cls, pointer): method sign_auto_deleveraging (line 3968) | def sign_auto_deleveraging(self, tx: "AutoDeleveraging") -> "TxSignatu... method sign_change_pubkey_with_create2data_auth (line 3981) | def sign_change_pubkey_with_create2data_auth(self, tx: "ChangePubKey",... method sign_change_pubkey_with_eth_ecdsa_auth (line 3996) | def sign_change_pubkey_with_eth_ecdsa_auth(self, tx: "ChangePubKey") -... method sign_change_pubkey_with_onchain_auth_data (line 4009) | def sign_change_pubkey_with_onchain_auth_data(self, tx: "ChangePubKey"... method sign_contract_matching (line 4022) | def sign_contract_matching(self, tx: "ContractMatching") -> "TxSignatu... method sign_forced_exit (line 4035) | def sign_forced_exit(self, tx: "ForcedExit") -> "TxSignature": method sign_funding (line 4048) | def sign_funding(self, tx: "Funding") -> "TxSignature": method sign_liquidation (line 4061) | def sign_liquidation(self, tx: "Liquidation") -> "TxSignature": method sign_order_matching (line 4074) | def sign_order_matching(self, tx: "OrderMatching") -> "TxSignature": method sign_transfer (line 4087) | def sign_transfer(self, tx: "Transfer",token_sybmol: str,chain_id: "ty... method sign_withdraw (line 4106) | def sign_withdraw(self, tx: "Withdraw",l2_source_token_symbol: str,cha... class _UniffiConverterTypeSigner (line 4125) | class _UniffiConverterTypeSigner: method read (line 4127) | def read(cls, buf): method write (line 4134) | def write(cls, value, buf): method lift (line 4140) | def lift(value): method lower (line 4144) | def lower(value): class StarkSigner (line 4149) | class StarkSigner: method __init__ (line 4151) | def __init__(self, ): method __del__ (line 4154) | def __del__(self): method _make_instance_ (line 4162) | def _make_instance_(cls, pointer): method new_from_hex_str (line 4170) | def new_from_hex_str(cls, hex_str: str): method sign_message (line 4179) | def sign_message(self, typed_data: "TypedData",addr: str) -> "StarkEip... class _UniffiConverterTypeStarkSigner (line 4194) | class _UniffiConverterTypeStarkSigner: method read (line 4196) | def read(cls, buf): method write (line 4203) | def write(cls, value, buf): method lift (line 4209) | def lift(value): method lower (line 4213) | def lower(value): class Transfer (line 4218) | class Transfer: method __init__ (line 4220) | def __init__(self, builder: "TransferBuilder"): method __del__ (line 4225) | def __del__(self): method _make_instance_ (line 4233) | def _make_instance_(cls, pointer): method create_signed_tx (line 4241) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Transfer": method eth_signature (line 4254) | def eth_signature(self, eth_signer: "EthSigner",token_symbol: str) -> ... method get_bytes (line 4269) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4279) | def get_eth_sign_msg(self, token_symbol: str) -> str: method get_signature (line 4291) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4301) | def is_signature_valid(self, ) -> "bool": method is_valid (line 4311) | def is_valid(self, ) -> "bool": method json_str (line 4321) | def json_str(self, ) -> str: method to_zklink_tx (line 4331) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4341) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeTransfer (line 4351) | class _UniffiConverterTypeTransfer: method read (line 4353) | def read(cls, buf): method write (line 4360) | def write(cls, value, buf): method lift (line 4366) | def lift(value): method lower (line 4370) | def lower(value): class TypedData (line 4375) | class TypedData: method __init__ (line 4377) | def __init__(self, message: "TypedDataMessage",chain_id: str): method __del__ (line 4384) | def __del__(self): method _make_instance_ (line 4392) | def _make_instance_(cls, pointer): class _UniffiConverterTypeTypedData (line 4400) | class _UniffiConverterTypeTypedData: method read (line 4402) | def read(cls, buf): method write (line 4409) | def write(cls, value, buf): method lift (line 4415) | def lift(value): method lower (line 4419) | def lower(value): class UpdateGlobalVar (line 4424) | class UpdateGlobalVar: method __init__ (line 4426) | def __init__(self, builder: "UpdateGlobalVarBuilder"): method __del__ (line 4431) | def __del__(self): method _make_instance_ (line 4439) | def _make_instance_(cls, pointer): method get_bytes (line 4447) | def get_bytes(self, ) -> "typing.List[int]": method is_valid (line 4457) | def is_valid(self, ) -> "bool": method json_str (line 4467) | def json_str(self, ) -> str: method to_zklink_tx (line 4477) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4487) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeUpdateGlobalVar (line 4497) | class _UniffiConverterTypeUpdateGlobalVar: method read (line 4499) | def read(cls, buf): method write (line 4506) | def write(cls, value, buf): method lift (line 4512) | def lift(value): method lower (line 4516) | def lower(value): class Withdraw (line 4521) | class Withdraw: method __init__ (line 4523) | def __init__(self, builder: "WithdrawBuilder"): method __del__ (line 4528) | def __del__(self): method _make_instance_ (line 4536) | def _make_instance_(cls, pointer): method create_signed_tx (line 4544) | def create_signed_tx(self, signer: "ZkLinkSigner") -> "Withdraw": method eth_signature (line 4557) | def eth_signature(self, eth_signer: "EthSigner",l2_source_token_symbol... method get_bytes (line 4572) | def get_bytes(self, ) -> "typing.List[int]": method get_eth_sign_msg (line 4582) | def get_eth_sign_msg(self, token_symbol: str) -> str: method get_signature (line 4594) | def get_signature(self, ) -> "ZkLinkSignature": method is_signature_valid (line 4604) | def is_signature_valid(self, ) -> "bool": method is_valid (line 4614) | def is_valid(self, ) -> "bool": method json_str (line 4624) | def json_str(self, ) -> str: method to_zklink_tx (line 4634) | def to_zklink_tx(self, ) -> "ZkLinkTx": method tx_hash (line 4644) | def tx_hash(self, ) -> "typing.List[int]": class _UniffiConverterTypeWithdraw (line 4654) | class _UniffiConverterTypeWithdraw: method read (line 4656) | def read(cls, buf): method write (line 4663) | def write(cls, value, buf): method lift (line 4669) | def lift(value): method lower (line 4673) | def lower(value): class ZkLinkSigner (line 4678) | class ZkLinkSigner: method __init__ (line 4680) | def __init__(self, ): method __del__ (line 4683) | def __del__(self): method _make_instance_ (line 4691) | def _make_instance_(cls, pointer): method new_from_bytes (line 4699) | def new_from_bytes(cls, slice: "typing.List[int]"): method new_from_hex_eth_signer (line 4708) | def new_from_hex_eth_signer(cls, eth_hex_private_key): method new_from_hex_stark_signer (line 4717) | def new_from_hex_stark_signer(cls, hex_private_key: str,addr: str,chai... method new_from_seed (line 4730) | def new_from_seed(cls, seed: "typing.List[int]"): method public_key (line 4739) | def public_key(self, ) -> "PackedPublicKey": method sign_musig (line 4749) | def sign_musig(self, msg: "typing.List[int]") -> "ZkLinkSignature": class _UniffiConverterTypeZkLinkSigner (line 4762) | class _UniffiConverterTypeZkLinkSigner: method read (line 4764) | def read(cls, buf): method write (line 4771) | def write(cls, value, buf): method lift (line 4777) | def lift(value): method lower (line 4781) | def lower(value): class AutoDeleveragingBuilder (line 4785) | class AutoDeleveragingBuilder: method __init__ (line 4789) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4802) | def __str__(self): method __eq__ (line 4805) | def __eq__(self, other): class _UniffiConverterTypeAutoDeleveragingBuilder (line 4830) | class _UniffiConverterTypeAutoDeleveragingBuilder(_UniffiConverterRustBu... method read (line 4832) | def read(buf): method write (line 4848) | def write(value, buf): class ChangePubKeyBuilder (line 4862) | class ChangePubKeyBuilder: method __init__ (line 4866) | def __init__(self, chain_id: "ChainId", account_id: "AccountId", sub_a... method __str__ (line 4877) | def __str__(self): method __eq__ (line 4880) | def __eq__(self, other): class _UniffiConverterTypeChangePubKeyBuilder (line 4901) | class _UniffiConverterTypeChangePubKeyBuilder(_UniffiConverterRustBuffer): method read (line 4903) | def read(buf): method write (line 4917) | def write(value, buf): class ContractBuilder (line 4929) | class ContractBuilder: method __init__ (line 4933) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 4946) | def __str__(self): method __eq__ (line 4949) | def __eq__(self, other): class _UniffiConverterTypeContractBuilder (line 4974) | class _UniffiConverterTypeContractBuilder(_UniffiConverterRustBuffer): method read (line 4976) | def read(buf): method write (line 4992) | def write(value, buf): class ContractMatchingBuilder (line 5006) | class ContractMatchingBuilder: method __init__ (line 5010) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5020) | def __str__(self): method __eq__ (line 5023) | def __eq__(self, other): class _UniffiConverterTypeContractMatchingBuilder (line 5042) | class _UniffiConverterTypeContractMatchingBuilder(_UniffiConverterRustBu... method read (line 5044) | def read(buf): method write (line 5057) | def write(value, buf): class ContractPrice (line 5068) | class ContractPrice: method __init__ (line 5072) | def __init__(self, pair_id: "PairId", market_price: "BigUint"): method __str__ (line 5076) | def __str__(self): method __eq__ (line 5079) | def __eq__(self, other): class _UniffiConverterTypeContractPrice (line 5086) | class _UniffiConverterTypeContractPrice(_UniffiConverterRustBuffer): method read (line 5088) | def read(buf): method write (line 5095) | def write(value, buf): class Create2Data (line 5100) | class Create2Data: method __init__ (line 5104) | def __init__(self, creator_address: "ZkLinkAddress", salt_arg: "H256",... method __str__ (line 5109) | def __str__(self): method __eq__ (line 5112) | def __eq__(self, other): class _UniffiConverterTypeCreate2Data (line 5121) | class _UniffiConverterTypeCreate2Data(_UniffiConverterRustBuffer): method read (line 5123) | def read(buf): method write (line 5131) | def write(value, buf): class DepositBuilder (line 5137) | class DepositBuilder: method __init__ (line 5141) | def __init__(self, from_address: "ZkLinkAddress", to_address: "ZkLinkA... method __str__ (line 5153) | def __str__(self): method __eq__ (line 5156) | def __eq__(self, other): class _UniffiConverterTypeDepositBuilder (line 5179) | class _UniffiConverterTypeDepositBuilder(_UniffiConverterRustBuffer): method read (line 5181) | def read(buf): method write (line 5196) | def write(value, buf): class ForcedExitBuilder (line 5209) | class ForcedExitBuilder: method __init__ (line 5213) | def __init__(self, to_chain_id: "ChainId", initiator_account_id: "Acco... method __str__ (line 5226) | def __str__(self): method __eq__ (line 5229) | def __eq__(self, other): class _UniffiConverterTypeForcedExitBuilder (line 5254) | class _UniffiConverterTypeForcedExitBuilder(_UniffiConverterRustBuffer): method read (line 5256) | def read(buf): method write (line 5272) | def write(value, buf): class FullExitBuilder (line 5286) | class FullExitBuilder: method __init__ (line 5290) | def __init__(self, to_chain_id: "ChainId", account_id: "AccountId", su... method __str__ (line 5302) | def __str__(self): method __eq__ (line 5305) | def __eq__(self, other): class _UniffiConverterTypeFullExitBuilder (line 5328) | class _UniffiConverterTypeFullExitBuilder(_UniffiConverterRustBuffer): method read (line 5330) | def read(buf): method write (line 5345) | def write(value, buf): class FundingBuilder (line 5358) | class FundingBuilder: method __init__ (line 5362) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5370) | def __str__(self): method __eq__ (line 5373) | def __eq__(self, other): class _UniffiConverterTypeFundingBuilder (line 5388) | class _UniffiConverterTypeFundingBuilder(_UniffiConverterRustBuffer): method read (line 5390) | def read(buf): method write (line 5401) | def write(value, buf): class FundingInfo (line 5410) | class FundingInfo: method __init__ (line 5414) | def __init__(self, pair_id: "PairId", price: "BigUint", funding_rate: ... method __str__ (line 5419) | def __str__(self): method __eq__ (line 5422) | def __eq__(self, other): class _UniffiConverterTypeFundingInfo (line 5431) | class _UniffiConverterTypeFundingInfo(_UniffiConverterRustBuffer): method read (line 5433) | def read(buf): method write (line 5441) | def write(value, buf): class LiquidationBuilder (line 5447) | class LiquidationBuilder: method __init__ (line 5451) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5461) | def __str__(self): method __eq__ (line 5464) | def __eq__(self, other): class _UniffiConverterTypeLiquidationBuilder (line 5483) | class _UniffiConverterTypeLiquidationBuilder(_UniffiConverterRustBuffer): method read (line 5485) | def read(buf): method write (line 5498) | def write(value, buf): class Message (line 5509) | class Message: method __init__ (line 5513) | def __init__(self, data: str): method __str__ (line 5516) | def __str__(self): method __eq__ (line 5519) | def __eq__(self, other): class _UniffiConverterTypeMessage (line 5524) | class _UniffiConverterTypeMessage(_UniffiConverterRustBuffer): method read (line 5526) | def read(buf): method write (line 5532) | def write(value, buf): class OraclePrices (line 5536) | class OraclePrices: method __init__ (line 5540) | def __init__(self, contract_prices: "typing.List[ContractPrice]", marg... method __str__ (line 5544) | def __str__(self): method __eq__ (line 5547) | def __eq__(self, other): class _UniffiConverterTypeOraclePrices (line 5554) | class _UniffiConverterTypeOraclePrices(_UniffiConverterRustBuffer): method read (line 5556) | def read(buf): method write (line 5563) | def write(value, buf): class OrderMatchingBuilder (line 5568) | class OrderMatchingBuilder: method __init__ (line 5572) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5584) | def __str__(self): method __eq__ (line 5587) | def __eq__(self, other): class _UniffiConverterTypeOrderMatchingBuilder (line 5610) | class _UniffiConverterTypeOrderMatchingBuilder(_UniffiConverterRustBuffer): method read (line 5612) | def read(buf): method write (line 5627) | def write(value, buf): class SpotPriceInfo (line 5640) | class SpotPriceInfo: method __init__ (line 5644) | def __init__(self, token_id: "TokenId", price: "BigUint"): method __str__ (line 5648) | def __str__(self): method __eq__ (line 5651) | def __eq__(self, other): class _UniffiConverterTypeSpotPriceInfo (line 5658) | class _UniffiConverterTypeSpotPriceInfo(_UniffiConverterRustBuffer): method read (line 5660) | def read(buf): method write (line 5667) | def write(value, buf): class TransferBuilder (line 5672) | class TransferBuilder: method __init__ (line 5676) | def __init__(self, account_id: "AccountId", to_address: "ZkLinkAddress... method __str__ (line 5687) | def __str__(self): method __eq__ (line 5690) | def __eq__(self, other): class _UniffiConverterTypeTransferBuilder (line 5711) | class _UniffiConverterTypeTransferBuilder(_UniffiConverterRustBuffer): method read (line 5713) | def read(buf): method write (line 5727) | def write(value, buf): class TxMessage (line 5739) | class TxMessage: method __init__ (line 5743) | def __init__(self, transaction: str, amount: str, fee: str, token: str... method __str__ (line 5751) | def __str__(self): method __eq__ (line 5754) | def __eq__(self, other): class _UniffiConverterTypeTxMessage (line 5769) | class _UniffiConverterTypeTxMessage(_UniffiConverterRustBuffer): method read (line 5771) | def read(buf): method write (line 5782) | def write(value, buf): class TxSignature (line 5791) | class TxSignature: method __init__ (line 5795) | def __init__(self, tx: "ZkLinkTx", layer1_signature: "typing.Optional[... method __str__ (line 5799) | def __str__(self): method __eq__ (line 5802) | def __eq__(self, other): class _UniffiConverterTypeTxSignature (line 5809) | class _UniffiConverterTypeTxSignature(_UniffiConverterRustBuffer): method read (line 5811) | def read(buf): method write (line 5818) | def write(value, buf): class UpdateGlobalVarBuilder (line 5823) | class UpdateGlobalVarBuilder: method __init__ (line 5827) | def __init__(self, from_chain_id: "ChainId", sub_account_id: "SubAccou... method __str__ (line 5833) | def __str__(self): method __eq__ (line 5836) | def __eq__(self, other): class _UniffiConverterTypeUpdateGlobalVarBuilder (line 5847) | class _UniffiConverterTypeUpdateGlobalVarBuilder(_UniffiConverterRustBuf... method read (line 5849) | def read(buf): method write (line 5858) | def write(value, buf): class WithdrawBuilder (line 5865) | class WithdrawBuilder: method __init__ (line 5869) | def __init__(self, account_id: "AccountId", sub_account_id: "SubAccoun... method __str__ (line 5884) | def __str__(self): method __eq__ (line 5887) | def __eq__(self, other): class _UniffiConverterTypeWithdrawBuilder (line 5916) | class _UniffiConverterTypeWithdrawBuilder(_UniffiConverterRustBuffer): method read (line 5918) | def read(buf): method write (line 5936) | def write(value, buf): class ZkLinkSignature (line 5952) | class ZkLinkSignature: method __init__ (line 5956) | def __init__(self, pub_key: "PackedPublicKey", signature: "PackedSigna... method __str__ (line 5960) | def __str__(self): method __eq__ (line 5963) | def __eq__(self, other): class _UniffiConverterTypeZkLinkSignature (line 5970) | class _UniffiConverterTypeZkLinkSignature(_UniffiConverterRustBuffer): method read (line 5972) | def read(buf): method write (line 5979) | def write(value, buf): class ChangePubKeyAuthData (line 5987) | class ChangePubKeyAuthData: method __init__ (line 5988) | def __init__(self): class ONCHAIN (line 5992) | class ONCHAIN: method __init__ (line 5996) | def __init__(self,): method __str__ (line 6001) | def __str__(self): method __eq__ (line 6004) | def __eq__(self, other): class ETH_ECDSA (line 6008) | class ETH_ECDSA: method __init__ (line 6012) | def __init__(self,eth_signature: "PackedEthSignature"): method __str__ (line 6017) | def __str__(self): method __eq__ (line 6020) | def __eq__(self, other): class ETH_CREATE2 (line 6026) | class ETH_CREATE2: method __init__ (line 6030) | def __init__(self,data: "Create2Data"): method __str__ (line 6035) | def __str__(self): method __eq__ (line 6038) | def __eq__(self, other): method is_onchain (line 6048) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6050) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6052) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthData (line 6066) | class _UniffiConverterTypeChangePubKeyAuthData(_UniffiConverterRustBuffer): method read (line 6068) | def read(buf): method write (line 6083) | def write(value, buf): class ChangePubKeyAuthRequest (line 6099) | class ChangePubKeyAuthRequest: method __init__ (line 6100) | def __init__(self): class ONCHAIN (line 6104) | class ONCHAIN: method __init__ (line 6108) | def __init__(self,): method __str__ (line 6113) | def __str__(self): method __eq__ (line 6116) | def __eq__(self, other): class ETH_ECDSA (line 6120) | class ETH_ECDSA: method __init__ (line 6124) | def __init__(self,): method __str__ (line 6129) | def __str__(self): method __eq__ (line 6132) | def __eq__(self, other): class ETH_CREATE2 (line 6136) | class ETH_CREATE2: method __init__ (line 6140) | def __init__(self,data: "Create2Data"): method __str__ (line 6145) | def __str__(self): method __eq__ (line 6148) | def __eq__(self, other): method is_onchain (line 6158) | def is_onchain(self) -> bool: method is_eth_ecdsa (line 6160) | def is_eth_ecdsa(self) -> bool: method is_eth_create2 (line 6162) | def is_eth_create2(self) -> bool: class _UniffiConverterTypeChangePubKeyAuthRequest (line 6176) | class _UniffiConverterTypeChangePubKeyAuthRequest(_UniffiConverterRustBu... method read (line 6178) | def read(buf): method write (line 6192) | def write(value, buf): class EthSignerError (line 6210) | class EthSignerError(Exception): class InvalidEthSigner (line 6216) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6217) | def __repr__(self): class MissingEthPrivateKey (line 6220) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6221) | def __repr__(self): class MissingEthSigner (line 6224) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6225) | def __repr__(self): class SigningFailed (line 6228) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6229) | def __repr__(self): class UnlockingFailed (line 6232) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6233) | def __repr__(self): class InvalidRawTx (line 6236) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6237) | def __repr__(self): class Eip712Failed (line 6240) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6241) | def __repr__(self): class NoSigningKey (line 6244) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6245) | def __repr__(self): class DefineAddress (line 6248) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6249) | def __repr__(self): class RecoverAddress (line 6252) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6253) | def __repr__(self): class LengthMismatched (line 6256) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6257) | def __repr__(self): class CryptoError (line 6260) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6261) | def __repr__(self): class InvalidSignatureStr (line 6264) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6265) | def __repr__(self): class CustomError (line 6268) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6269) | def __repr__(self): class RpcSignError (line 6272) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6273) | def __repr__(self): class EthSignerError (line 6215) | class EthSignerError: # type: ignore class InvalidEthSigner (line 6216) | class InvalidEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6217) | def __repr__(self): class MissingEthPrivateKey (line 6220) | class MissingEthPrivateKey(_UniffiTempEthSignerError): method __repr__ (line 6221) | def __repr__(self): class MissingEthSigner (line 6224) | class MissingEthSigner(_UniffiTempEthSignerError): method __repr__ (line 6225) | def __repr__(self): class SigningFailed (line 6228) | class SigningFailed(_UniffiTempEthSignerError): method __repr__ (line 6229) | def __repr__(self): class UnlockingFailed (line 6232) | class UnlockingFailed(_UniffiTempEthSignerError): method __repr__ (line 6233) | def __repr__(self): class InvalidRawTx (line 6236) | class InvalidRawTx(_UniffiTempEthSignerError): method __repr__ (line 6237) | def __repr__(self): class Eip712Failed (line 6240) | class Eip712Failed(_UniffiTempEthSignerError): method __repr__ (line 6241) | def __repr__(self): class NoSigningKey (line 6244) | class NoSigningKey(_UniffiTempEthSignerError): method __repr__ (line 6245) | def __repr__(self): class DefineAddress (line 6248) | class DefineAddress(_UniffiTempEthSignerError): method __repr__ (line 6249) | def __repr__(self): class RecoverAddress (line 6252) | class RecoverAddress(_UniffiTempEthSignerError): method __repr__ (line 6253) | def __repr__(self): class LengthMismatched (line 6256) | class LengthMismatched(_UniffiTempEthSignerError): method __repr__ (line 6257) | def __repr__(self): class CryptoError (line 6260) | class CryptoError(_UniffiTempEthSignerError): method __repr__ (line 6261) | def __repr__(self): class InvalidSignatureStr (line 6264) | class InvalidSignatureStr(_UniffiTempEthSignerError): method __repr__ (line 6265) | def __repr__(self): class CustomError (line 6268) | class CustomError(_UniffiTempEthSignerError): method __repr__ (line 6269) | def __repr__(self): class RpcSignError (line 6272) | class RpcSignError(_UniffiTempEthSignerError): method __repr__ (line 6273) | def __repr__(self): class _UniffiConverterTypeEthSignerError (line 6281) | class _UniffiConverterTypeEthSignerError(_UniffiConverterRustBuffer): method read (line 6283) | def read(buf): method write (line 6348) | def write(value, buf): class L1SignerType (line 6384) | class L1SignerType: method __init__ (line 6385) | def __init__(self): class ETH (line 6389) | class ETH: method __init__ (line 6393) | def __init__(self,): method __str__ (line 6398) | def __str__(self): method __eq__ (line 6401) | def __eq__(self, other): class STARKNET (line 6405) | class STARKNET: method __init__ (line 6409) | def __init__(self,chain_id: str, address: str): method __str__ (line 6415) | def __str__(self): method __eq__ (line 6418) | def __eq__(self, other): method is_eth (line 6430) | def is_eth(self) -> bool: method is_starknet (line 6432) | def is_starknet(self) -> bool: class _UniffiConverterTypeL1SignerType (line 6445) | class _UniffiConverterTypeL1SignerType(_UniffiConverterRustBuffer): method read (line 6447) | def read(buf): method write (line 6459) | def write(value, buf): class L1Type (line 6473) | class L1Type(enum.Enum): class _UniffiConverterTypeL1Type (line 6479) | class _UniffiConverterTypeL1Type(_UniffiConverterRustBuffer): method read (line 6481) | def read(buf): method write (line 6489) | def write(value, buf): class Parameter (line 6501) | class Parameter: method __init__ (line 6502) | def __init__(self): class FEE_ACCOUNT (line 6506) | class FEE_ACCOUNT: method __init__ (line 6510) | def __init__(self,account_id: "AccountId"): method __str__ (line 6515) | def __str__(self): method __eq__ (line 6518) | def __eq__(self, other): class INSURANCE_FUND_ACCOUNT (line 6524) | class INSURANCE_FUND_ACCOUNT: method __init__ (line 6528) | def __init__(self,account_id: "AccountId"): method __str__ (line 6533) | def __str__(self): method __eq__ (line 6536) | def __eq__(self, other): class MARGIN_INFO (line 6542) | class MARGIN_INFO: method __init__ (line 6546) | def __init__(self,margin_id: "MarginId", token_id: "TokenId", ratio:... method __str__ (line 6553) | def __str__(self): method __eq__ (line 6556) | def __eq__(self, other): class FUNDING_INFOS (line 6566) | class FUNDING_INFOS: method __init__ (line 6570) | def __init__(self,infos: "typing.List[FundingInfo]"): method __str__ (line 6575) | def __str__(self): method __eq__ (line 6578) | def __eq__(self, other): class CONTRACT_INFO (line 6584) | class CONTRACT_INFO: method __init__ (line 6588) | def __init__(self,pair_id: "PairId", symbol: str, initial_margin_rat... method __str__ (line 6596) | def __str__(self): method __eq__ (line 6599) | def __eq__(self, other): method is_fee_account (line 6615) | def is_fee_account(self) -> bool: method is_insurance_fund_account (line 6617) | def is_insurance_fund_account(self) -> bool: method is_margin_info (line 6619) | def is_margin_info(self) -> bool: method is_funding_infos (line 6621) | def is_funding_infos(self) -> bool: method is_contract_info (line 6623) | def is_contract_info(self) -> bool: class _UniffiConverterTypeParameter (line 6639) | class _UniffiConverterTypeParameter(_UniffiConverterRustBuffer): method read (line 6641) | def read(buf): method write (line 6670) | def write(value, buf): class SignError (line 6701) | class SignError(Exception): class EthSigningError (line 6707) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6708) | def __repr__(self): class ZkSigningError (line 6711) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6712) | def __repr__(self): class StarkSigningError (line 6715) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6716) | def __repr__(self): class IncorrectTx (line 6719) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6720) | def __repr__(self): class SignError (line 6706) | class SignError: # type: ignore class EthSigningError (line 6707) | class EthSigningError(_UniffiTempSignError): method __repr__ (line 6708) | def __repr__(self): class ZkSigningError (line 6711) | class ZkSigningError(_UniffiTempSignError): method __repr__ (line 6712) | def __repr__(self): class StarkSigningError (line 6715) | class StarkSigningError(_UniffiTempSignError): method __repr__ (line 6716) | def __repr__(self): class IncorrectTx (line 6719) | class IncorrectTx(_UniffiTempSignError): method __repr__ (line 6720) | def __repr__(self): class _UniffiConverterTypeSignError (line 6728) | class _UniffiConverterTypeSignError(_UniffiConverterRustBuffer): method read (line 6730) | def read(buf): method write (line 6751) | def write(value, buf): class StarkSignerError (line 6768) | class StarkSignerError(Exception): class InvalidStarknetSigner (line 6774) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6775) | def __repr__(self): class InvalidSignature (line 6778) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6779) | def __repr__(self): class InvalidPrivKey (line 6782) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6783) | def __repr__(self): class SignError (line 6786) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6787) | def __repr__(self): class RpcSignError (line 6790) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6791) | def __repr__(self): class StarkSignerError (line 6773) | class StarkSignerError: # type: ignore class InvalidStarknetSigner (line 6774) | class InvalidStarknetSigner(_UniffiTempStarkSignerError): method __repr__ (line 6775) | def __repr__(self): class InvalidSignature (line 6778) | class InvalidSignature(_UniffiTempStarkSignerError): method __repr__ (line 6779) | def __repr__(self): class InvalidPrivKey (line 6782) | class InvalidPrivKey(_UniffiTempStarkSignerError): method __repr__ (line 6783) | def __repr__(self): class SignError (line 6786) | class SignError(_UniffiTempStarkSignerError): method __repr__ (line 6787) | def __repr__(self): class RpcSignError (line 6790) | class RpcSignError(_UniffiTempStarkSignerError): method __repr__ (line 6791) | def __repr__(self): class _UniffiConverterTypeStarkSignerError (line 6799) | class _UniffiConverterTypeStarkSignerError(_UniffiConverterRustBuffer): method read (line 6801) | def read(buf): method write (line 6826) | def write(value, buf): class TypeError (line 6845) | class TypeError(Exception): class InvalidAddress (line 6851) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6852) | def __repr__(self): class InvalidTxHash (line 6855) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6856) | def __repr__(self): class NotStartWithZerox (line 6859) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6860) | def __repr__(self): class SizeMismatch (line 6863) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6864) | def __repr__(self): class DecodeFromHexErr (line 6867) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6868) | def __repr__(self): class TooBigInteger (line 6871) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6872) | def __repr__(self): class InvalidBigIntStr (line 6875) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6876) | def __repr__(self): class TypeError (line 6850) | class TypeError: # type: ignore class InvalidAddress (line 6851) | class InvalidAddress(_UniffiTempTypeError): method __repr__ (line 6852) | def __repr__(self): class InvalidTxHash (line 6855) | class InvalidTxHash(_UniffiTempTypeError): method __repr__ (line 6856) | def __repr__(self): class NotStartWithZerox (line 6859) | class NotStartWithZerox(_UniffiTempTypeError): method __repr__ (line 6860) | def __repr__(self): class SizeMismatch (line 6863) | class SizeMismatch(_UniffiTempTypeError): method __repr__ (line 6864) | def __repr__(self): class DecodeFromHexErr (line 6867) | class DecodeFromHexErr(_UniffiTempTypeError): method __repr__ (line 6868) | def __repr__(self): class TooBigInteger (line 6871) | class TooBigInteger(_UniffiTempTypeError): method __repr__ (line 6872) | def __repr__(self): class InvalidBigIntStr (line 6875) | class InvalidBigIntStr(_UniffiTempTypeError): method __repr__ (line 6876) | def __repr__(self): class _UniffiConverterTypeTypeError (line 6884) | class _UniffiConverterTypeTypeError(_UniffiConverterRustBuffer): method read (line 6886) | def read(buf): method write (line 6919) | def write(value, buf): class TypedDataMessage (line 6939) | class TypedDataMessage: method __init__ (line 6940) | def __init__(self): class CREATE_L2_KEY (line 6944) | class CREATE_L2_KEY: method __init__ (line 6948) | def __init__(self,message: "Message"): method __str__ (line 6953) | def __str__(self): method __eq__ (line 6956) | def __eq__(self, other): class TRANSACTION (line 6962) | class TRANSACTION: method __init__ (line 6966) | def __init__(self,message: "TxMessage"): method __str__ (line 6971) | def __str__(self): method __eq__ (line 6974) | def __eq__(self, other): method is_create_l2_key (line 6984) | def is_create_l2_key(self) -> bool: method is_transaction (line 6986) | def is_transaction(self) -> bool: class _UniffiConverterTypeTypedDataMessage (line 6999) | class _UniffiConverterTypeTypedDataMessage(_UniffiConverterRustBuffer): method read (line 7001) | def read(buf): method write (line 7013) | def write(value, buf): class ZkSignerError (line 7030) | class ZkSignerError(Exception): class CustomError (line 7036) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7037) | def __repr__(self): class InvalidSignature (line 7040) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7041) | def __repr__(self): class InvalidPrivKey (line 7044) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7045) | def __repr__(self): class InvalidSeed (line 7048) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7049) | def __repr__(self): class InvalidPubkey (line 7052) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7053) | def __repr__(self): class InvalidPubkeyHash (line 7056) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7057) | def __repr__(self): class EthSignerError (line 7060) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7061) | def __repr__(self): class StarkSignerError (line 7064) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7065) | def __repr__(self): class ZkSignerError (line 7035) | class ZkSignerError: # type: ignore class CustomError (line 7036) | class CustomError(_UniffiTempZkSignerError): method __repr__ (line 7037) | def __repr__(self): class InvalidSignature (line 7040) | class InvalidSignature(_UniffiTempZkSignerError): method __repr__ (line 7041) | def __repr__(self): class InvalidPrivKey (line 7044) | class InvalidPrivKey(_UniffiTempZkSignerError): method __repr__ (line 7045) | def __repr__(self): class InvalidSeed (line 7048) | class InvalidSeed(_UniffiTempZkSignerError): method __repr__ (line 7049) | def __repr__(self): class InvalidPubkey (line 7052) | class InvalidPubkey(_UniffiTempZkSignerError): method __repr__ (line 7053) | def __repr__(self): class InvalidPubkeyHash (line 7056) | class InvalidPubkeyHash(_UniffiTempZkSignerError): method __repr__ (line 7057) | def __repr__(self): class EthSignerError (line 7060) | class EthSignerError(_UniffiTempZkSignerError): method __repr__ (line 7061) | def __repr__(self): class StarkSignerError (line 7064) | class StarkSignerError(_UniffiTempZkSignerError): method __repr__ (line 7065) | def __repr__(self): class _UniffiConverterTypeZkSignerError (line 7073) | class _UniffiConverterTypeZkSignerError(_UniffiConverterRustBuffer): method read (line 7075) | def read(buf): method write (line 7112) | def write(value, buf): class _UniffiConverterOptionalString (line 7132) | class _UniffiConverterOptionalString(_UniffiConverterRustBuffer): method write (line 7134) | def write(cls, value, buf): method read (line 7143) | def read(cls, buf): class _UniffiConverterOptionalTypeZkLinkSignature (line 7154) | class _UniffiConverterOptionalTypeZkLinkSignature(_UniffiConverterRustBu... method write (line 7156) | def write(cls, value, buf): method read (line 7165) | def read(cls, buf): class _UniffiConverterOptionalSequenceUInt8 (line 7176) | class _UniffiConverterOptionalSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7178) | def write(cls, value, buf): method read (line 7187) | def read(cls, buf): class _UniffiConverterOptionalTypeH256 (line 7198) | class _UniffiConverterOptionalTypeH256(_UniffiConverterRustBuffer): method write (line 7200) | def write(cls, value, buf): method read (line 7209) | def read(cls, buf): class _UniffiConverterOptionalTypePackedEthSignature (line 7220) | class _UniffiConverterOptionalTypePackedEthSignature(_UniffiConverterRus... method write (line 7222) | def write(cls, value, buf): method read (line 7231) | def read(cls, buf): class _UniffiConverterOptionalTypeTxLayer1Signature (line 7242) | class _UniffiConverterOptionalTypeTxLayer1Signature(_UniffiConverterRust... method write (line 7244) | def write(cls, value, buf): method read (line 7253) | def read(cls, buf): class _UniffiConverterSequenceUInt8 (line 7264) | class _UniffiConverterSequenceUInt8(_UniffiConverterRustBuffer): method write (line 7266) | def write(cls, value, buf): method read (line 7273) | def read(cls, buf): class _UniffiConverterSequenceTypeContract (line 7284) | class _UniffiConverterSequenceTypeContract(_UniffiConverterRustBuffer): method write (line 7286) | def write(cls, value, buf): method read (line 7293) | def read(cls, buf): class _UniffiConverterSequenceTypeContractPrice (line 7304) | class _UniffiConverterSequenceTypeContractPrice(_UniffiConverterRustBuff... method write (line 7306) | def write(cls, value, buf): method read (line 7313) | def read(cls, buf): class _UniffiConverterSequenceTypeFundingInfo (line 7324) | class _UniffiConverterSequenceTypeFundingInfo(_UniffiConverterRustBuffer): method write (line 7326) | def write(cls, value, buf): method read (line 7333) | def read(cls, buf): class _UniffiConverterSequenceTypeSpotPriceInfo (line 7344) | class _UniffiConverterSequenceTypeSpotPriceInfo(_UniffiConverterRustBuff... method write (line 7346) | def write(cls, value, buf): method read (line 7353) | def read(cls, buf): class _UniffiConverterSequenceTypeAccountId (line 7364) | class _UniffiConverterSequenceTypeAccountId(_UniffiConverterRustBuffer): method write (line 7366) | def write(cls, value, buf): method read (line 7373) | def read(cls, buf): class _UniffiConverterTypeAccountId (line 7386) | class _UniffiConverterTypeAccountId: method write (line 7388) | def write(value, buf): method read (line 7392) | def read(buf): method lift (line 7396) | def lift(value): method lower (line 7400) | def lower(value): class _UniffiConverterTypeAddress (line 7407) | class _UniffiConverterTypeAddress: method write (line 7409) | def write(value, buf): method read (line 7413) | def read(buf): method lift (line 7417) | def lift(value): method lower (line 7421) | def lower(value): class _UniffiConverterTypeBigUint (line 7428) | class _UniffiConverterTypeBigUint: method write (line 7430) | def write(value, buf): method read (line 7434) | def read(buf): method lift (line 7438) | def lift(value): method lower (line 7442) | def lower(value): class _UniffiConverterTypeBlockNumber (line 7449) | class _UniffiConverterTypeBlockNumber: method write (line 7451) | def write(value, buf): method read (line 7455) | def read(buf): method lift (line 7459) | def lift(value): method lower (line 7463) | def lower(value): class _UniffiConverterTypeChainId (line 7470) | class _UniffiConverterTypeChainId: method write (line 7472) | def write(value, buf): method read (line 7476) | def read(buf): method lift (line 7480) | def lift(value): method lower (line 7484) | def lower(value): class _UniffiConverterTypeEthBlockId (line 7491) | class _UniffiConverterTypeEthBlockId: method write (line 7493) | def write(value, buf): method read (line 7497) | def read(buf): method lift (line 7501) | def lift(value): method lower (line 7505) | def lower(value): class _UniffiConverterTypeH256 (line 7512) | class _UniffiConverterTypeH256: method write (line 7514) | def write(value, buf): method read (line 7518) | def read(buf): method lift (line 7522) | def lift(value): method lower (line 7526) | def lower(value): class _UniffiConverterTypeMarginId (line 7533) | class _UniffiConverterTypeMarginId: method write (line 7535) | def write(value, buf): method read (line 7539) | def read(buf): method lift (line 7543) | def lift(value): method lower (line 7547) | def lower(value): class _UniffiConverterTypeNonce (line 7554) | class _UniffiConverterTypeNonce: method write (line 7556) | def write(value, buf): method read (line 7560) | def read(buf): method lift (line 7564) | def lift(value): method lower (line 7568) | def lower(value): class _UniffiConverterTypePackedEthSignature (line 7575) | class _UniffiConverterTypePackedEthSignature: method write (line 7577) | def write(value, buf): method read (line 7581) | def read(buf): method lift (line 7585) | def lift(value): method lower (line 7589) | def lower(value): class _UniffiConverterTypePackedPublicKey (line 7596) | class _UniffiConverterTypePackedPublicKey: method write (line 7598) | def write(value, buf): method read (line 7602) | def read(buf): method lift (line 7606) | def lift(value): method lower (line 7610) | def lower(value): class _UniffiConverterTypePackedSignature (line 7617) | class _UniffiConverterTypePackedSignature: method write (line 7619) | def write(value, buf): method read (line 7623) | def read(buf): method lift (line 7627) | def lift(value): method lower (line 7631) | def lower(value): class _UniffiConverterTypePairId (line 7638) | class _UniffiConverterTypePairId: method write (line 7640) | def write(value, buf): method read (line 7644) | def read(buf): method lift (line 7648) | def lift(value): method lower (line 7652) | def lower(value): class _UniffiConverterTypePriorityOpId (line 7659) | class _UniffiConverterTypePriorityOpId: method write (line 7661) | def write(value, buf): method read (line 7665) | def read(buf): method lift (line 7669) | def lift(value): method lower (line 7673) | def lower(value): class _UniffiConverterTypePubKeyHash (line 7680) | class _UniffiConverterTypePubKeyHash: method write (line 7682) | def write(value, buf): method read (line 7686) | def read(buf): method lift (line 7690) | def lift(value): method lower (line 7694) | def lower(value): class _UniffiConverterTypeSlotId (line 7701) | class _UniffiConverterTypeSlotId: method write (line 7703) | def write(value, buf): method read (line 7707) | def read(buf): method lift (line 7711) | def lift(value): method lower (line 7715) | def lower(value): class _UniffiConverterTypeStarkEip712Signature (line 7722) | class _UniffiConverterTypeStarkEip712Signature: method write (line 7724) | def write(value, buf): method read (line 7728) | def read(buf): method lift (line 7732) | def lift(value): method lower (line 7736) | def lower(value): class _UniffiConverterTypeSubAccountId (line 7743) | class _UniffiConverterTypeSubAccountId: method write (line 7745) | def write(value, buf): method read (line 7749) | def read(buf): method lift (line 7753) | def lift(value): method lower (line 7757) | def lower(value): class _UniffiConverterTypeTimeStamp (line 7764) | class _UniffiConverterTypeTimeStamp: method write (line 7766) | def write(value, buf): method read (line 7770) | def read(buf): method lift (line 7774) | def lift(value): method lower (line 7778) | def lower(value): class _UniffiConverterTypeTokenId (line 7785) | class _UniffiConverterTypeTokenId: method write (line 7787) | def write(value, buf): method read (line 7791) | def read(buf): method lift (line 7795) | def lift(value): method lower (line 7799) | def lower(value): class _UniffiConverterTypeTxHash (line 7806) | class _UniffiConverterTypeTxHash: method write (line 7808) | def write(value, buf): method read (line 7812) | def read(buf): method lift (line 7816) | def lift(value): method lower (line 7820) | def lower(value): class _UniffiConverterTypeTxLayer1Signature (line 7827) | class _UniffiConverterTypeTxLayer1Signature: method write (line 7829) | def write(value, buf): method read (line 7833) | def read(buf): method lift (line 7837) | def lift(value): method lower (line 7841) | def lower(value): class _UniffiConverterTypeZkLinkAddress (line 7848) | class _UniffiConverterTypeZkLinkAddress: method write (line 7850) | def write(value, buf): method read (line 7854) | def read(buf): method lift (line 7858) | def lift(value): method lower (line 7862) | def lower(value): class _UniffiConverterTypeZkLinkTx (line 7869) | class _UniffiConverterTypeZkLinkTx: method write (line 7871) | def write(value, buf): method read (line 7875) | def read(buf): method lift (line 7879) | def lift(value): method lower (line 7883) | def lower(value): function create_signed_change_pubkey (line 7886) | def create_signed_change_pubkey(zklink_signer: "ZkLinkSigner",tx: "Chang... function eth_signature_of_change_pubkey (line 7896) | def eth_signature_of_change_pubkey(tx: "ChangePubKey",eth_signer: "EthSi... function get_public_key_hash (line 7904) | def get_public_key_hash(public_key: "PackedPublicKey") -> "PubKeyHash": function verify_musig (line 7910) | def verify_musig(signature: "ZkLinkSignature",msg: "typing.List[int]") -... function zklink_main_net_url (line 7918) | def zklink_main_net_url() -> str: function zklink_test_net_url (line 7922) | def zklink_test_net_url() -> str: FILE: jesse/modes/import_candles_mode/drivers/Binance/BinanceMain.py class BinanceMain (line 11) | class BinanceMain(CandleExchange): method __init__ (line 12) | def __init__( method _make_request (line 36) | def _make_request(self, url: str, params: dict = None) -> requests.Res... method get_starting_time (line 61) | def get_starting_time(self, symbol: str) -> int: method fetch (line 84) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 118) | def get_available_symbols(self) -> list: method _prefix_address (line 128) | def _prefix_address(self): method __del__ (line 133) | def __del__(self): FILE: jesse/modes/import_candles_mode/drivers/Binance/BinancePerpetualFutures.py class BinancePerpetualFutures (line 5) | class BinancePerpetualFutures(BinanceMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Binance/BinancePerpetualFuturesTestnet.py class BinancePerpetualFuturesTestnet (line 5) | class BinancePerpetualFuturesTestnet(BinanceMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Binance/BinanceSpot.py class BinanceSpot (line 5) | class BinanceSpot(BinanceMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Binance/BinanceUSSpot.py class BinanceUSSpot (line 5) | class BinanceUSSpot(BinanceMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Binance/binance_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 54) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Bitfinex/BitfinexSpot.py class BitfinexSpot (line 12) | class BitfinexSpot(CandleExchange): method __init__ (line 13) | def __init__(self) -> None: method _make_request (line 25) | def _make_request(self, url: str, params: dict = None) -> requests.Res... method get_starting_time (line 38) | def get_starting_time(self, symbol: str) -> int: method fetch (line 69) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str) -> ... method get_available_symbols (line 105) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Bitfinex/bitfinex_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 31) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitMain.py class BybitMain (line 11) | class BybitMain(CandleExchange): method __init__ (line 12) | def __init__(self, name: str, rest_endpoint: str, category: str) -> None: method get_starting_time (line 30) | def get_starting_time(self, symbol: str) -> int: method fetch (line 47) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 81) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitSpot.py class BybitSpot (line 5) | class BybitSpot(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitSpotTestnet.py class BybitSpotTestnet (line 5) | class BybitSpotTestnet(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitUSDCPerpetual.py class BybitUSDCPerpetual (line 5) | class BybitUSDCPerpetual(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitUSDCPerpetualTestnet.py class BybitUSDCPerpetualTestnet (line 5) | class BybitUSDCPerpetualTestnet(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitUSDTPerpetual.py class BybitUSDTPerpetual (line 5) | class BybitUSDTPerpetual(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/BybitUSDTPerpetualTestnet.py class BybitUSDTPerpetualTestnet (line 5) | class BybitUSDTPerpetualTestnet(BybitMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Bybit/bybit_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 36) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Coinbase/CoinbaseSpot.py class CoinbaseSpot (line 8) | class CoinbaseSpot(CandleExchange): method __init__ (line 9) | def __init__(self) -> None: method get_starting_time (line 19) | def get_starting_time(self, symbol: str) -> int: method fetch (line 36) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str) -> ... method get_available_symbols (line 73) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Coinbase/coinbase_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 25) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Gate/GateSpot.py class GateSpot (line 5) | class GateSpot(GateSpotMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Gate/GateSpotMain.py class GateSpotMain (line 9) | class GateSpotMain(CandleExchange): method __init__ (line 10) | def __init__(self, name: str, rest_endpoint: str) -> None: method get_starting_time (line 16) | def get_starting_time(self, symbol: str) -> int: method fetch (line 36) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 70) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Gate/GateUSDTMain.py class GateUSDTMain (line 12) | class GateUSDTMain(CandleExchange): method __init__ (line 13) | def __init__(self, name: str, rest_endpoint: str) -> None: method get_starting_time (line 28) | def get_starting_time(self, symbol: str) -> int: method fetch (line 48) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 97) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Gate/GateUSDTPerpetual.py class GateUSDTPerpetual (line 5) | class GateUSDTPerpetual(GateUSDTMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Gate/gate_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 36) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/Hyperliquid/HyperliquidPerpetual.py class HyperliquidPerpetual (line 5) | class HyperliquidPerpetual(HyperliquidPerpetualMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Hyperliquid/HyperliquidPerpetualMain.py class HyperliquidPerpetualMain (line 8) | class HyperliquidPerpetualMain(CandleExchange): method __init__ (line 9) | def __init__(self, name: str, rest_endpoint: str) -> None: method get_starting_time (line 16) | def get_starting_time(self, symbol: str) -> int: method fetch (line 37) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str = '1... method get_available_symbols (line 72) | def get_available_symbols(self) -> list: FILE: jesse/modes/import_candles_mode/drivers/Hyperliquid/HyperliquidPerpetualTestnet.py class HyperliquidPerpetualTestnet (line 5) | class HyperliquidPerpetualTestnet(HyperliquidPerpetualMain): method __init__ (line 6) | def __init__(self) -> None: FILE: jesse/modes/import_candles_mode/drivers/Hyperliquid/hyperliquid_utils.py function timeframe_to_interval (line 4) | def timeframe_to_interval(timeframe: str) -> str: function interval_to_timeframe (line 40) | def interval_to_timeframe(interval: str) -> str: FILE: jesse/modes/import_candles_mode/drivers/interface.py class CandleExchange (line 6) | class CandleExchange(ABC): method __init__ (line 7) | def __init__(self, name: str, count: int, rate_limit_per_second: float... method backup_exchange (line 15) | def backup_exchange(self): method fetch (line 25) | def fetch(self, symbol: str, start_timestamp: int, timeframe: str) -> ... method get_starting_time (line 29) | def get_starting_time(self, symbol: str) -> int: method get_available_symbols (line 33) | def get_available_symbols(self) -> list: method validate_response (line 37) | def validate_response(response: requests.Response) -> None: FILE: jesse/modes/monte_carlo_mode/MonteCarloRunner.py class MonteCarloRunner (line 33) | class MonteCarloRunner: method __init__ (line 34) | def __init__( method run (line 110) | def run(self) -> None: method _publish_general_info (line 167) | def _publish_general_info(self): method _run_trades_simulation (line 180) | def _run_trades_simulation(self): method _run_candles_simulation (line 246) | def _run_candles_simulation(self): method _run_trades_with_progress (line 339) | def _run_trades_with_progress(self, config: dict) -> dict: method _run_candles_with_progress (line 406) | def _run_candles_with_progress(self, config: dict, pipeline_class, pip... method _extract_trades_summary_metrics (line 477) | def _extract_trades_summary_metrics(self, results: dict) -> list: method _extract_candles_summary_metrics (line 512) | def _extract_candles_summary_metrics(self, results: dict) -> list: FILE: jesse/modes/monte_carlo_mode/__init__.py function run (line 19) | def run( FILE: jesse/modes/notification_api_keys.py function get_notification_api_keys (line 7) | def get_notification_api_keys() -> JSONResponse: function store_notification_api_keys (line 33) | def store_notification_api_keys( function delete_notification_api_keys (line 82) | def delete_notification_api_keys(notification_api_key_id: str) -> JSONRe... FILE: jesse/modes/optimize_mode/Optimize.py function ray_evaluate_trial (line 24) | def ray_evaluate_trial( class Optimizer (line 82) | class Optimizer: method __init__ (line 83) | def __init__( method _load_study_trials (line 185) | def _load_study_trials(self): method _generate_trial_params (line 233) | def _generate_trial_params(self): method _create_optuna_trial (line 268) | def _create_optuna_trial(self, trial_number, params, score, training_m... method _process_trial_result (line 327) | def _process_trial_result(self, result): method _update_best_candidates (line 418) | def _update_best_candidates(self): method _process_trial_metrics (line 462) | def _process_trial_metrics(self, trial_number, training_metrics, testi... method _set_progressbar_index (line 494) | def _set_progressbar_index(self, index): method run (line 503) | def run(self) -> optuna.trial.FrozenTrial: FILE: jesse/modes/optimize_mode/__init__.py function run (line 14) | def run( function _get_training_and_testing_candles (line 119) | def _get_training_and_testing_candles( FILE: jesse/modes/optimize_mode/fitness.py function _formatted_inputs_for_isolated_backtest (line 10) | def _formatted_inputs_for_isolated_backtest(user_config, routes): function get_fitness (line 23) | def get_fitness( FILE: jesse/modes/utils.py function save_daily_portfolio_balance (line 6) | def save_daily_portfolio_balance(is_initial=False) -> None: function get_exchange_type (line 49) | def get_exchange_type(exchange_name: str) -> str: FILE: jesse/repositories/candle_repository.py function delete_candles_from_db (line 8) | def delete_candles_from_db(exchange: str, symbol: str) -> None: function get_existing_candles (line 18) | def get_existing_candles() -> List[dict]: function fetch_candles_from_db (line 61) | def fetch_candles_from_db(exchange: str, symbol: str, timeframe: str, st... function store_candles_into_db (line 77) | def store_candles_into_db(exchange: str, symbol: str, timeframe: str, ca... function store_candle_into_db (line 112) | def store_candle_into_db(exchange: str, symbol: str, timeframe: str, can... FILE: jesse/repositories/closed_trade_repository.py function _ensure_db_open (line 14) | def _ensure_db_open() -> None: function populate_order_arrays (line 19) | def populate_order_arrays(trade: ClosedTrade) -> ClosedTrade: function find_by_id (line 43) | def find_by_id(trade_id: str) -> Optional[ClosedTrade]: function find_by_session_id (line 59) | def find_by_session_id(session_id: str, limit: int = None) -> List[Close... function create (line 81) | def create(trade_data: dict) -> Optional[ClosedTrade]: function update (line 117) | def update(trade: ClosedTrade) -> None: function store_or_update (line 143) | def store_or_update(trade: ClosedTrade) -> None: function close_trade (line 182) | def close_trade(trade: ClosedTrade, opened_at: int = None) -> None: function disable_trade (line 204) | def disable_trade(trade_id: str) -> None: function find_by_filters (line 216) | def find_by_filters( function get_open_trade (line 290) | def get_open_trade(exchange_name: str, symbol: str, is_initial: bool = F... FILE: jesse/repositories/live_equity_repository.py function _ensure_db_open (line 8) | def _ensure_db_open() -> None: function upsert_snapshot (line 13) | def upsert_snapshot(session_id: str, timestamp: int, currency: str, equi... function _choose_step_ms (line 44) | def _choose_step_ms(from_ms: int, to_ms: int, timeframe: str, max_points... function query_equity_curve (line 79) | def query_equity_curve( function get_session_equity_count (line 169) | def get_session_equity_count(session_id: str) -> int: FILE: jesse/repositories/live_session_repository.py function _ensure_db_open (line 11) | def _ensure_db_open() -> None: function get_live_session_by_id (line 16) | def get_live_session_by_id(session_id: str) -> Optional[LiveSession]: function get_live_sessions (line 31) | def get_live_sessions( function store_live_session (line 82) | def store_live_session( function update_live_session_status (line 141) | def update_live_session_status(id: str, status: str) -> None: function update_live_session_state (line 158) | def update_live_session_state(id: str, state: dict) -> None: function upsert_live_session_state (line 180) | def upsert_live_session_state(id: str, state: dict) -> None: function update_live_session_notes (line 220) | def update_live_session_notes( function update_live_session_finished (line 250) | def update_live_session_finished(id: str, finished_at: int = None) -> None: function store_live_session_exception (line 267) | def store_live_session_exception(id: str, exception: str, traceback: str... function delete_live_session (line 285) | def delete_live_session(session_id: str) -> bool: function purge_live_sessions (line 302) | def purge_live_sessions(days_old: int = None) -> int: FILE: jesse/repositories/open_tab_repository.py function _ensure_db_open (line 8) | def _ensure_db_open() -> None: function get_open_tabs (line 13) | def get_open_tabs(module: str) -> List[OpenTab]: function get_open_tab_session_ids (line 28) | def get_open_tab_session_ids(module: str) -> List[str]: function add_open_tab (line 36) | def add_open_tab(module: str, session_id: str) -> List[str]: function remove_open_tab (line 82) | def remove_open_tab(module: str, session_id: str) -> List[str]: function reorder_open_tabs (line 107) | def reorder_open_tabs(module: str, session_ids: List[str]) -> List[str]: function clear_open_tabs (line 163) | def clear_open_tabs(module: str) -> None: FILE: jesse/repositories/order_repository.py function create (line 14) | def create(order_data: dict) -> Order: function update (line 67) | def update(order: Order) -> None: function store_or_update (line 124) | def store_or_update(order: Order) -> None: function find_by_id (line 199) | def find_by_id(order_id: str) -> Optional[Order]: function find_by_exchange_id (line 212) | def find_by_exchange_id(exchange_id: str) -> Optional[Order]: function find_by_exchange_or_client_id (line 225) | def find_by_exchange_or_client_id(order_dict: dict) -> Optional[Order]: function find_by_vars (line 253) | def find_by_vars(exchange: str, symbol: str, vars: dict) -> Optional[Ord... function find_by_partial_id (line 264) | def find_by_partial_id(partial_id: str, exchange: str = None, symbol: st... function find_by_trade_id (line 282) | def find_by_trade_id(trade_id: str) -> List[Order]: function get_active_orders (line 292) | def get_active_orders(symbol: str, exchange: str) -> List[Order]: function get_executed_and_active_orders_without_trade_id (line 313) | def get_executed_and_active_orders_without_trade_id(symbol: str, exchang... function get_session_orders (line 340) | def get_session_orders(session_id: str, exchange: str, symbol: str) -> L... function get_last_exchange_order (line 354) | def get_last_exchange_order(exchange: str, symbol: str) -> Optional[Order]: function get_simulated_orders (line 373) | def get_simulated_orders(exchange: str, symbol: str, qty: float = None) ... function find_by_filters (line 390) | def find_by_filters( function delete (line 464) | def delete(order_id: str) -> None: FILE: jesse/research/backtest.py function backtest (line 12) | def backtest( function _isolated_backtest (line 82) | def _isolated_backtest( function _format_config (line 199) | def _format_config(config): FILE: jesse/research/candles.py function get_candles (line 8) | def get_candles( function store_candles (line 26) | def store_candles(candles: np.ndarray, exchange: str, symbol: str) -> None: function fake_candle (line 69) | def fake_candle(attributes: dict = None, reset: bool = False) -> np.ndar... function fake_range_candles (line 76) | def fake_range_candles(count: int) -> np.ndarray: function candles_from_close_prices (line 83) | def candles_from_close_prices(prices: Union[list, range]) -> np.ndarray: FILE: jesse/research/import_candles.py function import_candles (line 1) | def import_candles( FILE: jesse/research/ml.py function gather_ml_data (line 52) | def gather_ml_data( function train_model (line 141) | def train_model( function load_ml_data_csv (line 391) | def load_ml_data_csv(path_or_name: str) -> List[dict]: function load_ml_model (line 444) | def load_ml_model(directory: str) -> dict: function _write_csv (line 482) | def _write_csv(data_points: List[dict], path: str) -> None: function _print_gather_report (line 501) | def _print_gather_report( function _parse_label_value (line 568) | def _parse_label_value(raw: str): function _label_is_positive (line 591) | def _label_is_positive(value) -> bool: function _compute_binary_metrics (line 611) | def _compute_binary_metrics( function _compute_multiclass_metrics (line 635) | def _compute_multiclass_metrics( function _compute_regression_metrics (line 667) | def _compute_regression_metrics( function _compute_feature_importance (line 690) | def _compute_feature_importance( function _compute_calibration (line 762) | def _compute_calibration( function _compute_feature_impact (line 786) | def _compute_feature_impact( function _print_dataset_section (line 826) | def _print_dataset_section( function _print_feature_importance_table (line 873) | def _print_feature_importance_table(fi: dict, task: str) -> None: function _print_binary_performance (line 920) | def _print_binary_performance(metrics: dict, label_name: str) -> None: function _print_calibration (line 947) | def _print_calibration(calibration: List[dict]) -> None: function _print_threshold_sweep (line 968) | def _print_threshold_sweep( function _print_multiclass_performance (line 1004) | def _print_multiclass_performance( function _print_regression_performance (line 1046) | def _print_regression_performance(metrics: dict, label_name: str) -> None: function _print_feature_impact (line 1069) | def _print_feature_impact( function _header (line 1126) | def _header(title: str) -> None: function _section (line 1133) | def _section(title: str) -> None: function _footer (line 1138) | def _footer() -> None: function _ts_to_date (line 1142) | def _ts_to_date(ts: int) -> str: FILE: jesse/research/monte_carlo/common.py function _setup_progress_bar (line 42) | def _setup_progress_bar(progress_bar: bool, total_scenarios: int, descri... function _safe_log_message (line 52) | def _safe_log_message(message: str, pbar, is_error: bool = False) -> None: function _process_scenario_results (line 68) | def _process_scenario_results( function _create_ray_shared_objects (line 114) | def _create_ray_shared_objects( FILE: jesse/research/monte_carlo/monte_carlo_candles.py class EquityCurvePoint (line 24) | class EquityCurvePoint(TypedDict): class EquityCurveSeries (line 28) | class EquityCurveSeries(TypedDict): class MonteCarloCandlesScenarioResult (line 32) | class MonteCarloCandlesScenarioResult(TypedDict, total=False): class MonteCarloCandlesReturn (line 38) | class MonteCarloCandlesReturn(TypedDict): function _ray_run_scenario_monte_carlo_candles (line 46) | def _ray_run_scenario_monte_carlo_candles( function monte_carlo_candles (line 99) | def monte_carlo_candles( function _launch_monte_carlo_candles_scenarios (line 144) | def _launch_monte_carlo_candles_scenarios( function _filter_valid_results (line 169) | def _filter_valid_results(results: List[dict]) -> Tuple[List[dict], int]: function _log_monte_carlo_candles_simulation_summary (line 178) | def _log_monte_carlo_candles_simulation_summary(valid_results: List[dict... function _calculate_confidence_intervals_candles (line 184) | def _calculate_confidence_intervals_candles(original_result: dict, simul... function _generate_interpretation_candles (line 277) | def _generate_interpretation_candles(confidence_analysis: dict) -> dict: function _run_monte_carlo_candles_simulation (line 330) | def _run_monte_carlo_candles_simulation( function _get_timestamped_filename (line 370) | def _get_timestamped_filename(base_name: str) -> str: function _create_charts_folder (line 377) | def _create_charts_folder(): function print_monte_carlo_candles_summary (line 384) | def print_monte_carlo_candles_summary(results: dict) -> None: function plot_monte_carlo_candles_chart (line 440) | def plot_monte_carlo_candles_chart(results: dict, charts_folder: str = N... FILE: jesse/research/monte_carlo/monte_carlo_trades.py class EquityCurvePoint (line 27) | class EquityCurvePoint(TypedDict): class EquityCurveSeries (line 31) | class EquityCurveSeries(TypedDict): class MonteCarloTradeScenarioResult (line 35) | class MonteCarloTradeScenarioResult(TypedDict, total=False): class ConfidenceIntervalBounds (line 48) | class ConfidenceIntervalBounds(TypedDict): class ConfidenceIntervals (line 52) | class ConfidenceIntervals(TypedDict): class MetricPercentiles (line 56) | class MetricPercentiles(TypedDict): class SimulationAggregate (line 63) | class SimulationAggregate(TypedDict): class ConfidenceMetricAnalysis (line 70) | class ConfidenceMetricAnalysis(TypedDict): class ConfidenceAnalysis (line 79) | class ConfidenceAnalysis(TypedDict): class MonteCarloTradesReturn (line 84) | class MonteCarloTradesReturn(TypedDict): function _ray_run_scenario_monte_carlo (line 93) | def _ray_run_scenario_monte_carlo( function monte_carlo_trades (line 126) | def monte_carlo_trades( function _run_monte_carlo_simulation (line 171) | def _run_monte_carlo_simulation( function _run_original_backtest (line 207) | def _run_original_backtest( function _extract_trade_data (line 230) | def _extract_trade_data(original_result: dict, config: dict) -> Tuple[li... function _diagnose_empty_trades (line 244) | def _diagnose_empty_trades(original_result: dict) -> None: function _launch_monte_carlo_scenarios (line 254) | def _launch_monte_carlo_scenarios( function _reconstruct_equity_curve_from_trades (line 273) | def _reconstruct_equity_curve_from_trades(shuffled_trades: list, origina... function _calculate_metrics_from_equity_curve (line 301) | def _calculate_metrics_from_equity_curve(equity_curve: list, starting_ba... function _calculate_max_drawdown (line 325) | def _calculate_max_drawdown(values: List[float]) -> float: function _calculate_volatility_metrics (line 345) | def _calculate_volatility_metrics(values: List[float]) -> Tuple[float, f... function _calculate_confidence_intervals (line 363) | def _calculate_confidence_intervals(original_result: dict, simulation_re... function _generate_interpretation (line 448) | def _generate_interpretation(confidence_analysis: dict) -> dict: function _get_timestamped_filename (line 483) | def _get_timestamped_filename(base_name: str) -> str: function _create_charts_folder (line 490) | def _create_charts_folder(): function print_monte_carlo_trades_summary (line 497) | def print_monte_carlo_trades_summary(results: dict) -> None: function plot_monte_carlo_trades_chart (line 552) | def plot_monte_carlo_trades_chart(results: dict, charts_folder: str = No... FILE: jesse/routes/__init__.py class RouterClass (line 9) | class RouterClass: method __init__ (line 10) | def __init__(self) -> None: method _reset (line 14) | def _reset(self) -> None: method initiate (line 18) | def initiate(self, routes: list, data_routes: list = None): method set_routes (line 81) | def set_routes(self, routes: List[Any]) -> None: method set_data_routes (line 110) | def set_data_routes(self, routes: List[Dict[str, str]]) -> None: method formatted_routes (line 116) | def formatted_routes(self) -> list: method formatted_data_routes (line 132) | def formatted_data_routes(self) -> list: method all_formatted_routes (line 144) | def all_formatted_routes(self) -> list: method trading_routes_count (line 148) | def trading_routes_count(self) -> int: method data_routes_count (line 152) | def data_routes_count(self) -> int: method all_routes_count (line 156) | def all_routes_count(self) -> int: FILE: jesse/services/api.py class API (line 9) | class API: method __init__ (line 10) | def __init__(self) -> None: method initiate_drivers (line 16) | def initiate_drivers(self) -> None: method market_order (line 34) | def market_order( method limit_order (line 48) | def limit_order( method stop_order (line 62) | def stop_order( method cancel_all_orders (line 75) | def cancel_all_orders(self, exchange: str, symbol: str) -> bool: method cancel_order (line 81) | def cancel_order(self, exchange: str, symbol: str, order_id: str) -> b... FILE: jesse/services/auth.py function password_to_token (line 6) | def password_to_token(password: str) -> JSONResponse: function is_valid_token (line 17) | def is_valid_token(auth_token: str) -> bool: function unauthorized_response (line 22) | def unauthorized_response() -> JSONResponse: function get_access_token (line 28) | def get_access_token(): function user_validation (line 39) | def user_validation(password: str) -> JSONResponse: FILE: jesse/services/broker.py class Broker (line 10) | class Broker: method __init__ (line 11) | def __init__(self, position: Position, exchange: str, symbol: str, tim... method _validate_qty (line 20) | def _validate_qty(qty: float) -> None: method sell_at_market (line 24) | def sell_at_market(self, qty: float) -> Union[Order, None]: method sell_at (line 36) | def sell_at(self, qty: float, price: float) -> Union[Order, None]: method buy_at_market (line 51) | def buy_at_market(self, qty: float) -> Union[Order, None]: method buy_at (line 63) | def buy_at(self, qty: float, price: float) -> Union[Order, None]: method reduce_position_at (line 78) | def reduce_position_at(self, qty: float, price: float, current_price: ... method start_profit_at (line 133) | def start_profit_at(self, side: str, qty: float, price: float) -> Unio... method cancel_all_orders (line 157) | def cancel_all_orders(self) -> bool: method cancel_order (line 160) | def cancel_order(self, order_id: str) -> bool: FILE: jesse/services/cache.py class Cache (line 10) | class Cache: method __init__ (line 11) | def __init__(self, path: str) -> None: method set_value (line 31) | def set_value(self, key: str, data: Any, expire_seconds: int = 60 * 60... method get_value (line 49) | def get_value(self, key: str) -> Any: method _update_db (line 94) | def _update_db(self) -> None: method flush (line 99) | def flush(self) -> None: function cached (line 122) | def cached(method): FILE: jesse/services/candle_service.py function generate_candle_from_one_minutes (line 16) | def generate_candle_from_one_minutes( function candle_dict_to_np_array (line 39) | def candle_dict_to_np_array(candle: dict) -> np.ndarray: function print_candle (line 50) | def print_candle(candle: np.ndarray, is_partial: bool, symbol: str) -> N... function is_bullish (line 69) | def is_bullish(candle: np.ndarray) -> bool: function is_bearish (line 73) | def is_bearish(candle: np.ndarray) -> bool: function candle_includes_price (line 77) | def candle_includes_price(candle: np.ndarray, price: float) -> bool: function split_candle (line 81) | def split_candle(candle: np.ndarray, price: float) -> tuple: function inject_warmup_candles_to_store (line 173) | def inject_warmup_candles_to_store(candles: np.ndarray, exchange: str, s... function get_candles_from_db (line 209) | def get_candles_from_db( function _get_candles_from_db (line 257) | def _get_candles_from_db( function _get_generated_candles (line 335) | def _get_generated_candles(timeframe, trading_candles) -> np.ndarray: function generate_new_candles_loop (line 353) | def generate_new_candles_loop() -> None: function _generate_empty_candle_from_previous_candle (line 387) | def _generate_empty_candle_from_previous_candle( function add_candle (line 407) | def add_candle( function _store_or_update_candle_into_db (line 478) | def _store_or_update_candle_into_db(exchange: str, symbol: str, timefram... function _update_position_current_price (line 484) | def _update_position_current_price(exchange: str, symbol: str, price: fl... function add_candle_from_trade (line 501) | def add_candle_from_trade(trade, exchange: str, symbol: str) -> np.ndarr... function _generate_bigger_timeframes (line 549) | def _generate_bigger_timeframes(candle: np.ndarray, exchange: str, symbo... function batch_add_candle (line 594) | def batch_add_candle( function get_candles (line 605) | def get_candles(exchange: str, symbol: str, timeframe: str) -> np.ndarray: function get_current_candle (line 640) | def get_current_candle(exchange: str, symbol: str, timeframe: str) -> np... function add_multiple_1m_candles (line 666) | def add_multiple_1m_candles( FILE: jesse/services/charts.py function _calculate_equity_curve (line 8) | def _calculate_equity_curve(daily_balance, start_date, name: str, color:... function _generate_color (line 22) | def _generate_color(previous_color): function equity_curve (line 38) | def equity_curve(benchmark: bool = False) -> list: FILE: jesse/services/closed_trade_service.py function create_trade_from_dict (line 10) | def create_trade_from_dict(attributes: dict) -> ClosedTrade: function add_executed_order (line 23) | def add_executed_order(executed_order: Order) -> None: function add_order_record_only (line 37) | def add_order_record_only(order: Order) -> None: function open_trade (line 51) | def open_trade(position, p_orders: list = None) -> None: function close_trade (line 77) | def close_trade(position: Position) -> None: FILE: jesse/services/color.py function generate_unique_hex_color (line 7) | def generate_unique_hex_color(): FILE: jesse/services/db.py class Database (line 7) | class Database: method __init__ (line 8) | def __init__(self): method is_closed (line 11) | def is_closed(self) -> bool: method is_open (line 16) | def is_open(self) -> bool: method close_connection (line 21) | def close_connection(self) -> None: method open_connection (line 26) | def open_connection(self) -> None: FILE: jesse/services/env.py function is_dev_env (line 50) | def is_dev_env() -> bool: FILE: jesse/services/exchange_service.py function initialize_exchanges_state (line 8) | def initialize_exchanges_state() -> None: FILE: jesse/services/failure.py function register_custom_exception_handler (line 11) | def register_custom_exception_handler() -> None: function terminate_session (line 51) | def terminate_session(): FILE: jesse/services/file.py function store_logs (line 13) | def store_logs(export_json: bool = False, export_tradingview: bool = Fal... FILE: jesse/services/general_info.py function get_general_info (line 8) | def get_general_info(has_live=False) -> dict: FILE: jesse/services/installer.py function _pip_install (line 11) | def _pip_install(package): function install (line 15) | def install(is_live_plugin_already_installed: bool, strict: bool): FILE: jesse/services/jesse_trade.py function feedback (line 9) | def feedback(description: str, email: str = None) -> JSONResponse: function report_exception (line 29) | def report_exception( FILE: jesse/services/logger.py function _init_main_logger (line 11) | def _init_main_logger(): function create_logger_file (line 34) | def create_logger_file(name): function reset (line 44) | def reset(): function info (line 48) | def info(msg: str, send_notification=False, webhook=None) -> None: function error (line 81) | def error(msg: str, send_notification=True) -> None: function log_exchange_message (line 116) | def log_exchange_message(exchange, message): function log_optimize_mode (line 139) | def log_optimize_mode(message, session_id: str): function log_monte_carlo (line 180) | def log_monte_carlo(message, session_id: str): function broadcast_error_without_logging (line 222) | def broadcast_error_without_logging(msg: str): FILE: jesse/services/lsp.py function _get_platform_package_name (line 19) | def _get_platform_package_name() -> str: function _save_lsp_version (line 48) | def _save_lsp_version(lsp_version: str) -> None: function _get_lsp_version (line 57) | def _get_lsp_version() -> str: function _compare_versions (line 69) | def _compare_versions(version1: str, version2: str) -> int: function is_lsp_update_available (line 105) | def is_lsp_update_available() -> bool: function install_lsp_server (line 132) | def install_lsp_server() -> None: function run_lsp_server (line 264) | def run_lsp_server(): function terminate_lsp_server (line 335) | def terminate_lsp_server(): FILE: jesse/services/metrics.py function candles_info (line 13) | def candles_info(candles_array: np.ndarray) -> dict: function routes (line 44) | def routes(routes_arr: list) -> list: function _prepare_returns (line 53) | def _prepare_returns(returns, rf=0.0, periods=252): function sharpe_ratio (line 67) | def sharpe_ratio(returns, rf=0.0, periods=365, annualize=True, smart=Fal... function sortino_ratio (line 86) | def sortino_ratio(returns, rf=0, periods=365, annualize=True, smart=False): function autocorr_penalty (line 110) | def autocorr_penalty(returns): function calmar_ratio (line 120) | def calmar_ratio(returns): function max_drawdown (line 156) | def max_drawdown(returns): function calculate_max_underwater_period (line 167) | def calculate_max_underwater_period(daily_balance: list) -> int: function cagr (line 201) | def cagr(returns, rf=0.0, compounded=True, periods=365): function omega_ratio (line 230) | def omega_ratio(returns, rf=0.0, required_return=0.0, periods=365): function serenity_index (line 251) | def serenity_index(returns, rf=0): function ulcer_index (line 263) | def ulcer_index(returns): function to_drawdown_series (line 271) | def to_drawdown_series(returns): function conditional_value_at_risk (line 280) | def conditional_value_at_risk(returns, sigma=1, confidence=0.95): function trades (line 302) | def trades(trades_list: List[ClosedTrade], daily_balance: list, final: b... function hyperparameters (line 444) | def hyperparameters(routes_arr: list) -> list: FILE: jesse/services/migrator.py function run (line 6) | def run(): function _candle (line 40) | def _candle(migrator): function _completed_trade (line 52) | def _completed_trade(migrator): function _closed_trade (line 60) | def _closed_trade(migrator): function _log (line 76) | def _log(migrator): function _order (line 84) | def _order(migrator): function _orderbook (line 100) | def _orderbook(migrator): function _ticker (line 108) | def _ticker(migrator): function _trade (line 116) | def _trade(migrator): function _exchange_api_keys (line 124) | def _exchange_api_keys(migrator): function _optimization_session (line 132) | def _optimization_session(migrator): function _monte_carlo_session (line 144) | def _monte_carlo_session(migrator): function _migrate (line 154) | def _migrate(migrator, fields, columns, table): FILE: jesse/services/multiprocessing.py class Process (line 17) | class Process(mp.Process): method __init__ (line 18) | def __init__(self, *args, **kwargs): method run (line 21) | def run(self): class ProcessManager (line 43) | class ProcessManager: method __init__ (line 44) | def __init__(self): method _reset (line 57) | def _reset(self): method _prefixed_pid (line 65) | def _prefixed_pid(pid): method _prefixed_client_id (line 69) | def _prefixed_client_id(client_id): method _add_process (line 72) | def _add_process(self, client_id): method add_task (line 75) | def add_task(self, function, *args): method get_client_id (line 85) | def get_client_id(self, pid): method get_pid (line 92) | def get_pid(self, client_id): method cancel_process (line 95) | def cancel_process(self, client_id): method flush (line 98) | def flush(self): method _cleanup_finished_workers (line 117) | def _cleanup_finished_workers(self): method active_workers (line 141) | def active_workers(self) -> set: FILE: jesse/services/notifier.py function start_notifier_loop (line 9) | def start_notifier_loop(): function notify (line 50) | def notify(msg: str, webhook=None) -> None: function _telegram (line 64) | def _telegram(msg: str, token: str, chat_id: str) -> None: function _discord (line 83) | def _discord(msg: str, webhook_address=None) -> None: function _slack (line 100) | def _slack(msg: str, webhook_address) -> None: function _custom_channel_notification (line 121) | def _custom_channel_notification(msg: dict): function _format_msg (line 134) | def _format_msg(msg: str) -> str: FILE: jesse/services/order_service.py function create_order (line 15) | def create_order(attributes: dict, should_silent: bool = False, should_s... function execute_order (line 50) | def execute_order(order: Order, silent: bool = False) -> None: function execute_order_partially (line 90) | def execute_order_partially(order: Order, silent: bool = False) -> None: function execute_simulated_market_orders (line 118) | def execute_simulated_market_orders() -> None: function cancel_order (line 128) | def cancel_order(order: Order, silent: bool = False, source: str = '') -... function queue_order (line 152) | def queue_order(order: Order) -> None: function resubmit_order (line 163) | def resubmit_order(order: Order) -> None: function _notify_submission (line 178) | def _notify_submission(order: Order) -> None: function initialize_orders_state (line 186) | def initialize_orders_state() -> None: function get_entry_orders (line 194) | def get_entry_orders(exchange: str, symbol: str) -> List[Order]: function get_exit_orders (line 207) | def get_exit_orders(exchange: str, symbol: str) -> List[Order]: function get_active_exit_orders (line 228) | def get_active_exit_orders(exchange: str, symbol: str) -> List[Order]: function update_active_orders (line 249) | def update_active_orders(exchange: str, symbol: str): FILE: jesse/services/position_service.py function initialize_positions_state (line 14) | def initialize_positions_state() -> None: function create_position (line 21) | def create_position(exchange_name: str, symbol: str, attributes: dict = ... function _mutating_close (line 31) | def _mutating_close(position: Position, close_price: float) -> None: function _close (line 57) | def _close(position: Position): function _mutating_reduce (line 61) | def _mutating_reduce(position: Position, qty: float, price: float) -> None: function _mutating_increase (line 84) | def _mutating_increase(position: Position, qty: float, price: float) -> ... function _mutating_open (line 102) | def _mutating_open(position: Position, qty: float, price: float) -> None: function _update_qty (line 117) | def _update_qty(position: Position, qty: float, operation='set'): function _open (line 141) | def _open(position: Position, p_orders: list = None): function on_executed_order (line 145) | def on_executed_order(position: Position, order: Order) -> None: function update_from_stream (line 217) | def update_from_stream(position: Position, data: dict, is_initial: bool,... FILE: jesse/services/progressbar.py class Progressbar (line 6) | class Progressbar: method __init__ (line 7) | def __init__(self, length: int, step=1): method update (line 20) | def update(self): method current (line 30) | def current(self): method average_execution_seconds (line 36) | def average_execution_seconds(self): method remaining_index (line 40) | def remaining_index(self): method estimated_remaining_seconds (line 46) | def estimated_remaining_seconds(self): method finish (line 51) | def finish(self): FILE: jesse/services/redis.py function init_redis (line 12) | async def init_redis(): function sync_publish (line 31) | def sync_publish(event: str, msg, compression: bool = False): function async_publish (line 54) | async def async_publish(event: str, msg, compression: bool = False): function is_process_active (line 73) | def is_process_active(client_id: str) -> bool: FILE: jesse/services/report.py function positions (line 17) | def positions() -> list: function candles (line 43) | def candles() -> dict: function livetrade (line 78) | def livetrade(): function portfolio_metrics (line 140) | def portfolio_metrics() -> Union[dict, None]: function trades (line 147) | def trades() -> List[dict]: function info (line 153) | def info() -> List[List[Union[str, Any]]]: function watch_list (line 165) | def watch_list() -> Dict[str, List[List[Union[str, str]]]]: function errors (line 203) | def errors() -> List[List[Union[str, Any]]]: function orders (line 215) | def orders() -> List[dict]: FILE: jesse/services/strategy_handler/ExampleStrategy/__init__.py class ExampleStrategy (line 6) | class ExampleStrategy(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 14) | def go_long(self): method go_short (line 17) | def go_short(self): FILE: jesse/services/strategy_handler/__init__.py function generate (line 6) | def generate(name: str) -> JSONResponse: function get_strategies (line 35) | def get_strategies() -> JSONResponse: function get_strategy (line 53) | def get_strategy(name: str) -> JSONResponse: function save_strategy (line 72) | def save_strategy(name: str, content: str) -> JSONResponse: function import_strategy (line 91) | def import_strategy(name: str, code: str) -> JSONResponse: function delete_strategy (line 134) | def delete_strategy(name: str) -> JSONResponse: FILE: jesse/services/strategy_service.py function get_strategy (line 5) | def get_strategy(exchange: str, symbol: str) -> Any: FILE: jesse/services/table.py function key_value (line 4) | def key_value(data, title: str, alignments: Union[list, tuple] = None, u... function multi_value (line 14) | def multi_value(data, with_headers: bool = True, alignments: Union[list,... FILE: jesse/services/tradingview.py function tradingview_logs (line 7) | def tradingview_logs(study_name: str) -> str: FILE: jesse/services/transformers.py function get_exchange_api_key (line 16) | def get_exchange_api_key(exchange_api_key: ExchangeApiKeys) -> dict: function get_notification_api_key (line 37) | def get_notification_api_key(api_key: NotificationApiKeys, protect_sensi... function get_optimization_session (line 58) | def get_optimization_session(session: OptimizationSession) -> dict: function get_optimization_session_for_load_more (line 77) | def get_optimization_session_for_load_more(session: OptimizationSession)... function get_backtest_session (line 159) | def get_backtest_session(session: BacktestSession) -> dict: function get_backtest_session_for_load_more (line 179) | def get_backtest_session_for_load_more(session: BacktestSession) -> dict: function get_live_session (line 211) | def get_live_session(session: LiveSession) -> dict: function get_monte_carlo_session (line 255) | def get_monte_carlo_session(session: MonteCarloSession) -> dict: function _percentile (line 278) | def _percentile(arr: list, p: float) -> float: function _extract_candles_summary_metrics (line 290) | def _extract_candles_summary_metrics(results: dict) -> list: function _extract_trades_summary_metrics (line 327) | def _extract_trades_summary_metrics(results: dict) -> list: function get_monte_carlo_session_for_load_more (line 364) | def get_monte_carlo_session_for_load_more(session: MonteCarloSession) ->... function get_closed_trade_for_list (line 418) | def get_closed_trade_for_list(trade) -> dict: function get_closed_trade_details (line 440) | def get_closed_trade_details(trade) -> dict: function get_order_details (line 473) | def get_order_details(order) -> dict: FILE: jesse/services/validators.py function validate_routes (line 6) | def validate_routes(router) -> None: FILE: jesse/services/web.py class BacktestRequestJson (line 23) | class BacktestRequestJson(BaseModel): class OptimizationRequestJson (line 40) | class OptimizationRequestJson(BaseModel): class ImportCandlesRequestJson (line 56) | class ImportCandlesRequestJson(BaseModel): class ExchangeSupportedSymbolsRequestJson (line 63) | class ExchangeSupportedSymbolsRequestJson(BaseModel): class CancelRequestJson (line 67) | class CancelRequestJson(BaseModel): class LiveRequestJson (line 71) | class LiveRequestJson(BaseModel): class LiveCancelRequestJson (line 83) | class LiveCancelRequestJson(BaseModel): class GetCandlesRequestJson (line 88) | class GetCandlesRequestJson(BaseModel): class GetLogsRequestJson (line 95) | class GetLogsRequestJson(BaseModel): class GetOrdersRequestJson (line 101) | class GetOrdersRequestJson(BaseModel): class StoreExchangeApiKeyRequestJson (line 106) | class StoreExchangeApiKeyRequestJson(BaseModel): class StoreNotificationApiKeyRequestJson (line 116) | class StoreNotificationApiKeyRequestJson(BaseModel): class DeleteExchangeApiKeyRequestJson (line 122) | class DeleteExchangeApiKeyRequestJson(BaseModel): class DeleteNotificationApiKeyRequestJson (line 126) | class DeleteNotificationApiKeyRequestJson(BaseModel): class ConfigRequestJson (line 130) | class ConfigRequestJson(BaseModel): class LoginRequestJson (line 134) | class LoginRequestJson(BaseModel): class LoginJesseTradeRequestJson (line 138) | class LoginJesseTradeRequestJson(BaseModel): class NewStrategyRequestJson (line 143) | class NewStrategyRequestJson(BaseModel): class GetStrategyRequestJson (line 147) | class GetStrategyRequestJson(BaseModel): class SaveStrategyRequestJson (line 151) | class SaveStrategyRequestJson(BaseModel): class DeleteStrategyRequestJson (line 156) | class DeleteStrategyRequestJson(BaseModel): class ImportStrategyRequestJson (line 160) | class ImportStrategyRequestJson(BaseModel): class FeedbackRequestJson (line 164) | class FeedbackRequestJson(BaseModel): class ReportExceptionRequestJson (line 169) | class ReportExceptionRequestJson(BaseModel): class HelpSearchRequestJson (line 178) | class HelpSearchRequestJson(BaseModel): class DeleteCandlesRequestJson (line 182) | class DeleteCandlesRequestJson(BaseModel): class UpdateOptimizationSessionStateRequestJson (line 187) | class UpdateOptimizationSessionStateRequestJson(BaseModel): class UpdateOptimizationSessionStatusRequestJson (line 192) | class UpdateOptimizationSessionStatusRequestJson(BaseModel): class TerminateOptimizationRequestJson (line 197) | class TerminateOptimizationRequestJson(BaseModel): class UpdateOptimizationSessionNotesRequestJson (line 201) | class UpdateOptimizationSessionNotesRequestJson(BaseModel): class GetOptimizationSessionsRequestJson (line 208) | class GetOptimizationSessionsRequestJson(BaseModel): class UpdateBacktestSessionStateRequestJson (line 216) | class UpdateBacktestSessionStateRequestJson(BaseModel): class GetBacktestSessionsRequestJson (line 221) | class GetBacktestSessionsRequestJson(BaseModel): class UpdateBacktestSessionNotesRequestJson (line 229) | class UpdateBacktestSessionNotesRequestJson(BaseModel): class GetLiveSessionsRequestJson (line 236) | class GetLiveSessionsRequestJson(BaseModel): class UpdateLiveSessionNotesRequestJson (line 245) | class UpdateLiveSessionNotesRequestJson(BaseModel): class UpdateLiveSessionStateRequestJson (line 251) | class UpdateLiveSessionStateRequestJson(BaseModel): class GetEquityCurveRequestJson (line 256) | class GetEquityCurveRequestJson(BaseModel): class MonteCarloRequestJson (line 264) | class MonteCarloRequestJson(BaseModel): class UpdateMonteCarloSessionStateRequestJson (line 282) | class UpdateMonteCarloSessionStateRequestJson(BaseModel): class TerminateMonteCarloRequestJson (line 287) | class TerminateMonteCarloRequestJson(BaseModel): class CancelMonteCarloRequestJson (line 291) | class CancelMonteCarloRequestJson(BaseModel): class UpdateMonteCarloSessionNotesRequestJson (line 295) | class UpdateMonteCarloSessionNotesRequestJson(BaseModel): class GetMonteCarloSessionsRequestJson (line 302) | class GetMonteCarloSessionsRequestJson(BaseModel): class GetOrdersHistoryRequestJson (line 310) | class GetOrdersHistoryRequestJson(BaseModel): class GetTradesHistoryRequestJson (line 322) | class GetTradesHistoryRequestJson(BaseModel): class ImportApiKeyRequestJson (line 333) | class ImportApiKeyRequestJson(BaseModel): FILE: jesse/services/ws_manager.py class ConnectionManager (line 12) | class ConnectionManager: method __init__ (line 13) | def __init__(self): method connect (line 21) | async def connect(self, websocket: WebSocket): method disconnect (line 26) | def disconnect(self, websocket: WebSocket): method broadcast (line 30) | async def broadcast(self, message: dict): method start_redis_listener (line 44) | async def start_redis_listener(self, channel_pattern): method _redis_listener (line 51) | async def _redis_listener(self, channel_pattern): method start_heartbeat (line 72) | async def start_heartbeat(self): method _heartbeat_loop (line 76) | async def _heartbeat_loop(self): method stop_redis_listener (line 93) | async def stop_redis_listener(self): FILE: jesse/static/_nuxt/3cNudfSz.js method constructor (line 6) | constructor(e,t){this._modeId=e,this._defaults=t,this._worker=null,this.... method dispose (line 6) | dispose(){this._configChangeListener.dispose(),this._extraLibsChangeList... method _stopWorker (line 6) | _stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),t... method _updateExtraLibs (line 6) | async _updateExtraLibs(){if(!this._worker)return;const e=++this._updateE... method _getClient (line 6) | _getClient(){return this._client||(this._client=(async()=>(this._worker=... method getLanguageServiceWorker (line 6) | async getLanguageServiceWorker(...e){const t=await this._getClient();ret... function D (line 6) | function D(e,t,i=0){if(typeof e=="string")return e;if(e===void 0)return"... function w (line 6) | function w(e){return e?e.map(t=>t.text).join(""):""} method constructor (line 6) | constructor(e){this._worker=e} method _textSpanToRange (line 6) | _textSpanToRange(e,t){let i=e.getPositionAt(t.start),o=e.getPositionAt(t... method constructor (line 6) | constructor(e){this._worker=e,this._libFiles={},this._hasFetchedLibFiles... method isLibFile (line 6) | isLibFile(e){return e&&e.path.indexOf("/lib.")===0?!!r[e.path.slice(1)]:!1} method getOrCreateModel (line 6) | getOrCreateModel(e){const t=a.Uri.parse(e),i=a.editor.getModel(t);if(i)r... method _containsLibFile (line 6) | _containsLibFile(e){for(let t of e)if(this.isLibFile(t))return!0;return!1} method fetchLibFilesIfNecessary (line 6) | async fetchLibFilesIfNecessary(e){this._containsLibFile(e)&&await this._... method _fetchLibFiles (line 6) | _fetchLibFiles(){return this._fetchLibFilesPromise||(this._fetchLibFiles... method constructor (line 6) | constructor(e,t,i,o){super(o),this._libFiles=e,this._defaults=t,this._se... method dispose (line 6) | dispose(){this._disposables.forEach(e=>e&&e.dispose()),this._disposables... method _doValidate (line 6) | async _doValidate(e){const t=await this._worker(e.uri);if(e.isDisposed()... method _convertDiagnostics (line 6) | _convertDiagnostics(e,t){const i=t.start||0,o=t.length||1,{lineNumber:n,... method _convertRelatedInformation (line 7) | _convertRelatedInformation(e,t){if(!t)return[];const i=[];return t.forEa... method _tsDiagnosticCategoryToMarkerSeverity (line 8) | _tsDiagnosticCategoryToMarkerSeverity(e){switch(e){case 1:return a.Marke... method triggerCharacters (line 8) | get triggerCharacters(){return["."]} method provideCompletionItems (line 8) | async provideCompletionItems(t,i,o,n){const c=t.getWordUntilPosition(i),... method resolveCompletionItem (line 8) | async resolveCompletionItem(t,i){const o=t,n=o.uri,c=o.position,u=o.offs... method convertKind (line 8) | static convertKind(t){switch(t){case f.primitiveType:case f.keyword:retu... method createDocumentationString (line 8) | static createDocumentationString(t){let i=w(t.documentation);if(t.tags)f... function T (line 10) | function T(e){let t=`*@${e.name}*`;if(e.name==="param"&&e.text){const[i,... method constructor (line 10) | constructor(){super(...arguments),this.signatureHelpTriggerCharacters=["... method _toSignatureHelpTriggerReason (line 10) | static _toSignatureHelpTriggerReason(t){switch(t.triggerKind){case a.lan... method provideSignatureHelp (line 10) | async provideSignatureHelp(t,i,o,n){const c=t.uri,u=t.getOffsetAt(i),s=a... method provideHover (line 10) | async provideHover(e,t,i){const o=e.uri,n=e.getOffsetAt(t),c=await this.... method provideDocumentHighlights (line 14) | async provideDocumentHighlights(e,t,i){const o=e.uri,n=e.getOffsetAt(t),... method constructor (line 14) | constructor(e,t){super(t),this._libFiles=e} method provideDefinition (line 14) | async provideDefinition(e,t,i){const o=e.uri,n=e.getOffsetAt(t),c=await ... method constructor (line 14) | constructor(e,t){super(t),this._libFiles=e} method provideReferences (line 14) | async provideReferences(e,t,i,o){const n=e.uri,c=e.getOffsetAt(t),u=awai... method provideDocumentSymbols (line 14) | async provideDocumentSymbols(e,t){const i=e.uri,o=await this._worker(i);... method _convertOptions (line 14) | static _convertOptions(e){return{ConvertTabsToSpaces:e.insertSpaces,TabS... method _convertTextChanges (line 15) | _convertTextChanges(e,t){return{text:t.newText,range:this._textSpanToRan... method constructor (line 15) | constructor(){super(...arguments),this.canFormatMultipleRanges=!1} method provideDocumentRangeFormattingEdits (line 15) | async provideDocumentRangeFormattingEdits(e,t,i,o){const n=e.uri,c=e.get... method autoFormatTriggerCharacters (line 15) | get autoFormatTriggerCharacters(){return[";","}",` method provideOnTypeFormattingEdits (line 16) | async provideOnTypeFormattingEdits(e,t,i,o,n){const c=e.uri,u=e.getOffse... method provideCodeActions (line 16) | async provideCodeActions(e,t,i,o){const n=e.uri,c=e.getOffsetAt({lineNum... method _tsCodeFixActionToMonacoCodeAction (line 16) | _tsCodeFixActionToMonacoCodeAction(e,t,i){const o=[];for(const c of i.ch... method constructor (line 16) | constructor(e,t){super(t),this._libFiles=e} method provideRenameEdits (line 16) | async provideRenameEdits(e,t,i,o){const n=e.uri,c=n.toString(),u=e.getOf... method provideInlayHints (line 16) | async provideInlayHints(e,t,i){const o=e.uri,n=o.toString(),c=e.getOffse... method _convertHintKind (line 16) | _convertHintKind(e){switch(e){case"Parameter":return a.languages.InlayHi... function re (line 16) | function re(e){F=L(e,"typescript")} function ie (line 16) | function ie(e){A=L(e,"javascript")} function ne (line 16) | function ne(){return new Promise((e,t)=>{if(!A)return t("JavaScript not ... function ae (line 16) | function ae(){return new Promise((e,t)=>{if(!F)return t("TypeScript not ... function L (line 16) | function L(e,t){const i=[],o=new V(t,e),n=(...s)=>o.getLanguageServiceWo... function te (line 16) | function te(e){for(;e.length;)e.pop().dispose()} FILE: jesse/static/_nuxt/9VOnL4Iz.js function S (line 1) | function S(h){var t=h.width,i=h.height;if(t<0)throw new Error("Negative ... function F (line 1) | function F(h,t){return h.width===t.width&&h.height===t.height} function h (line 1) | function h(t){var i=this;this._resolutionListener=function(){return i._o... function Us (line 1) | function Us(h){return new js(h)} function h (line 1) | function h(t,i,s){var e;this._canvasElement=null,this._bitmapSizeChanged... function Ys (line 1) | function Ys(h,t){return new Zs(h,t.transform,t.options)} function xi (line 1) | function xi(h){return h.ownerDocument.defaultView} function Qs (line 1) | function Qs(){return new Promise(function(h){var t=new ResizeObserver(fu... function Xs (line 1) | function Xs(h,t){return S({width:Math.round(h.left*t+h.width*t)-Math.rou... function h (line 1) | function h(t,i,s){if(i.width===0||i.height===0)throw new TypeError("Rend... function H (line 1) | function H(h,t){var i=h.canvasElementClientSize;if(i.width===0||i.height... function j (line 6) | function j(h,t){const i={0:[],1:[h.lineWidth,h.lineWidth],2:[2*h.lineWid... function _s (line 6) | function _s(h,t,i,s){h.beginPath();const e=h.lineWidth%2?.5:0;h.moveTo(i... function A (line 6) | function A(h,t){if(!h)throw new Error("Assertion failed"+(t?": "+t:""))} function O (line 6) | function O(h){if(h===void 0)throw new Error("Value is undefined");return h} function p (line 6) | function p(h){if(h===null)throw new Error("Value is null");return h} function X (line 6) | function X(h){return p(O(h))} function N (line 6) | function N(h){return h<0?0:h>255?255:Math.round(h)||0} function Ss (line 6) | function Ss(h){return h<=0||h>0?h<0?0:h>1?1:Math.round(1e4*h)/1e4:0} function zt (line 6) | function zt(h){(h=h.toLowerCase())in Oi&&(h=Oi[h]);{const t=re.exec(h)||... function Et (line 6) | function Et(h){const t=zt(h);return{t:`rgb(${t[0]}, ${t[1]}, ${t[2]})`,i... class M (line 6) | class M{constructor(){this.h=[]}l(t,i,s){const e={o:t,_:i,u:s===!0};this... method constructor (line 6) | constructor(){this.h=[]} method l (line 6) | l(t,i,s){const e={o:t,_:i,u:s===!0};this.h.push(e)} method v (line 6) | v(t){const i=this.h.findIndex(s=>t===s.o);i>-1&&this.h.splice(i,1)} method p (line 6) | p(t){this.h=this.h.filter(i=>i._!==t)} method m (line 6) | m(t,i,s){const e=[...this.h];this.h=this.h.filter(n=>!n.u),e.forEach(n... method M (line 6) | M(){return this.h.length>0} method S (line 6) | S(){this.h=[]} function R (line 6) | function R(h,...t){for(const i of t)for(const s in i)i[s]!==void 0&&(typ... function P (line 6) | function P(h){return typeof h=="number"&&isFinite(h)} function rt (line 6) | function rt(h){return typeof h=="number"&&h%1==0} function ut (line 6) | function ut(h){return typeof h=="string"} function dt (line 6) | function dt(h){return typeof h=="boolean"} function W (line 6) | function W(h){const t=h;if(!t||typeof t!="object")return t;let i,s,e;for... function oe (line 6) | function oe(h){return h!==null} function ot (line 6) | function ot(h){return h===null?void 0:h} function K (line 6) | function K(h,t,i){return t===void 0&&(t=ai),`${i=i!==void 0?`${i} `:""}$... class le (line 6) | class le{constructor(t){this.k={C:1,T:5,P:NaN,R:"",D:"",O:"",A:"",V:0,B:... method constructor (line 6) | constructor(t){this.k={C:1,T:5,P:NaN,R:"",D:"",O:"",A:"",V:0,B:0,I:0,L... method W (line 6) | W(){const t=this.k,i=this.j(),s=this.H();return t.P===i&&t.D===s||(t.P... method $ (line 6) | $(){return this.F.W().layout.textColor} method U (line 6) | U(){return this.F.q()} method j (line 6) | j(){return this.F.W().layout.fontSize} method H (line 6) | H(){return this.F.W().layout.fontFamily} class ui (line 6) | class ui{constructor(){this.Y=[]}X(t){this.Y=t}K(t,i,s){this.Y.forEach(e... method constructor (line 6) | constructor(){this.Y=[]} method X (line 6) | X(t){this.Y=t} method K (line 6) | K(t,i,s){this.Y.forEach(e=>{e.K(t,i,s)})} class B (line 6) | class B{K(t,i,s){t.useBitmapCoordinateSpace(e=>this.Z(e,i,s))}} method K (line 6) | K(t,i,s){t.useBitmapCoordinateSpace(e=>this.Z(e,i,s))} class ae (line 6) | class ae extends B{constructor(){super(...arguments),this.G=null}J(t){th... method constructor (line 6) | constructor(){super(...arguments),this.G=null} method J (line 6) | J(t){this.G=t} method Z (line 6) | Z({context:t,horizontalPixelRatio:i,verticalPixelRatio:s}){if(this.G==... function ue (line 6) | function ue(){return{it:[{nt:0,st:0,ot:0,_t:0}],lt:"",rt:"",ht:0,et:0,tt... class fe (line 6) | class fe{constructor(t,i){this.ut=new ui,this.ct=[],this.dt=[],this.ft=!... method constructor (line 6) | constructor(t,i){this.ut=new ui,this.ct=[],this.dt=[],this.ft=!0,this.... method bt (line 6) | bt(t){const i=this.F.wt();i.length!==this.ct.length&&(this.dt=i.map(ue... method gt (line 6) | gt(){return this.ft&&(this.Mt(),this.ft=!1),this.ut} method Mt (line 6) | Mt(){const t=this.vt.W().mode===2,i=this.F.wt(),s=this.vt.xt(),e=this.... class de (line 6) | class de extends B{constructor(t){super(),this.zt=t}Z({context:t,bitmapS... method constructor (line 6) | constructor(t){super(),this.zt=t} method Z (line 6) | Z({context:t,bitmapSize:i,horizontalPixelRatio:s,verticalPixelRatio:e}... class me (line 6) | class me{constructor(t){this.ft=!0,this.Ft={Lt:{et:1,Nt:0,O:"",yt:!1},Et... method constructor (line 6) | constructor(t){this.ft=!0,this.Ft={Lt:{et:1,Nt:0,O:"",yt:!1},Et:{et:1,... method bt (line 6) | bt(){this.ft=!0} method gt (line 6) | gt(){return this.ft&&(this.Mt(),this.ft=!1),this.Wt} method Mt (line 6) | Mt(){const t=this.jt.yt(),i=p(this.jt.Ht()),s=i.$t().W().crosshair,e=t... function ve (line 6) | function ve(h,t,i,s,e,n){h.fillRect(t+n,i,s-2*n,n),h.fillRect(t+n,i+e-n,... function Ot (line 6) | function Ot(h,t,i,s,e,n){h.save(),h.globalCompositeOperation="copy",h.fi... function ki (line 6) | function ki(h,t){return h.map(i=>i===0?i:i+t)} function It (line 6) | function It(h,t,i,s,e,n){h.beginPath(),h.lineTo(t+s-n[1],i),n[1]!==0&&h.... function Ti (line 6) | function Ti(h,t,i,s,e,n,r=0,o=[0,0,0,0],l=""){if(h.save(),!r||!l||l===n)... function ys (line 6) | function ys(h,t,i,s,e,n,r){h.save(),h.globalCompositeOperation="copy";co... class Ni (line 6) | class Ni{constructor(t,i){this.J(t,i)}J(t,i){this.zt=t,this.Kt=i}Bt(t,i)... method constructor (line 6) | constructor(t,i){this.J(t,i)} method J (line 6) | J(t,i){this.zt=t,this.Kt=i} method Bt (line 6) | Bt(t,i){return this.zt.yt?t.P+t.L+t.V:0} method K (line 6) | K(t,i,s,e){if(!this.zt.yt||this.zt.Zt.length===0)return;const n=this.z... method Gt (line 6) | Gt(t,i,s,e){var n;const{context:r,bitmapSize:o,mediaSize:l,horizontalP... class kt (line 6) | class kt{constructor(t){this.ki={Si:0,t:"#000",wi:0,bi:0},this.yi={Zt:""... method constructor (line 6) | constructor(t){this.ki={Si:0,t:"#000",wi:0,bi:0},this.yi={Zt:"",yt:!1,... method Zt (line 6) | Zt(){return this.Ri(),this.yi.Zt} method Si (line 6) | Si(){return this.Ri(),this.ki.Si} method bt (line 6) | bt(){this.ft=!0} method Bt (line 6) | Bt(t,i=!1){return Math.max(this.Ti.Bt(t,i),this.Pi.Bt(t,i))} method Di (line 6) | Di(){return this.ki.xi||0} method Oi (line 6) | Oi(t){this.ki.xi=t} method Ai (line 6) | Ai(){return this.Ri(),this.yi.yt||this.Ci.yt} method Vi (line 6) | Vi(){return this.Ri(),this.yi.yt} method gt (line 6) | gt(t){return this.Ri(),this.yi.hi=this.yi.hi&&t.W().ticksVisible,this.... method Bi (line 6) | Bi(){return this.Ri(),this.Ti.J(this.yi,this.ki),this.Pi.J(this.Ci,thi... method Ri (line 6) | Ri(){this.ft&&(this.yi.hi=!0,this.Ci.hi=!1,this.Ii(this.yi,this.Ci,thi... class pe (line 6) | class pe extends kt{constructor(t,i,s){super(),this.jt=t,this.zi=i,this.... method constructor (line 6) | constructor(t,i,s){super(),this.jt=t,this.zi=i,this.Li=s} method Ii (line 6) | Ii(t,i,s){if(t.yt=!1,this.jt.W().mode===2)return;const e=this.jt.W().h... class Ms (line 6) | class Ms{constructor(){this.zt=null}J(t){this.zt=t}K(t,i){if(this.zt===n... method constructor (line 6) | constructor(){this.zt=null} method J (line 6) | J(t){this.zt=t} method K (line 6) | K(t,i){if(this.zt===null||this.zt.yt===!1||this.zt.Zt.length===0)retur... class ge (line 6) | class ge{constructor(t,i,s){this.ft=!0,this.Wt=new Ms,this.Ft={yt:!1,t:"... method constructor (line 6) | constructor(t,i,s){this.ft=!0,this.Wt=new Ms,this.Ft={yt:!1,t:"#4c525e... method bt (line 6) | bt(){this.ft=!0} method gt (line 6) | gt(){return this.ft&&(this.Mt(),this.ft=!1),this.Wt.J(this.Ft),this.Wt} method Mt (line 6) | Mt(){const t=this.Ft;if(t.yt=!1,this.vt.W().mode===2)return;const i=th... class ci (line 6) | class ci{constructor(){this.qi=null,this.Yi=0}Xi(){return this.Yi}Ki(t){... method constructor (line 6) | constructor(){this.qi=null,this.Yi=0} method Xi (line 6) | Xi(){return this.Yi} method Ki (line 6) | Ki(t){this.Yi=t} method Dt (line 6) | Dt(){return this.qi} method Zi (line 6) | Zi(t){this.qi=t} method Gi (line 6) | Gi(t){return[]} method Ji (line 6) | Ji(){return[]} method yt (line 6) | yt(){return!0} class we (line 6) | class we extends ci{constructor(t,i){super(),this.Qi=null,this.tn=NaN,th... method constructor (line 6) | constructor(t,i){super(),this.Qi=null,this.tn=NaN,this.nn=0,this.sn=!0... method W (line 6) | W(){return this._n} method bn (line 6) | bn(t,i){this.an=t,this.on=i} method wn (line 6) | wn(){this.an=NaN,this.on=NaN} method gn (line 6) | gn(){return this.an} method Mn (line 6) | Mn(){return this.on} method xn (line 6) | xn(t,i,s){this.rn||(this.rn=!0),this.sn=!0,this.Sn(t,i,s)} method xt (line 6) | xt(){return this.nn} method Yt (line 6) | Yt(){return this.hn} method Xt (line 6) | Xt(){return this.ln} method yt (line 6) | yt(){return this.sn} method kn (line 6) | kn(){this.sn=!1,this.yn(),this.tn=NaN,this.hn=NaN,this.ln=NaN,this.Qi=... method Cn (line 6) | Cn(t){return this.Qi!==null?[this.mn,this.un]:[]} method Ut (line 6) | Ut(t){return t===this.Qi&&this._n.horzLine.visible} method qt (line 6) | qt(){return this._n.vertLine.visible} method Tn (line 6) | Tn(t,i){this.sn&&this.Qi===t||this.en.clear();const s=[];return this.Q... method Ji (line 6) | Ji(){return this.sn?[this.pn]:[]} method Ht (line 6) | Ht(){return this.Qi} method Rn (line 6) | Rn(){this.mn.bt(),this.en.forEach(t=>t.bt()),this.pn.bt(),this.un.bt()} method Dn (line 6) | Dn(t){return t&&!t.dn().Ei()?t.dn():null} method Sn (line 6) | Sn(t,i,s){this.On(t,i,s)&&this.Rn()} method On (line 6) | On(t,i,s){const e=this.hn,n=this.ln,r=this.tn,o=this.nn,l=this.Qi,a=th... method yn (line 6) | yn(){const t=this.Hi.wt().map(s=>s.Vn().An()).filter(oe),i=t.length===... method Pn (line 6) | Pn(t,i,s){let e=t.get(i);return e===void 0&&(e=new pe(this,i,s),t.set(... function Tt (line 6) | function Tt(h){return h==="left"||h==="right"} class x (line 6) | class x{constructor(t){this.Bn=new Map,this.In=[],this.zn=t}Ln(t,i){cons... method constructor (line 6) | constructor(t){this.Bn=new Map,this.In=[],this.zn=t} method Ln (line 6) | Ln(t,i){const s=function(e,n){return e===void 0?n:{En:Math.max(e.En,n.... method Fn (line 6) | Fn(){return this.zn} method Wn (line 6) | Wn(t){const i=this.Bn.get(t);return i===void 0?{En:this.zn}:{En:Math.m... method jn (line 6) | jn(){this.Hn(),this.In=[{$n:0}]} method Un (line 6) | Un(t){this.Hn(),this.In=[{$n:1,Ot:t}]} method qn (line 6) | qn(t){this.Yn(),this.In.push({$n:5,Ot:t})} method Hn (line 6) | Hn(){this.Yn(),this.In.push({$n:6})} method Xn (line 6) | Xn(){this.Hn(),this.In=[{$n:4}]} method Kn (line 6) | Kn(t){this.Hn(),this.In.push({$n:2,Ot:t})} method Zn (line 6) | Zn(t){this.Hn(),this.In.push({$n:3,Ot:t})} method Gn (line 6) | Gn(){return this.In} method Jn (line 6) | Jn(t){for(const i of t.In)this.Qn(i);this.zn=Math.max(this.zn,t.zn),t.... method ts (line 6) | static ts(){return new x(2)} method ns (line 6) | static ns(){return new x(3)} method Qn (line 6) | Qn(t){switch(t.$n){case 0:this.jn();break;case 1:this.Un(t.Ot);break;c... method Yn (line 6) | Yn(){const t=this.In.findIndex(i=>i.$n===5);t!==-1&&this.In.splice(t,1)} function I (line 6) | function I(h,t){if(!P(h))return"n/a";if(!rt(t))throw new TypeError("inva... class Nt (line 6) | class Nt{constructor(t,i){if(i||(i=1),P(t)&&rt(t)||(t=100),t<0)throw new... method constructor (line 6) | constructor(t,i){if(i||(i=1),P(t)&&rt(t)||(t=100),t<0)throw new TypeEr... method format (line 6) | format(t){const i=t<0?"−":"";return t=Math.abs(t),i+this.rs(t)} method es (line 6) | es(){if(this.hs=0,this.zi>0&&this.ss>0){let t=this.zi;for(;t>1;)t/=10,... method rs (line 6) | rs(t){const i=this.zi/this.ss;let s=Math.floor(t),e="";const n=this.hs... class zs (line 6) | class zs extends Nt{constructor(t=100){super(t)}format(t){return`${super... method constructor (line 6) | constructor(t=100){super(t)} method format (line 6) | format(t){return`${super.format(t)}%`} class _e (line 6) | class _e{constructor(t){this.ls=t}format(t){let i="";return t<0&&(i="-",... method constructor (line 6) | constructor(t){this.ls=t} method format (line 6) | format(t){let i="";return t<0&&(i="-",t=-t),t<995?i+this.os(t):t<99999... method os (line 6) | os(t){let i;const s=Math.pow(10,this.ls);return i=(t=Math.round(t*s)/s... function xs (line 6) | function xs(h,t,i,s,e,n,r){if(t.length===0||s.from>=t.length||s.to<=0)re... function Dt (line 6) | function Dt(h,t){return{nt:h.nt-t.nt,st:h.st-t.st}} function Pi (line 6) | function Pi(h,t){return{nt:h.nt/t,st:h.st/t}} function Se (line 6) | function Se(h,t,i){const s=Math.max(0,t-1),e=Math.min(h.length-1,i+1);va... function ye (line 6) | function ye(h,t,i,s,e){const{context:n,horizontalPixelRatio:r,verticalPi... class Cs (line 6) | class Cs extends B{constructor(){super(...arguments),this.G=null}J(t){th... method constructor (line 6) | constructor(){super(...arguments),this.G=null} method J (line 6) | J(t){this.G=t} method Z (line 6) | Z(t){var i;if(this.G===null)return;const{it:s,tt:e,_s:n,et:r,Nt:o,us:l... function ei (line 6) | function ei(h,t,i){return Math.min(Math.max(h,t),i)} function mt (line 6) | function mt(h,t,i){return t-h<=i} function Es (line 6) | function Es(h){const t=Math.ceil(h);return t%2==0?t-1:t} class fi (line 6) | class fi{vs(t,i){const s=this.ps,{bs:e,ws:n,gs:r,Ms:o,xs:l,cs:a}=i;if(th... method vs (line 6) | vs(t,i){const s=this.ps,{bs:e,ws:n,gs:r,Ms:o,xs:l,cs:a}=i;if(this.Ss==... class Me (line 6) | class Me extends Cs{constructor(){super(...arguments),this.ks=new fi}fs(... method constructor (line 6) | constructor(){super(...arguments),this.ks=new fi} method fs (line 6) | fs(t,i){return this.ks.vs(t,{bs:i.ys,ws:"",gs:"",Ms:i.Cs,xs:t.bitmapSi... function ze (line 6) | function ze(h,t){const i=h.context;i.strokeStyle=t,i.stroke()} class Os (line 6) | class Os extends B{constructor(){super(...arguments),this.G=null}J(t){th... method constructor (line 6) | constructor(){super(...arguments),this.G=null} method J (line 6) | J(t){this.G=t} method Z (line 6) | Z(t){if(this.G===null)return;const{it:i,tt:s,_s:e,us:n,et:r,Nt:o,Ts:l}... class ks (line 6) | class ks extends Os{Ps(t,i){return i.lt}} method Ps (line 6) | Ps(t,i){return i.lt} function Ts (line 6) | function Ts(h,t,i,s,e=0,n=t.length){let r=n-e;for(;0>1,l=... function xe (line 6) | function xe(h,t){return h.otObject.assign(Object.assign({},t),this.Is.... method Hs (line 6) | Hs(){this.Bs=null} method Es (line 6) | Es(){this.Os&&(this.$s(),this.Os=!1),this.As&&(this.Fs(),this.As=!1),t... method Us (line 6) | Us(){const t=this.Is.Dt(),i=this.zs.St();if(this.Hs(),i.Ei()||t.Ei())r... class Rt (line 6) | class Rt extends di{constructor(t,i){super(t,i,!0)}Xs(t,i,s){i.Zs(this.V... method constructor (line 6) | constructor(t,i){super(t,i,!0)} method Xs (line 6) | Xs(t,i,s){i.Zs(this.Vs,ot(this.Bs)),t.Gs(this.Vs,s,ot(this.Bs))} method Js (line 6) | Js(t,i){return{ot:t,_t:i,nt:NaN,st:NaN}} method $s (line 6) | $s(){const t=this.Is.js();this.Vs=this.Is.Vn().Qs().map(i=>{const s=i.... class Ee (line 6) | class Ee extends Rt{constructor(t,i){super(t,i),this.Ns=new ui,this.ne=n... method constructor (line 6) | constructor(t,i){super(t,i),this.Ns=new ui,this.ne=new Me,this.se=new ... method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.Js(t,i)),s.Ws(t))} method Ks (line 6) | Ks(){const t=this.Is.W();this.ne.J({us:t.lineType,it:this.Vs,Nt:t.line... class Oe (line 6) | class Oe extends B{constructor(){super(...arguments),this.zt=null,this.r... method constructor (line 6) | constructor(){super(...arguments),this.zt=null,this.re=0,this.he=0} method J (line 6) | J(t){this.zt=t} method Z (line 6) | Z({context:t,horizontalPixelRatio:i,verticalPixelRatio:s}){if(this.zt=... method le (line 6) | le(t){const i=Math.floor(t);return Math.max(i,Math.floor(function(s,e)... class Bs (line 6) | class Bs extends di{constructor(t,i){super(t,i,!1)}Xs(t,i,s){i.Zs(this.V... method constructor (line 6) | constructor(t,i){super(t,i,!1)} method Xs (line 6) | Xs(t,i,s){i.Zs(this.Vs,ot(this.Bs)),t.ve(this.Vs,s,ot(this.Bs))} method pe (line 6) | pe(t,i,s){return{ot:t,me:i.Ot[0],be:i.Ot[1],we:i.Ot[2],ge:i.Ot[3],nt:N... method $s (line 6) | $s(){const t=this.Is.js();this.Vs=this.Is.Vn().Qs().map(i=>this.te(i.i... class ke (line 6) | class ke extends Bs{constructor(){super(...arguments),this.Ns=new Oe}te(... method constructor (line 6) | constructor(){super(...arguments),this.Ns=new Oe} method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.pe(t,i,s)),s.Ws(t))} method Ks (line 6) | Ks(){const t=this.Is.W();this.Ns.J({Vn:this.Vs,ee:this.zs.St().ee(),ce... class Te (line 6) | class Te extends Cs{constructor(){super(...arguments),this.ks=new fi}fs(... method constructor (line 6) | constructor(){super(...arguments),this.ks=new fi} method fs (line 6) | fs(t,i){const s=this.G;return this.ks.vs(t,{bs:i.Me,ws:i.xe,gs:i.Se,Ms... class Ne (line 6) | class Ne extends Os{constructor(){super(...arguments),this.ye=new fi}Ps(... method constructor (line 6) | constructor(){super(...arguments),this.ye=new fi} method Ps (line 6) | Ps(t,i){const s=this.G;return this.ye.vs(t,{bs:i.Ce,ws:i.Ce,gs:i.Te,Ms... class Re (line 6) | class Re extends Rt{constructor(t,i){super(t,i),this.Ns=new ui,this.Pe=n... method constructor (line 6) | constructor(t,i){super(t,i),this.Ns=new ui,this.Pe=new Te,this.Re=new ... method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.Js(t,i)),s.Ws(t))} method Ks (line 6) | Ks(){const t=this.Is.Ct();if(t===null)return;const i=this.Is.W(),s=thi... class Be (line 6) | class Be extends B{constructor(){super(...arguments),this.zt=null,this.r... method constructor (line 6) | constructor(){super(...arguments),this.zt=null,this.re=0} method J (line 6) | J(t){this.zt=t} method Z (line 6) | Z(t){if(this.zt===null||this.zt.Vn.length===0||this.zt.tt===null)retur... method Oe (line 6) | Oe(t,i,s){if(this.zt===null)return;const{context:e,horizontalPixelRati... method Ve (line 6) | Ve(t){let i=Math.floor(1*t);this.re<=2*i&&(i=Math.floor(.5*(this.re-1)... method Ae (line 6) | Ae(t,i,s){if(this.zt===null)return;const{context:e,horizontalPixelRati... method Be (line 6) | Be(t,i,s){if(this.zt===null)return;const{context:e,horizontalPixelRati... class Le (line 6) | class Le extends Bs{constructor(){super(...arguments),this.Ns=new Be}te(... method constructor (line 6) | constructor(){super(...arguments),this.Ns=new Be} method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.pe(t,i,s)),s.Ws(t))} method Ks (line 6) | Ks(){const t=this.Is.W();this.Ns.J({Vn:this.Vs,ee:this.zs.St().ee(),De... class Pe (line 6) | class Pe{constructor(t,i){this.Le=t,this.zi=i}K(t,i,s){this.Le.draw(t,th... method constructor (line 6) | constructor(t,i){this.Le=t,this.zi=i} method K (line 6) | K(t,i,s){this.Le.draw(t,this.zi,i,s)} class Vt (line 6) | class Vt extends di{constructor(t,i,s){super(t,i,!1),this.mn=s,this.Ns=n... method constructor (line 6) | constructor(t,i,s){super(t,i,!1),this.mn=s,this.Ns=new Pe(this.mn.rend... method Ee (line 6) | Ee(t){return this.mn.priceValueBuilder(t)} method Ne (line 6) | Ne(t){return this.mn.isWhitespace(t)} method $s (line 6) | $s(){const t=this.Is.js();this.Vs=this.Is.Vn().Qs().map(i=>Object.assi... method Xs (line 6) | Xs(t,i){i.Zs(this.Vs,ot(this.Bs))} method Ks (line 6) | Ks(){this.mn.update({bars:this.Vs.map(We),barSpacing:this.zs.St().ee()... function We (line 6) | function We(h){return{x:h.nt,time:h.ot,originalData:h.Fe,barColor:h.oe}} class Ie (line 6) | class Ie extends B{constructor(){super(...arguments),this.zt=null,this.j... method constructor (line 6) | constructor(){super(...arguments),this.zt=null,this.je=[]} method J (line 6) | J(t){this.zt=t,this.je=[]} method Z (line 6) | Z({context:t,horizontalPixelRatio:i,verticalPixelRatio:s}){if(this.zt=... method He (line 6) | He(t){if(this.zt===null||this.zt.it.length===0||this.zt.tt===null)retu... class De (line 6) | class De extends Rt{constructor(){super(...arguments),this.Ns=new Ie}te(... method constructor (line 6) | constructor(){super(...arguments),this.Ns=new Ie} method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.Js(t,i)),s.Ws(t))} method Ks (line 6) | Ks(){const t={it:this.Vs,ee:this.zs.St().ee(),tt:this.Bs,$e:this.Is.Dt... class Ve (line 6) | class Ve extends Rt{constructor(){super(...arguments),this.Ns=new ks}te(... method constructor (line 6) | constructor(){super(...arguments),this.Ns=new ks} method te (line 6) | te(t,i,s){return Object.assign(Object.assign({},this.Js(t,i)),s.Ws(t))} method Ks (line 6) | Ks(){const t=this.Is.W(),i={it:this.Vs,Nt:t.lineStyle,us:t.lineVisible... class lt (line 6) | class lt{constructor(t=50){this.Ye=0,this.Xe=1,this.Ke=1,this.Ze={},this... method constructor (line 6) | constructor(t=50){this.Ye=0,this.Xe=1,this.Ke=1,this.Ze={},this.Ge=new... method Qe (line 6) | Qe(){this.Ye=0,this.Ge.clear(),this.Xe=1,this.Ke=1,this.Ze={}} method Mi (line 6) | Mi(t,i,s){return this.tr(t,i,s).width} method gi (line 6) | gi(t,i,s){const e=this.tr(t,i,s);return((e.actualBoundingBoxAscent||0)... method tr (line 6) | tr(t,i,s){const e=s||Ae,n=String(i).replace(e,"0");if(this.Ge.has(n))r... class $e (line 6) | class $e{constructor(t){this.sr=null,this.k=null,this.er="right",this.rr... method constructor (line 6) | constructor(t){this.sr=null,this.k=null,this.er="right",this.rr=t} method hr (line 6) | hr(t,i,s){this.sr=t,this.k=i,this.er=s} method K (line 6) | K(t){this.k!==null&&this.sr!==null&&this.sr.K(t,this.k,this.rr,this.er)} class Ls (line 6) | class Ls{constructor(t,i,s){this.lr=t,this.rr=new lt(50),this.ar=i,this.... method constructor (line 6) | constructor(t,i,s){this.lr=t,this.rr=new lt(50),this.ar=i,this.F=s,thi... method gt (line 6) | gt(){const t=this.F._r(this.ar);if(t===null)return null;const i=t.ur(t... class Fe (line 6) | class Fe extends B{constructor(){super(...arguments),this.zt=null}J(t){t... method constructor (line 6) | constructor(){super(...arguments),this.zt=null} method J (line 6) | J(t){this.zt=t} method pr (line 6) | pr(t,i){var s;if(!(!((s=this.zt)===null||s===void 0)&&s.yt))return nul... method Z (line 6) | Z({context:t,bitmapSize:i,horizontalPixelRatio:s,verticalPixelRatio:e}... class mi (line 6) | class mi{constructor(t){this.wr={st:0,O:"rgba(0, 0, 0, 0)",et:1,Nt:0,yt:... method constructor (line 6) | constructor(t){this.wr={st:0,O:"rgba(0, 0, 0, 0)",et:1,Nt:0,yt:!1},thi... method bt (line 6) | bt(){this.ft=!0} method gt (line 6) | gt(){return this.Is.yt()?(this.ft&&(this.Mr(),this.ft=!1),this.gr):null} class He (line 6) | class He extends mi{constructor(t){super(t)}Mr(){this.wr.yt=!1;const t=t... method constructor (line 6) | constructor(t){super(t)} method Mr (line 6) | Mr(){this.wr.yt=!1;const t=this.Is.Dt(),i=t.Sr().Sr;if(i!==2&&i!==3)re... class je (line 6) | class je extends B{constructor(){super(...arguments),this.zt=null}J(t){t... method constructor (line 6) | constructor(){super(...arguments),this.zt=null} method J (line 6) | J(t){this.zt=t} method We (line 6) | We(){return this.zt} method Z (line 6) | Z({context:t,horizontalPixelRatio:i,verticalPixelRatio:s}){const e=thi... function Wi (line 6) | function Wi(h,t,i,s){return function(e,n){if(e==="transparent")return e;... function Ii (line 6) | function Ii(h,t){const i=h%2600/2600;let s;for(const l of Ue)if(i>=l.Pr&... class Ze (line 6) | class Ze{constructor(t){this.Wt=new je,this.ft=!0,this.zr=!0,this.Lr=per... method constructor (line 6) | constructor(t){this.Wt=new je,this.ft=!0,this.zr=!0,this.Lr=performanc... method Fr (line 6) | Fr(){this.Er=this.Lr-1,this.bt()} method Wr (line 6) | Wr(){if(this.bt(),this.Nr.W().lastPriceAnimation===2){const t=performa... method bt (line 6) | bt(){this.ft=!0} method jr (line 6) | jr(){this.zr=!0} method yt (line 6) | yt(){return this.Nr.W().lastPriceAnimation!==0} method Hr (line 6) | Hr(){switch(this.Nr.W().lastPriceAnimation){case 0:return!1;case 1:ret... method gt (line 6) | gt(){return this.ft?(this.Mt(),this.ft=!1,this.zr=!1):this.zr&&(this.$... method Mt (line 6) | Mt(){this.Wt.J(null);const t=this.Nr.$t().St(),i=t.qs(),s=this.Nr.Ct()... method $r (line 6) | $r(){const t=this.Wt.We();if(t!==null){const i=Ii(this.Xr(),t.kr);t.Cr... method Xr (line 6) | Xr(){return this.Hr()?performance.now()-this.Lr:2599} function st (line 6) | function st(h,t){return Es(Math.min(Math.max(h,12),30)*t)} function at (line 6) | function at(h,t){switch(h){case"arrowDown":case"arrowUp":return st(t,1);... function Ps (line 6) | function Ps(h){return function(t){const i=Math.ceil(t);return i%2!=0?i-1... function Di (line 6) | function Di(h){return Math.max(st(h,.1),3)} function Ws (line 6) | function Ws(h,t,i,s,e){const n=at("square",i),r=(n-1)/2,o=h-r,l=t-r;retu... function Vi (line 6) | function Vi(h,t,i,s){const e=(at("arrowUp",s)-1)/2*i.Kr,n=(Es(s/2)-1)/2*... function Ye (line 6) | function Ye(h,t,i,s,e,n){return Ws(t,i,s,e,n)} class Qe (line 6) | class Qe extends B{constructor(){super(...arguments),this.zt=null,this.r... method constructor (line 6) | constructor(){super(...arguments),this.zt=null,this.rr=new lt,this.j=-... method J (line 6) | J(t){this.zt=t} method hr (line 6) | hr(t,i){this.j===t&&this.H===i||(this.j=t,this.H=i,this.Zr=K(t,i),this... method pr (line 6) | pr(t,i){if(this.zt===null||this.zt.tt===null)return null;for(let s=thi... method Z (line 6) | Z({context:t,horizontalPixelRatio:i,verticalPixelRatio:s},e,n){if(this... function Xe (line 6) | function Xe(h,t,i,s){t.fillStyle=h.O,h.Zt!==void 0&&function(e,n,r,o,l,a... function qe (line 6) | function qe(h,t,i){return!(h.Zt===void 0||!function(s,e,n,r,o,l){const a... function Je (line 6) | function Je(h,t,i,s,e,n,r,o,l){const a=P(i)?i:i.ge,u=P(i)?i:i.be,c=P(i)?... class Ke (line 6) | class Ke{constructor(t,i){this.ft=!0,this.nh=!0,this.sh=!0,this.eh=null,... method constructor (line 6) | constructor(t,i){this.ft=!0,this.nh=!0,this.sh=!0,this.eh=null,this.Wt... method bt (line 6) | bt(t){this.ft=!0,this.sh=!0,t==="data"&&(this.nh=!0)} method gt (line 6) | gt(t){if(!this.Nr.yt())return null;this.ft&&this.rh();const i=this.Hi.... method hh (line 6) | hh(){if(this.sh){if(this.Nr.lh().length>0){const t=this.Hi.St().ee(),i... method rh (line 6) | rh(){const t=this.Nr.Dt(),i=this.Hi.St(),s=this.Nr.lh();this.nh&&(this... class Ge (line 6) | class Ge extends mi{constructor(t){super(t)}Mr(){const t=this.wr;t.yt=!1... method constructor (line 6) | constructor(t){super(t)} method Mr (line 6) | Mr(){const t=this.wr;t.yt=!1;const i=this.Is.W();if(!i.priceLineVisibl... class th (line 6) | class th extends kt{constructor(t){super(),this.jt=t}Ii(t,i,s){t.yt=!1,i... method constructor (line 6) | constructor(t){super(),this.jt=t} method Ii (line 6) | Ii(t,i,s){t.yt=!1,i.yt=!1;const e=this.jt;if(!e.yt())return;const n=e.... method dh (line 6) | dh(t,i,s,e){let n="";const r=this.jt._h();return s&&r.length!==0&&(n+=... method uh (line 6) | uh(t,i,s){return i?s?this.jt.Dt().fh()?t.mh:t.ph:t.Zt:""} function Ai (line 6) | function Ai(h,t,i,s){const e=Number.isFinite(t),n=Number.isFinite(i);ret... class k (line 6) | class k{constructor(t,i){this.bh=t,this.wh=i}gh(t){return t!==null&&this... method constructor (line 6) | constructor(t,i){this.bh=t,this.wh=i} method gh (line 6) | gh(t){return t!==null&&this.bh===t.bh&&this.wh===t.wh} method Mh (line 6) | Mh(){return new k(this.bh,this.wh)} method xh (line 6) | xh(){return this.bh} method Sh (line 6) | Sh(){return this.wh} method kh (line 6) | kh(){return this.wh-this.bh} method Ei (line 6) | Ei(){return this.wh===this.bh||Number.isNaN(this.wh)||Number.isNaN(thi... method Jn (line 6) | Jn(t){return t===null?this:new k(Ai(Math.min,this.xh(),t.xh(),-1/0),Ai... method yh (line 6) | yh(t){if(!P(t)||this.wh-this.bh===0)return;const i=.5*(this.wh+this.bh... method Ch (line 6) | Ch(t){P(t)&&(this.wh+=t,this.bh+=t)} method Th (line 6) | Th(){return{minValue:this.bh,maxValue:this.wh}} method Ph (line 6) | static Ph(t){return t===null?null:new k(t.minValue,t.maxValue)} class xt (line 6) | class xt{constructor(t,i){this.Rh=t,this.Dh=i||null}Oh(){return this.Rh}... method constructor (line 6) | constructor(t,i){this.Rh=t,this.Dh=i||null} method Oh (line 6) | Oh(){return this.Rh} method Ah (line 6) | Ah(){return this.Dh} method Th (line 6) | Th(){return this.Rh===null?null:{priceRange:this.Rh.Th(),margins:this.... method Ph (line 6) | static Ph(t){return t===null?null:new xt(k.Ph(t.priceRange),t.margins)} class ih (line 6) | class ih extends mi{constructor(t,i){super(t),this.Vh=i}Mr(){const t=thi... method constructor (line 6) | constructor(t,i){super(t),this.Vh=i} method Mr (line 6) | Mr(){const t=this.wr;t.yt=!1;const i=this.Vh.W();if(!this.Is.yt()||!i.... class sh (line 6) | class sh extends kt{constructor(t,i){super(),this.Nr=t,this.Vh=i}Ii(t,i,... method constructor (line 6) | constructor(t,i){super(),this.Nr=t,this.Vh=i} method Ii (line 6) | Ii(t,i,s){t.yt=!1,i.yt=!1;const e=this.Vh.W(),n=e.axisLabelVisible,r=e... method Ih (line 6) | Ih(t){const i=this.Nr.Ct();return i===null?"":this.Nr.Dt().Ni(t,i.Ot)} class eh (line 6) | class eh{constructor(t,i){this.Nr=t,this._n=i,this.zh=new ih(t,this),thi... method constructor (line 6) | constructor(t,i){this.Nr=t,this._n=i,this.zh=new ih(t,this),this.lr=ne... method Eh (line 6) | Eh(t){R(this._n,t),this.bt(),this.Nr.$t().Nh()} method W (line 6) | W(){return this._n} method Fh (line 6) | Fh(){return this.zh} method Wh (line 6) | Wh(){return this.Lh} method jh (line 6) | jh(){return this.lr} method bt (line 6) | bt(){this.zh.bt(),this.lr.bt()} method Bh (line 6) | Bh(){const t=this.Nr,i=t.Dt();if(t.$t().St().Ei()||i.Ei())return null;... class hh (line 6) | class hh extends ci{constructor(t){super(),this.Hi=t}$t(){return this.Hi}} method constructor (line 6) | constructor(t){super(),this.Hi=t} method $t (line 6) | $t(){return this.Hi} class rh (line 6) | class rh{constructor(t){this.$h=(i,s)=>s!==void 0?s.Ot:this.Nr.Vn().Uh(i... method constructor (line 6) | constructor(t){this.$h=(i,s)=>s!==void 0?s.Ot:this.Nr.Vn().Uh(i),this.... method Ws (line 6) | Ws(t,i){return this.qh(this.$h,this.Nr.W(),t,i)} class oh (line 6) | class oh{constructor(){this.Xh=[],this.Kh=new Map,this.Zh=new Map}Gh(){r... method constructor (line 6) | constructor(){this.Xh=[],this.Kh=new Map,this.Zh=new Map} method Gh (line 6) | Gh(){return this.Ys()>0?this.Xh[this.Xh.length-1]:null} method Jh (line 6) | Jh(){return this.Ys()>0?this.Qh(0):null} method An (line 6) | An(){return this.Ys()>0?this.Qh(this.Xh.length-1):null} method Ys (line 6) | Ys(){return this.Xh.length} method Ei (line 6) | Ei(){return this.Ys()===0} method Yr (line 6) | Yr(t){return this.tl(t,0)!==null} method Uh (line 6) | Uh(t){return this.il(t)} method il (line 6) | il(t,i=0){const s=this.tl(t,i);return s===null?null:Object.assign(Obje... method Qs (line 6) | Qs(){return this.Xh} method sl (line 6) | sl(t,i,s){if(this.Ei())return null;let e=null;for(const n of s)e=vt(e,... method J (line 6) | J(t){this.Zh.clear(),this.Kh.clear(),this.Xh=t} method Qh (line 6) | Qh(t){return this.Xh[t].ie} method nl (line 6) | nl(t){return this.Xh[t]} method tl (line 6) | tl(t,i){const s=this.rl(t);if(s===null&&i!==0)switch(i){case-1:return ... method hl (line 6) | hl(t){let i=this.al(t);return i>0&&(i-=1),i!==this.Xh.length&&this.Qh(... method ll (line 6) | ll(t){const i=this.ol(t);return i!==this.Xh.length&&ti.iei.ie>s)} method _l (line 6) | _l(t,i,s){let e=null;for(let n=t;n{t(e).forEach(n=>{n.ml()===i&&s.push(n... function Ft (line 6) | function Ft(h){return h.Cn()} function fh (line 6) | function fh(h){return h.Tl()} function dh (line 6) | function dh(h){return h.Pl()} class vi (line 6) | class vi extends hh{constructor(t,i,s,e,n){super(t),this.zt=new oh,this.... method constructor (line 6) | constructor(t,i,s,e,n){super(t),this.zt=new oh,this.zh=new Ge(this),th... method S (line 6) | S(){this.zl!==null&&clearTimeout(this.zl)} method oh (line 6) | oh(t){return this._n.priceLineColor||t} method Ur (line 6) | Ur(t){const i={qr:!0},s=this.Dt();if(this.$t().St().Ei()||s.Ei()||this... method js (line 6) | js(){return this.Vl!==null||(this.Vl=new rh(this)),this.Vl} method W (line 6) | W(){return this._n} method Eh (line 6) | Eh(t){const i=t.priceScaleId;i!==void 0&&i!==this._n.priceScaleId&&thi... method J (line 6) | J(t,i){this.zt.J(t),this.Yl(),this.mn.bt("data"),this.un.bt("data"),th... method Zl (line 6) | Zl(t){this.Bl=t,this.Yl();const i=this.$t()._r(this);this.un.bt("data"... method Gl (line 6) | Gl(){return this.Bl} method lh (line 6) | lh(){return this.Il} method Jl (line 6) | Jl(t){const i=new eh(this,t);return this.Dl.push(i),this.$t().Ul(this),i} method Ql (line 6) | Ql(t){const i=this.Dl.indexOf(t);i!==-1&&this.Dl.splice(i,1),this.$t()... method Yh (line 6) | Yh(){return this.El} method Ct (line 6) | Ct(){const t=this.ta();return t===null?null:{Ot:t.Ot[3],ia:t.ot}} method ta (line 6) | ta(){const t=this.$t().St().qs();if(t===null)return null;const i=t.Rs(... method Vn (line 6) | Vn(){return this.zt} method ah (line 6) | ah(t){const i=this.zt.Uh(t);return i===null?null:this.El==="Bar"||this... method na (line 6) | na(t){const i=[];$t(this.Ll,Ft,"top",i);const s=this.Al;return s!==nul... method Cn (line 6) | Cn(){const t=[];this.ea()||t.push(this.Ol),t.push(this.mn,this.zh,this... method ra (line 6) | ra(){return this.ha(Ft,"bottom")} method la (line 6) | la(t){return this.ha(fh,t)} method aa (line 6) | aa(t){return this.ha(dh,t)} method oa (line 6) | oa(t,i){return this.Ll.map(s=>s.pr(t,i)).filter(s=>s!==null)} method Gi (line 6) | Gi(t){return[this.Lh,...this.Dl.map(i=>i.Wh())]} method Tn (line 6) | Tn(t,i){if(i!==this.qi&&!this.ea())return[];const s=[...this.en];for(c... method Ji (line 6) | Ji(){const t=[];return this.Ll.forEach(i=>{t.push(...i.Ji())}),t} method Rl (line 6) | Rl(t,i){if(this._n.autoscaleInfoProvider!==void 0){const s=this._n.aut... method ua (line 6) | ua(){return this._n.priceFormat.minMove} method ca (line 6) | ca(){return this.da} method Rn (line 6) | Rn(){var t;this.mn.bt(),this.un.bt();for(const i of this.en)i.bt();for... method Dt (line 6) | Dt(){return p(super.Dt())} method kt (line 6) | kt(t){if(!((this.El==="Line"||this.El==="Area"||this.El==="Baseline")&... method _h (line 6) | _h(){return this._n.title} method yt (line 6) | yt(){return this._n.visible} method ba (line 6) | ba(t){this.Ll.push(new ch(t,this))} method wa (line 6) | wa(t){this.Ll=this.Ll.filter(i=>i.Cl()!==t)} method ga (line 6) | ga(){if(this.mn instanceof Vt)return t=>this.mn.Ee(t)} method Ma (line 6) | Ma(){if(this.mn instanceof Vt)return t=>this.mn.Ne(t)} method ea (line 6) | ea(){return!Tt(this.Dt().xa())} method _a (line 6) | _a(t,i){if(!rt(t)||!rt(i)||this.zt.Ei())return null;const s=this.El===... method fa (line 6) | fa(){switch(this.El){case"Line":case"Area":case"Baseline":return this.... method va (line 6) | va(){switch(this.El){case"Line":case"Area":case"Baseline":{const t=thi... method pa (line 6) | pa(){switch(this.El){case"Line":case"Area":case"Baseline":return this.... method ma (line 6) | ma(t){switch(this.El){case"Line":case"Area":case"Baseline":{const i=th... method Nl (line 6) | Nl(){switch(this._n.priceFormat.type){case"custom":this.da={format:thi... method Yl (line 6) | Yl(){const t=this.$t().St();if(!t.ka()||this.zt.Ei())return void(this.... method Fl (line 6) | Fl(t){switch(this.un=new Ke(this,this.$t()),this.El){case"Bar":this.mn... method ha (line 6) | ha(t,i){const s=[];return $t(this.Ll,t,i,s),s} class mh (line 6) | class mh{constructor(t){this._n=t}Ca(t,i,s){let e=t;if(this._n.mode===0)... method constructor (line 6) | constructor(t){this._n=t} method Ca (line 6) | Ca(t,i,s){let e=t;if(this._n.mode===0)return e;const n=s.dn(),r=n.Ct()... class vh (line 6) | class vh extends B{constructor(){super(...arguments),this.zt=null}J(t){t... method constructor (line 6) | constructor(){super(...arguments),this.zt=null} method J (line 6) | J(t){this.zt=t} method Z (line 6) | Z({context:t,bitmapSize:i,horizontalPixelRatio:s,verticalPixelRatio:e}... class ph (line 6) | class ph{constructor(t){this.Wt=new vh,this.ft=!0,this.Qi=t}bt(){this.ft... method constructor (line 6) | constructor(t){this.Wt=new vh,this.ft=!0,this.Qi=t} method bt (line 6) | bt(){this.ft=!0} method gt (line 6) | gt(){if(this.ft){const t=this.Qi.$t().W().grid,i={Va:t.horzLines.visib... class bh (line 6) | class bh{constructor(t){this.mn=new ph(t)}Fh(){return this.mn}} method constructor (line 6) | constructor(t){this.mn=new ph(t)} method Fh (line 6) | Fh(){return this.mn} function q (line 6) | function q(h,t){const i=100*(h-t)/t;return t<0?-i:i} function gh (line 6) | function gh(h,t){const i=q(h.xh(),t),s=q(h.Sh(),t);return new k(i,s)} function et (line 6) | function et(h,t){const i=100*(h-t)/t+100;return t<0?-i:i} function wh (line 6) | function wh(h,t){const i=et(h.xh(),t),s=et(h.Sh(),t);return new k(i,s)} function Ct (line 6) | function Ct(h,t){const i=Math.abs(h);if(i<1e-15)return 0;const s=Math.lo... function ht (line 6) | function ht(h,t){const i=Math.abs(h);if(i<1e-15)return 0;const s=Math.po... function it (line 6) | function it(h,t){if(h===null)return null;const i=Ct(h.xh(),t),s=Ct(h.Sh(... function pt (line 6) | function pt(h,t){if(h===null)return null;const i=ht(h.xh(),t),s=ht(h.Sh(... function jt (line 6) | function jt(h){if(h===null)return Ht;const t=Math.abs(h.Sh()-h.xh());if(... class Ut (line 6) | class Ut{constructor(t,i){if(this.Fa=t,this.Wa=i,function(s){if(s<0)retu... method constructor (line 6) | constructor(t,i){if(this.Fa=t,this.Wa=i,function(s){if(s<0)return!1;fo... method Ha (line 6) | Ha(t,i,s){const e=this.Fa===0?0:1/this.Fa;let n=Math.pow(10,Math.max(0... class Fi (line 6) | class Fi{constructor(t,i,s,e){this.$a=[],this.zi=t,this.Fa=i,this.Ua=s,t... method constructor (line 6) | constructor(t,i,s,e){this.$a=[],this.zi=t,this.Fa=i,this.Ua=s,this.qa=e} method Ha (line 6) | Ha(t,i){if(tp(t.Xi())-p(i.Xi()))} class _h (line 6) | class _h{constructor(t,i,s,e){this.Qa=0,this.io=null,this.Rh=null,this.n... method constructor (line 6) | constructor(t,i,s,e){this.Qa=0,this.io=null,this.Rh=null,this.no=null,... method xa (line 6) | xa(){return this.po} method W (line 6) | W(){return this._n} method Eh (line 6) | Eh(t){if(R(this._n,t),this.Sa(),t.mode!==void 0&&this.So({Sr:t.mode}),... method yo (line 6) | yo(){return this._n.autoScale} method Ja (line 6) | Ja(){return this._n.mode===1} method fh (line 6) | fh(){return this._n.mode===2} method Co (line 6) | Co(){return this._n.mode===3} method Sr (line 6) | Sr(){return{Nn:this._n.autoScale,To:this._n.invertScale,Sr:this._n.mode}} method So (line 6) | So(t){const i=this.Sr();let s=null;t.Nn!==void 0&&(this._n.autoScale=t... method Do (line 6) | Do(){return this.oo} method P (line 6) | P(){return this.mo.fontSize} method Bt (line 6) | Bt(){return this.Qa} method Oo (line 6) | Oo(t){this.Qa!==t&&(this.Qa=t,this.ko(),this.co=null)} method Ao (line 6) | Ao(){if(this.io)return this.io;const t=this.Bt()-this.Vo()-this.Bo();r... method Oh (line 6) | Oh(){return this.Io(),this.Rh} method Po (line 6) | Po(t,i){const s=this.Rh;(i||s===null&&t!==null||s!==null&&!s.gh(t))&&(... method Ei (line 6) | Ei(){return this.Io(),this.Qa===0||!this.Rh||this.Rh.Ei()} method zo (line 6) | zo(t){return this.To()?t:this.Bt()-1-t} method Rt (line 6) | Rt(t,i){return this.fh()?t=q(t,i):this.Co()&&(t=et(t,i)),this.xo(t,i)} method Gs (line 6) | Gs(t,i,s){this.Io();const e=this.Bo(),n=p(this.Oh()),r=n.xh(),o=n.Sh()... method ve (line 6) | ve(t,i,s){this.Io();const e=this.Bo(),n=p(this.Oh()),r=n.xh(),o=n.Sh()... method fn (line 6) | fn(t,i){const s=this.Mo(t,i);return this.Eo(s,i)} method Eo (line 6) | Eo(t,i){let s=t;return this.fh()?s=function(e,n){return n<0&&(e=-e),e/... method Ta (line 6) | Ta(){return this._o} method No (line 6) | No(){if(this.uo)return this.uo;let t=[];for(let i=0;it.Rn())} method Sa (line 6) | Sa(){this.co=null;const t=this.Jo();let i=100;t!==null&&(i=Math.round(... method Wo (line 6) | Wo(){this.uo=null} method Jo (line 6) | Jo(){return this._o[0]||null} method Vo (line 6) | Vo(){return this.To()?this._n.scaleMargins.bottom*this.Bt()+this.lo:th... method Bo (line 6) | Bo(){return this.To()?this._n.scaleMargins.top*this.Bt()+this.ho:this.... method Io (line 6) | Io(){this.so.eo||(this.so.eo=!0,this.i_())} method ko (line 6) | ko(){this.io=null} method xo (line 6) | xo(t,i){if(this.Io(),this.Ei())return 0;t=this.Ja()&&t?Ct(t,this.vo):t... method Mo (line 6) | Mo(t,i){if(this.Io(),this.Ei())return 0;const s=this.zo(t),e=p(this.Oh... method Ro (line 6) | Ro(){this.co=null,this.wo.Xa()} method i_ (line 6) | i_(){const t=this.so.ro;if(t===null)return;let i=null;const s=this.Qo(... method Lo (line 6) | Lo(){return this.fh()?q:this.Co()?et:this.Ja()?t=>Ct(t,this.vo):null} method n_ (line 6) | n_(t,i,s){return i===void 0?(s===void 0&&(s=this.ca()),s.format(t)):i(t)} method Ih (line 6) | Ih(t,i){return this.n_(t,this.bo.priceFormatter,i)} method Go (line 6) | Go(t,i){return this.n_(t,this.bo.percentageFormatter,i)} class Sh (line 6) | class Sh{constructor(t,i){this._o=[],this.s_=new Map,this.Qa=0,this.e_=0... method constructor (line 6) | constructor(t,i){this._o=[],this.s_=new Map,this.Qa=0,this.e_=0,this.r... method c_ (line 6) | c_(t){if(t.leftPriceScale&&this.a_.Eh(t.leftPriceScale),t.rightPriceSc... method d_ (line 6) | d_(t){switch(t){case"left":return this.a_;case"right":return this.__}r... method S (line 6) | S(){this.$t().f_().p(this),this.a_.Do().p(this),this.__.Do().p(this),t... method v_ (line 6) | v_(){return this.r_} method p_ (line 6) | p_(t){this.r_=t} method $t (line 6) | $t(){return this.Hi} method ji (line 6) | ji(){return this.e_} method Bt (line 6) | Bt(){return this.Qa} method m_ (line 6) | m_(t){this.e_=t,this.b_()} method Oo (line 6) | Oo(t){this.Qa=t,this.a_.Oo(t),this.__.Oo(t),this._o.forEach(i=>{if(thi... method Ta (line 6) | Ta(){return this._o} method ur (line 6) | ur(t){const i=t.Dt();return i===null||this.a_!==i&&this.__!==i} method Fo (line 6) | Fo(t,i,s){const e=s!==void 0?s:this.g_().w_+1;this.M_(t,i,e)} method jo (line 6) | jo(t){const i=this._o.indexOf(t);A(i!==-1,"removeDataSource: invalid d... method dr (line 6) | dr(t){return t===this.a_?"left":t===this.__?"right":"overlay"} method S_ (line 6) | S_(){return this.a_} method k_ (line 6) | k_(){return this.__} method y_ (line 6) | y_(t,i){t.Uo(i)} method C_ (line 6) | C_(t,i){t.qo(i),this.b_()} method T_ (line 6) | T_(t){t.Yo()} method P_ (line 6) | P_(t,i){t.Xo(i)} method R_ (line 6) | R_(t,i){t.Ko(i),this.b_()} method D_ (line 6) | D_(t){t.Zo()} method b_ (line 6) | b_(){this._o.forEach(t=>{t.Rn()})} method dn (line 6) | dn(){let t=null;return this.Hi.W().rightPriceScale.visible&&this.__.Ta... method cr (line 6) | cr(){let t=null;return this.Hi.W().rightPriceScale.visible?t=this.__:t... method x_ (line 6) | x_(t){t!==null&&t.yo()&&this.O_(t)} method A_ (line 6) | A_(t){const i=this.wl.qs();t.So({Nn:!0}),i!==null&&t.t_(i),this.b_()} method V_ (line 6) | V_(){this.O_(this.a_),this.O_(this.__)} method B_ (line 6) | B_(){this.x_(this.a_),this.x_(this.__),this._o.forEach(t=>{this.ur(t)&... method No (line 6) | No(){return this.uo===null&&(this.uo=Ds(this._o)),this.uo} method I_ (line 6) | I_(){return this.h_} method z_ (line 6) | z_(){return this.l_} method O_ (line 6) | O_(t){const i=t.Qo();if(i&&i.length>0&&!this.wl.Ei()){const s=this.wl.... method g_ (line 6) | g_(){const t=this.No();if(t.length===0)return{L_:0,w_:0};let i=0,s=0;f... method M_ (line 6) | M_(t,i,s){let e=this.d_(i);if(e===null&&(e=this.o_(i,this.Hi.W().overl... method u_ (line 6) | u_(t,i,s){i.Sr!==s.Sr&&this.O_(t)} method o_ (line 6) | o_(t,i){const s=Object.assign({visible:!0,autoScale:!0},W(i)),e=new _h... class yh (line 6) | class yh{constructor(t,i,s=50){this.Ye=0,this.Xe=1,this.Ke=1,this.Ge=new... method constructor (line 6) | constructor(t,i,s=50){this.Ye=0,this.Xe=1,this.Ke=1,this.Ge=new Map,th... method F_ (line 6) | F_(t){const i=t.time,s=this.N_.cacheKey(i),e=this.Ge.get(s);if(e!==voi... class nt (line 6) | class nt{constructor(t,i){A(t<=i,"right should be >= left"),this.j_=t,th... method constructor (line 6) | constructor(t,i){A(t<=i,"right should be >= left"),this.j_=t,this.H_=i} method Rs (line 6) | Rs(){return this.j_} method ui (line 6) | ui(){return this.H_} method U_ (line 6) | U_(){return this.H_-this.j_+1} method Yr (line 6) | Yr(t){return this.j_<=t&&t<=this.H_} method gh (line 6) | gh(t){return this.j_===t.Rs()&&this.H_===t.ui()} function Zi (line 6) | function Zi(h,t){return h===null||t===null?h===t:h.gh(t)} class Mh (line 6) | class Mh{constructor(){this.q_=new Map,this.Ge=null,this.Y_=!1}X_(t){thi... method constructor (line 6) | constructor(){this.q_=new Map,this.Ge=null,this.Y_=!1} method X_ (line 6) | X_(t){this.Y_=t,this.Ge=null} method K_ (line 6) | K_(t,i){this.Z_(i),this.Ge=null;for(let s=i;sn... class J (line 6) | class J{constructor(t){this.tu=t}iu(){return this.tu===null?null:new nt(... method constructor (line 6) | constructor(t){this.tu=t} method iu (line 6) | iu(){return this.tu===null?null:new nt(Math.floor(this.tu.Rs()),Math.c... method nu (line 6) | nu(){return this.tu} method su (line 6) | static su(){return new J(null)} function zh (line 6) | function zh(h,t){return h.weight>t.weight?h:t} class xh (line 6) | class xh{constructor(t,i,s,e){this.e_=0,this.eu=null,this.ru=[],this.fo=... method constructor (line 6) | constructor(t,i,s,e){this.e_=0,this.eu=null,this.ru=[],this.fo=null,th... method W (line 6) | W(){return this._n} method wu (line 6) | wu(t){R(this.bo,t),this.gu(),this.bu()} method Eh (line 6) | Eh(t,i){var s;R(this._n,t),this._n.fixLeftEdge&&this.Mu(),this._n.fixR... method vn (line 6) | vn(t){var i,s;return(s=(i=this.ru[t])===null||i===void 0?void 0:i.time... method $i (line 6) | $i(t){var i;return(i=this.ru[t])!==null&&i!==void 0?i:null} method ya (line 6) | ya(t,i){if(this.ru.length<1)return null;if(this.N_.key(t)>this.N_.key(... method Ei (line 6) | Ei(){return this.e_===0||this.ru.length===0||this.eu===null} method ka (line 6) | ka(){return this.ru.length>0} method qs (line 6) | qs(){return this.Su(),this.au.iu()} method ku (line 6) | ku(){return this.Su(),this.au.nu()} method yu (line 6) | yu(){const t=this.qs();if(t===null)return null;const i={from:t.Rs(),to... method Cu (line 6) | Cu(t){const i=Math.round(t.from),s=Math.round(t.to),e=p(this.Tu()),n=p... method Ru (line 6) | Ru(t){return{from:p(this.ya(t.from,!0)),to:p(this.ya(t.to,!0))}} method ji (line 6) | ji(){return this.e_} method m_ (line 6) | m_(t){if(!isFinite(t)||t<=0||this.e_===t)return;const i=this.ku(),s=th... method It (line 6) | It(t){if(this.Ei()||!rt(t))return 0;const i=this.Au()+this.pu-t;return... method Zs (line 6) | Zs(t,i){const s=this.Au(),e=i===void 0?0:i.from,n=i===void 0?t.length:... method Vu (line 6) | Vu(t){return Math.ceil(this.Bu(t))} method Zn (line 6) | Zn(t){this.ou=!0,this.pu=t,this.Ou(),this.Hi.Iu(),this.Hi.Nh()} method ee (line 6) | ee(){return this.mu} method Kn (line 6) | Kn(t){this.zu(t),this.Ou(),this.Hi.Iu(),this.Hi.Nh()} method Lu (line 6) | Lu(){return this.pu} method La (line 6) | La(){if(this.Ei())return null;if(this.fu!==null)return this.fu;const t... method Fu (line 6) | Fu(){this.ou=!0,this.Kn(this._n.barSpacing),this.Zn(this._n.rightOffset)} method Wu (line 6) | Wu(t){this.ou=!0,this.eu=t,this.Ou(),this.Mu()} method ju (line 6) | ju(t,i){const s=this.Bu(t),e=this.ee(),n=e+i*(e/10);this.Kn(n),this._n... method Uo (line 6) | Uo(t){this.fo&&this.Zo(),this.do===null&&this.du===null&&(this.Ei()||(... method qo (line 6) | qo(t){if(this.du===null)return;const i=ei(this.e_-t,0,this.e_),s=ei(th... method Yo (line 6) | Yo(){this.do!==null&&(this.do=null,this.$u())} method Xo (line 6) | Xo(t){this.fo===null&&this.du===null&&(this.Ei()||(this.fo=t,this.Hu()))} method Ko (line 6) | Ko(t){if(this.fo===null)return;const i=(this.fo-t)/this.ee();this.pu=p... method Zo (line 6) | Zo(){this.fo!==null&&(this.fo=null,this.$u())} method Uu (line 6) | Uu(){this.qu(this._n.rightOffset)} method qu (line 6) | qu(t,i=400){if(!isFinite(t))throw new RangeError("offset is required a... method bt (line 6) | bt(t,i){this.ou=!0,this.ru=t,this.hu.K_(t,i),this.Ou()} method Ku (line 6) | Ku(){return this._u} method Zu (line 6) | Zu(){return this.uu} method Gu (line 6) | Gu(){return this.cu} method Au (line 6) | Au(){return this.eu||0} method Ju (line 6) | Ju(t){const i=t.U_();this.zu(this.e_/i),this.pu=t.ui()-this.Au(),this.... method Qu (line 6) | Qu(){const t=this.Tu(),i=this.Pu();t!==null&&i!==null&&this.Ju(new nt(... method tc (line 6) | tc(t){const i=new nt(t.from,t.to);this.Ju(i)} method Ui (line 6) | Ui(t){return this.bo.timeFormatter!==void 0?this.bo.timeFormatter(t.or... method Eu (line 6) | Eu(){const{handleScroll:t,handleScale:i}=this.Hi.W();return!(t.horzTou... method Tu (line 6) | Tu(){return this.ru.length===0?null:0} method Pu (line 6) | Pu(){return this.ru.length===0?null:this.ru.length-1} method ic (line 6) | ic(t){return(this.e_-1-t)/this.mu} method Bu (line 6) | Bu(t){const i=this.ic(t),s=this.Au()+this.pu-i;return Math.round(1e6*s... method zu (line 6) | zu(t){const i=this.mu;this.mu=t,this.Du(),i!==this.mu&&(this.ou=!0,thi... method Su (line 6) | Su(){if(!this.ou)return;if(this.ou=!1,this.Ei())return void this.sc(J.... method Du (line 6) | Du(){const t=this.ec();if(this.mut&&(this.pu=t,this.ou=!0);const i=this.... method hc (line 6) | hc(){const t=this.Tu(),i=this.eu;return t===null||i===null?null:t-i-1+... method rc (line 6) | rc(){return this._n.fixRightEdge?0:this.e_/this.mu-Math.min(2,this.ru.... method Hu (line 6) | Hu(){this.du={ee:this.ee(),Lu:this.Lu()}} method $u (line 6) | $u(){this.du=null} method Nu (line 6) | Nu(t){let i=this.lu.get(t.weight);return i===void 0&&(i=new yh(s=>this... method lc (line 6) | lc(t){return this.N_.formatTickmark(t,this.bo)} method sc (line 6) | sc(t){const i=this.au;this.au=t,Zi(i.iu(),this.au.iu())||this._u.m(),Z... method nc (line 6) | nc(){this.fu=null} method gu (line 6) | gu(){this.nc(),this.lu.clear()} method bu (line 6) | bu(){this.N_.updateFormatter(this.bo)} method Mu (line 6) | Mu(){if(!this._n.fixLeftEdge)return;const t=this.Tu();if(t===null)retu... method xu (line 6) | xu(){this.Ou(),this.Du()} class Ch (line 6) | class Ch{K(t,i,s){t.useMediaCoordinateSpace(e=>this.Z(e,i,s))}fl(t,i,s){... method K (line 6) | K(t,i,s){t.useMediaCoordinateSpace(e=>this.Z(e,i,s))} method fl (line 6) | fl(t,i,s){t.useMediaCoordinateSpace(e=>this.ac(e,i,s))} method ac (line 6) | ac(t,i,s){} class Eh (line 6) | class Eh extends Ch{constructor(t){super(),this.oc=new Map,this.zt=t}Z(t... method constructor (line 6) | constructor(t){super(),this.oc=new Map,this.zt=t} method Z (line 6) | Z(t){} method ac (line 6) | ac(t){if(!this.zt.yt)return;const{context:i,mediaSize:s}=t;let e=0;for... method uc (line 6) | uc(t,i){const s=this.mc(t.font);let e=s.get(i);return e===void 0&&(e=t... method mc (line 6) | mc(t){let i=this.oc.get(t);return i===void 0&&(i=new Map,this.oc.set(t... class Oh (line 6) | class Oh{constructor(t){this.ft=!0,this.Ft={yt:!1,O:"",_c:[],dc:"center"... method constructor (line 6) | constructor(t){this.ft=!0,this.Ft={yt:!1,O:"",_c:[],dc:"center",fc:"ce... method bt (line 6) | bt(){this.ft=!0} method gt (line 6) | gt(){return this.ft&&(this.Mt(),this.ft=!1),this.Wt} method Mt (line 6) | Mt(){const t=this.jt.W(),i=this.Ft;i.yt=t.visible,i.yt&&(i.O=t.color,i... class kh (line 6) | class kh extends ci{constructor(t,i){super(),this._n=i,this.mn=new Oh(th... method constructor (line 6) | constructor(t,i){super(),this._n=i,this.mn=new Oh(this)} method Tn (line 6) | Tn(){return[]} method Cn (line 6) | Cn(){return[this.mn]} method W (line 6) | W(){return this._n} method Rn (line 6) | Rn(){this.mn.bt()} class Th (line 6) | class Th{constructor(t,i,s){this.bc=[],this.wc=[],this.e_=0,this.gc=null... method constructor (line 6) | constructor(t,i,s){this.bc=[],this.wc=[],this.e_=0,this.gc=null,this.M... method $l (line 6) | $l(){this.Ac(x.ns())} method Nh (line 6) | Nh(){this.Ac(x.ts())} method sa (line 6) | sa(){this.Ac(new x(1))} method Ul (line 6) | Ul(t){const i=this.Vc(t);this.Ac(i)} method Bc (line 6) | Bc(){return this.gc} method Ic (line 6) | Ic(t){const i=this.gc;this.gc=t,i!==null&&this.Ul(i.zc),t!==null&&this... method W (line 6) | W(){return this._n} method Eh (line 6) | Eh(t){R(this._n,t),this.bc.forEach(i=>i.c_(t)),t.timeScale!==void 0&&t... method Lc (line 6) | Lc(t,i){if(t==="left")return void this.Eh({leftPriceScale:i});if(t==="... method Ec (line 6) | Ec(t){for(const i of this.bc){const s=i.d_(t);if(s!==null)return{Ht:i,... method St (line 6) | St(){return this.wl} method Nc (line 6) | Nc(){return this.bc} method Fc (line 6) | Fc(){return this.Tc} method Wc (line 6) | Wc(){return this.vt} method jc (line 6) | jc(){return this.xc} method Hc (line 6) | Hc(t,i){t.Oo(i),this.Iu()} method m_ (line 6) | m_(t){this.e_=t,this.wl.m_(this.e_),this.bc.forEach(i=>i.m_(t)),this.I... method Pc (line 6) | Pc(t){const i=new Sh(this.wl,this);t!==void 0?this.bc.splice(t,0,i):th... method y_ (line 6) | y_(t,i,s){t.y_(i,s)} method C_ (line 6) | C_(t,i,s){t.C_(i,s),this.ql(),this.Ac(this.$c(t,2))} method T_ (line 6) | T_(t,i){t.T_(i),this.Ac(this.$c(t,2))} method P_ (line 6) | P_(t,i,s){i.yo()||t.P_(i,s)} method R_ (line 6) | R_(t,i,s){i.yo()||(t.R_(i,s),this.ql(),this.Ac(this.$c(t,2)))} method D_ (line 6) | D_(t,i){i.yo()||(t.D_(i),this.Ac(this.$c(t,2)))} method A_ (line 6) | A_(t,i){t.A_(i),this.Ac(this.$c(t,2))} method Uc (line 6) | Uc(t){this.wl.Uo(t)} method qc (line 6) | qc(t,i){const s=this.St();if(s.Ei()||i===0)return;const e=s.ji();t=Mat... method Yc (line 6) | Yc(t){this.Xc(0),this.Kc(t),this.Zc()} method Gc (line 6) | Gc(t){this.wl.qo(t),this.Iu()} method Jc (line 6) | Jc(){this.wl.Yo(),this.Nh()} method Xc (line 6) | Xc(t){this.wl.Xo(t)} method Kc (line 6) | Kc(t){this.wl.Ko(t),this.Iu()} method Zc (line 6) | Zc(){this.wl.Zo(),this.Nh()} method wt (line 6) | wt(){return this.wc} method Qc (line 6) | Qc(t,i,s,e,n){this.vt.bn(t,i);let r=NaN,o=this.wl.Vu(t);const l=this.w... method td (line 6) | td(t,i,s){const e=s.dn(),n=e.Ct(),r=e.Rt(t,p(n)),o=this.wl.ya(i,!0),l=... method nd (line 6) | nd(t){this.Wc().kn(),this.sa(),t||this.xc.m(null,null,null)} method ql (line 6) | ql(){const t=this.vt.Ht();if(t!==null){const i=this.vt.gn(),s=this.vt.... method sd (line 6) | sd(t,i,s){const e=this.wl.vn(0);i!==void 0&&s!==void 0&&this.wl.bt(i,s... method Kl (line 6) | Kl(t){t!==null&&t.B_()} method _r (line 6) | _r(t){const i=this.bc.find(s=>s.No().includes(t));return i===void 0?nu... method Iu (line 6) | Iu(){this.Tc.Rn(),this.bc.forEach(t=>t.B_()),this.ql()} method S (line 6) | S(){this.bc.forEach(t=>t.S()),this.bc.length=0,this._n.localization.pr... method ed (line 6) | ed(){return this.yc} method vr (line 6) | vr(){return this.yc.W()} method f_ (line 6) | f_(){return this.Mc} method rd (line 6) | rd(t,i,s){const e=this.bc[0],n=this.hd(i,t,e,s);return this.wc.push(n)... method ld (line 6) | ld(t){const i=this._r(t),s=this.wc.indexOf(t);A(s!==-1,"Series not fou... method Hl (line 6) | Hl(t,i){const s=p(this._r(t));s.jo(t);const e=this.Ec(i);if(e===null){... method Qu (line 6) | Qu(){const t=x.ts();t.jn(),this.Ac(t)} method ad (line 6) | ad(t){const i=x.ts();i.Un(t),this.Ac(i)} method Xn (line 6) | Xn(){const t=x.ts();t.Xn(),this.Ac(t)} method Kn (line 6) | Kn(t){const i=x.ts();i.Kn(t),this.Ac(i)} method Zn (line 6) | Zn(t){const i=x.ts();i.Zn(t),this.Ac(i)} method qn (line 6) | qn(t){const i=x.ts();i.qn(t),this.Ac(i)} method Hn (line 6) | Hn(){const t=x.ts();t.Hn(),this.Ac(t)} method od (line 6) | od(){return this._n.rightPriceScale.visible?"right":"left"} method _d (line 6) | _d(){return this.Oc} method q (line 6) | q(){return this.Rc} method Vt (line 6) | Vt(t){const i=this.Oc,s=this.Rc;if(i===s)return i;if(t=Math.max(0,Math... method $c (line 6) | $c(t,i){const s=new x(i);if(t!==null){const e=this.bc.indexOf(t);s.Ln(... method Vc (line 6) | Vc(t,i){return i===void 0&&(i=2),this.$c(this._r(t),i)} method Ac (line 6) | Ac(t){this.kc&&this.kc(t),this.bc.forEach(i=>i.z_().Fh().bt())} method hd (line 6) | hd(t,i,s,e){const n=new vi(this,t,i,s,e),r=t.priceScaleId!==void 0?t.p... method Dc (line 6) | Dc(t){const i=this._n.layout;return i.background.type==="gradient"?t==... function hi (line 6) | function hi(h){return!P(h)&&!ut(h)} function Vs (line 6) | function Vs(h){return P(h)} function Nh (line 6) | function Nh(h,t,i){return t.replace(/yyyy/g,(s=>I(Ki(s),4))(h)).replace(... class As (line 6) | class As{constructor(t="yyyy-MM-dd",i="default"){this.dd=t,this.fd=i}F_(... method constructor (line 6) | constructor(t="yyyy-MM-dd",i="default"){this.dd=t,this.fd=i} method F_ (line 6) | F_(t){return Nh(t,this.dd,this.fd)} class Rh (line 6) | class Rh{constructor(t){this.vd=t||"%h:%m:%s"}F_(t){return this.vd.repla... method constructor (line 6) | constructor(t){this.vd=t||"%h:%m:%s"} method F_ (line 6) | F_(t){return this.vd.replace("%h",I(t.getUTCHours(),2)).replace("%m",I... class Lh (line 6) | class Lh{constructor(t={}){const i=Object.assign(Object.assign({},Bh),t)... method constructor (line 6) | constructor(t={}){const i=Object.assign(Object.assign({},Bh),t);this.g... method F_ (line 6) | F_(t){return`${this.gd.F_(t)}${this.xd}${this.Md.F_(t)}`} function bt (line 6) | function bt(h){return 60*h*60*1e3} function Zt (line 6) | function Zt(h){return 60*h*1e3} function ts (line 6) | function ts(h,t){if(h.getUTCFullYear()!==t.getUTCFullYear())return 70;if... function Yt (line 6) | function Yt(h){let t=h;if(ut(h)&&(t=pi(h)),!hi(t))throw new Error("time ... function is (line 6) | function is(h){if(!Vs(h))throw new Error("time must be of type isUTCTime... function pi (line 6) | function pi(h){const t=new Date(h);if(isNaN(t.getTime()))throw new Error... function ss (line 6) | function ss(h){ut(h.time)&&(h.time=pi(h.time))} class es (line 6) | class es{options(){return this._n}setOptions(t){this._n=t,this.updateFor... method options (line 6) | options(){return this._n} method setOptions (line 6) | setOptions(t){this._n=t,this.updateFormatter(t.localization)} method preprocessData (line 6) | preprocessData(t){Array.isArray(t)?function(i){i.forEach(ss)}(t):ss(t)} method createConverterToInternalObj (line 6) | createConverterToInternalObj(t){return p(function(i){return i.length==... method key (line 6) | key(t){return typeof t=="object"&&"yd"in t?t.yd:this.key(this.convertH... method cacheKey (line 6) | cacheKey(t){const i=t;return i.Cd===void 0?new Date(1e3*i.yd).getTime(... method convertHorzItemToInternal (line 6) | convertHorzItemToInternal(t){return Vs(i=t)?is(i):hi(i)?Yt(i):Yt(pi(i)... method updateFormatter (line 6) | updateFormatter(t){if(!this._n)return;const i=t.dateFormat;this._n.tim... method formatHorzItem (line 6) | formatHorzItem(t){const i=t;return this.Td.F_(new Date(1e3*i.yd))} method formatTickmark (line 6) | formatTickmark(t,i){const s=function(n,r,o){switch(n){case 0:case 10:r... method maxTickMarkWeight (line 6) | maxTickMarkWeight(t){let i=t.reduce(zh,t[0]).weight;return i>30&&i<50&... method fillWeightsForPoints (line 6) | fillWeightsForPoints(t,i){(function(s,e=0){if(s.length===0)return;let ... method Pd (line 6) | static Pd(t){return R({localization:{dateFormat:"dd MMM 'yy"}},t??{})} function hs (line 6) | function hs(){return!!G&&window.navigator.userAgent.toLowerCase().indexO... function Qt (line 6) | function Qt(){return!!G&&/iPhone|iPad|iPod/.test(window.navigator.platfo... function ni (line 6) | function ni(h){return h+h%2} function Xt (line 6) | function Xt(h,t){return h.Rd-t.Rd} function qt (line 6) | function qt(h,t,i){const s=(h.Rd-t.Rd)/(h.ot-t.ot);return Math.sign(s)*M... class Ph (line 6) | class Ph{constructor(t,i,s,e){this.Dd=null,this.Od=null,this.Ad=null,thi... method constructor (line 6) | constructor(t,i,s,e){this.Dd=null,this.Od=null,this.Ad=null,this.Vd=nu... method Fd (line 6) | Fd(t,i){if(this.Dd!==null){if(this.Dd.ot===i)return void(this.Dd.Rd=t)... method Pr (line 6) | Pr(t,i){if(this.Dd===null||this.Od===null||i-this.Dd.ot>50)return;let ... method Xu (line 6) | Xu(t){const i=p(this.Bd),s=t-i.ot;return i.Rd+this.zd*(Math.pow(this.N... method Yu (line 6) | Yu(t){return this.Bd===null||this.Wd(t)===this.Id} method Wd (line 6) | Wd(t){const i=t-p(this.Bd).ot;return Math.min(i,this.Id)} function U (line 6) | function U(h,t){const i=p(h.ownerDocument).createElement("canvas");h.app... function Z (line 6) | function Z(h){var t;h.width=1,h.height=1,(t=h.getContext("2d"))===null||... function ri (line 6) | function ri(h,t,i,s){h.fl&&h.fl(t,i,s)} function Mt (line 6) | function Mt(h,t,i,s){h.K(t,i,s)} function oi (line 6) | function oi(h,t,i,s){const e=h(i,s);for(const n of e){const r=n.gt();r!=... function Wh (line 6) | function Wh(h){G&&window.chrome!==void 0&&h.addEventListener("mousedown"... class bi (line 6) | class bi{constructor(t,i,s){this.jd=0,this.Hd=null,this.$d={nt:Number.NE... method constructor (line 6) | constructor(t,i,s){this.jd=0,this.Hd=null,this.$d={nt:Number.NEGATIVE_... method S (line 6) | S(){this.if!==null&&(this.if(),this.if=null),this.nf!==null&&(this.nf(... method Vf (line 6) | Vf(t){this.ef&&this.ef();const i=this.Bf.bind(this);if(this.ef=()=>{th... method Rf (line 6) | Rf(){this.Hd!==null&&clearTimeout(this.Hd),this.jd=0,this.Hd=null,this... method Cf (line 6) | Cf(){this.qd!==null&&clearTimeout(this.qd),this.Ud=0,this.qd=null,this... method Bf (line 6) | Bf(t){if(this.cf||this.Gd!==null||this.wf(t))return;const i=this.gf(t)... method Lf (line 6) | Lf(t){const i=Jt(t.changedTouches,p(this.ff));if(i===null||(this.df=wt... method Hf (line 6) | Hf(t){if(t.button!==0)return;const i=this.xf(L(t),p(this.Zd)),{Mf:s}=i... method xf (line 6) | xf(t,i){const s=Math.abs(i.nt-t.nt),e=Math.abs(i.st-t.st);return{Ef:s,... method Uf (line 6) | Uf(t){let i=Jt(t.changedTouches,p(this.ff));if(i===null&&t.touches.len... method mf (line 6) | mf(t){if(t.button!==0)return;const i=this.gf(t);if(this.Zd=null,this.c... method Af (line 6) | Af(){this.Xd!==null&&(clearTimeout(this.Xd),this.Xd=null)} method Zf (line 6) | Zf(t){if(this.ff!==null)return;const i=t.changedTouches[0];this.ff=i.i... method Qf (line 6) | Qf(t){if(t.button!==0)return;const i=this.Df.ownerDocument.documentEle... method Of (line 6) | Of(){this.Df.addEventListener("mouseenter",this.Vf.bind(this)),this.Df... method sv (line 6) | sv(){this.yf.ev===void 0&&this.yf.rv===void 0&&this.yf.hv===void 0||(t... method lv (line 6) | lv(t){t.length===1&&(this._f=!1),t.length!==2||this._f||this.Kd?this.a... method ov (line 6) | ov(t){const i=this.Df.getBoundingClientRect()||{left:0,top:0};this.lf=... method av (line 6) | av(){this.lf!==null&&(this.lf=null,this.yf.hv!==void 0&&this.yf.hv())} method nv (line 6) | nv(t){if(this.ef&&this.ef(),this.wf(t)||!this.vf)return;const i=this.g... method Gf (line 6) | Gf(t){const i=Jt(t.touches,p(this.ff));if(i===null)return;const s=this... method wf (line 6) | wf(t){return t.sourceCapabilities&&t.sourceCapabilities.firesTouchEven... method Sf (line 6) | Sf(t,i){i&&i.call(this.yf,t)} method Tf (line 6) | Tf(t,i){i&&i.call(this.yf,t)} method gf (line 6) | gf(t,i){const s=i||t,e=this.Df.getBoundingClientRect()||{left:0,top:0}... function ns (line 6) | function ns(h,t){const i=h.clientX-t.clientX,s=h.clientY-t.clientY;retur... function Q (line 6) | function Q(h){h.cancelable&&h.preventDefault()} function L (line 6) | function L(h){return{nt:h.pageX,st:h.pageY}} function wt (line 6) | function wt(h){return h.timeStamp||performance.now()} function Jt (line 6) | function Jt(h,t){for(let i=0;i{var s,e,n,r;return((e=(s=i.Dt())===null||s==... class rs (line 6) | class rs{constructor(t,i,s,e){this.zi=null,this.gv=null,this.Mv=!1,this.... method constructor (line 6) | constructor(t,i,s,e){this.zi=null,this.gv=null,this.Mv=!1,this.xv=new ... method S (line 6) | S(){this.jv.S(),this.Bv.unsubscribeSuggestedBitmapSizeChanged(this.Tv)... method Hv (line 6) | Hv(){return this.Av} method P (line 6) | P(){return this.mo.fontSize} method $v (line 6) | $v(){const t=this.yc.W();return this.Zr!==t.R&&(this.xv.Qe(),this.Zr=t... method Uv (line 6) | Uv(){if(this.zi===null)return 0;let t=0;const i=this.$v(),s=p(this.Vv.... method Xv (line 6) | Xv(t){this.gv!==null&&F(this.gv,t)||(this.gv=t,this.kv=!0,this.Vv.resi... method Kv (line 6) | Kv(){return p(this.gv).width} method Zi (line 6) | Zi(t){this.zi!==t&&(this.zi!==null&&this.zi.$o().p(this),this.zi=t,t.$... method Dt (line 6) | Dt(){return this.zi} method Qe (line 6) | Qe(){const t=this.Qi.Zv();this.Qi.Cv().$t().A_(t,p(this.Dt()))} method Gv (line 6) | Gv(t){if(this.gv===null)return;if(t!==1){this.Jv(),this.Vv.applySugges... method ep (line 6) | ep(){return this.Vv.bitmapSize} method rp (line 6) | rp(t,i,s){const e=this.ep();e.width>0&&e.height>0&&t.drawImage(this.Vv... method bt (line 6) | bt(){var t;(t=this.zi)===null||t===void 0||t.La()} method Iv (line 6) | Iv(t){if(this.zi===null||this.zi.Ei()||!this._n.handleScale.axisPresse... method zv (line 6) | zv(t){if(this.zi===null||!this._n.handleScale.axisPressedMouseMove.pri... method Lv (line 6) | Lv(){if(this.zi===null||!this._n.handleScale.axisPressedMouseMove.pric... method Ev (line 6) | Ev(t){if(this.zi===null||!this._n.handleScale.axisPressedMouseMove.pri... method Nv (line 6) | Nv(t){this._n.handleScale.axisDoubleClickReset.price&&this.Qe()} method Fv (line 6) | Fv(t){this.zi!==null&&(!this.Qi.Cv().$t().W().handleScale.axisPressedM... method Wv (line 6) | Wv(t){this.hp(0)} method Yv (line 6) | Yv(){const t=[],i=this.zi===null?void 0:this.zi;return(s=>{for(let e=0... method Qv (line 6) | Qv({context:t,bitmapSize:i}){const{width:s,height:e}=i,n=this.Qi.Zv().... method Ae (line 6) | Ae({context:t,bitmapSize:i,horizontalPixelRatio:s}){if(this.gv===null|... method ip (line 6) | ip(t){if(this.gv===null||this.zi===null)return;const i=this.zi.La(),s=... method Jv (line 6) | Jv(){if(this.gv===null||this.zi===null)return;let t=this.gv.height/2;c... method lp (line 6) | lp(t,i,s){if(this.gv===null)return;const e=t.filter(r=>r.Si()<=s),n=t.... method np (line 6) | np(t){if(this.gv===null)return;const i=this.Yv(),s=this.$v(),e=this.Pv... method sp (line 6) | sp(t){if(this.gv===null||this.zi===null)return;const i=this.Qi.Cv().$t... method hp (line 6) | hp(t){this.Av.style.cursor=t===1?"ns-resize":"default"} method ao (line 6) | ao(){const t=this.Uv();this.Sv0&&e.height>0&&t.drawImage(this.Vv... method Gv (line 6) | Gv(t){if(t===0||this.gp===null)return;if(t>1&&this.qp(),this.ap!==null... method Gp (line 6) | Gp(){return this.ap} method Jp (line 6) | Jp(){return this.op} method tp (line 6) | tp(t,i){this.Yp(t,i)} method xp (line 6) | xp(){this.gp!==null&&this.gp.I_().p(this),this.gp=null} method Ip (line 6) | Ip(t){this.zp(this.cp,t)} method zp (line 6) | zp(t,i){const s=i.localX,e=i.localY;t.M()&&t.m(this.Hi().St().Vu(s),{x... method Qv (line 6) | Qv({context:t,bitmapSize:i}){const{width:s,height:e}=i,n=this.Hi(),r=n... method Xp (line 6) | Xp(t){const i=p(this.gp).z_().Fh().gt();i!==null&&i.K(t,!1)} method Kp (line 6) | Kp(t){const i=this.Hi().Fc();this.Qp(t,St,ri,i),this.Qp(t,St,Mt,i)} method Zp (line 6) | Zp(t){this.Qp(t,St,Mt,this.Hi().Wc())} method Yp (line 6) | Yp(t,i){const s=p(this.gp).No();for(const e of s)this.Qp(t,i,ri,e);for... method Qp (line 6) | Qp(t,i,s,e){const n=p(this.gp),r=n.$t().Bc(),o=r!==null&&r.zc===e,l=r!... method Rp (line 6) | Rp(){if(this.gp===null)return;const t=this.Mp,i=this.gp.S_().W().visib... method tm (line 6) | tm(t){return t.cv&&this.vp||this.pp!==null} method im (line 6) | im(t){return Math.max(0,Math.min(t,this.gv.width-1))} method nm (line 6) | nm(t){return Math.max(0,Math.min(t,this.gv.height-1))} method Ap (line 6) | Ap(t,i,s){this.Hi().Qc(this.im(t),this.nm(i),s,p(this.gp))} method Fp (line 6) | Fp(){this.Hi().nd()} method Hp (line 6) | Hp(){this.mp&&(this.pp=null,this.Fp())} method Np (line 6) | Np(t,i,s){this.pp=t,this.mp=!1,this.Ap(i.x,i.y,s);const e=this.Hi().Wc... method Hi (line 6) | Hi(){return this.Mp.$t()} method Ep (line 6) | Ep(t){if(!this.up)return;const i=this.Hi(),s=this.Zv();if(i.D_(s,s.dn(... method Op (line 6) | Op(){this.pp=null} method Vp (line 6) | Vp(){if(this.gp){if(this.Hi().Hn(),document.activeElement!==document.b... method Lp (line 6) | Lp(t){if(this.gp===null)return;const i=this.Hi(),s=i.St();if(s.Ei())re... class os (line 6) | class os{constructor(t,i,s,e,n){this.ft=!0,this.gv=S({width:0,height:0})... method constructor (line 6) | constructor(t,i,s,e,n){this.ft=!0,this.gv=S({width:0,height:0}),this.y... method S (line 6) | S(){this.Vv.unsubscribeSuggestedBitmapSizeChanged(this.yv),Z(this.Vv.c... method Hv (line 6) | Hv(){return this.Av} method Up (line 6) | Up(){return this.gv} method Xv (line 6) | Xv(t){F(this.gv,t)||(this.gv=t,this.Vv.resizeCanvasElement(t),this.Av.... method Gv (line 6) | Gv(t){if(t<3&&!this.ft||this.gv.width===0||this.gv.height===0)return;t... method ep (line 6) | ep(){return this.Vv.bitmapSize} method rp (line 6) | rp(t,i,s){const e=this.ep();e.width>0&&e.height>0&&t.drawImage(this.Vv... method Ae (line 6) | Ae({context:t,bitmapSize:i,horizontalPixelRatio:s,verticalPixelRatio:e... method Qv (line 6) | Qv({context:t,bitmapSize:i}){Ot(t,0,0,i.width,i.height,this.lm())} function wi (line 6) | function wi(h){return t=>{var i,s;return(s=(i=t.aa)===null||i===void 0?v... class jh (line 6) | class jh{constructor(t,i){this.am=null,this.om=null,this.k=null,this._m=... method constructor (line 6) | constructor(t,i){this.am=null,this.om=null,this.k=null,this._m=!1,this... method S (line 6) | S(){this.jv.S(),this.am!==null&&this.am.S(),this.om!==null&&this.om.S(... method Hv (line 6) | Hv(){return this.dm} method wm (line 6) | wm(){return this.am} method gm (line 6) | gm(){return this.om} method tv (line 6) | tv(t){if(this._m)return;this._m=!0;const i=this.Mp.$t();!i.St().Ei()&&... method Jf (line 6) | Jf(t){this.tv(t)} method iv (line 6) | iv(){const t=this.Mp.$t();!t.St().Ei()&&this._m&&(this._m=!1,this.Mp.W... method $f (line 6) | $f(t){const i=this.Mp.$t();!i.St().Ei()&&this.Mp.W().handleScale.axisP... method jf (line 6) | jf(t){this.$f(t)} method Xf (line 6) | Xf(){this._m=!1;const t=this.Mp.$t();t.St().Ei()&&!this.Mp.W().handleS... method qf (line 6) | qf(){this.Xf()} method Pf (line 6) | Pf(){this.Mp.W().handleScale.axisDoubleClickReset.time&&this.Mp.$t().X... method kf (line 6) | kf(){this.Pf()} method If (line 6) | If(){this.Mp.$t().W().handleScale.axisPressedMouseMove.time&&this.hp(1)} method _v (line 6) | _v(){this.hp(0)} method Up (line 6) | Up(){return this.gv} method Mm (line 6) | Mm(){return this.um} method xm (line 6) | xm(t,i,s){F(this.gv,t)||(this.gv=t,this.kv=!0,this.Vv.resizeCanvasElem... method Sm (line 6) | Sm(){const t=this.km();return Math.ceil(t.C+t.T+t.P+t.L+t.V+t.ym)} method bt (line 6) | bt(){this.Mp.$t().St().La()} method ep (line 6) | ep(){return this.Vv.bitmapSize} method rp (line 6) | rp(t,i,s){const e=this.ep();e.width>0&&e.height>0&&t.drawImage(this.Vv... method Gv (line 6) | Gv(t){if(t===0)return;if(t!==1){this.Vv.applySuggestedBitmapSize();con... method Cm (line 6) | Cm(t,i){const s=this.Mp.$t().wt();for(const e of s)oi(i,n=>ri(n,t,!1,v... method Qv (line 6) | Qv({context:t,bitmapSize:i}){Ot(t,0,0,i.width,i.height,this.Mp.$t()._d... method Ae (line 6) | Ae({context:t,bitmapSize:i,verticalPixelRatio:s}){if(this.Mp.W().timeS... method ip (line 6) | ip(t){const i=this.Mp.$t().St(),s=i.La();if(!s||s.length===0)return;co... method Rm (line 6) | Rm(t,i,s){const e=this.xv.Mi(t,s),n=e/2,r=Math.floor(i-n)+.5;return r<... method Tm (line 6) | Tm(t,i){const s=this.km();for(const e of t)for(const n of e.Ji())n.gt(... method Pm (line 6) | Pm(){return this.Mp.W().timeScale.borderColor} method $ (line 6) | $(){return this._n.textColor} method j (line 6) | j(){return this._n.fontSize} method qv (line 6) | qv(){return K(this.j(),this._n.fontFamily)} method Dm (line 6) | Dm(){return K(this.j(),this._n.fontFamily,"bold")} method km (line 6) | km(){this.k===null&&(this.k={C:1,N:NaN,L:NaN,V:NaN,Wi:NaN,T:5,P:NaN,R:... method hp (line 6) | hp(t){this.Av.style.cursor=t===1?"ew-resize":"default"} method bm (line 6) | bm(){const t=this.Mp.$t(),i=t.W();i.leftPriceScale.visible||this.am===... class Zh (line 6) | class Zh{constructor(t,i,s){var e;this.Om=[],this.Am=0,this.Qa=0,this.e_... method constructor (line 6) | constructor(t,i,s){var e;this.Om=[],this.Am=0,this.Qa=0,this.e_=0,this... method $t (line 6) | $t(){return this.Hi} method W (line 6) | W(){return this._n} method Zm (line 6) | Zm(){return this.Om} method Gm (line 6) | Gm(){return this.Um} method S (line 6) | S(){this.Hm(!1),this.Am!==0&&window.cancelAnimationFrame(this.Am),this... method Ym (line 6) | Ym(t,i,s=!1){if(this.Qa===i&&this.e_===t)return;const e=function(o){co... method Gv (line 6) | Gv(t){t===void 0&&(t=x.ns());for(let i=0;i{let a=0;for(let u=0;u{con... method pb (line 6) | pb(t,i,s){this.cp.m(()=>this.bb(t,i,s))} method mb (line 6) | mb(t,i,s){this.dp.m(()=>this.bb(t,i,s))} method $m (line 6) | $m(t,i,s){this.xc.m(()=>this.bb(t,i,s))} method Km (line 6) | Km(){const t=this._n.timeScale.visible?"":"none";this.Um.Hv().style.di... method eb (line 6) | eb(){return this.Om[0].Zv().S_().W().visible} method rb (line 6) | rb(){return this.Om[0].Zv().k_().W().visible} method qm (line 6) | qm(){return"ResizeObserver"in window&&(this.Lm=new ResizeObserver(t=>{... method Jm (line 6) | Jm(){this.Lm!==null&&this.Lm.disconnect(),this.Lm=null} function ti (line 6) | function ti(h){return!!(h.handleScroll.mouseWheel||h.handleScale.mouseWh... function $s (line 6) | function $s(h,t){var i={};for(var s in h)Object.prototype.hasOwnProperty... function ls (line 6) | function ls(h,t,i,s){const e=i.value,n={ie:t,ot:h,Ot:[e,e,e,e],wb:s};ret... function Yh (line 6) | function Yh(h,t,i,s){const e=i.value,n={ie:t,ot:h,Ot:[e,e,e,e],wb:s};ret... function Qh (line 6) | function Qh(h,t,i,s){const e=i.value,n={ie:t,ot:h,Ot:[e,e,e,e],wb:s};ret... function Xh (line 6) | function Xh(h,t,i,s){const e={ie:t,ot:h,Ot:[i.open,i.high,i.low,i.close]... function qh (line 6) | function qh(h,t,i,s){const e={ie:t,ot:h,Ot:[i.open,i.high,i.low,i.close]... function Jh (line 6) | function Jh(h,t,i,s,e){const n=O(e)(i),r=Math.max(...n),o=Math.min(...n)... function yt (line 6) | function yt(h){return h.Ot!==void 0} function as (line 6) | function as(h,t){return t.customValues!==void 0&&(h.yb=t.customValues),h} function $ (line 6) | function $(h){return(t,i,s,e,n,r)=>function(o,l){return l?l(o):(a=o).ope... function us (line 6) | function us(h){return{Candlestick:$(qh),Bar:$(Xh),Area:$(Yh),Baseline:$(... function cs (line 6) | function cs(h){return{ie:0,Cb:new Map,ia:h}} function fs (line 6) | function fs(h,t){if(h!==void 0&&h.length!==0)return{Tb:t.key(h[0].ot),Pb... function ds (line 6) | function ds(h){let t;return h.forEach(i=>{t===void 0&&(t=i.wb)}),O(t)} class Kh (line 6) | class Kh{constructor(t){this.Rb=new Map,this.Db=new Map,this.Ob=new Map,... method constructor (line 6) | constructor(t){this.Rb=new Map,this.Db=new Map,this.Ob=new Map,this.Ab... method S (line 6) | S(){this.Rb.clear(),this.Db.clear(),this.Ob.clear(),this.Ab=[]} method Vb (line 6) | Vb(t,i){let s=this.Rb.size!==0,e=!1;const n=this.Db.get(t);if(n!==void... method ld (line 6) | ld(t){return this.Vb(t,[])} method Eb (line 6) | Eb(t,i){const s=i;(function(v){v.wb===void 0&&(v.wb=v.time)})(s),this.... method Nb (line 6) | Nb(t,i){let s=this.Db.get(t);s===void 0&&(s=[],this.Db.set(t,s));const... method Ib (line 6) | Ib(t,i){i.length!==0?(this.Db.set(t,i.filter(yt)),this.Ob.set(t,i[i.le... method Bb (line 6) | Bb(){for(const t of this.Ab)t.pointData.Cb.size===0&&this.Rb.delete(th... method zb (line 6) | zb(t){let i=-1;for(let s=0;s{i.ie=t})} function _i (line 6) | function _i(h){const t={value:h.Ot[3],time:h.wb};return h.yb!==void 0&&(... function ms (line 6) | function ms(h){const t=_i(h);return h.O!==void 0&&(t.color=h.O),t} function Gh (line 6) | function Gh(h){const t=_i(h);return h.lt!==void 0&&(t.lineColor=h.lt),h.... function tn (line 6) | function tn(h){const t=_i(h);return h.Ce!==void 0&&(t.topLineColor=h.Ce)... function Fs (line 6) | function Fs(h){const t={open:h.Ot[0],high:h.Ot[1],low:h.Ot[2],close:h.Ot... function sn (line 6) | function sn(h){const t=Fs(h);return h.O!==void 0&&(t.color=h.O),t} function en (line 6) | function en(h){const t=Fs(h),{O:i,At:s,Hh:e}=h;return i!==void 0&&(t.col... function li (line 6) | function li(h){return{Area:Gh,Line:ms,Baseline:tn,Histogram:ms,Bar:sn,Ca... function hn (line 6) | function hn(h){const t=h.wb;return Object.assign(Object.assign({},h.We),... function vs (line 6) | function vs(){return{width:0,height:0,autoSize:!1,layout:on,crosshair:nn... class un (line 6) | class un{constructor(t,i){this.Ub=t,this.qb=i}applyOptions(t){this.Ub.$t... method constructor (line 6) | constructor(t,i){this.Ub=t,this.qb=i} method applyOptions (line 6) | applyOptions(t){this.Ub.$t().Lc(this.qb,t)} method options (line 6) | options(){return this.zi().W()} method width (line 6) | width(){return Tt(this.qb)?this.Ub.sb(this.qb):0} method zi (line 6) | zi(){return p(this.Ub.$t().Ec(this.qb)).Dt} function ps (line 6) | function ps(h,t,i){const s=$s(h,["time","originalTime"]),e=Object.assign... class fn (line 6) | class fn{constructor(t){this.Vh=t}applyOptions(t){this.Vh.Eh(t)}options(... method constructor (line 6) | constructor(t){this.Vh=t} method applyOptions (line 6) | applyOptions(t){this.Vh.Eh(t)} method options (line 6) | options(){return this.Vh.W()} method Yb (line 6) | Yb(){return this.Vh} class dn (line 6) | class dn{constructor(t,i,s,e,n){this.Xb=new M,this.Is=t,this.Kb=i,this.Z... method constructor (line 6) | constructor(t,i,s,e,n){this.Xb=new M,this.Is=t,this.Kb=i,this.Zb=s,thi... method S (line 6) | S(){this.Xb.S()} method priceFormatter (line 6) | priceFormatter(){return this.Is.ca()} method priceToCoordinate (line 6) | priceToCoordinate(t){const i=this.Is.Ct();return i===null?null:this.Is... method coordinateToPrice (line 6) | coordinateToPrice(t){const i=this.Is.Ct();return i===null?null:this.Is... method barsInLogicalRange (line 6) | barsInLogicalRange(t){if(t===null)return null;const i=new J(new nt(t.f... method setData (line 6) | setData(t){this.N_,this.Is.Yh(),this.Kb.Jb(this.Is,t),this.Qb("full")} method update (line 6) | update(t){this.Is.Yh(),this.Kb.tw(this.Is,t),this.Qb("update")} method dataByIndex (line 6) | dataByIndex(t,i){const s=this.Is.Vn().il(t,i);return s===null?null:li(... method data (line 6) | data(){const t=li(this.seriesType());return this.Is.Vn().Qs().map(i=>t... method subscribeDataChanged (line 6) | subscribeDataChanged(t){this.Xb.l(t)} method unsubscribeDataChanged (line 6) | unsubscribeDataChanged(t){this.Xb.v(t)} method setMarkers (line 6) | setMarkers(t){this.N_;const i=t.map(s=>ps(s,this.N_.convertHorzItemToI... method markers (line 6) | markers(){return this.Is.Gl().map(t=>ps(t,t.originalTime,void 0))} method applyOptions (line 6) | applyOptions(t){this.Is.Eh(t)} method options (line 6) | options(){return W(this.Is.W())} method priceScale (line 6) | priceScale(){return this.Zb.priceScale(this.Is.Dt().xa())} method createPriceLine (line 6) | createPriceLine(t){const i=R(W(cn),t),s=this.Is.Jl(i);return new fn(s)} method removePriceLine (line 6) | removePriceLine(t){this.Is.Ql(t.Yb())} method seriesType (line 6) | seriesType(){return this.Is.Yh()} method attachPrimitive (line 6) | attachPrimitive(t){this.Is.ba(t),t.attached&&t.attached({chart:this.Gb... method detachPrimitive (line 6) | detachPrimitive(t){this.Is.wa(t),t.detached&&t.detached()} method Qb (line 6) | Qb(t){this.Xb.M()&&this.Xb.m(t)} class mn (line 6) | class mn{constructor(t,i,s){this.iw=new M,this.uu=new M,this.um=new M,th... method constructor (line 6) | constructor(t,i,s){this.iw=new M,this.uu=new M,this.um=new M,this.Hi=t... method S (line 6) | S(){this.wl.Ku().p(this),this.wl.Zu().p(this),this.Um.Mm().p(this),thi... method scrollPosition (line 6) | scrollPosition(){return this.wl.Lu()} method scrollToPosition (line 6) | scrollToPosition(t,i){i?this.wl.qu(t,1e3):this.Hi.Zn(t)} method scrollToRealTime (line 6) | scrollToRealTime(){this.wl.Uu()} method getVisibleRange (line 6) | getVisibleRange(){const t=this.wl.yu();return t===null?null:{from:t.fr... method setVisibleRange (line 6) | setVisibleRange(t){const i={from:this.N_.convertHorzItemToInternal(t.f... method getVisibleLogicalRange (line 6) | getVisibleLogicalRange(){const t=this.wl.ku();return t===null?null:{fr... method setVisibleLogicalRange (line 6) | setVisibleLogicalRange(t){A(t.from<=t.to,"The from index cannot be aft... method resetTimeScale (line 6) | resetTimeScale(){this.Hi.Xn()} method fitContent (line 6) | fitContent(){this.Hi.Qu()} method logicalToCoordinate (line 6) | logicalToCoordinate(t){const i=this.Hi.St();return i.Ei()?null:i.It(t)} method coordinateToLogical (line 6) | coordinateToLogical(t){return this.wl.Ei()?null:this.wl.Vu(t)} method timeToCoordinate (line 6) | timeToCoordinate(t){const i=this.N_.convertHorzItemToInternal(t),s=thi... method coordinateToTime (line 6) | coordinateToTime(t){const i=this.Hi.St(),s=i.Vu(t),e=i.$i(s);return e=... method width (line 6) | width(){return this.Um.Up().width} method height (line 6) | height(){return this.Um.Up().height} method subscribeVisibleTimeRangeChange (line 6) | subscribeVisibleTimeRangeChange(t){this.iw.l(t)} method unsubscribeVisibleTimeRangeChange (line 6) | unsubscribeVisibleTimeRangeChange(t){this.iw.v(t)} method subscribeVisibleLogicalRangeChange (line 6) | subscribeVisibleLogicalRangeChange(t){this.uu.l(t)} method unsubscribeVisibleLogicalRangeChange (line 6) | unsubscribeVisibleLogicalRangeChange(t){this.uu.v(t)} method subscribeSizeChange (line 6) | subscribeSizeChange(t){this.um.l(t)} method unsubscribeSizeChange (line 6) | unsubscribeSizeChange(t){this.um.v(t)} method applyOptions (line 6) | applyOptions(t){this.wl.Eh(t)} method options (line 6) | options(){return Object.assign(Object.assign({},W(this.wl.W())),{barSp... method nw (line 6) | nw(){this.iw.M()&&this.iw.m(this.getVisibleRange())} method sw (line 6) | sw(){this.uu.M()&&this.uu.m(this.getVisibleLogicalRange())} method ew (line 6) | ew(t){this.um.m(t.width,t.height)} function vn (line 6) | function vn(h){if(h===void 0||h.type==="custom")return;const t=h;t.minMo... function bs (line 6) | function bs(h){return function(t){if(dt(t.handleScale)){const s=t.handle... class pn (line 6) | class pn{constructor(t,i,s){this.rw=new Map,this.hw=new Map,this.lw=new ... method constructor (line 6) | constructor(t,i,s){this.rw=new Map,this.hw=new Map,this.lw=new M,this.... method remove (line 6) | remove(){this.Ub.Wp().p(this),this.Ub.jp().p(this),this.Ub.jc().p(this... method resize (line 6) | resize(t,i,s){this.autoSizeActive()||this.Ub.Ym(t,i,s)} method addCustomSeries (line 6) | addCustomSeries(t,i){const s=X(t),e=Object.assign(Object.assign({},gs)... method addAreaSeries (line 6) | addAreaSeries(t){return this.dw("Area",te,t)} method addBaselineSeries (line 6) | addBaselineSeries(t){return this.dw("Baseline",ie,t)} method addBarSeries (line 6) | addBarSeries(t){return this.dw("Bar",Ks,t)} method addCandlestickSeries (line 6) | addCandlestickSeries(t={}){return function(i){i.borderColor!==void 0&&... method addHistogramSeries (line 6) | addHistogramSeries(t){return this.dw("Histogram",se,t)} method addLineSeries (line 6) | addLineSeries(t){return this.dw("Line",Gs,t)} method removeSeries (line 6) | removeSeries(t){const i=O(this.rw.get(t)),s=this._w.ld(i);this.Ub.$t()... method Jb (line 6) | Jb(t,i){this.fw(this._w.Vb(t,i))} method tw (line 6) | tw(t,i){this.fw(this._w.Eb(t,i))} method subscribeClick (line 6) | subscribeClick(t){this.lw.l(t)} method unsubscribeClick (line 6) | unsubscribeClick(t){this.lw.v(t)} method subscribeCrosshairMove (line 6) | subscribeCrosshairMove(t){this.ow.l(t)} method unsubscribeCrosshairMove (line 6) | unsubscribeCrosshairMove(t){this.ow.v(t)} method subscribeDblClick (line 6) | subscribeDblClick(t){this.aw.l(t)} method unsubscribeDblClick (line 6) | unsubscribeDblClick(t){this.aw.v(t)} method priceScale (line 6) | priceScale(t){return new un(this.Ub,t)} method timeScale (line 6) | timeScale(){return this.cw} method applyOptions (line 6) | applyOptions(t){this.Ub.Eh(bs(t))} method options (line 6) | options(){return this.Ub.W()} method takeScreenshot (line 6) | takeScreenshot(){return this.Ub.ib()} method autoSizeActive (line 6) | autoSizeActive(){return this.Ub.hb()} method chartElement (line 6) | chartElement(){return this.Ub.lb()} method paneSize (line 6) | paneSize(){const t=this.Ub.ob();return{height:t.height,width:t.width}} method setCrosshairPosition (line 6) | setCrosshairPosition(t,i,s){const e=this.rw.get(s);if(e===void 0)retur... method clearCrosshairPosition (line 6) | clearCrosshairPosition(){this.Ub.$t().nd(!0)} method dw (line 6) | dw(t,i,s={},e){vn(s.priceFormat);const n=R(W(ws),W(i),s),r=this.Ub.$t(... method fw (line 6) | fw(t){const i=this.Ub.$t();i.sd(t.St.Au,t.St.Hb,t.St.$b),t.Wb.forEach(... method pw (line 6) | pw(t){return O(this.hw.get(t))} method uw (line 6) | uw(t){const i=new Map;t.xb.forEach((e,n)=>{const r=n.Yh(),o=li(r)(e);i... function bn (line 6) | function bn(h,t,i){let s;if(ut(h)){const n=document.getElementById(h);A(... function gn (line 6) | function gn(h,t){return bn(h,new es,es.Pd(t))} FILE: jesse/static/_nuxt/B-k8r3hf.js method constructor (line 6) | constructor(e){this._defaults=e,this._worker=null,this._client=null,this... method _stopWorker (line 6) | _stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),t... method dispose (line 6) | dispose(){clearInterval(this._idleCheckInterval),this._configChangeListe... method _checkIfIdle (line 6) | _checkIfIdle(){if(!this._worker)return;Date.now()-this._lastUsedTime>st&... method _getClient (line 6) | _getClient(){return this._lastUsedTime=Date.now(),this._client||(this._w... method getLanguageServiceWorker (line 6) | getLanguageServiceWorker(...e){let n;return this._getClient().then(i=>{n... function n (line 6) | function n(i){return typeof i=="string"} function n (line 6) | function n(i){return typeof i=="string"} function n (line 6) | function n(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function n (line 6) | function n(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function n (line 6) | function n(r,t){return r===Number.MAX_VALUE&&(r=M.MAX_VALUE),t===Number.... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&a.uinteger(t.line)&&a.u... function n (line 6) | function n(r,t,o,s){if(a.uinteger(r)&&a.uinteger(t)&&a.uinteger(o)&&a.ui... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&w.is(t.start)&&w.is(t.e... function n (line 6) | function n(r,t){return{uri:r,range:t}} function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.range)&&(a.strin... function n (line 6) | function n(r,t,o,s){return{targetUri:r,targetRange:t,targetSelectionRang... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.targetRange)&&a.... function n (line 6) | function n(r,t,o,s){return{red:r,green:t,blue:o,alpha:s}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.numberRange(t.red,0... function n (line 6) | function n(r,t){return{range:r,color:t}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&h.is(t.range)&&S.is(t... function n (line 6) | function n(r,t,o){return{label:r,textEdit:t,additionalTextEdits:o}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.string(t.label)&&(a... function n (line 6) | function n(r,t,o,s,u,f){const c={startLine:r,endLine:t};return a.defined... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.uinteger(t.startLin... function n (line 6) | function n(r,t){return{location:r,message:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&C.is(t.location)&&a.string(t.... function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&a.string(r.href)} function n (line 6) | function n(r,t,o,s,u,f){let c={range:r,message:t};return a.defined(o)&&(... function i (line 6) | function i(r){var t;let o=r;return a.defined(o)&&h.is(o.range)&&a.string... function n (line 6) | function n(r,t,...o){let s={title:r,command:t};return a.defined(o)&&o.le... function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.title)&&a.string(t... function n (line 6) | function n(o,s){return{range:o,newText:s}} function i (line 6) | function i(o,s){return{range:{start:o,end:o},newText:s}} function r (line 6) | function r(o){return{range:o,newText:""}} function t (line 6) | function t(o){const s=o;return a.objectLiteral(s)&&a.string(s.newText)&&... function n (line 6) | function n(r,t,o){const s={label:r};return t!==void 0&&(s.needsConfirmat... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.string(t.label)&&(a... function n (line 6) | function n(i){const r=i;return a.string(r)} function n (line 6) | function n(o,s,u){return{range:o,newText:s,annotationId:u}} function i (line 6) | function i(o,s,u){return{range:{start:o,end:o},newText:s,annotationId:u}} function r (line 6) | function r(o,s){return{range:o,newText:"",annotationId:s}} function t (line 6) | function t(o){const s=o;return E.is(s)&&(V.is(s.annotationId)||L.is(s.an... function n (line 6) | function n(r,t){return{textDocument:r,edits:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&B.is(t.textDocument)&&Array.i... function n (line 6) | function n(r,t,o){let s={kind:"create",uri:r};return t!==void 0&&(t.over... function i (line 6) | function i(r){let t=r;return t&&t.kind==="create"&&a.string(t.uri)&&(t.o... function n (line 6) | function n(r,t,o,s){let u={kind:"rename",oldUri:r,newUri:t};return o!==v... function i (line 6) | function i(r){let t=r;return t&&t.kind==="rename"&&a.string(t.oldUri)&&a... function n (line 6) | function n(r,t,o){let s={kind:"delete",uri:r};return t!==void 0&&(t.recu... function i (line 6) | function i(r){let t=r;return t&&t.kind==="delete"&&a.string(t.uri)&&(t.o... function n (line 6) | function n(i){let r=i;return r&&(r.changes!==void 0||r.documentChanges!=... function n (line 6) | function n(r){return{uri:r}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)} function n (line 6) | function n(r,t){return{uri:r,version:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&a.integer(t.... function n (line 6) | function n(r,t){return{uri:r,version:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&(t.version==... function n (line 6) | function n(r,t,o,s){return{uri:r,languageId:t,version:o,text:s}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&a.string(t.l... function n (line 6) | function n(i){const r=i;return r===e.PlainText||r===e.Markdown} function n (line 6) | function n(i){const r=i;return a.objectLiteral(i)&&q.is(r.kind)&&a.strin... function n (line 6) | function n(r,t,o){return{newText:r,insert:t,replace:o}} function i (line 6) | function i(r){const t=r;return t&&a.string(t.newText)&&h.is(t.insert)&&h... function n (line 6) | function n(i){const r=i;return r&&(a.string(r.detail)||r.detail===void 0... function n (line 6) | function n(i){return{label:i}} function n (line 6) | function n(i,r){return{items:i||[],isIncomplete:!!r}} function n (line 6) | function n(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")} function i (line 6) | function i(r){const t=r;return a.string(t)||a.objectLiteral(t)&&a.string... function n (line 6) | function n(i){let r=i;return!!r&&a.objectLiteral(r)&&(P.is(r.contents)||... function n (line 6) | function n(i,r){return r?{label:i,documentation:r}:{label:i}} function n (line 6) | function n(i,r,...t){let o={label:i};return a.defined(r)&&(o.documentati... function n (line 6) | function n(i,r){let t={range:i};return a.number(r)&&(t.kind=r),t} function n (line 6) | function n(i,r,t,o,s){let u={name:i,kind:r,location:{uri:o,range:t}};ret... function n (line 6) | function n(i,r,t,o){return o!==void 0?{name:i,kind:r,location:{uri:t,ran... function n (line 6) | function n(r,t,o,s,u,f){let c={name:r,detail:t,kind:o,range:s,selectionR... function i (line 6) | function i(r){let t=r;return t&&a.string(t.name)&&a.number(t.kind)&&h.is... function n (line 6) | function n(r,t,o){let s={diagnostics:r};return t!=null&&(s.only=t),o!=nu... function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.typedArray(t.diagnostics,y.... function n (line 6) | function n(r,t,o){let s={title:r},u=!0;return typeof t=="string"?(u=!1,s... function i (line 6) | function i(r){let t=r;return t&&a.string(t.title)&&(t.diagnostics===void... function n (line 6) | function n(r,t){let o={range:r};return a.defined(t)&&(o.data=t),o} function i (line 6) | function i(r){let t=r;return a.defined(t)&&h.is(t.range)&&(a.undefined(t... function n (line 6) | function n(r,t){return{tabSize:r,insertSpaces:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.uinteger(t.tabSize)&&a.bool... function n (line 6) | function n(r,t,o){return{range:r,target:t,data:o}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&h.is(t.range)&&(a.undefined(t... function n (line 6) | function n(r,t){return{range:r,parent:t}} function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.range)&&(t.paren... function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&(r.resultId===void 0|... function n (line 6) | function n(r,t){return{range:r,text:t}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&a.string(t.text)} function n (line 6) | function n(r,t,o){return{range:r,variableName:t,caseSensitiveLookup:o}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&a.boolean(t.caseS... function n (line 6) | function n(r,t){return{range:r,expression:t}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&(a.string(t.expre... function n (line 6) | function n(r,t){return{frameId:r,stoppedLocation:t}} function i (line 6) | function i(r){const t=r;return a.defined(t)&&h.is(r.stoppedLocation)} function n (line 6) | function n(i){return i===1||i===2} function n (line 6) | function n(r){return{value:r}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&(t.tooltip===void 0||... function n (line 6) | function n(r,t,o){const s={position:r,label:t};return o!==void 0&&(s.kin... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&w.is(t.position)&&(a.... function n (line 6) | function n(i){return{kind:"snippet",value:i}} function n (line 6) | function n(i,r,t,o){return{insertText:i,filterText:r,range:t,command:o}} function n (line 6) | function n(i){return{items:i}} function n (line 6) | function n(i,r){return{range:i,text:r}} function n (line 6) | function n(i,r){return{triggerKind:i,selectedCompletionInfo:r}} function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&O.is(r.uri)&&a.string... function n (line 6) | function n(o,s,u,f){return new ct(o,s,u,f)} function i (line 6) | function i(o){let s=o;return!!(a.defined(s)&&a.string(s.uri)&&(a.undefin... function r (line 6) | function r(o,s){let u=o.getText(),f=t(s,(g,_)=>{let b=g.range.start.line... function t (line 6) | function t(o,s){if(o.length<=1)return o;const u=o.length/2|0,f=o.slice(0... method constructor (line 6) | constructor(e,n,i,r){this._uri=e,this._languageId=n,this._version=i,this... method uri (line 6) | get uri(){return this._uri} method languageId (line 6) | get languageId(){return this._languageId} method version (line 6) | get version(){return this._version} method getText (line 6) | getText(e){if(e){let n=this.offsetAt(e.start),i=this.offsetAt(e.end);ret... method update (line 6) | update(e,n){this._content=e.text,this._version=n,this._lineOffsets=void 0} method getLineOffsets (line 6) | getLineOffsets(){if(this._lineOffsets===void 0){let e=[],n=this._content... method positionAt (line 8) | positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let n=this.... method offsetAt (line 8) | offsetAt(e){let n=this.getLineOffsets();if(e.line>=n.length)return this.... method lineCount (line 8) | get lineCount(){return this.getLineOffsets().length} function i (line 8) | function i(l){return typeof l<"u"} function r (line 8) | function r(l){return typeof l>"u"} function t (line 8) | function t(l){return l===!0||l===!1} function o (line 8) | function o(l){return n.call(l)==="[object String]"} function s (line 8) | function s(l){return n.call(l)==="[object Number]"} function u (line 8) | function u(l,N,Ke){return n.call(l)==="[object Number]"&&N<=l&&l<=Ke} function f (line 8) | function f(l){return n.call(l)==="[object Number]"&&-2147483648<=l&&l<=2... function c (line 8) | function c(l){return n.call(l)==="[object Number]"&&0<=l&&l<=2147483647} function g (line 8) | function g(l){return n.call(l)==="[object Function]"} function _ (line 8) | function _(l){return l!==null&&typeof l=="object"} function b (line 8) | function b(l,N){return Array.isArray(l)&&l.every(N)} method constructor (line 8) | constructor(e,n,i){this._languageId=e,this._worker=n,this._disposables=[... method dispose (line 8) | dispose(){this._disposables.forEach(e=>e&&e.dispose()),this._disposables... method _doValidate (line 8) | _doValidate(e,n){this._worker(e).then(i=>i.doValidation(e.toString())).t... function lt (line 8) | function lt(e){switch(e){case x.Error:return d.MarkerSeverity.Error;case... function ft (line 8) | function ft(e,n){let i=typeof n.code=="number"?String(n.code):n.code;ret... method constructor (line 8) | constructor(e,n){this._worker=e,this._triggerCharacters=n} method triggerCharacters (line 8) | get triggerCharacters(){return this._triggerCharacters} method provideCompletionItems (line 8) | provideCompletionItems(e,n,i,r){const t=e.uri;return this._worker(t).the... function k (line 8) | function k(e){if(e)return{character:e.column-1,line:e.lineNumber-1}} function Qe (line 8) | function Qe(e){if(e)return{start:{line:e.startLineNumber-1,character:e.s... function m (line 8) | function m(e){if(e)return new d.Range(e.start.line+1,e.start.character+1... function ht (line 8) | function ht(e){return typeof e.insert<"u"&&typeof e.replace<"u"} function vt (line 8) | function vt(e){const n=d.languages.CompletionItemKind;switch(e){case v.T... function D (line 8) | function D(e){if(e)return{range:m(e.range),text:e.newText}} function pt (line 8) | function pt(e){return e&&e.command==="editor.action.triggerSuggest"?{id:... method constructor (line 8) | constructor(e){this._worker=e} method provideHover (line 8) | provideHover(e,n,i){let r=e.uri;return this._worker(r).then(t=>t.doHover... function _t (line 8) | function _t(e){return e&&typeof e=="object"&&typeof e.kind=="string"} function Be (line 8) | function Be(e){return typeof e=="string"?{value:e}:_t(e)?e.kind==="plain... function bt (line 9) | function bt(e){if(e)return Array.isArray(e)?e.map(Be):[Be(e)]} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentHighlights (line 9) | provideDocumentHighlights(e,n,i){const r=e.uri;return this._worker(r).th... function kt (line 9) | function kt(e){switch(e){case R.Read:return d.languages.DocumentHighligh... method constructor (line 9) | constructor(e){this._worker=e} method provideDefinition (line 9) | provideDefinition(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.... function Ge (line 9) | function Ge(e){return{uri:d.Uri.parse(e.uri),range:m(e.range)}} method constructor (line 9) | constructor(e){this._worker=e} method provideReferences (line 9) | provideReferences(e,n,i,r){const t=e.uri;return this._worker(t).then(o=>... method constructor (line 9) | constructor(e){this._worker=e} method provideRenameEdits (line 9) | provideRenameEdits(e,n,i,r){const t=e.uri;return this._worker(t).then(o=... function Lt (line 9) | function Lt(e){if(!e||!e.changes)return;let n=[];for(let i in e.changes)... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentSymbols (line 9) | provideDocumentSymbols(e,n){const i=e.uri;return this._worker(i).then(r=... function Rt (line 9) | function Rt(e){return"children"in e} function Je (line 9) | function Je(e){return{name:e.name,detail:e.detail??"",kind:Te(e.kind),ra... function Te (line 9) | function Te(e){let n=d.languages.SymbolKind;switch(e){case p.File:return... method constructor (line 9) | constructor(e){this._worker=e} method provideLinks (line 9) | provideLinks(e,n){const i=e.uri;return this._worker(i).then(r=>r.findDoc... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentFormattingEdits (line 9) | provideDocumentFormattingEdits(e,n,i){const r=e.uri;return this._worker(... method constructor (line 9) | constructor(e){this._worker=e,this.canFormatMultipleRanges=!1} method provideDocumentRangeFormattingEdits (line 9) | provideDocumentRangeFormattingEdits(e,n,i,r){const t=e.uri;return this._... function Ye (line 9) | function Ye(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentColors (line 9) | provideDocumentColors(e,n){const i=e.uri;return this._worker(i).then(r=>... method provideColorPresentations (line 9) | provideColorPresentations(e,n,i){const r=e.uri;return this._worker(r).th... method constructor (line 9) | constructor(e){this._worker=e} method provideFoldingRanges (line 9) | provideFoldingRanges(e,n,i){const r=e.uri;return this._worker(r).then(t=... function yt (line 9) | function yt(e){switch(e){case A.Comment:return d.languages.FoldingRangeK... method constructor (line 9) | constructor(e){this._worker=e} method provideSelectionRanges (line 9) | provideSelectionRanges(e,n,i){const r=e.uri;return this._worker(r).then(... function Ot (line 9) | function Ot(e){const n=[],i=[],r=new ut(e);n.push(r);const t=(...s)=>r.g... function qe (line 9) | function qe(e){return{dispose:()=>Ze(e)}} function Ze (line 9) | function Ze(e){for(;e.length;)e.pop().dispose()} FILE: jesse/static/_nuxt/B-lZjTdr.js function e (line 6) | function e(i){let o=[];const a=i.split(/\t+|\r+|\n+| +/);for(let r=0;rthis.u... method convertUtf16OffsetToUtf8 (line 2) | convertUtf16OffsetToUtf8(e){return this.utf16OffsetToUtf8?e<0?0:e>this.u... method dispose (line 2) | dispose(){this.ptr===fe._sharedPtr?fe._sharedPtrInUse=!1:this._onigBindi... class gi (line 2) | class gi{constructor(t){if(G(this,"_onigBinding"),G(this,"_ptr"),!Z)thro... method constructor (line 2) | constructor(t){if(G(this,"_onigBinding"),G(this,"_ptr"),!Z)throw new y... method dispose (line 2) | dispose(){this._onigBinding.freeOnigScanner(this._ptr)} method findNextMatchSync (line 2) | findNextMatchSync(t,u,r){let n=0;if(typeof r=="number"&&(n=r),typeof t... method _findNextMatchSync (line 2) | _findNextMatchSync(t,u,r,n){const i=this._onigBinding,o=i.findNextOnig... function bi (line 2) | function bi(e){return typeof e.instantiator=="function"} function yi (line 2) | function yi(e){return typeof e.default=="function"} function xi (line 2) | function xi(e){return typeof e.data<"u"} function Ei (line 2) | function Ei(e){return typeof Response<"u"&&e instanceof Response} function ki (line 2) | function ki(e){var t;return typeof ArrayBuffer<"u"&&(e instanceof ArrayB... function Ai (line 2) | function Ai(e){if(dt)return dt;async function t(){Z=await pi(async u=>{l... function Ut (line 2) | function Ut(e){return t=>WebAssembly.instantiate(e,t)} function vi (line 2) | function vi(e){return t=>WebAssembly.instantiateStreaming(e,t)} function Ci (line 2) | function Ci(e){return async t=>{const u=await e.arrayBuffer();return Web... function wi (line 2) | function wi(){return Di} function Lr (line 2) | async function Lr(e){return e&&await Ai(e),{createScanner(t){return new ... function Si (line 2) | function Si(e){return xu(e)} function xu (line 2) | function xu(e){return Array.isArray(e)?Ti(e):e instanceof RegExp?e:typeo... function Ti (line 2) | function Ti(e){let t=[];for(let u=0,r=e.length;u{for(let r in u)e[r]=u[r]}),e} function Ir (line 2) | function Ir(e){const t=~e.lastIndexOf("/")||~e.lastIndexOf("\\");return ... method hasCaptures (line 2) | static hasCaptures(e){return e===null?!1:(Gt.lastIndex=0,Gt.test(e))} method replaceCaptures (line 2) | static replaceCaptures(e,t,u){return e.replace(Gt,(r,n,i,o)=>{let a=u[pa... function Or (line 2) | function Or(e,t){return et?1:0} function Fr (line 2) | function Fr(e,t){if(e===null&&t===null)return 0;if(!e)return-1;if(!t)ret... function Mu (line 2) | function Mu(e){return!!(/^#[0-9a-f]{6}$/i.test(e)||/^#[0-9a-f]{8}$/i.tes... function Mr (line 2) | function Mr(e){return e.replace(/[\-\\\{\}\*\+\?\|\^\$\.\,\[\]\(\)\#\s]/... method constructor (line 2) | constructor(e){b(this,"cache",new Map);this.fn=e} method get (line 2) | get(e){if(this.cache.has(e))return this.cache.get(e);const t=this.fn(e);... method constructor (line 2) | constructor(e,t,u){b(this,"_cachedMatchRoot",new Nr(e=>this._root.match(... method createFromRawTheme (line 2) | static createFromRawTheme(e,t){return this.createFromParsedTheme(Ii(e),t)} method createFromParsedTheme (line 2) | static createFromParsedTheme(e,t){return Fi(e,t)} method getColorMap (line 2) | getColorMap(){return this._colorMap.getColorMap()} method getDefaults (line 2) | getDefaults(){return this._defaults} method match (line 2) | match(e){if(e===null)return this._defaults;const t=e.scopeName,r=this._c... method constructor (line 2) | constructor(t,u){this.parent=t,this.scopeName=u} method push (line 2) | static push(t,u){for(const r of u)t=new gt(t,r);return t} method from (line 2) | static from(...t){let u=null;for(let r=0;r{let d=Or(s.scope,l.scope);return d!==0||... method constructor (line 2) | constructor(e){b(this,"_isFrozen");b(this,"_lastColorId");b(this,"_id2co... method getId (line 2) | getId(e){if(e===null)return 0;e=e.toUpperCase();let t=this._color2id[e];... method getColorMap (line 2) | getColorMap(){return this._id2color.slice(0)} method constructor (line 2) | constructor(t,u,r,n,i){b(this,"scopeDepth");b(this,"parentScopes");b(thi... method clone (line 2) | clone(){return new Br(this.scopeDepth,this.parentScopes,this.fontStyle,t... method cloneArr (line 2) | static cloneArr(t){let u=[];for(let r=0,n=t.length;rt?console.log("how did this hap... method constructor (line 2) | constructor(t,u=[],r={}){b(this,"_rulesWithParentScopes");this._mainRule... method _cmpBySpecificity (line 2) | static _cmpBySpecificity(t,u){if(t.scopeDepth!==u.scopeDepth)return u.sc... method match (line 2) | match(t){if(t!==""){let r=t.indexOf("."),n,i;if(r===-1?(n=t,i=""):(n=t.s... method insert (line 2) | insert(t,u,r,n,i,o){if(u===""){this._doInsertHere(t,r,n,i,o);return}let ... method _doInsertHere (line 2) | _doInsertHere(t,u,r,n,i){if(u===null){this._mainRule.acceptOverwrite(t,r... method toBinaryStr (line 2) | static toBinaryStr(t){return t.toString(2).padStart(32,"0")} method print (line 2) | static print(t){const u=oe.getLanguageId(t),r=oe.getTokenType(t),n=oe.ge... method getLanguageId (line 2) | static getLanguageId(t){return(t&255)>>>0} method getTokenType (line 2) | static getTokenType(t){return(t&768)>>>8} method containsBalancedBrackets (line 2) | static containsBalancedBrackets(t){return(t&1024)!==0} method getFontStyle (line 2) | static getFontStyle(t){return(t&30720)>>>11} method getForeground (line 2) | static getForeground(t){return(t&16744448)>>>15} method getBackground (line 2) | static getBackground(t){return(t&4278190080)>>>24} method set (line 2) | static set(t,u,r,n,i,o,a){let s=oe.getLanguageId(t),l=oe.getTokenType(t)... function Et (line 2) | function Et(e,t){const u=[],r=Bi(e);let n=r.next();for(;n!==null;){let s... function Nu (line 2) | function Nu(e){return!!e&&!!e.match(/[\w\.:]+/)} function Bi (line 2) | function Bi(e){let t=/([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g,u=t.exec(... function zr (line 2) | function zr(e){typeof e.dispose=="function"&&e.dispose()} method constructor (line 2) | constructor(e){this.scopeName=e} method toKey (line 2) | toKey(){return this.scopeName} method constructor (line 2) | constructor(e,t){this.scopeName=e,this.ruleName=t} method toKey (line 2) | toKey(){return`${this.scopeName}#${this.ruleName}`} method constructor (line 2) | constructor(){b(this,"_references",[]);b(this,"_seenReferenceKeys",new S... method references (line 2) | get references(){return this._references} method add (line 2) | add(e){const t=e.toKey();this._seenReferenceKeys.has(t)||(this._seenRefe... method constructor (line 2) | constructor(e,t){b(this,"seenFullScopeRequests",new Set);b(this,"seenPar... method processQueue (line 2) | processQueue(){const e=this.Q;this.Q=[];const t=new ji;for(const u of e)... function qi (line 2) | function qi(e,t,u,r){const n=u.lookup(e.scopeName);if(!n){if(e.scopeName... function au (line 2) | function au(e,t,u){if(t.repository&&t.repository[e]){const r=t.repositor... function bt (line 2) | function bt(e,t){e.selfGrammar.patterns&&Array.isArray(e.selfGrammar.pat... function kt (line 2) | function kt(e,t,u){for(const r of e){if(u.visitedRule.has(r))continue;u.... method constructor (line 2) | constructor(){b(this,"kind",0)} method constructor (line 2) | constructor(){b(this,"kind",1)} method constructor (line 2) | constructor(e){b(this,"kind",2);this.ruleName=e} method constructor (line 2) | constructor(e){b(this,"kind",3);this.scopeName=e} method constructor (line 2) | constructor(e,t){b(this,"kind",4);this.scopeName=e,this.ruleName=t} function jr (line 2) | function jr(e){if(e==="$base")return new Ui;if(e==="$self")return new Gi... method constructor (line 2) | constructor(e,t,u,r){b(this,"$location");b(this,"id");b(this,"_nameIsCap... method debugName (line 2) | get debugName(){const e=this.$location?`${Ir(this.$location.filename)}:$... method getName (line 2) | getName(e,t){return!this._nameIsCapturing||this._name===null||e===null||... method getContentName (line 2) | getContentName(e,t){return!this._contentNameIsCapturing||this._contentNa... method constructor (line 2) | constructor(t,u,r,n,i){super(t,u,r,n);b(this,"retokenizeCapturedWithRule... method dispose (line 2) | dispose(){} method collectPatterns (line 2) | collectPatterns(t,u){throw new Error("Not supported!")} method compile (line 2) | compile(t,u){throw new Error("Not supported!")} method compileAG (line 2) | compileAG(t,u,r,n){throw new Error("Not supported!")} method constructor (line 2) | constructor(t,u,r,n,i){super(t,u,r,null);b(this,"_match");b(this,"captur... method dispose (line 2) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugMatchRegExp (line 2) | get debugMatchRegExp(){return`${this._match.source}`} method collectPatterns (line 2) | collectPatterns(t,u){u.push(this._match)} method compile (line 2) | compile(t,u){return this._getCachedCompiledPatterns(t).compile(t)} method compileAG (line 2) | compileAG(t,u,r,n){return this._getCachedCompiledPatterns(t).compileAG(t... method _getCachedCompiledPatterns (line 2) | _getCachedCompiledPatterns(t){return this._cachedCompiledPatterns||(this... method constructor (line 2) | constructor(t,u,r,n,i){super(t,u,r,n);b(this,"hasMissingPatterns");b(thi... method dispose (line 2) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method collectPatterns (line 2) | collectPatterns(t,u){for(const r of this.patterns)t.getRule(r).collectPa... method compile (line 2) | compile(t,u){return this._getCachedCompiledPatterns(t).compile(t)} method compileAG (line 2) | compileAG(t,u,r,n){return this._getCachedCompiledPatterns(t).compileAG(t... method _getCachedCompiledPatterns (line 2) | _getCachedCompiledPatterns(t){return this._cachedCompiledPatterns||(this... method constructor (line 2) | constructor(t,u,r,n,i,o,a,s,l,d){super(t,u,r,n);b(this,"_begin");b(this,... method dispose (line 2) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugBeginRegExp (line 2) | get debugBeginRegExp(){return`${this._begin.source}`} method debugEndRegExp (line 2) | get debugEndRegExp(){return`${this._end.source}`} method getEndWithResolvedBackReferences (line 2) | getEndWithResolvedBackReferences(t,u){return this._end.resolveBackRefere... method collectPatterns (line 2) | collectPatterns(t,u){u.push(this._begin)} method compile (line 2) | compile(t,u){return this._getCachedCompiledPatterns(t,u).compile(t)} method compileAG (line 2) | compileAG(t,u,r,n){return this._getCachedCompiledPatterns(t,u).compileAG... method _getCachedCompiledPatterns (line 2) | _getCachedCompiledPatterns(t,u){if(!this._cachedCompiledPatterns){this._... method constructor (line 2) | constructor(t,u,r,n,i,o,a,s,l){super(t,u,r,n);b(this,"_begin");b(this,"b... method dispose (line 2) | dispose(){this._cachedCompiledPatterns&&(this._cachedCompiledPatterns.di... method debugBeginRegExp (line 2) | get debugBeginRegExp(){return`${this._begin.source}`} method debugWhileRegExp (line 2) | get debugWhileRegExp(){return`${this._while.source}`} method getWhileWithResolvedBackReferences (line 2) | getWhileWithResolvedBackReferences(t,u){return this._while.resolveBackRe... method collectPatterns (line 2) | collectPatterns(t,u){u.push(this._begin)} method compile (line 2) | compile(t,u){return this._getCachedCompiledPatterns(t).compile(t)} method compileAG (line 2) | compileAG(t,u,r,n){return this._getCachedCompiledPatterns(t).compileAG(t... method _getCachedCompiledPatterns (line 2) | _getCachedCompiledPatterns(t){if(!this._cachedCompiledPatterns){this._ca... method compileWhile (line 2) | compileWhile(t,u){return this._getCachedCompiledWhilePatterns(t,u).compi... method compileWhileAG (line 2) | compileWhileAG(t,u,r,n){return this._getCachedCompiledWhilePatterns(t,u)... method _getCachedCompiledWhilePatterns (line 2) | _getCachedCompiledWhilePatterns(t,u){return this._cachedCompiledWhilePat... method createCaptureRule (line 2) | static createCaptureRule(t,u,r,n,i){return t.registerRule(o=>new Yi(u,o,... method getCompiledRuleId (line 2) | static getCompiledRuleId(t,u,r){return t.id||u.registerRule(n=>{if(t.id=... method _compileCaptures (line 2) | static _compileCaptures(t,u,r){let n=[];if(t){let i=0;for(const o in t){... method _compilePatterns (line 2) | static _compilePatterns(t,u,r){let n=[];if(t)for(let i=0,o=t.length;iu.source);this._ca... method compileAG (line 2) | compileAG(e,t,u){return this._hasAnchors?t?u?(this._anchorCache.A1_G1||(... method _resolveAnchors (line 2) | _resolveAnchors(e,t,u){let r=this._items.map(n=>n.resolveAnchors(t,u));r... method constructor (line 2) | constructor(e,t,u){b(this,"scanner");this.regExps=t,this.rules=u,this.sc... method dispose (line 2) | dispose(){typeof this.scanner.dispose=="function"&&this.scanner.dispose()} method toString (line 2) | toString(){const e=[];for(let t=0,u=this.rules.length;tn===this._rootScopeName?this._gr... method getInjections (line 3) | getInjections(){return this._injections===null&&(this._injections=this._... method registerRule (line 3) | registerRule(e){const t=++this._lastRuleId,u=e(t);return this._ruleId2de... method getRule (line 3) | getRule(e){return this._ruleId2desc[e]} method getExternalGrammar (line 3) | getExternalGrammar(e,t){if(this._includedGrammars[e])return this._includ... method tokenizeLine (line 3) | tokenizeLine(e,t,u=0){const r=this._tokenize(e,t,!1,u);return{tokens:r.l... method tokenizeLine2 (line 3) | tokenizeLine2(e,t,u=0){const r=this._tokenize(e,t,!0,u);return{tokens:r.... method _tokenize (line 3) | _tokenize(e,t,u,r){this._rootId===-1&&(this._rootId=qr.getCompiledRuleId... function qu (line 4) | function qu(e,t){return e=Si(e),e.repository=e.repository||{},e.reposito... method constructor (line 4) | constructor(t,u,r){this.parent=t,this.scopePath=u,this.tokenAttributes=r} method fromExtension (line 4) | static fromExtension(t,u){let r=t,n=(t==null?void 0:t.scopePath)??null;f... method createRoot (line 4) | static createRoot(t,u){return new pe(null,new Ht(null,t),u)} method createRootAndLookUpScopeName (line 4) | static createRootAndLookUpScopeName(t,u,r){const n=r.getMetadataForScope... method scopeName (line 4) | get scopeName(){return this.scopePath.scopeName} method toString (line 4) | toString(){return this.getScopeNames().join(" ")} method equals (line 4) | equals(t){return pe.equals(this,t)} method equals (line 4) | static equals(t,u){do{if(t===u||!t&&!u)return!0;if(!t||!u||t.scopeName!=... method mergeAttributes (line 4) | static mergeAttributes(t,u,r){let n=-1,i=0,o=0;return r!==null&&(n=r.fon... method pushAttributed (line 4) | pushAttributed(t,u){if(t===null)return this;if(t.indexOf(" ")===-1)retur... method _pushAttributed (line 4) | static _pushAttributed(t,u,r){const n=r.getMetadataForScope(u),i=t.scope... method getScopeNames (line 4) | getScopeNames(){return this.scopePath.getSegments()} method getExtensionIfDefined (line 4) | getExtensionIfDefined(t){var n;const u=[];let r=this;for(;r&&r!==t;)u.pu... method constructor (line 4) | constructor(t,u,r,n,i,o,a,s){b(this,"_stackElementBrand");b(this,"_enter... method equals (line 4) | equals(t){return t===null?!1:ae._equals(this,t)} method _equals (line 4) | static _equals(t,u){return t===u?!0:this._structuralEquals(t,u)?Ke.equal... method _structuralEquals (line 4) | static _structuralEquals(t,u){do{if(t===u||!t&&!u)return!0;if(!t||!u||t.... method clone (line 4) | clone(){return this} method _reset (line 4) | static _reset(t){for(;t;)t._enterPos=-1,t._anchorPos=-1,t=t.parent} method reset (line 4) | reset(){ae._reset(this)} method pop (line 4) | pop(){return this.parent} method safePop (line 4) | safePop(){return this.parent?this.parent:this} method push (line 4) | push(t,u,r,n,i,o,a){return new ae(this,t,u,r,n,i,o,a)} method getEnterPos (line 4) | getEnterPos(){return this._enterPos} method getAnchorPos (line 4) | getAnchorPos(){return this._anchorPos} method getRule (line 4) | getRule(t){return t.getRule(this.ruleId)} method toString (line 4) | toString(){const t=[];return this._writeString(t,0),"["+t.join(",")+"]"} method _writeString (line 4) | _writeString(t,u){var r,n;return this.parent&&(u=this.parent._writeStrin... method withContentNameScopesList (line 4) | withContentNameScopesList(t){return this.contentNameScopesList===t?this:... method withEndRule (line 4) | withEndRule(t){return this.endRule===t?this:new ae(this.parent,this.rule... method hasSameRuleAs (line 4) | hasSameRuleAs(t){let u=this;for(;u&&u._enterPos===t._enterPos;){if(u.rul... method toStateStackFrame (line 4) | toStateStackFrame(){var t,u,r;return{ruleId:this.ruleId,beginRuleCapture... method pushFrame (line 4) | static pushFrame(t,u){const r=Ke.fromExtension((t==null?void 0:t.nameSco... method constructor (line 4) | constructor(e,t){b(this,"balancedBracketScopes");b(this,"unbalancedBrack... method matchesAlways (line 4) | get matchesAlways(){return this.allowAny&&this.unbalancedBracketScopes.l... method matchesNever (line 4) | get matchesNever(){return this.balancedBracketScopes.length===0&&!this.a... method match (line 4) | match(e){for(const t of this.unbalancedBracketScopes)if(t(e))return!1;fo... method constructor (line 4) | constructor(e,t,u,r){b(this,"_emitBinaryTokens");b(this,"_lineText");b(t... method produce (line 4) | produce(e,t){this.produceFromScopes(e.contentNameScopesList,t)} method produceFromScopes (line 4) | produceFromScopes(e,t){var r;if(this._lastTokenEndIndex>=t)return;if(thi... method getResult (line 4) | getResult(e,t){return this._tokens.length>0&&this._tokens[this._tokens.l... method getBinaryResult (line 4) | getBinaryResult(e,t){this._binaryTokens.length>0&&this._binaryTokens[thi... method constructor (line 4) | constructor(e,t){b(this,"_grammars",new Map);b(this,"_rawGrammars",new M... method dispose (line 4) | dispose(){for(const e of this._grammars.values())e.dispose()} method setTheme (line 4) | setTheme(e){this._theme=e} method getColorMap (line 4) | getColorMap(){return this._theme.getColorMap()} method addGrammar (line 4) | addGrammar(e,t){this._rawGrammars.set(e.scopeName,e),t&&this._injectionG... method lookup (line 4) | lookup(e){return this._rawGrammars.get(e)} method injections (line 4) | injections(e){return this._injectionGrammars.get(e)} method getDefaults (line 4) | getDefaults(){return this._theme.getDefaults()} method themeMatch (line 4) | themeMatch(e){return this._theme.match(e)} method grammarForScopeName (line 4) | grammarForScopeName(e,t,u,r,n){if(!this._grammars.has(e)){let i=this._ra... method constructor (line 4) | constructor(t){b(this,"_options");b(this,"_syncRegistry");b(this,"_ensur... method dispose (line 4) | dispose(){this._syncRegistry.dispose()} method setTheme (line 4) | setTheme(t,u){this._syncRegistry.setTheme(xt.createFromRawTheme(t,u))} method getColorMap (line 4) | getColorMap(){return this._syncRegistry.getColorMap()} method loadGrammarWithEmbeddedLanguages (line 4) | loadGrammarWithEmbeddedLanguages(t,u,r){return this.loadGrammarWithConfi... method loadGrammarWithConfiguration (line 4) | loadGrammarWithConfiguration(t,u,r){return this._loadGrammar(t,u,r.embed... method loadGrammar (line 4) | loadGrammar(t){return this._loadGrammar(t,0,null,null,null)} method _loadGrammar (line 4) | _loadGrammar(t,u,r,n,i){const o=new $i(this._syncRegistry,t);for(;o.Q.le... method _loadSingleGrammar (line 4) | _loadSingleGrammar(t){this._ensureGrammarCache.has(t)||(this._doLoadSing... method _doLoadSingleGrammar (line 4) | _doLoadSingleGrammar(t){const u=this._options.loadGrammar(t);if(u){const... method addGrammar (line 4) | addGrammar(t,u=[],r=0,n=null){return this._syncRegistry.addGrammar(t,u),... method _grammarForScopeName (line 4) | _grammarForScopeName(t,u=0,r=null,n=null,i=null){return this._syncRegist... class at (line 4) | class at{constructor(t,u,r){this.normal=u,this.property=t,r&&(this.space... method constructor (line 4) | constructor(t,u,r){this.normal=u,this.property=t,r&&(this.space=r)} function Wr (line 4) | function Wr(e,t){const u={},r={};for(const n of e)Object.assign(u,n.prop... function du (line 4) | function du(e){return e.toLowerCase()} class ue (line 4) | class ue{constructor(t,u){this.attribute=u,this.property=t}} method constructor (line 4) | constructor(t,u){this.attribute=u,this.property=t} function Pe (line 4) | function Pe(){return 2**++_o} class Eu (line 4) | class Eu extends ue{constructor(t,u,r,n){let i=-1;if(super(t,u),Uu(this,... method constructor (line 4) | constructor(t,u,r,n){let i=-1;if(super(t,u),Uu(this,"space",n),typeof ... function Uu (line 4) | function Uu(e,t,u){u&&(e[t]=u)} function Ue (line 4) | function Ue(e){const t={},u={};for(const[r,n]of Object.entries(e.propert... method transform (line 4) | transform(e,t){return t==="role"?t:"aria-"+t.slice(4).toLowerCase()} function Jr (line 4) | function Jr(e,t){return t in e?e[t]:t} function Kr (line 4) | function Kr(e,t){return Jr(e,t.toLowerCase())} method transform (line 4) | transform(e,t){return"xlink:"+t.slice(5).toLowerCase()} method transform (line 4) | transform(e,t){return"xml:"+t.slice(3).toLowerCase()} function Eo (line 4) | function Eo(e,t){const u=du(t);let r=t,n=ue;if(u in e.normal)return e.pr... function ko (line 4) | function ko(e){return"-"+e.toLowerCase()} function Ao (line 4) | function Ao(e){return e.charAt(1).toUpperCase()} function Co (line 4) | function Co(e,t){const u=t||{};function r(n,...i){let o=r.invalid;const ... function Ro (line 4) | function Ro(e,t){if(e=e.replace(t.subset?Lo(t.subset):Do,r),t.subset||t.... function Lo (line 4) | function Lo(e){let t=Wu.get(e);return t||(t=Po(e),Wu.set(e,t)),t} function Po (line 4) | function Po(e){const t=[];let u=-1;for(;++uu&&r.push({...e,c... function Ia (line 12) | function Ia(e,t){const u=Array.from(t instanceof Set?t:new Set(t)).sort(... function cn (line 12) | async function cn(e){return Promise.resolve(typeof e=="function"?e():e).... function Ct (line 12) | function Ct(e,t){const u=typeof e=="string"?{}:{...e.colorReplacements},... function Re (line 12) | function Re(e,t){return e&&((t==null?void 0:t[e==null?void 0:e.toLowerCa... function dn (line 12) | function dn(e){const t={};return e.color&&(t.color=e.color),e.bgColor&&(... function Oa (line 12) | function Oa(e){return typeof e=="string"?e:Object.entries(e).map(([t,u])... function Fa (line 12) | function Fa(e){const t=Ft(e,!0).map(([n])=>n);function u(n){if(n===e.len... class ee (line 12) | class ee extends Error{constructor(t){super(t),this.name="ShikiError"}} method constructor (line 12) | constructor(t){super(t),this.name="ShikiError"} function Mt (line 12) | function Mt(e,t){fn.set(e,t)} function et (line 12) | function et(e){return fn.get(e)} class Ge (line 12) | class Ge{constructor(...t){b(this,"_stacks",{});b(this,"lang");if(t.leng... method constructor (line 12) | constructor(...t){b(this,"_stacks",{});b(this,"lang");if(t.length===2)... method themes (line 12) | get themes(){return Object.keys(this._stacks)} method theme (line 12) | get theme(){return this.themes[0]} method _stack (line 12) | get _stack(){return this._stacks[this.theme]} method initial (line 12) | static initial(t,u){return new Ge(Object.fromEntries(La(u).map(r=>[r,c... method getInternalStack (line 12) | getInternalStack(t=this.theme){return this._stacks[t]} method scopes (line 12) | get scopes(){return Qu(this._stacks[this.theme])} method getScopes (line 12) | getScopes(t=this.theme){return Qu(this._stacks[t])} method toJSON (line 12) | toJSON(){return{lang:this.lang,theme:this.theme,themes:this.themes,sco... function Qu (line 12) | function Qu(e){const t=[],u=new Set;function r(n){var o;if(u.has(n))retu... function Ma (line 12) | function Ma(e,t){if(!(e instanceof Ge))throw new ee("Invalid grammar sta... function Na (line 12) | function Na(){const e=new WeakMap;function t(u){if(!e.has(u.meta)){let r... function Va (line 12) | function Va(e){for(let t=0;t({scopeName:t}))} function Ka (line 12) | function Ka(e,t){const u=[];for(let r=0,n=t.length;rs[1]).map(... function Xa (line 12) | function Xa(...e){const t=e.map(()=>[]),u=e.length;for(let r=0;rTt(e,n,i),codeT... function ts (line 12) | function ts(e,t,u,r=et(e)){var m,x,g;const n=Dt(t),i=[],o={type:"root",c... function us (line 13) | function us(e){return e.map(t=>{const u=[];let r="",n=0;return t.forEach... function rs (line 13) | function rs(e){return e.map(t=>t.flatMap(u=>{if(u.content.match(/^\s+$/)... function ns (line 13) | function ns(e,t,u){var i;const r={meta:{},options:u,codeToHast:(o,a)=>Tt... function wu (line 13) | function wu(e){var a,s,l,d,c;if(e!=null&&e[rr])return e;const t={...e};t... function hn (line 13) | async function hn(e){return Array.from(new Set((await Promise.all(e.filt... function _n (line 13) | async function _n(e){return(await Promise.all(e.map(async u=>sn(u)?null:... class is (line 13) | class is extends mo{constructor(u,r,n,i={}){super(u);b(this,"_resolvedTh... method constructor (line 13) | constructor(u,r,n,i={}){super(u);b(this,"_resolvedThemes",new Map);b(t... method getTheme (line 13) | getTheme(u){return typeof u=="string"?this._resolvedThemes.get(u):this... method loadTheme (line 13) | loadTheme(u){const r=wu(u);return r.name&&(this._resolvedThemes.set(r.... method getLoadedThemes (line 13) | getLoadedThemes(){return this._loadedThemesCache||(this._loadedThemesC... method setTheme (line 13) | setTheme(u){let r=this._textmateThemeCache.get(u);r||(r=xt.createFromR... method getGrammar (line 13) | getGrammar(u){if(this._alias[u]){const r=new Set([u]);for(;this._alias... method loadLanguage (line 13) | loadLanguage(u){var o,a,s,l;if(this.getGrammar(u.name))return;const r=... method dispose (line 13) | dispose(){super.dispose(),this._resolvedThemes.clear(),this._resolvedG... method loadLanguages (line 13) | loadLanguages(u){for(const i of u)this.resolveEmbeddedLanguages(i);con... method getLoadedLanguages (line 13) | getLoadedLanguages(){return this._loadedLanguagesCache||(this._loadedL... method resolveEmbeddedLanguages (line 13) | resolveEmbeddedLanguages(u){if(this._langMap.set(u.name,u),this._langG... class os (line 13) | class os{constructor(t,u){b(this,"_langs",new Map);b(this,"_scopeToLang"... method constructor (line 13) | constructor(t,u){b(this,"_langs",new Map);b(this,"_scopeToLang",new Ma... method onigLib (line 13) | get onigLib(){return this._onigLib} method getLangRegistration (line 13) | getLangRegistration(t){return this._langs.get(t)} method loadGrammar (line 13) | loadGrammar(t){return this._scopeToLang.get(t)} method addLanguage (line 13) | addLanguage(t){this._langs.set(t.name,t),t.aliases&&t.aliases.forEach(... method getInjections (line 13) | getInjections(t){const u=t.split(".");let r=[];for(let n=1;n<=u.length... function as (line 13) | function as(e){We+=1,e.warnings!==!1&&We>=10&&We%10===0&&console.warn(`[... function ss (line 13) | async function ss(e={}){e.loadWasm;const[t,u,r]=await Promise.all([_n(e.... function ls (line 13) | async function ls(e={}){const t=await ss(e);return{getLastGrammarState:(... function cs (line 13) | function cs(e,t,u){let r,n,i;{const a=e;r=a.langs,n=a.themes,i=a.engine}... function fs (line 13) | function fs(e,t,u){const{parseMetaString:r,trimEndingNewline:n=!0,defaul... function ps (line 14) | async function ps(e){const t=("themes"in e?Object.values(e.themes):[e.th... function ms (line 14) | function ms(e){let t=nr[e];if(t)return t;t=nr[e]=[];for(let u=0;u<128;u+... function $e (line 14) | function $e(e,t){typeof t!="string"&&(t=$e.defaultChars);const u=ms(t);r... function hs (line 14) | function hs(e){let t=ir[e];if(t)return t;t=ir[e]=[];for(let u=0;u<128;u+... function st (line 14) | function st(e,t,u){typeof t!="string"&&(u=t,t=st.defaultChars),typeof u>... function Su (line 14) | function Su(e){let t="";return t+=e.protocol||"",t+=e.slashes?"//":"",t+... function Rt (line 14) | function Rt(){this.protocol=null,this.slashes=null,this.auth=null,this.p... function Tu (line 15) | function Tu(e,t){if(e&&e instanceof Rt)return e;const u=new Rt;return u.... function Ls (line 15) | function Ls(e){var t;return e>=55296&&e<=57343||e>1114111?65533:(t=Ts.ge... function hu (line 15) | function hu(e){return e>=J.ZERO&&e<=J.NINE} function Is (line 15) | function Is(e){return e>=J.UPPER_A&&e<=J.UPPER_F||e>=J.LOWER_A&&e<=J.LOW... function Os (line 15) | function Os(e){return e>=J.UPPER_A&&e<=J.UPPER_Z||e>=J.LOWER_A&&e<=J.LOW... function Fs (line 15) | function Fs(e){return e===J.EQUALS||Os(e)} class Ms (line 15) | class Ms{constructor(t,u,r){this.decodeTree=t,this.emitCodePoint=u,this.... method constructor (line 15) | constructor(t,u,r){this.decodeTree=t,this.emitCodePoint=u,this.errors=... method startEntity (line 15) | startEntity(t){this.decodeMode=t,this.state=W.EntityStart,this.result=... method write (line 15) | write(t,u){switch(this.state){case W.EntityStart:return t.charCodeAt(u... method stateNumericStart (line 15) | stateNumericStart(t,u){return u>=t.length?-1:(t.charCodeAt(u)|Ps)===J.... method addToNumericResult (line 15) | addToNumericResult(t,u,r,n){if(u!==r){const i=r-u;this.result=this.res... method stateNumericHex (line 15) | stateNumericHex(t,u){const r=u;for(;ut+=Rs(r));return function(n,... function Ns (line 15) | function Ns(e,t,u,r){const n=(t&Se.BRANCH_LENGTH)>>7,i=t&Se.JUMP_TABLE;i... function kn (line 15) | function kn(e,t=De.Legacy){return Vs(e,t)} function Bs (line 15) | function Bs(e){return Object.prototype.toString.call(e)} function Lu (line 15) | function Lu(e){return Bs(e)==="[object String]"} function js (line 15) | function js(e,t){return zs.call(e,t)} function Nt (line 15) | function Nt(e){return Array.prototype.slice.call(arguments,1).forEach(fu... function An (line 15) | function An(e,t,u){return[].concat(e.slice(0,t),u,e.slice(t+1))} function Pu (line 15) | function Pu(e){return!(e>=55296&&e<=57343||e>=64976&&e<=65007||(e&65535)... function Lt (line 15) | function Lt(e){if(e>65535){e-=65536;const t=55296+(e>>10),u=56320+(e&102... function Gs (line 15) | function Gs(e,t){if(t.charCodeAt(0)===35&&Us.test(t)){const r=t[1].toLow... function Hs (line 15) | function Hs(e){return e.indexOf("\\")<0?e:e.replace(vn,"$1")} function qe (line 15) | function qe(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(qs... function Ks (line 15) | function Ks(e){return Js[e]} function Te (line 15) | function Te(e){return Ws.test(e)?e.replace(Zs,Ks):e} function Qs (line 15) | function Qs(e){return e.replace(Ys,"\\$&")} function N (line 15) | function N(e){switch(e){case 9:case 32:return!0}return!1} function tt (line 15) | function tt(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:cas... function ut (line 15) | function ut(e){return Ru.test(e)||yn.test(e)} function rt (line 15) | function rt(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38... function Vt (line 15) | function Vt(e){return e=e.trim().replace(/\s+/g," "),"ẞ".toLowerCase()==... function tl (line 15) | function tl(e,t,u){let r,n,i,o;const a=e.posMax,s=e.pos;for(e.pos=t+1,r=... function ul (line 15) | function ul(e,t,u){let r,n=t;const i={ok:!1,pos:0,str:""};if(e.charCodeA... function rl (line 15) | function rl(e,t,u,r){let n,i=t;const o={ok:!1,can_continue:!1,pos:0,str:... function He (line 24) | function He(){this.rules=Nt({},be)} function te (line 27) | function te(){this.__rules__=[],this.__cache__=null} function ce (line 27) | function ce(e,t,u){this.type=e,this.tag=t,this.attrs=null,this.map=null,... function Cn (line 27) | function Cn(e,t,u){this.src=e,this.env=u,this.tokens=[],this.inlineMode=... function al (line 27) | function al(e){let t;t=e.src.replace(il,` function sl (line 28) | function sl(e){let t;e.inlineMode?(t=new e.Token("inline","",0),t.conten... function ll (line 28) | function ll(e){const t=e.tokens;for(let u=0,r=t.length;u\s]/i.test(e)} function dl (line 28) | function dl(e){return/^<\/a\s*>/i.test(e)} function fl (line 28) | function fl(e){const t=e.tokens;if(e.md.options.linkify)for(let u=0,r=t.... function _l (line 28) | function _l(e,t){return hl[t.toLowerCase()]} function gl (line 28) | function gl(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.typ... function bl (line 28) | function bl(e){let t=0;for(let u=e.length-1;u>=0;u--){const r=e[u];r.typ... function yl (line 28) | function yl(e){let t;if(e.md.options.typographer)for(t=e.tokens.length-1... function ht (line 28) | function ht(e,t,u){return e.slice(0,t)+u+e.slice(t+1)} function El (line 28) | function El(e,t){let u;const r=[];for(let n=0;nu)return!1;let n=t+1;if(e.sCount[n]=4)r... function mr (line 29) | function mr(e,t){const u=e.eMarks[t];let r=e.bMarks[t]+e.tShift[t];const... function hr (line 29) | function hr(e,t){const u=e.bMarks[t]+e.tShift[t],r=e.eMarks[t];let n=u;i... function Rl (line 29) | function Rl(e,t){const u=e.level+2;for(let r=t+2,n=e.tokens.length-2;r=4|... function Pl (line 29) | function Pl(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t],o=t+1;i... function Hl (line 29) | function Hl(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sC... function Wl (line 29) | function Wl(e,t,u,r){let n=e.bMarks[t]+e.tShift[t],i=e.eMarks[t];if(e.sC... function Zl (line 29) | function Zl(e,t,u){const r=e.md.block.ruler.getRules("paragraph");if(e.s... function Jl (line 29) | function Jl(e,t,u){const r=e.md.block.ruler.getRules("paragraph"),n=e.pa... function Bt (line 29) | function Bt(){this.ruler=new te;for(let e=0;e<_t.length;e++)this.ruler.p... function lt (line 29) | function lt(e,t,u,r){this.src=e,this.env=u,this.md=t,this.tokens=r,this.... function Kl (line 29) | function Kl(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38... function Yl (line 29) | function Yl(e,t){let u=e.pos;for(;u0)return!1;const ... function ec (line 29) | function ec(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==10)return!1;const ... function tc (line 29) | function tc(e,t){let u=e.pos;const r=e.posMax;if(e.src.charCodeAt(u)!==9... function uc (line 29) | function uc(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==96)return!1;const ... function rc (line 29) | function rc(e,t){const u=e.pos,r=e.src.charCodeAt(u);if(t||r!==126)retur... function _r (line 29) | function _r(e,t){let u;const r=[],n=t.length;for(let i=0;i=0;r--){const n=t[r];i... function oc (line 29) | function oc(e){const t=e.tokens_meta,u=e.tokens_meta.length;gr(e,e.delim... function ac (line 29) | function ac(e,t){let u,r,n,i,o="",a="",s=e.pos,l=!0;if(e.src.charCodeAt(... function sc (line 29) | function sc(e,t){let u,r,n,i,o,a,s,l,d="";const c=e.pos,h=e.posMax;if(e.... function dc (line 29) | function dc(e,t){let u=e.pos;if(e.src.charCodeAt(u)!==60)return!1;const ... function fc (line 29) | function fc(e){return/^\s]/i.test(e)} function pc (line 29) | function pc(e){return/^<\/a\s*>/i.test(e)} function mc (line 29) | function mc(e){const t=e|32;return t>=97&&t<=122} function hc (line 29) | function hc(e,t){if(!e.md.options.html)return!1;const u=e.posMax,r=e.pos... function bc (line 29) | function bc(e,t){const u=e.pos,r=e.posMax;if(e.src.charCodeAt(u)!==38||u... function br (line 29) | function br(e){const t={},u=e.length;if(!u)return;let r=0,n=-2;const i=[... function yc (line 29) | function yc(e){const t=e.tokens_meta,u=e.tokens_meta.length;br(e.delimit... function xc (line 29) | function xc(e){let t,u,r=0;const n=e.tokens,i=e.tokens.length;for(t=u=0;... function ct (line 29) | function ct(){this.ruler=new te;for(let e=0;e1&&(r=u[0]+"@",e... function Mn (line 29) | function Mn(e){const t=[];let u=0;const r=e.length;for(;u{o("content"),setTime... method setup (line 29) | setup(e){const t=e,u=Ce(()=>[{name:"PNL",stat:`${t.strategyMetrics.net_p... method setup (line 29) | setup(e,{emit:t}){const u=e,r=t,n=q(!1),i=q(!1),o=q(null),a=q(!1),s=q({}... method setup (line 29) | setup(e){ii({title:"Strategies - Jesse"});const t=["Sharpe Ratio","PNL",... FILE: jesse/static/_nuxt/BFk92hFI.js method setup (line 1) | setup(pe){K({title:"Optimization - Jesse"});const k=I(),h=b(),a=w(()=>h.... FILE: jesse/static/_nuxt/BJ5jdafP.js method setup (line 1) | setup(z,{emit:o}){const w=o,S=x(!1),_=z,b=x({description:"",email:""}),c... method setup (line 1) | setup(z){const o=it(),w=E(()=>ut().params.id),S=x(!0),_=x(2),b=x(null),c... method setup (line 1) | setup(z,{emit:o}){const w=z,S=o,_=x(!1),b=E(()=>{if(!w.trades.length)ret... method setup (line 1) | setup(z,{emit:o}){const w=z,S=o,_=E(()=>{if(!w.orders.length)return[];co... method setup (line 1) | setup(z){const o=z,w=E(()=>o.results.generalInfo.title?`${o.results.gene... method setup (line 1) | setup(z){ze({title:"Live/Paper trading - Jesse"});const o=de(),w=E(()=>o... FILE: jesse/static/_nuxt/BKENxkRn.js function W (line 1) | function W(r,a){return c(),u("svg",{xmlns:"http://www.w3.org/2000/svg",v... function A (line 1) | function A(r,a){return c(),u("svg",{xmlns:"http://www.w3.org/2000/svg",v... function Y (line 1) | function Y(r,a){return c(),u("svg",{xmlns:"http://www.w3.org/2000/svg",v... method getStrategies (line 1) | async getStrategies(){const{data:r,error:a}=await E("/strategy/all",!0);... method getStrategy (line 1) | async getStrategy(r){const{data:a,error:s}=await h("/strategy/get",{name... method saveStrategy (line 1) | async saveStrategy(r,a){const{data:s,error:e}=await h("/strategy/save",{... method deleteStrategy (line 1) | async deleteStrategy(r){const{data:a,error:s}=await h("/strategy/delete"... method setup (line 1) | setup(r){const a=S(),s=C(()=>x().strategies),e=f(""),d=f(null),v=f(!1),y... FILE: jesse/static/_nuxt/BMl_rFTw.js method setup (line 1) | setup(ne){const J=_e(),E=T(()=>J.value),S=le(),u=y(null),V=ne,l=T(()=>{c... method setup (line 1) | setup(ne){mt({title:"Optimization Session - Jesse"});const J=Be(),E=He()... FILE: jesse/static/_nuxt/BW0IIeyO.js method setup (line 1) | setup(o){const e=o,t=p(()=>{let s="progress-circle";return e.progress>50... FILE: jesse/static/_nuxt/BaOuBgqt.js function re (line 1) | function re(){const{$connectPyrightLsp:k}=W();function p(o,l,d){var c;co... method setup (line 1) | setup(k){const p=_(!1),s=h(()=>j().params.name),o=_(""),l=_(""),d=A(),i=... FILE: jesse/static/_nuxt/Bad53t6V.js method setup (line 1) | setup(H){const P=H,f=g(!1),a=g(!1),h=T();async function K(){a.value=!0;c... method setup (line 1) | setup(H){_e({title:"Exchange API Keys"});const P=g(!1),f=T(),a=W({exchan... FILE: jesse/static/_nuxt/BfYIQCg8.js method setup (line 1) | setup(y,{emit:b}){const n=y,C=b,s=$(y,"modelValue"),i=c(n.initialTitle||... FILE: jesse/static/_nuxt/BjtZpFsH.js method constructor (line 6) | constructor(e){this._defaults=e,this._worker=null,this._client=null,this... method _stopWorker (line 6) | _stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),t... method dispose (line 6) | dispose(){clearInterval(this._idleCheckInterval),this._configChangeListe... method _checkIfIdle (line 6) | _checkIfIdle(){if(!this._worker)return;Date.now()-this._lastUsedTime>Ft&... method _getClient (line 6) | _getClient(){return this._lastUsedTime=Date.now(),this._client||(this._w... method getLanguageServiceWorker (line 6) | getLanguageServiceWorker(...e){let r;return this._getClient().then(i=>{r... function r (line 6) | function r(i){return typeof i=="string"} function r (line 6) | function r(i){return typeof i=="string"} function r (line 6) | function r(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function r (line 6) | function r(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function r (line 6) | function r(n,t){return n===Number.MAX_VALUE&&(n=W.MAX_VALUE),t===Number.... function i (line 6) | function i(n){let t=n;return a.objectLiteral(t)&&a.uinteger(t.line)&&a.u... function r (line 6) | function r(n,t,o,s){if(a.uinteger(n)&&a.uinteger(t)&&a.uinteger(o)&&a.ui... function i (line 6) | function i(n){let t=n;return a.objectLiteral(t)&&O.is(t.start)&&O.is(t.e... function r (line 6) | function r(n,t){return{uri:n,range:t}} function i (line 6) | function i(n){let t=n;return a.objectLiteral(t)&&m.is(t.range)&&(a.strin... function r (line 6) | function r(n,t,o,s){return{targetUri:n,targetRange:t,targetSelectionRang... function i (line 6) | function i(n){let t=n;return a.objectLiteral(t)&&m.is(t.targetRange)&&a.... function r (line 6) | function r(n,t,o,s){return{red:n,green:t,blue:o,alpha:s}} function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&a.numberRange(t.red,0... function r (line 6) | function r(n,t){return{range:n,color:t}} function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&m.is(t.range)&&Y.is(t... function r (line 6) | function r(n,t,o){return{label:n,textEdit:t,additionalTextEdits:o}} function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&a.string(t.label)&&(a... function r (line 6) | function r(n,t,o,s,u,g){const c={startLine:n,endLine:t};return a.defined... function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&a.uinteger(t.startLin... function r (line 6) | function r(n,t){return{location:n,message:t}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&H.is(t.location)&&a.string(t.... function r (line 6) | function r(i){const n=i;return a.objectLiteral(n)&&a.string(n.href)} function r (line 6) | function r(n,t,o,s,u,g){let c={range:n,message:t};return a.defined(o)&&(... function i (line 6) | function i(n){var t;let o=n;return a.defined(o)&&m.is(o.range)&&a.string... function r (line 6) | function r(n,t,...o){let s={title:n,command:t};return a.defined(o)&&o.le... function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.string(t.title)&&a.string(t... function r (line 6) | function r(o,s){return{range:o,newText:s}} function i (line 6) | function i(o,s){return{range:{start:o,end:o},newText:s}} function n (line 6) | function n(o){return{range:o,newText:""}} function t (line 6) | function t(o){const s=o;return a.objectLiteral(s)&&a.string(s.newText)&&... function r (line 6) | function r(n,t,o){const s={label:n};return t!==void 0&&(s.needsConfirmat... function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&a.string(t.label)&&(a... function r (line 6) | function r(i){const n=i;return a.string(n)} function r (line 6) | function r(o,s,u){return{range:o,newText:s,annotationId:u}} function i (line 6) | function i(o,s,u){return{range:{start:o,end:o},newText:s,annotationId:u}} function n (line 6) | function n(o,s){return{range:o,newText:"",annotationId:s}} function t (line 6) | function t(o){const s=o;return T.is(s)&&(Z.is(s.annotationId)||j.is(s.an... function r (line 6) | function r(n,t){return{textDocument:n,edits:t}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&re.is(t.textDocument)&&Array.... function r (line 6) | function r(n,t,o){let s={kind:"create",uri:n};return t!==void 0&&(t.over... function i (line 6) | function i(n){let t=n;return t&&t.kind==="create"&&a.string(t.uri)&&(t.o... function r (line 6) | function r(n,t,o,s){let u={kind:"rename",oldUri:n,newUri:t};return o!==v... function i (line 6) | function i(n){let t=n;return t&&t.kind==="rename"&&a.string(t.oldUri)&&a... function r (line 6) | function r(n,t,o){let s={kind:"delete",uri:n};return t!==void 0&&(t.recu... function i (line 6) | function i(n){let t=n;return t&&t.kind==="delete"&&a.string(t.uri)&&(t.o... function r (line 6) | function r(i){let n=i;return n&&(n.changes!==void 0||n.documentChanges!=... function r (line 6) | function r(n){return{uri:n}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.string(t.uri)} function r (line 6) | function r(n,t){return{uri:n,version:t}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.string(t.uri)&&a.integer(t.... function r (line 6) | function r(n,t){return{uri:n,version:t}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.string(t.uri)&&(t.version==... function r (line 6) | function r(n,t,o,s){return{uri:n,languageId:t,version:o,text:s}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.string(t.uri)&&a.string(t.l... function r (line 6) | function r(i){const n=i;return n===e.PlainText||n===e.Markdown} function r (line 6) | function r(i){const n=i;return a.objectLiteral(i)&&ie.is(n.kind)&&a.stri... function r (line 6) | function r(n,t,o){return{newText:n,insert:t,replace:o}} function i (line 6) | function i(n){const t=n;return t&&a.string(t.newText)&&m.is(t.insert)&&m... function r (line 6) | function r(i){const n=i;return n&&(a.string(n.detail)||n.detail===void 0... function r (line 6) | function r(i){return{label:i}} function r (line 6) | function r(i,n){return{items:i||[],isIncomplete:!!n}} function r (line 6) | function r(n){return n.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")} function i (line 6) | function i(n){const t=n;return a.string(t)||a.objectLiteral(t)&&a.string... function r (line 6) | function r(i){let n=i;return!!n&&a.objectLiteral(n)&&(S.is(n.contents)||... function r (line 6) | function r(i,n){return n?{label:i,documentation:n}:{label:i}} function r (line 6) | function r(i,n,...t){let o={label:i};return a.defined(n)&&(o.documentati... function r (line 6) | function r(i,n){let t={range:i};return a.number(n)&&(t.kind=n),t} function r (line 6) | function r(i,n,t,o,s){let u={name:i,kind:n,location:{uri:o,range:t}};ret... function r (line 6) | function r(i,n,t,o){return o!==void 0?{name:i,kind:n,location:{uri:t,ran... function r (line 6) | function r(n,t,o,s,u,g){let c={name:n,detail:t,kind:o,range:s,selectionR... function i (line 6) | function i(n){let t=n;return t&&a.string(t.name)&&a.number(t.kind)&&m.is... function r (line 6) | function r(n,t,o){let s={diagnostics:n};return t!=null&&(s.only=t),o!=nu... function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.typedArray(t.diagnostics,z.... function r (line 6) | function r(n,t,o){let s={title:n},u=!0;return typeof t=="string"?(u=!1,s... function i (line 6) | function i(n){let t=n;return t&&a.string(t.title)&&(t.diagnostics===void... function r (line 6) | function r(n,t){let o={range:n};return a.defined(t)&&(o.data=t),o} function i (line 6) | function i(n){let t=n;return a.defined(t)&&m.is(t.range)&&(a.undefined(t... function r (line 6) | function r(n,t){return{tabSize:n,insertSpaces:t}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&a.uinteger(t.tabSize)&&a.bool... function r (line 6) | function r(n,t,o){return{range:n,target:t,data:o}} function i (line 6) | function i(n){let t=n;return a.defined(t)&&m.is(t.range)&&(a.undefined(t... function r (line 6) | function r(n,t){return{range:n,parent:t}} function i (line 6) | function i(n){let t=n;return a.objectLiteral(t)&&m.is(t.range)&&(t.paren... function r (line 6) | function r(i){const n=i;return a.objectLiteral(n)&&(n.resultId===void 0|... function r (line 6) | function r(n,t){return{range:n,text:t}} function i (line 6) | function i(n){const t=n;return t!=null&&m.is(t.range)&&a.string(t.text)} function r (line 6) | function r(n,t,o){return{range:n,variableName:t,caseSensitiveLookup:o}} function i (line 6) | function i(n){const t=n;return t!=null&&m.is(t.range)&&a.boolean(t.caseS... function r (line 6) | function r(n,t){return{range:n,expression:t}} function i (line 6) | function i(n){const t=n;return t!=null&&m.is(t.range)&&(a.string(t.expre... function r (line 6) | function r(n,t){return{frameId:n,stoppedLocation:t}} function i (line 6) | function i(n){const t=n;return a.defined(t)&&m.is(n.stoppedLocation)} function r (line 6) | function r(i){return i===1||i===2} function r (line 6) | function r(n){return{value:n}} function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&(t.tooltip===void 0||... function r (line 6) | function r(n,t,o){const s={position:n,label:t};return o!==void 0&&(s.kin... function i (line 6) | function i(n){const t=n;return a.objectLiteral(t)&&O.is(t.position)&&(a.... function r (line 6) | function r(i){return{kind:"snippet",value:i}} function r (line 6) | function r(i,n,t,o){return{insertText:i,filterText:n,range:t,command:o}} function r (line 6) | function r(i){return{items:i}} function r (line 6) | function r(i,n){return{range:i,text:n}} function r (line 6) | function r(i,n){return{triggerKind:i,selectedCompletionInfo:n}} function r (line 6) | function r(i){const n=i;return a.objectLiteral(n)&&Q.is(n.uri)&&a.string... function r (line 6) | function r(o,s,u,g){return new Tt(o,s,u,g)} function i (line 6) | function i(o){let s=o;return!!(a.defined(s)&&a.string(s.uri)&&(a.undefin... function n (line 6) | function n(o,s){let u=o.getText(),g=t(s,(v,d)=>{let k=v.range.start.line... function t (line 6) | function t(o,s){if(o.length<=1)return o;const u=o.length/2|0,g=o.slice(0... method constructor (line 6) | constructor(e,r,i,n){this._uri=e,this._languageId=r,this._version=i,this... method uri (line 6) | get uri(){return this._uri} method languageId (line 6) | get languageId(){return this._languageId} method version (line 6) | get version(){return this._version} method getText (line 6) | getText(e){if(e){let r=this.offsetAt(e.start),i=this.offsetAt(e.end);ret... method update (line 6) | update(e,r){this._content=e.text,this._version=r,this._lineOffsets=void 0} method getLineOffsets (line 6) | getLineOffsets(){if(this._lineOffsets===void 0){let e=[],r=this._content... method positionAt (line 8) | positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let r=this.... method offsetAt (line 8) | offsetAt(e){let r=this.getLineOffsets();if(e.line>=r.length)return this.... method lineCount (line 8) | get lineCount(){return this.getLineOffsets().length} function i (line 8) | function i(p){return typeof p<"u"} function n (line 8) | function n(p){return typeof p>"u"} function t (line 8) | function t(p){return p===!0||p===!1} function o (line 8) | function o(p){return r.call(p)==="[object String]"} function s (line 8) | function s(p){return r.call(p)==="[object Number]"} function u (line 8) | function u(p,N,J){return r.call(p)==="[object Number]"&&N<=p&&p<=J} function g (line 8) | function g(p){return r.call(p)==="[object Number]"&&-2147483648<=p&&p<=2... function c (line 8) | function c(p){return r.call(p)==="[object Number]"&&0<=p&&p<=2147483647} function v (line 8) | function v(p){return r.call(p)==="[object Function]"} function d (line 8) | function d(p){return p!==null&&typeof p=="object"} function k (line 8) | function k(p,N){return Array.isArray(p)&&p.every(N)} method constructor (line 8) | constructor(e,r,i){this._languageId=e,this._worker=r,this._disposables=[... method dispose (line 8) | dispose(){this._disposables.forEach(e=>e&&e.dispose()),this._disposables... method _doValidate (line 8) | _doValidate(e,r){this._worker(e).then(i=>i.doValidation(e.toString())).t... function xt (line 8) | function xt(e){switch(e){case F.Error:return f.MarkerSeverity.Error;case... function yt (line 8) | function yt(e,r){let i=typeof r.code=="number"?String(r.code):r.code;ret... method constructor (line 8) | constructor(e,r){this._worker=e,this._triggerCharacters=r} method triggerCharacters (line 8) | get triggerCharacters(){return this._triggerCharacters} method provideCompletionItems (line 8) | provideCompletionItems(e,r,i,n){const t=e.uri;return this._worker(t).the... function R (line 8) | function R(e){if(e)return{character:e.column-1,line:e.lineNumber-1}} function pt (line 8) | function pt(e){if(e)return{start:{line:e.startLineNumber-1,character:e.s... function w (line 8) | function w(e){if(e)return new f.Range(e.start.line+1,e.start.character+1... function Vt (line 8) | function Vt(e){return typeof e.insert<"u"&&typeof e.replace<"u"} function St (line 8) | function St(e){const r=f.languages.CompletionItemKind;switch(e){case h.T... function B (line 8) | function B(e){if(e)return{range:w(e.range),text:e.newText}} function Bt (line 8) | function Bt(e){return e&&e.command==="editor.action.triggerSuggest"?{id:... method constructor (line 8) | constructor(e){this._worker=e} method provideHover (line 8) | provideHover(e,r,i){let n=e.uri;return this._worker(n).then(t=>t.doHover... function Ht (line 8) | function Ht(e){return e&&typeof e=="object"&&typeof e.kind=="string"} function ot (line 8) | function ot(e){return typeof e=="string"?{value:e}:Ht(e)?e.kind==="plain... function zt (line 9) | function zt(e){if(e)return Array.isArray(e)?e.map(ot):[ot(e)]} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentHighlights (line 9) | provideDocumentHighlights(e,r,i){const n=e.uri;return this._worker(n).th... function Xt (line 9) | function Xt(e){switch(e){case V.Read:return f.languages.DocumentHighligh... method constructor (line 9) | constructor(e){this._worker=e} method provideDefinition (line 9) | provideDefinition(e,r,i){const n=e.uri;return this._worker(n).then(t=>t.... function vt (line 9) | function vt(e){return{uri:f.Uri.parse(e.uri),range:w(e.range)}} method constructor (line 9) | constructor(e){this._worker=e} method provideReferences (line 9) | provideReferences(e,r,i,n){const t=e.uri;return this._worker(t).then(o=>... method constructor (line 9) | constructor(e){this._worker=e} method provideRenameEdits (line 9) | provideRenameEdits(e,r,i,n){const t=e.uri;return this._worker(t).then(o=... function qt (line 9) | function qt(e){if(!e||!e.changes)return;let r=[];for(let i in e.changes)... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentSymbols (line 9) | provideDocumentSymbols(e,r){const i=e.uri;return this._worker(i).then(n=... function $t (line 9) | function $t(e){return"children"in e} function mt (line 9) | function mt(e){return{name:e.name,detail:e.detail??"",kind:ht(e.kind),ra... function ht (line 9) | function ht(e){let r=f.languages.SymbolKind;switch(e){case _.File:return... method constructor (line 9) | constructor(e){this._worker=e} method provideLinks (line 9) | provideLinks(e,r){const i=e.uri;return this._worker(i).then(n=>n.findDoc... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentFormattingEdits (line 9) | provideDocumentFormattingEdits(e,r,i){const n=e.uri;return this._worker(... method constructor (line 9) | constructor(e){this._worker=e,this.canFormatMultipleRanges=!1} method provideDocumentRangeFormattingEdits (line 9) | provideDocumentRangeFormattingEdits(e,r,i,n){const t=e.uri;return this._... function _t (line 9) | function _t(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentColors (line 9) | provideDocumentColors(e,r){const i=e.uri;return this._worker(i).then(n=>... method provideColorPresentations (line 9) | provideColorPresentations(e,r,i){const n=e.uri;return this._worker(n).th... method constructor (line 9) | constructor(e){this._worker=e} method provideFoldingRanges (line 9) | provideFoldingRanges(e,r,i){const n=e.uri;return this._worker(n).then(t=... function Kt (line 9) | function Kt(e){switch(e){case P.Comment:return f.languages.FoldingRangeK... method constructor (line 9) | constructor(e){this._worker=e} method provideSelectionRanges (line 9) | provideSelectionRanges(e,r,i){const n=e.uri;return this._worker(n).then(... function en (line 9) | function en(e,r=!1){const i=e.length;let n=0,t="",o=0,s=16,u=0,g=0,c=0,v... function $ (line 11) | function $(e){return e===32||e===9} function x (line 11) | function x(e){return e===10||e===13} function M (line 11) | function M(e){return e>=48&&e<=57} function nn (line 15) | function nn(e){return{getInitialState:()=>new bt(null,null,!1,null),toke... method constructor (line 15) | constructor(r,i){this.parent=r,this.type=i} method pop (line 15) | static pop(r){return r?r.parent:null} method push (line 15) | static push(r,i){return new kt(r,i)} method equals (line 15) | static equals(r,i){if(!r&&!i)return!0;if(!r||!i)return!1;for(;r&&i;){if(... method constructor (line 15) | constructor(r,i,n,t){this._state=r,this.scanError=i,this.lastWasColon=n,... method clone (line 15) | clone(){return new ue(this._state,this.scanError,this.lastWasColon,this.... method equals (line 15) | equals(r){return r===this?!0:!r||!(r instanceof ue)?!1:this.scanError===... method getStateData (line 15) | getStateData(){return this._state} method setStateData (line 15) | setStateData(r){this._state=r} function gn (line 15) | function gn(e,r,i,n=0){let t=0,o=!1;switch(i.scanError){case 2:r='"'+r,t... function An (line 15) | function An(){return new Promise((e,r)=>{if(!E)return r("JSON not regist... method constructor (line 15) | constructor(e,r,i){super(e,r,i.onDidChange),this._disposables.push(f.edi... method _resetSchema (line 15) | _resetSchema(e){this._worker().then(r=>{r.resetSchema(e.toString())})} function In (line 15) | function In(e){const r=[],i=[],n=new Ut(e);r.push(n),E=(...s)=>n.getLang... function gt (line 15) | function gt(e){return{dispose:()=>wt(e)}} function wt (line 15) | function wt(e){for(;e.length;)e.pop().dispose()} FILE: jesse/static/_nuxt/Bk9BmIv8.js method setup (line 1) | setup(g){const i=I(g,"modelValue"),c=g,k=S(),y=m(!1),s=m(""),e=m(null);_... FILE: jesse/static/_nuxt/Bt5ljtES.js method setup (line 1) | setup(v,{emit:T}){const i=O(v,"modelValue"),n=v,h=T,k=E(),u=c(!1),o=c(""... FILE: jesse/static/_nuxt/BuljS_lV.js function re (line 1) | function re(e){return e?e[0].toUpperCase()+e.slice(1):""} function ie (line 1) | function ie(e,l){return e===l} function P (line 1) | function P(e,l,f){return e===l?0:f==="asc"?el?-1:1} method setup (line 1) | setup(e,{emit:l,attrs:f}){const{ui:S,attrs:R}=oe("table",F(e,"ui"),g,F(e... function be (line 1) | function be(e,l,f,S,R,w){const s=z,V=L,C=H,d=G;return o(),r("div",$({cla... FILE: jesse/static/_nuxt/BwHcMc3Y.js method setup (line 1) | setup(ns){De({title:"Sessions History - Jesse"});const m=fe(),U=pe(),y=_... FILE: jesse/static/_nuxt/C4bX54si.js method setup (line 1) | setup(s){return(e,r)=>(i(),a("div",c,[t("span",{class:"pr-3 bg-gray-50 d... function y (line 1) | function y(s,e){return i(),a("div",f,[t("div",u,[t("section",h,[t("div",... FILE: jesse/static/_nuxt/C6794tGI.js function i (line 1) | function i(t,n){return o(),e("svg",{xmlns:"http://www.w3.org/2000/svg",f... function s (line 1) | function s(t,n){return o(),e("svg",{xmlns:"http://www.w3.org/2000/svg",f... function c (line 1) | function c(t,n){return o(),e("svg",{xmlns:"http://www.w3.org/2000/svg",f... function d (line 1) | function d(t,n){return o(),e("svg",{xmlns:"http://www.w3.org/2000/svg",f... FILE: jesse/static/_nuxt/CD20-hSi.js method setup (line 1) | setup(y,{emit:b}){const n=y,V=b,i=U(y,"modelValue"),s=c(n.initialTitle||... FILE: jesse/static/_nuxt/CP8nbYEq.js function q (line 1) | function q(b,r){return u(),m("svg",{xmlns:"http://www.w3.org/2000/svg",f... method setup (line 1) | setup(b){const r=I(b,"modelValue"),$=b,i=S(!1);function w(c){return r.va... method setup (line 1) | setup(b){const r=I(b,"modelValue"),$=b,i=S(!1);function w(C){r.value=C}r... method setup (line 1) | setup(b){P({title:"Benchmark"});const r=J(),$=K(),i=A(()=>r.tabs),w=S(r.... FILE: jesse/static/_nuxt/CRzUWN8h.js function d (line 1) | function d(e,m){return t(),o("div",r,[s("main",null,[s("div",l,[s("div",... FILE: jesse/static/_nuxt/CUKaiP0K.js method setup (line 1) | setup(I){const S=I,M=u({column:"updated_at",direction:"desc"}),L=[{key:"... method setup (line 1) | setup(I){Ue({title:"Monte Carlo History - Jesse"});const S=ue(),M=me(),L... FILE: jesse/static/_nuxt/CU_MfyYc.js function Pye (line 6) | function Pye(n){const e=Object.create(null);for(const t of n.split(","))... class Zne (line 10) | class Zne{constructor(e=!1){this.detached=e,this._active=!0,this.effects... method constructor (line 10) | constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this... method active (line 10) | get active(){return this._active} method pause (line 10) | pause(){if(this._active){this._isPaused=!0;let e,t;if(this.scopes)for(... method resume (line 10) | resume(){if(this._active&&this._isPaused){this._isPaused=!1;let e,t;if... method run (line 10) | run(e){if(this._active){const t=ya;try{return ya=this,e()}finally{ya=t}}} method on (line 10) | on(){ya=this} method off (line 10) | off(){ya=this.parent} method stop (line 10) | stop(e){if(this._active){let t,i;for(t=0,i=this.effects.length;t0)return;if(GS){let e=GS;for(GS=void 0;e;){const ... function Jne (line 10) | function Jne(n){for(let e=n.deps;e;e=e.nextDep)e.version=-1,e.prevActive... function ese (line 10) | function ese(n){let e,t=n.depsTail,i=t;for(;i;){const s=i.prevDep;i.vers... function e8 (line 10) | function e8(n){for(let e=n.deps;e;e=e.nextDep)if(e.dep.version!==e.versi... function tse (line 10) | function tse(n){if(n.flags&4&&!(n.flags&16)||(n.flags&=-17,n.globalVersi... function ZH (line 10) | function ZH(n,e=!1){const{dep:t,prevSub:i,nextSub:s}=n;if(i&&(i.nextSub=... function qye (line 10) | function qye(n){const{prevDep:e,nextDep:t}=n;e&&(e.nextDep=t,n.prevDep=v... function a_ (line 10) | function a_(){ise.push(Ud),Ud=!1} function l_ (line 10) | function l_(){const n=ise.pop();Ud=n===void 0?!0:n} function pG (line 10) | function pG(n){const{cleanup:e}=n;if(n.cleanup=void 0,e){const t=ys;ys=v... method constructor (line 10) | constructor(e,t){this.sub=e,this.dep=t,this.version=t.version,this.nextD... class WR (line 10) | class WR{constructor(e){this.computed=e,this.version=0,this.activeLink=v... method constructor (line 10) | constructor(e){this.computed=e,this.version=0,this.activeLink=void 0,t... method track (line 10) | track(e){if(!ys||!Ud||ys===this.computed)return;let t=this.activeLink;... method trigger (line 10) | trigger(e){this.version++,jx++,this.notify(e)} method notify (line 10) | notify(e){qH();try{for(let t=this.subs;t;t=t.prevSub)t.sub.notify()&&t... function nse (line 10) | function nse(n){if(n.dep.sc++,n.sub.flags&4){const e=n.dep.computed;if(e... function ea (line 10) | function ea(n,e,t){if(Ud&&ys){let i=JN.get(n);i||JN.set(n,i=new Map);let... function Ff (line 10) | function Ff(n,e,t,i,s,o){const r=JN.get(n);if(!r){jx++;return}const a=l=... function Zye (line 10) | function Zye(n,e){const t=JN.get(n);return t&&t.get(e)} function Db (line 10) | function Db(n){const e=zi(n);return e===n?e:(ea(e,"iterate",Kx),Xc(n)?e:... function HR (line 10) | function HR(n){return ea(n=zi(n),"iterate",Kx),n} method [Symbol.iterator] (line 10) | [Symbol.iterator](){return q4(this,Symbol.iterator,ta)} method concat (line 10) | concat(...n){return Db(this).concat(...n.map(e=>dg(e)?Db(e):e))} method entries (line 10) | entries(){return q4(this,"entries",n=>(n[1]=ta(n[1]),n))} method every (line 10) | every(n,e){return af(this,"every",n,e,void 0,arguments)} method filter (line 10) | filter(n,e){return af(this,"filter",n,e,t=>t.map(ta),arguments)} method find (line 10) | find(n,e){return af(this,"find",n,e,ta,arguments)} method findIndex (line 10) | findIndex(n,e){return af(this,"findIndex",n,e,void 0,arguments)} method findLast (line 10) | findLast(n,e){return af(this,"findLast",n,e,ta,arguments)} method findLastIndex (line 10) | findLastIndex(n,e){return af(this,"findLastIndex",n,e,void 0,arguments)} method forEach (line 10) | forEach(n,e){return af(this,"forEach",n,e,void 0,arguments)} method includes (line 10) | includes(...n){return G4(this,"includes",n)} method indexOf (line 10) | indexOf(...n){return G4(this,"indexOf",n)} method join (line 10) | join(n){return Db(this).join(n)} method lastIndexOf (line 10) | lastIndexOf(...n){return G4(this,"lastIndexOf",n)} method map (line 10) | map(n,e){return af(this,"map",n,e,void 0,arguments)} method pop (line 10) | pop(){return yy(this,"pop")} method push (line 10) | push(...n){return yy(this,"push",n)} method reduce (line 10) | reduce(n,...e){return mG(this,"reduce",n,e)} method reduceRight (line 10) | reduceRight(n,...e){return mG(this,"reduceRight",n,e)} method shift (line 10) | shift(){return yy(this,"shift")} method some (line 10) | some(n,e){return af(this,"some",n,e,void 0,arguments)} method splice (line 10) | splice(...n){return yy(this,"splice",n)} method toReversed (line 10) | toReversed(){return Db(this).toReversed()} method toSorted (line 10) | toSorted(n){return Db(this).toSorted(n)} method toSpliced (line 10) | toSpliced(...n){return Db(this).toSpliced(...n)} method unshift (line 10) | unshift(...n){return yy(this,"unshift",n)} method values (line 10) | values(){return q4(this,"values",ta)} function q4 (line 10) | function q4(n,e,t){const i=HR(n),s=i[e]();return i!==n&&!Xc(n)&&(s._next... function af (line 10) | function af(n,e,t,i,s,o){const r=HR(n),a=r!==n&&!Xc(n),l=r[e];if(l!==Xye... function mG (line 10) | function mG(n,e,t,i){const s=HR(n);let o=t;return s!==n&&(Xc(n)?t.length... function G4 (line 10) | function G4(n,e,t){const i=zi(n);ea(i,"iterate",Kx);const s=i[e](...t);r... function yy (line 10) | function yy(n,e,t=[]){a_(),qH();const i=zi(n)[e].apply(n,t);return GH(),... function Jye (line 10) | function Jye(n){Yk(n)||(n=String(n));const e=zi(this);return ea(e,"has",... class ose (line 10) | class ose{constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t}ge... method constructor (line 10) | constructor(e=!1,t=!1){this._isReadonly=e,this._isShallow=t} method get (line 10) | get(e,t,i){const s=this._isReadonly,o=this._isShallow;if(t==="__v_isRe... class rse (line 10) | class rse extends ose{constructor(e=!1){super(!1,e)}set(e,t,i,s){let o=e... method constructor (line 10) | constructor(e=!1){super(!1,e)} method set (line 10) | set(e,t,i,s){let o=e[t];if(!this._isShallow){const l=Dm(o);if(!Xc(i)&&... method deleteProperty (line 10) | deleteProperty(e,t){const i=QN(e,t);e[t];const s=Reflect.deletePropert... method has (line 10) | has(e,t){const i=Reflect.has(e,t);return(!Yk(t)||!sse.has(t))&&ea(e,"h... method ownKeys (line 10) | ownKeys(e){return ea(e,"iterate",dg(e)?"length":Bv),Reflect.ownKeys(e)} class eSe (line 10) | class eSe extends ose{constructor(e=!1){super(!0,e)}set(e,t){return!0}de... method constructor (line 10) | constructor(e=!1){super(!0,e)} method set (line 10) | set(e,t){return!0} method deleteProperty (line 10) | deleteProperty(e,t){return!0} function sSe (line 10) | function sSe(n,e,t){return function(...i){const s=this.__v_raw,o=zi(s),r... function rE (line 10) | function rE(n){return function(...e){return n==="delete"?!1:n==="clear"?... function oSe (line 10) | function oSe(n,e){const t={get(s){const o=this.__v_raw,r=zi(o),a=zi(s);n... function YH (line 10) | function YH(n,e){const t=oSe(n,e);return(i,s,o)=>s==="__v_isReactive"?!n... function dSe (line 10) | function dSe(n){switch(n){case"Object":case"Array":return 1;case"Map":ca... function uSe (line 10) | function uSe(n){return n.__v_skip||!Object.isExtensible(n)?0:dSe(Uye(n))} function Ba (line 10) | function Ba(n){return Dm(n)?n:QH(n,!1,tSe,rSe,ase)} function Kf (line 10) | function Kf(n){return QH(n,!1,nSe,aSe,lse)} function XH (line 10) | function XH(n){return QH(n,!0,iSe,lSe,cse)} function QH (line 10) | function QH(n,e,t,i,s){if(!kw(n)||n.__v_raw&&!(e&&n.__v_isReactive))retu... function ug (line 10) | function ug(n){return Dm(n)?ug(n.__v_raw):!!(n&&n.__v_isReactive)} function Dm (line 10) | function Dm(n){return!!(n&&n.__v_isReadonly)} function Xc (line 10) | function Xc(n){return!!(n&&n.__v_isShallow)} function JH (line 10) | function JH(n){return n?!!n.__v_raw:!1} function zi (line 10) | function zi(n){const e=n&&n.__v_raw;return e?zi(e):n} function eV (line 10) | function eV(n){return!QN(n,"__v_skip")&&Object.isExtensible(n)&&Kye(n,"_... function Cn (line 10) | function Cn(n){return n?n.__v_isRef===!0:!1} function Ue (line 10) | function Ue(n){return dse(n,!1)} function Sg (line 10) | function Sg(n){return dse(n,!0)} function dse (line 10) | function dse(n,e){return Cn(n)?n:new hSe(n,e)} class hSe (line 10) | class hSe{constructor(e,t){this.dep=new WR,this.__v_isRef=!0,this.__v_is... method constructor (line 10) | constructor(e,t){this.dep=new WR,this.__v_isRef=!0,this.__v_isShallow=... method value (line 10) | get value(){return this.dep.track(),this._value} method value (line 10) | set value(e){const t=this._rawValue,i=this.__v_isShallow||Xc(e)||Dm(e)... function Imt (line 10) | function Imt(n){n.dep&&n.dep.trigger()} function j (line 10) | function j(n){return Cn(n)?n.value:n} function Z4 (line 10) | function Z4(n){return Ux(n)?n():j(n)} function use (line 10) | function use(n){return ug(n)?n:new Proxy(n,fSe)} class gSe (line 10) | class gSe{constructor(e){this.__v_isRef=!0,this._value=void 0;const t=th... method constructor (line 10) | constructor(e){this.__v_isRef=!0,this._value=void 0;const t=this.dep=n... method value (line 10) | get value(){return this._value=this._get()} method value (line 10) | set value(e){this._set(e)} function hse (line 10) | function hse(n){return new gSe(n)} function pSe (line 10) | function pSe(n){const e=dg(n)?new Array(n.length):{};for(const t in n)e[... class mSe (line 10) | class mSe{constructor(e,t,i){this._object=e,this._key=t,this._defaultVal... method constructor (line 10) | constructor(e,t,i){this._object=e,this._key=t,this._defaultValue=i,thi... method value (line 10) | get value(){const e=this._object[this._key];return this._value=e===voi... method value (line 10) | set value(e){this._object[this._key]=e} method dep (line 10) | get dep(){return Zye(zi(this._object),this._key)} class _Se (line 10) | class _Se{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isRea... method constructor (line 10) | constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0... method value (line 10) | get value(){return this._value=this._getter()} function Ps (line 10) | function Ps(n,e,t){return Cn(n)?n:Ux(n)?new _Se(n):kw(n)&&arguments.leng... function fse (line 10) | function fse(n,e,t){const i=n[e];return Cn(i)?i:new mSe(n,e,t)} class vSe (line 10) | class vSe{constructor(e,t,i){this.fn=e,this.setter=t,this._value=void 0,... method constructor (line 10) | constructor(e,t,i){this.fn=e,this.setter=t,this._value=void 0,this.dep... method notify (line 10) | notify(){if(this.flags|=16,!(this.flags&8)&&ys!==this)return Qne(this,... method value (line 10) | get value(){const e=this.dep.track();return tse(this),e&&(e.version=th... method value (line 10) | set value(e){this.setter&&this.setter(e)} function bSe (line 10) | function bSe(n,e,t=!1){let i,s;return Ux(n)?i=n:(i=n.get,s=n.set),new vS... function CSe (line 10) | function CSe(n,e=!1,t=ev){if(t){let i=e2.get(t);i||e2.set(t,i=[]),i.push... function wSe (line 10) | function wSe(n,e,t=Oye){const{immediate:i,deep:s,once:o,scheduler:r,augm... function Bf (line 10) | function Bf(n,e=1/0,t){if(e<=0||!kw(n)||n.__v_skip||(t=t||new Set,t.has(... function ySe (line 14) | function ySe(n){const e=Object.create(null);for(const t of n.split(","))... function Im (line 14) | function Im(n){if(Zi(n)){const e={};for(let t=0;t>>1,s=La[i... function sV (line 18) | function sV(n){if(!(n.flags&1)){const e=qx(n),t=La[La.length-1];!t||!(n.... function Cse (line 18) | function Cse(){t2||(t2=bse.then(wse))} function s8 (line 18) | function s8(n){Zi(n)?W1.push(...n):Sp&&n.id===-1?Sp.splice(e1+1,0,n):n.f... function vG (line 18) | function vG(n,e,t=Hu+1){for(;tqx(t)-... function wse (line 18) | function wse(n){try{for(Hu=0;Hu{i._d&&NG(-1)... function HSe (line 18) | function HSe(n,e){if(qo===null)return n;const t=qR(qo),i=n.dirs||(n.dirs... function $u (line 18) | function $u(n,e,t,i){const s=n.dirs,o=e&&e.dirs;for(let r=0;r{const s=e.default&&Ns... function Ese (line 18) | function Ese(n){let e=n[0];if(n.length>1){for(const t of n)if(t.type!==U... function Tse (line 18) | function Tse(n,e){const{leavingVNodes:t}=n;let i=t.get(e.type);return i|... function r8 (line 18) | function r8(n,e,t,i,s){const{appear:o,mode:r,persisted:a=!1,onBeforeEnte... function Q4 (line 18) | function Q4(n){if(Qk(n))return n=nd(n),n.children=null,n} function wG (line 18) | function wG(n){if(!Qk(n))return xse(n.type)&&n.children?Ese(n.children):... function bC (line 18) | function bC(n,e){n.shapeFlag&6&&n.component?(n.transition=e,bC(n.compone... function Nse (line 18) | function Nse(n,e=!1,t){let i=[],s=0;for(let o=0;os2(g,e&&(Zi(e)?e[p]... function ZSe (line 18) | function ZSe(n){const{mt:e,p:t,o:{patchProp:i,createText:s,nextSibling:o... function uE (line 19) | function uE(n,e){if(e===0||e===1)for(;n&&!n.hasAttribute(SG);)n=n.parent... function XSe (line 19) | function XSe(n,e){if(c1(n)&&n.data==="["){let t=1,i=n.nextSibling;for(;i... function o2 (line 19) | function o2(n){Fi(n)&&(n={loader:n});const{loader:e,loadingComponent:t,e... function J4 (line 19) | function J4(n,e){const{ref:t,props:i,children:s,ce:o}=e.vnode,r=te(n,i,s... method setup (line 19) | setup(n,{slots:e}){const t=pc(),i=t.ctx;if(!i.renderer)return()=>{const ... function fS (line 19) | function fS(n,e){return Zi(n)?n.some(t=>fS(t,e)):Yo(n)?n.split(",").incl... function rV (line 19) | function rV(n,e){Ase(n,"a",e)} function aV (line 19) | function aV(n,e){Ase(n,"da",e)} function Ase (line 19) | function Ase(n,e,t=jo){const i=n.__wdc||(n.__wdc=()=>{let s=t;for(;s;){i... function exe (line 19) | function exe(n,e,t,i){const s=jR(e,n,i,!0);uo(()=>{pse(i[e],s)},t)} function eF (line 19) | function eF(n){n.shapeFlag&=-257,n.shapeFlag&=-513} function hE (line 19) | function hE(n){return n.shapeFlag&128?n.ssContent:n} function jR (line 19) | function jR(n,e,t=jo,i=!1){if(t){const s=t[n]||(t[n]=[]),o=e.__weh||(e._... function Pse (line 19) | function Pse(n,e=jo){jR("ec",n,e)} function jc (line 19) | function jc(n,e){return Bse(Ose,n,!0,e)||n} function Em (line 19) | function Em(n){return Yo(n)?Bse(Ose,n,!1)||n:n||Fse} function Bse (line 19) | function Bse(n,e,t=!0,i=!1){const s=qo||jo;if(s){const o=s.type;{const a... function xG (line 19) | function xG(n,e){return n&&(n[e]||n[id(e)]||n[nV(id(e))])} function Ma (line 19) | function Ma(n,e,t,i){let s;const o=t,r=Zi(n);if(r||Yo(n)){const a=r&&ug(... function oxe (line 19) | function oxe(n,e){for(let t=0;tn0(e)?!(e.type===Uo||e.type===Bi&&!Wse(... method get (line 19) | get({_:n},e){if(e==="__v_skip")return!0;const{ctx:t,setupState:i,data:s,... method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method set (line 19) | set({_:n},e,t){const{data:i,setupState:s,ctx:o}=n;return tF(s,e)?(s[e]=t... method constructor (line 755) | constructor(e,t){this.widget=e,this._editor=t,this.allowEditorOverflow... method dispose (line 755) | dispose(){this._resizable.dispose(),this._disposables.dispose(),this.h... method getId (line 755) | getId(){return"suggest.details"} method getDomNode (line 755) | getDomNode(){return this._resizable.domNode} method getPosition (line 755) | getPosition(){return this._topLeft?{preference:this._topLeft}:null} method show (line 755) | show(){this._added||(this._editor.addOverlayWidget(this),this._added=!0)} method hide (line 755) | hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._e... method placeAtAnchor (line 755) | placeAtAnchor(e,t){var i;const s=e.getBoundingClientRect();this._ancho... method _placeAtAnchor (line 755) | _placeAtAnchor(e,t,i){var s;const o=Fm(this.getDomNode().ownerDocument... method _applyTopLeft (line 755) | _applyTopLeft(e){this._topLeft=e,this._editor.layoutOverlayWidget(this)} method has (line 19) | has({_:{data:n,setupState:e,accessCache:t,ctx:i,appContext:s,propsOption... method defineProperty (line 19) | defineProperty(n,e,t){return t.get!=null?n._.accessCache[e]=0:Ss(t,"valu... function axe (line 19) | function axe(){return lxe().attrs} function lxe (line 19) | function lxe(){const n=pc();return n.setupContext||(n.setupContext=uoe(n))} function r2 (line 19) | function r2(n){return Zi(n)?n.reduce((e,t)=>(e[t]=null,e),{}):n} function eD (line 19) | function eD(n,e){return!n||!e?n||e:Zi(n)&&Zi(e)?n.concat(e):Ra({},r2(n),... function cxe (line 19) | function cxe(n){const e=pc();let t=n();return f8(),iV(t)&&(t=t.catch(i=>... function dxe (line 19) | function dxe(n){const e=Vse(n),t=n.proxy,i=n.ctx;l8=!1,e.beforeCreate&&L... function uxe (line 19) | function uxe(n,e,t=hg){Zi(n)&&(n=c8(n));for(const i in n){const s=n[i];l... function LG (line 19) | function LG(n,e,t){Jd(Zi(n)?n.map(i=>i.bind(e.proxy)):n.bind(e.proxy),e,t)} function Hse (line 19) | function Hse(n,e,t,i){let s=i.includes(".")?toe(t,i):()=>t[i];if(Yo(n)){... function Vse (line 19) | function Vse(n){const e=n.type,{mixins:t,extends:i}=e,{mixins:s,optionsC... function a2 (line 19) | function a2(n,e,t,i=!1){const{mixins:s,extends:o}=e;o&&a2(n,o,t,!0),s&&s... function kG (line 19) | function kG(n,e){return e?n?function(){return Ra(Fi(n)?n.call(this,this)... function fxe (line 19) | function fxe(n,e){return gS(c8(n),c8(e))} function c8 (line 19) | function c8(n){if(Zi(n)){const e={};for(let t=0;t{let i=n;for(let s=0;s<... function c_ (line 19) | function c_(n,e,t=Gn){const i=pc(),s=id(e),o=Dw(e),r=ioe(n,s),a=hse((l,c... function Nxe (line 19) | function Nxe(n,e,...t){if(n.isUnmounted)return;const i=n.vnode.props||Gn... function noe (line 19) | function noe(n,e,t=!1){const i=e.emitsCache,s=i.get(n);if(s!==void 0)ret... function KR (line 19) | function KR(n,e){return!n||!VR(e)?!1:(e=e.slice(2).replace(/Once$/,""),S... function nF (line 19) | function nF(n){const{type:e,vnode:t,proxy:i,withProxy:s,propsOptions:[o]... function Axe (line 19) | function Axe(n,e=!0){let t;for(let i=0;i0?fl||F1:null,roe(),CC>0&&fl... function Re (line 19) | function Re(n,e,t,i,s,o){return aoe(q(n,e,t,i,s,o,!0))} function jt (line 19) | function jt(n,e,t,i,s){return aoe(te(n,e,t,i,s,!0))} function n0 (line 19) | function n0(n){return n?n.__v_isVNode===!0:!1} function Od (line 19) | function Od(n,e){return n.type===e.type&&n.key===e.key} function q (line 19) | function q(n,e=null,t=null,i=0,s=null,o=n===Bi?0:1,r=!1,a=!1){const l={_... function zxe (line 19) | function zxe(n,e=null,t=null,i=0,s=null,o=!1){if((!n||n===Fse)&&(n=Uo),n... function Zx (line 19) | function Zx(n){return n?JH(n)||jse(n)?Ra({},n):n:null} function nd (line 19) | function nd(n,e,t=!1,i=!1){const{props:s,ref:o,patchFlag:r,children:a,tr... function at (line 19) | function at(n=" ",e=0){return te(Hv,null,n,e)} function z1 (line 19) | function z1(n,e){const t=te(V1,null,n);return t.staticCount=e,t} function Bt (line 19) | function Bt(n="",e=!1){return e?(fe(),jt(Uo,null,n)):te(Uo,null,n)} function $l (line 19) | function $l(n){return n==null||typeof n=="boolean"?te(Uo):Zi(n)?te(Bi,nu... function Lp (line 19) | function Lp(n){return n.el===null&&n.patchFlag!==-1||n.memo?n:nd(n)} function fV (line 19) | function fV(n,e){let t=0;const{shapeFlag:i}=n;if(e==null)e=null;else if(... function an (line 19) | function an(...n){const e={};for(let t=0;t{n.exposed=t||{}};return{attrs:new Proxy(n.at... function qR (line 19) | function qR(n){return n.exposed?n.exposeProxy||(n.exposeProxy=new Proxy(... function p8 (line 19) | function p8(n,e=!0){return Fi(n)?n.displayName||n.name:n.name||e&&n.__name} function Zxe (line 19) | function Zxe(n){return Fi(n)&&"__vccOpts"in n} function $i (line 19) | function $i(n,e,t){const i=arguments.length;return i===2?Xo(e)&&!Zi(e)?n... function Yxe (line 23) | function Yxe(n){const e=Object.create(null);for(const t of n.split(","))... function poe (line 23) | function poe(n){return!!n||n===""} function lLe (line 23) | function lLe(n,e){if(n.length!==e.length)return!1;let t=!0;for(let i=0;t... function iD (line 23) | function iD(n,e){if(n===e)return!0;let t=AG(n),i=AG(e);if(t||i)return t&... function _V (line 23) | function _V(n,e){return n.findIndex(t=>iD(t,e))} method setScopeId (line 27) | setScopeId(n,e){n.setAttribute(e,"")} method insertStaticContent (line 27) | insertStaticContent(n,e,t,i,s,o){const r=t?t.previousSibling:e.lastChild... function gLe (line 27) | function gLe(n){const e={};for(const M in n)M in _oe||(e[M]=n[M]);if(n.c... function pLe (line 27) | function pLe(n){if(n==null)return null;if(_8(n))return[sF(n.enter),sF(n.... function sF (line 27) | function sF(n){return oLe(n)} function op (line 27) | function op(n,e){e.split(/\s+/).forEach(t=>t&&n.classList.add(t)),(n[Yx]... function B_ (line 27) | function B_(n,e){e.split(/\s+/).forEach(i=>i&&n.classList.remove(i));con... function OG (line 27) | function OG(n){requestAnimationFrame(()=>{requestAnimationFrame(n)})} function FG (line 27) | function FG(n,e,t,i){const s=n._endId=++mLe,o=()=>{s===n._endId&&i()};if... function _Le (line 27) | function _Le(n,e){const t=window.getComputedStyle(n),i=g=>(t[g]||"").spl... function BG (line 27) | function BG(n,e){for(;n.length{... function C8 (line 27) | function C8(n,e){if(n.shapeFlag&128){const t=n.suspense;n=t.activeBranch... function h2 (line 27) | function h2(n,e){if(n.nodeType===1){const t=n.style;let i="";for(const s... function wLe (line 27) | function wLe(n,e,t){const i=n.style,s=yC(t);let o=!1;if(t&&!s){if(e)if(y... function nN (line 27) | function nN(n,e,t){if(xh(t))t.forEach(i=>nN(n,e,i));else if(t==null&&(t=... function yLe (line 27) | function yLe(n,e){const t=oF[e];if(t)return t;let i=id(e);if(i!=="filter... function $G (line 27) | function $G(n,e,t,i,s,o=aLe(e)){i&&e.startsWith("xlink:")?t==null?n.remo... function UG (line 27) | function UG(n,e,t,i,s){if(e==="innerHTML"||e==="textContent"){t!=null&&(... function Tp (line 27) | function Tp(n,e,t,i){n.addEventListener(e,t,i)} function SLe (line 27) | function SLe(n,e,t,i){n.removeEventListener(e,t,i)} function xLe (line 27) | function xLe(n,e,t,i,s=null){const o=n[jG]||(n[jG]={}),r=o[e];if(i&&r)r.... function LLe (line 27) | function LLe(n){let e;if(KG.test(n)){e={};let i;for(;i=n.match(KG);)n=n.... function ILe (line 27) | function ILe(n,e){const t=i=>{if(!i._vts)i._vts=Date.now();else if(i._vt... function ELe (line 27) | function ELe(n,e){if(xh(e)){const t=n.stopImmediatePropagation;return n.... function NLe (line 27) | function NLe(n,e,t,i){if(i)return!!(e==="innerHTML"||e==="textContent"||... function ALe (line 27) | function ALe(n){n.target.composing=!0} function GG (line 27) | function GG(n){const e=n.target;e.composing&&(e.composing=!1,e.dispatchE... method created (line 27) | created(n,{modifiers:{lazy:e,trim:t,number:i}},s){n[fg]=SC(s);const o=i|... method mounted (line 27) | mounted(n,{value:e}){n.value=e??""} method beforeUpdate (line 27) | beforeUpdate(n,{value:e,oldValue:t,modifiers:{lazy:i,trim:s,number:o}},r... method created (line 27) | created(n,e,t){n[fg]=SC(t),Tp(n,"change",()=>{const i=n._modelValue,s=Xx... method beforeUpdate (line 27) | beforeUpdate(n,e,t){n[fg]=SC(t),ZG(n,e,t)} function ZG (line 27) | function ZG(n,{value:e,oldValue:t},i){n._modelValue=e;let s;if(xh(e))s=_... method created (line 27) | created(n,{value:e,modifiers:{number:t}},i){const s=GR(e);Tp(n,"change",... method mounted (line 27) | mounted(n,{value:e}){YG(n,e)} method beforeUpdate (line 27) | beforeUpdate(n,e,t){n[fg]=SC(t)} method updated (line 27) | updated(n,{value:e}){n._assigning||YG(n,e)} function YG (line 27) | function YG(n,e){const t=n.multiple,i=xh(e);if(!(t&&!i&&!GR(e))){for(let... function Xx (line 27) | function Xx(n){return"_value"in n?n._value:n.value} function Coe (line 27) | function Coe(n,e){const t=e?"_trueValue":"_falseValue";return t in n?n[t... function FLe (line 27) | function FLe(){return JS||(JS=Sxe(woe))} function BLe (line 27) | function BLe(){return JS=XG?JS:xxe(woe),XG=!0,JS} function yoe (line 27) | function yoe(n){if(n instanceof SVGElement)return"svg";if(typeof MathMLE... function Soe (line 27) | function Soe(n){return yC(n)?document.querySelector(n):n} function ULe (line 27) | function ULe(n,e){if(n==="__proto__"||n==="constructor"&&e&&typeof e=="o... function jLe (line 27) | function jLe(n){console.warn(`[destr] Dropping "${n}" key to prevent pro... function xC (line 27) | function xC(n,e={}){if(typeof n!="string")return n;if(n[0]==='"'&&n[n.le... function eke (line 27) | function eke(n){return encodeURI(""+n).replace(QLe,"|")} function w8 (line 27) | function w8(n){return eke(typeof n=="string"?n:JSON.stringify(n)).replac... function aF (line 27) | function aF(n){return w8(n).replace(ZLe,"%3D")} function f2 (line 27) | function f2(n=""){try{return decodeURIComponent(""+n)}catch{return""+n}} function tke (line 27) | function tke(n){return f2(n.replace(vV," "))} function ike (line 27) | function ike(n){return f2(n.replace(vV," "))} function xoe (line 27) | function xoe(n=""){const e=Object.create(null);n[0]==="?"&&(n=n.slice(1)... function nke (line 27) | function nke(n,e){return(typeof e=="number"||typeof e=="boolean")&&(e=St... function ske (line 27) | function ske(n){return Object.keys(n).filter(e=>n[e]!==void 0).map(e=>nk... function K0 (line 27) | function K0(n,e={}){return typeof e=="boolean"&&(e={acceptRelative:e}),e... function uke (line 27) | function uke(n){return!!n&&lke.test(n)} function y8 (line 27) | function y8(n="",e){return e?cke.test(n):n.endsWith("/")} function bV (line 27) | function bV(n="",e){if(!e)return(y8(n)?n.slice(0,-1):n)||"/";if(!y8(n,!0... function g2 (line 27) | function g2(n="",e){if(!e)return n.endsWith("/")?n:n+"/";if(y8(n,!0))ret... function hke (line 27) | function hke(n=""){return n.startsWith("/")} function QG (line 27) | function QG(n=""){return hke(n)?n:"/"+n} function fke (line 27) | function fke(n,e){if(koe(e)||K0(n))return n;const t=bV(e);return n.start... function JG (line 27) | function JG(n,e){if(koe(e))return n;const t=bV(e);if(!n.startsWith(t))re... function Loe (line 27) | function Loe(n,e){const t=mke(n),i={...xoe(t.search),...e};return t.sear... function koe (line 27) | function koe(n){return!n||n==="/"} function gke (line 27) | function gke(n){return n&&n!=="/"} function CV (line 27) | function CV(n,...e){let t=n||"";for(const i of e.filter(s=>gke(s)))if(t)... function Doe (line 27) | function Doe(...n){var r,a,l,c;const e=/\/(?!\/)/,t=n.filter(Boolean),i=... function pke (line 27) | function pke(n,e,t={}){return t.trailingSlash||(n=g2(n),e=g2(e)),t.leadi... function mke (line 27) | function mke(n="",e){const t=n.match(/^[\s\0]*(blob:|data:|javascript:|v... function eZ (line 27) | function eZ(n=""){const[e="",t="",i=""]=(n.match(/([^#?]*)(\?[^#]*)?(#.*... function _ke (line 27) | function _ke(n){const e=n.pathname||"",t=n.search?(n.search.startsWith("... class vke (line 27) | class vke extends Error{constructor(e,t){super(e,t),this.name="FetchErro... method constructor (line 27) | constructor(e,t){super(e,t),this.name="FetchError",t!=null&&t.cause&&!... function bke (line 27) | function bke(n){var l,c,d,u,h;const e=((l=n.error)==null?void 0:l.messag... function tZ (line 27) | function tZ(n="GET"){return Cke.has(n.toUpperCase())} function wke (line 27) | function wke(n){if(n===void 0)return!1;const e=typeof n;return e==="stri... function xke (line 27) | function xke(n=""){if(!n)return"json";const e=n.split(";").shift()||"";r... function Lke (line 27) | function Lke(n,e,t,i){const s=kke((e==null?void 0:e.headers)??(n==null?v... function kke (line 27) | function kke(n,e,t){if(!e)return new t(n);const i=new t(e);if(n)for(cons... function fE (line 27) | async function fE(n,e){if(e)if(Array.isArray(e))for(const t of e)await t... function Eoe (line 27) | function Eoe(n={}){const{fetch:e=globalThis.fetch,Headers:t=globalThis.H... function S8 (line 27) | function S8(n,e={},t){for(const i in n){const s=n[i],o=t?`${t}:${i}`:i;t... function Hke (line 27) | function Hke(n,e){const t=e.shift(),i=Noe(t);return n.reduce((s,o)=>s.th... function Vke (line 27) | function Vke(n,e){const t=e.shift(),i=Noe(t);return Promise.all(n.map(s=... function lF (line 27) | function lF(n,e){for(const t of[...n])t(e)} class zke (line 27) | class zke{constructor(){this._hooks={},this._before=void 0,this._after=v... method constructor (line 27) | constructor(){this._hooks={},this._before=void 0,this._after=void 0,th... method hook (line 27) | hook(e,t,i={}){if(!e||typeof t!="function")return()=>{};const s=e;let ... method hookOnce (line 27) | hookOnce(e,t){let i,s=(...o)=>(typeof i=="function"&&i(),i=void 0,s=vo... method removeHook (line 27) | removeHook(e,t){if(this._hooks[e]){const i=this._hooks[e].indexOf(t);i... method deprecateHook (line 27) | deprecateHook(e,t){this._deprecatedHooks[e]=typeof t=="string"?{to:t}:... method deprecateHooks (line 27) | deprecateHooks(e){Object.assign(this._deprecatedHooks,e);for(const t i... method addHooks (line 27) | addHooks(e){const t=S8(e),i=Object.keys(t).map(s=>this.hook(s,t[s]));r... method removeHooks (line 27) | removeHooks(e){const t=S8(e);for(const i in t)this.removeHook(i,t[i])} method removeAllHooks (line 27) | removeAllHooks(){for(const e in this._hooks)delete this._hooks[e]} method callHook (line 27) | callHook(e,...t){return t.unshift(e),this.callHookWith(Hke,e,...t)} method callHookParallel (line 27) | callHookParallel(e,...t){return t.unshift(e),this.callHookWith(Vke,e,.... method callHookWith (line 27) | callHookWith(e,t,...i){const s=this._before||this._after?{name:t,args:... method beforeEach (line 27) | beforeEach(e){return this._before=this._before||[],this._before.push(e... method afterEach (line 27) | afterEach(e){return this._after=this._after||[],this._after.push(e),()... function Aoe (line 27) | function Aoe(){return new zke} function $ke (line 27) | function $ke(n={}){let e,t=!1;const i=r=>{if(e&&e!==r)throw new Error("C... function Uke (line 27) | function Uke(n={}){const e={};return{get(t,i={}){return e[t]||(e[t]=$ke(... function Vv (line 27) | function Vv(n){const e=[];for(const s of x8){const o=s();o&&e.push(o)}co... function Moe (line 27) | function Moe(n=Roe){return Kke(n,{asyncContext:!1})} function eDe (line 27) | function eDe(n){var s;let e=0;const t={_id:n.id||Roe||"nuxt-app",_scope:... function tDe (line 27) | function tDe(n,e){e.hooks&&n.hooks.addHooks(e.hooks)} function iDe (line 27) | async function iDe(n,e){if(typeof e=="function"){const{provide:t}=await ... function nDe (line 27) | async function nDe(n,e){const t=[],i=[],s=[],o=[];let r=0;async function... function ua (line 27) | function ua(n){if(typeof n=="function")return n;const e=n._name||n.name;... function sZ (line 27) | function sZ(n,e,t){const i=()=>e();return Moe(n._id).set(n),n.vueApp.run... function sDe (line 27) | function sDe(n){var t;let e;return lV()&&(e=(t=pc())==null?void 0:t.appC... function In (line 27) | function In(n){const e=sDe(n);if(!e)throw new Error("[nuxt] instance una... function Tm (line 27) | function Tm(n){return In().$config} function gE (line 27) | function gE(n,e,t){Object.defineProperty(n,e,{get:()=>t})} function oDe (line 27) | function oDe(n,e){if(typeof n!="string")throw new TypeError("argument st... function rDe (line 27) | function rDe(n){return n.includes("%")?decodeURIComponent(n):n} function aDe (line 27) | function aDe(n,e){try{return e(n)}catch{return n}} function oZ (line 27) | function oZ(n,e,t){const i=t||{},s=i.encode||encodeURIComponent;if(typeo... function lDe (line 27) | function lDe(n){return Object.prototype.toString.call(n)==="[object Date... function cF (line 27) | function cF(n){if(n===null||typeof n!="object")return!1;const e=Object.g... function k8 (line 27) | function k8(n,e,t=".",i){if(!cF(e))return k8(n,{},t,i);const s=Object.as... function wV (line 27) | function wV(n){return(...e)=>e.reduce((t,i)=>k8(t,i,"",n),{})} function dDe (line 27) | function dDe(n,e){try{return e in n}catch{return!1}} class D8 (line 27) | class D8 extends Error{constructor(t,i={}){super(t,i);np(this,"statusCod... method constructor (line 27) | constructor(t,i={}){super(t,i);np(this,"statusCode",500);np(this,"fata... method toJSON (line 27) | toJSON(){const t={message:this.message,statusCode:E8(this.statusCode,5... function I8 (line 27) | function I8(n){if(typeof n=="string")return new D8(n);if(uDe(n))return n... function uDe (line 27) | function uDe(n){var e;return((e=n==null?void 0:n.constructor)==null?void... function Poe (line 27) | function Poe(n=""){return n.replace(hDe,"")} function E8 (line 27) | function E8(n,e=200){return!n||(typeof n=="string"&&(n=Number.parseInt(n... function Mmt (line 27) | function Mmt(n){return n} function T8 (line 27) | function T8(n){return Loe(n.path||"",n.query||{})+(n.hash||"")} function mDe (line 27) | function mDe(n){const e=vDe(n),t=new ArrayBuffer(e.length),i=new DataVie... function vDe (line 27) | function vDe(n){n.length%4===0&&(n=n.replace(/==?$/,""));let e="",t=0,i=... function LDe (line 27) | function LDe(n,e){return kDe(JSON.parse(n),e)} function kDe (line 27) | function kDe(n,e){if(typeof n=="number")return s(n,!0);if(!Array.isArray... function Boe (line 27) | function Boe(n,e){const t=[],i=e.resolveKeyData||(o=>o.key),s=e.resolveV... function Woe (line 27) | function Woe(n,e){return Object.entries(n).map(([t,i])=>{if(typeof i=="o... function v2 (line 27) | function v2(n){let e=9;for(let t=0;tA8(t));if(typeof n!="... function ADe (line 27) | function ADe(n,e){const t=yV[e];return e==="refresh"?`${n.seconds};url=$... function Uoe (line 27) | function Uoe(n){const e={};for(const t in n){if(!Object.prototype.hasOwn... function rZ (line 27) | function rZ(n,e){const t=Uoe(e),i=qf(n),s=zoe(i);if($oe.has(i)){const o=... function joe (line 27) | function joe(n){const e=[],t={};for(const s in n){if(!Object.prototype.h... function RDe (line 27) | function RDe(n,e){return n instanceof Promise?n.then(e):e(n)} function R8 (line 27) | function R8(n,e,t,i){const s=i||qoe(typeof e=="object"&&typeof e!="funct... function MDe (line 27) | function MDe(n,e){var i;const t=n==="class"?" ":";";return e&&typeof e==... function Koe (line 27) | function Koe(n,e,t,i){for(let s=i;ssetTimeout(i,10));return n._... function zDe (line 27) | function zDe(n){return e=>{var i,s;const t=((s=(i=e.resolvedOptions.docu... function iIe (line 27) | function iIe(n={}){const e=nIe(n);return e.use(zDe()),Xoe=e} function uZ (line 27) | function uZ(n,e){return!n||n==="server"&&e||n==="client"&&!e} function nIe (line 27) | function nIe(n={}){const e=Aoe();e.addHooks(n.hooks||{}),n.document=n.do... function sIe (line 27) | function sIe(){return Xoe} function rIe (line 27) | function rIe(n){return typeof n=="function"?n():j(n)} function C2 (line 27) | function C2(n){if(n instanceof Promise||n instanceof Date||n instanceof ... function lIe (line 27) | function lIe(n){return{install(t){oIe&&(t.config.globalProperties.$unhea... function cIe (line 27) | function cIe(n={}){n.domDelayFn=n.domDelayFn||(t=>Go(()=>setTimeout(()=>... function dIe (line 27) | function dIe(n){M8[P8]=n} function uIe (line 27) | function uIe(){return P8 in M8?M8[P8]():Ui(Qoe)||sIe()} function hIe (line 27) | function hIe(n,e={}){const t=e.head||uIe();if(t)return t.ssr?t.push(n,e)... function fIe (line 27) | function fIe(n,e,t={}){const i=Ue(!1),s=Ue({});Qo(()=>{s.value=i.value?{... function gIe (line 27) | async function gIe(n){return null} function pIe (line 27) | async function pIe(){var i;if(W_)return W_;const n=document.getElementBy... function mIe (line 27) | async function mIe(n){return await LDe(n,In()._payloadRevivers)} function _Ie (line 27) | function _Ie(n,e){In()._payloadRevivers[n]=e} method setup (line 27) | async setup(n){let e,t;for(const i in hZ)_Ie(i,hZ[i]);Object.assign(n.pa... method setup (line 27) | setup(n){const e=cIe({plugins:bIe});dIe(()=>In().vueApp._context.provide... function wIe (line 31) | function wIe(n){return n.__esModule||n[Symbol.toStringTag]==="Module"} function uF (line 31) | function uF(n,e){const t={};for(const i in e){const s=e[i];t[i]=eu(s)?s.... function hF (line 31) | function hF(n,e,t="/"){let i,s={},o="",r="";const a=e.indexOf("#");let l... function xIe (line 31) | function xIe(n,e){const t=e.query?n(e.query):"";return e.path+(t&&"?")+t... function fZ (line 31) | function fZ(n,e){return!e||!n.toLowerCase().startsWith(e.toLowerCase())?... function LIe (line 31) | function LIe(n,e,t){const i=e.matched.length-1,s=t.matched.length-1;retu... function LC (line 31) | function LC(n,e){return(n.aliasOf||n)===(e.aliasOf||e)} function Joe (line 31) | function Joe(n,e){if(Object.keys(n).length!==Object.keys(e).length)retur... function kIe (line 31) | function kIe(n,e){return eu(n)?gZ(n,e):eu(e)?gZ(e,n):n===e} function gZ (line 31) | function gZ(n,e){return eu(e)?n.length===e.length&&n.every((t,i)=>t===e[... function DIe (line 31) | function DIe(n,e){if(n.startsWith("/"))return n;if(!n)return e;const t=e... function IIe (line 31) | function IIe(n){if(!n)if(t1){const e=document.querySelector("base");n=e&... function TIe (line 31) | function TIe(n,e){return n.replace(EIe,"#")+e} function NIe (line 31) | function NIe(n,e){const t=document.documentElement.getBoundingClientRect... function AIe (line 31) | function AIe(n){let e;if("el"in n){const t=n.el,i=typeof t=="string"&&t.... function pZ (line 31) | function pZ(n,e){return(history.state?history.state.position-e:-1)+n} function RIe (line 31) | function RIe(n,e){O8.set(n,e)} function MIe (line 31) | function MIe(n){const e=O8.get(n);return O8.delete(n),e} function ere (line 31) | function ere(n,e){const{pathname:t,search:i,hash:s}=e,o=n.indexOf("#");i... function OIe (line 31) | function OIe(n,e,t,i){let s=[],o=[],r=null;const a=({state:h})=>{const f... function mZ (line 31) | function mZ(n,e,t,i=!1,s=!1){return{back:n,current:e,forward:t,replaced:... function FIe (line 31) | function FIe(n){const{history:e,location:t}=window,i={value:ere(n,t)},s=... function tre (line 31) | function tre(n){n=IIe(n);const e=FIe(n),t=OIe(n,e.state,e.location,e.rep... function BIe (line 31) | function BIe(n){return n=location.host?n||location.pathname+location.sea... function WIe (line 31) | function WIe(n){return typeof n=="string"||n&&typeof n=="object"} function ire (line 31) | function ire(n){return typeof n=="string"||typeof n=="symbol"} function kC (line 31) | function kC(n,e){return is(new Error,{type:n,[nre]:!0},e)} function lf (line 31) | function lf(n,e){return n instanceof Error&&nre in n&&(e==null||!!(n.typ... function zIe (line 31) | function zIe(n,e){const t=is({},HIe,e),i=[];let s=t.start?"^":"";const o... function $Ie (line 31) | function $Ie(n,e){let t=0;for(;t0&&e[e.length-1]<0} function qIe (line 31) | function qIe(n){if(!n)return[[]];if(n==="/")return[[jIe]];if(!n.startsWi... function GIe (line 31) | function GIe(n,e,t){const i=zIe(qIe(n.path),t),s=is(i,{record:n,parent:e... function ZIe (line 31) | function ZIe(n,e){const t=[],i=new Map;e=yZ({strict:!1,end:!0,sensitive:... function CZ (line 31) | function CZ(n,e){const t={};for(const i of e)i in n&&(t[i]=n[i]);return t} function YIe (line 31) | function YIe(n){return{path:n.path,redirect:n.redirect,name:n.name,meta:... function XIe (line 31) | function XIe(n){const e={},t=n.props||!1;if("component"in n)e.default=t;... function wZ (line 31) | function wZ(n){for(;n;){if(n.record.aliasOf)return!0;n=n.parent}return!1} function QIe (line 31) | function QIe(n){return n.reduce((e,t)=>is(e,t.meta),{})} function yZ (line 31) | function yZ(n,e){const t={};for(const i in n)t[i]=i in e?e[i]:n[i];retur... function sre (line 31) | function sre(n,e){return e.children.some(t=>t===n||sre(n,t))} function SV (line 31) | function SV(n){return encodeURI(""+n).replace(rEe,"|").replace(nEe,"[").... function lEe (line 31) | function lEe(n){return SV(n).replace(lre,"{").replace(cre,"}").replace(a... function F8 (line 31) | function F8(n){return SV(n).replace(rre,"%2B").replace(aEe,"+").replace(... function cEe (line 31) | function cEe(n){return F8(n).replace(tEe,"%3D")} function dEe (line 31) | function dEe(n){return SV(n).replace(ore,"%23").replace(iEe,"%3F")} function uEe (line 31) | function uEe(n){return n==null?"":dEe(n).replace(eEe,"%2F")} function w2 (line 31) | function w2(n){try{return decodeURIComponent(""+n)}catch{}return""+n} function hEe (line 31) | function hEe(n){const e={};if(n===""||n==="?")return e;const i=(n[0]==="... function SZ (line 31) | function SZ(n){let e="";for(let t in n){const i=n[t];if(t=cEe(t),i==null... function fEe (line 31) | function fEe(n){const e={};for(const t in n){const i=n[t];i!==void 0&&(e... function Ly (line 31) | function Ly(){let n=[];function e(i){return n.push(i),()=>{const s=n.ind... function gEe (line 31) | function gEe(n,e,t){const i=()=>{n[e].delete(t)};uo(i),aV(i),rV(()=>{n[e... function Pmt (line 31) | function Pmt(n){const e=Ui(dre,{}).value;e&&gEe(e,"leaveGuards",n)} function Dp (line 31) | function Dp(n,e,t,i,s){const o=i&&(i.enterCallbacks[s]=i.enterCallbacks[... function fF (line 31) | function fF(n,e,t,i){const s=[];for(const o of n)for(const r in o.compon... function pEe (line 31) | function pEe(n){return typeof n=="object"||"displayName"in n||"props"in ... function LZ (line 31) | function LZ(n){const e=Ui(xV),t=Ui(LV),i=ue(()=>e.resolve(j(n.to))),s=ue... method setup (line 31) | setup(n,{slots:e}){const t=Ba(LZ(n)),{options:i}=Ui(xV),s=ue(()=>({[DZ(n... function vEe (line 31) | function vEe(n){if(!(n.metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&!n.def... function bEe (line 31) | function bEe(n,e){for(const t in e){const i=e[t],s=n[t];if(typeof i=="st... function kZ (line 31) | function kZ(n){return n?n.aliasOf?n.aliasOf.path:n.path:""} method setup (line 31) | setup(n,{attrs:e,slots:t}){const i=Ui(B8),s=ue(()=>n.route||i.value),o=U... function IZ (line 31) | function IZ(n,e){if(!n)return null;const t=n(e);return t.length===1?t[0]:t} function wEe (line 31) | function wEe(n){const e=ZIe(n.routes,n),t=n.parseQuery||hEe,i=n.stringif... function yEe (line 31) | function yEe(n,e){const t=[],i=[],s=[],o=Math.max(e.matched.length,n.mat... function SEe (line 31) | function SEe(){return Ui(LV)} function kV (line 31) | function kV(n){return Array.isArray(n)?n:[n]} function o (line 31) | function o(r){const a=new Event("vite:preloadError",{cancelable:!0});if(... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function TZ (line 35) | function TZ(n){const e=(n==null?void 0:n.meta.key)??n.path.replace(/(:\w... function NEe (line 35) | function NEe(n,e){return n===e||e===Ld?!1:TZ(n)!==TZ(e)?!0:!n.matched.ev... function mF (line 35) | function mF(n,e=!1){if(n){if(n.nodeName==="#comment"&&n.nodeValue==="[")... function fre (line 35) | function fre(n,e=[],t=!1){if(n&&n.nodeName){if(REe(n))return e;if(!AEe(n... function AEe (line 35) | function AEe(n){return n.nodeName==="#comment"&&n.nodeValue==="["} function REe (line 35) | function REe(n){return n.nodeName==="#comment"&&n.nodeValue==="]"} method scrollBehavior (line 35) | scrollBehavior(n,e,t){var c;const i=In(),s=((c=Fr().options)==null?void ... function NZ (line 35) | function NZ(n){try{const e=document.querySelector(n);if(e)return(Number.... function BEe (line 35) | function BEe(n,e,t){const{pathname:i,search:s,hash:o}=e,r=n.indexOf("#")... method setup (line 35) | async setup(n){var _;let e,t,i=Tm().app.baseURL;Rc.hashMode&&!i.includes... function zEe (line 35) | function zEe(n={}){const e=n.path||window.location.pathname;let t={};try... method setup (line 35) | setup(n){const e=Fr(),t=Tm(),i=new Set;e.beforeEach(()=>{i.clear()}),n.h... function V8 (line 39) | function V8(n){return n&&typeof n=="object"&&Object.prototype.toString.c... function UEe (line 39) | function UEe(){const n=KH(!0),e=n.run(()=>Ue({}));let t=[],i=[];const s=... function AZ (line 39) | function AZ(n,e,t,i=_re){n.push(e);const s=()=>{const o=n.indexOf(e);o>-... function Tb (line 39) | function Tb(n,...e){n.slice().forEach(t=>{t(...e)})} function z8 (line 39) | function z8(n,e){n instanceof Map&&e instanceof Map&&e.forEach((t,i)=>n.... function qEe (line 39) | function qEe(n){return!V8(n)||!n.hasOwnProperty(KEe)} function GEe (line 39) | function GEe(n){return!!(Cn(n)&&n.effect)} function ZEe (line 39) | function ZEe(n,e,t,i){const{state:s,actions:o,getters:r}=e,a=t.state.val... function vre (line 39) | function vre(n,e,t={},i,s,o){let r;const a=pp({actions:{}},t),l={deep:!0... function d_ (line 39) | function d_(n,e,t){let i,s;const o=typeof e=="function";typeof n=="strin... function Ew (line 39) | function Ew(...n){const e=typeof n[n.length-1]=="string"?n.pop():void 0;... function MZ (line 39) | function MZ(n,e){e?e={...RZ,...e}:e=RZ;const t=bre(e);return t.dispatch(... function bre (line 39) | function bre(n){let e="",t=new Map;const i=s=>{e+=s};return{toString(){r... function PZ (line 41) | function PZ(n){return typeof n!="function"?!1:Function.prototype.toStrin... function wre (line 41) | function wre(n,e,t={}){return n===e||MZ(n,t)===MZ(e,t)} function kd (line 41) | function kd(n){if(typeof n!="object")return n;var e,t,i=Object.prototype... function OZ (line 41) | function OZ(n,e){var l;const t={...JEe,...e};t.filter??(t.filter=c=>c===... function FZ (line 41) | function FZ(n={}){return oDe(document.cookie,n)} function eTe (line 41) | function eTe(n,e,t={}){return e==null?oZ(n,e,{...t,maxAge:-1}):oZ(n,e,t)} function tTe (line 41) | function tTe(n,e,t={}){document.cookie=eTe(n,e,t)} function iTe (line 41) | function iTe(n,e,t){let i,s,o=0;const r=t?Ue(n):{value:n};return r_()&&v... function yre (line 41) | async function yre(n,e=Fr()){const{path:t,matched:i}=e.resolve(n);if(!i.... function oTe (line 41) | function oTe(n){const e=n.componentName||"NuxtLink";function t(s,o){if(!... function WZ (line 41) | function WZ(n,e){const t=e==="append"?g2:bV;return K0(n)&&!n.startsWith(... function rTe (line 41) | function rTe(){const n=In();if(n._observer)return n._observer;let e=null... function aTe (line 41) | function aTe(){const n=navigator.connection;return!!(n&&(n.saveData||/2g... function JR (line 41) | function JR(){const n=In();return n._appConfig||(n._appConfig=Ba(Pi)),n.... method setup (line 41) | setup(n){for(const[e,t]of fTe)n.vueApp.component(e,t),n.vueApp.component... method setup (line 41) | setup(n){const e=Fr();n.hooks.hook("app:mounted",()=>{e.beforeEach(async... method getWorker (line 41) | getWorker(o,r){switch(r){case"json":return i("language/json/json.worker"... function $8 (line 41) | function $8(n){return r_()?(vC(n),!0):!1} function r0 (line 41) | function r0(n){return typeof n=="function"?n():j(n)} function xre (line 41) | function xre(n,e){function t(...i){return new Promise((s,o)=>{Promise.re... function vTe (line 41) | function vTe(n,e={}){let t,i,s=Jx;const o=a=>{clearTimeout(a),s(),s=Jx};... function bTe (line 41) | function bTe(...n){let e=0,t,i=!0,s=Jx,o,r,a,l,c;!Cn(n[0])&&typeof n[0]=... function Lre (line 41) | function Lre(n,e=200,t={}){return xre(vTe(e,t),n)} function CTe (line 41) | function CTe(n,e=200,t=!1,i=!0,s=!1){return xre(bTe(e,t,i,s),n)} function kre (line 41) | function kre(n,e=1e3,t={}){const{immediate:i=!0,immediateCallback:s=!1}=... function Fmt (line 41) | function Fmt(n,e,t){let i;Cn(t)?i={evaluating:t}:i={};const{lazy:s=!1,ev... function VZ (line 41) | function VZ(n){var e;const t=r0(n);return(e=t==null?void 0:t.$el)!=null?... function Dre (line 41) | function Dre(n,e={}){const{immediate:t=!0,fpsLimit:i=void 0,window:s=wTe... function yTe (line 41) | function yTe(n){return JSON.parse(JSON.stringify(n))} function STe (line 41) | function STe(n){const e=r_();function t(a){var l;const c=ky.get(n)||new ... function xTe (line 41) | function xTe(n={}){const{controls:e=!1,interval:t="requestAnimationFrame... function DTe (line 41) | function DTe(n){return n.toISOString().slice(0,10)} function Bmt (line 41) | function Bmt(n,e={}){const{controls:t=!1,updateInterval:i=3e4}=e,{now:s,... function ITe (line 41) | function ITe(n,e={},t=Date.now()){var i;const{max:s,messages:o=kTe,fullD... function ETe (line 41) | function ETe(n={}){const{controls:e=!1,offset:t=0,immediate:i=!0,interva... function Wmt (line 41) | function Wmt(n,e,t,i={}){var s,o,r;const{clone:a=!1,passive:l=!1,eventNa... method get (line 41) | get(o){let r=t.get(o);if(r!==void 0)return r;if((r=i.get(o))!==void 0)re... method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method set (line 41) | set(o,r){t.has(o)?t.set(o,r):s(o,r)} method constructor (line 755) | constructor(e,t){this.widget=e,this._editor=t,this.allowEditorOverflow... method dispose (line 755) | dispose(){this._resizable.dispose(),this._disposables.dispose(),this.h... method getId (line 755) | getId(){return"suggest.details"} method getDomNode (line 755) | getDomNode(){return this._resizable.domNode} method getPosition (line 755) | getPosition(){return this._topLeft?{preference:this._topLeft}:null} method show (line 755) | show(){this._added||(this._editor.addOverlayWidget(this),this._added=!0)} method hide (line 755) | hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._e... method placeAtAnchor (line 755) | placeAtAnchor(e,t){var i;const s=e.getBoundingClientRect();this._ancho... method _placeAtAnchor (line 755) | _placeAtAnchor(e,t,i){var s;const o=Fm(this.getDomNode().ownerDocument... method _applyTopLeft (line 755) | _applyTopLeft(e){this._topLeft=e,this._editor.layoutOverlayWidget(this)} function Vn (line 41) | function Vn(){let n=0,e,t,i="";for(;n... function hNe (line 41) | function hNe(n,e){const t={...n};for(const i of e)delete t[i];return t} function mS (line 41) | function mS(n,e,t){typeof e=="string"&&(e=e.split(".").map(s=>{const o=N... function ha (line 41) | function ha(n,...e){return n==="override"?nD({},...e):pNe({},...e)} function UZ (line 41) | function UZ(n){const e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;n=n.replace(e,... function Rre (line 41) | function Rre(n){const e=parseFloat(n);return isNaN(e)?n:e} function i (line 53) | function i(){t||!window.matchMedia||(t=window.matchMedia("(prefers-color... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function YNe (line 53) | function YNe(n,e){if(n==null)return;let t=n;for(let i=0;it.split(".")).map(t=>[t,YNe(n,t)]).fil... function Ore (line 53) | function Ore(n,e){return e.map(t=>t.split(".")).reduce((t,i)=>Mre(t,i),n)} function jZ (line 53) | function jZ(n,{storage:e,serializer:t,key:i,debug:s,pick:o,omit:r,before... function KZ (line 53) | function KZ(n,{storage:e,serializer:t,key:i,debug:s,pick:o,omit:r}){try{... function XNe (line 53) | function XNe(n,e,t){const{pinia:i,store:s,options:{persist:o=t}}=n;if(!o... function QNe (line 53) | function QNe(n={}){return function(e){XNe(e,t=>({key:(n.key?n.key:i=>i)(... function qZ (line 53) | function qZ(n){return{getItem:e=>OZ(e,{...n,encode:encodeURIComponent,de... function JNe (line 53) | function JNe(){return{getItem:n=>In().ssrContext?null:localStorage.getIt... function e2e (line 53) | function e2e(){return{getItem:n=>In().ssrContext?null:sessionStorage.get... function Bl (line 53) | function Bl(n,e=0){return n[n.length-(1+e)]} function i2e (line 53) | function i2e(n){if(n.length===0)throw new Error("Invalid tail call");ret... function zn (line 53) | function zn(n,e,t=(i,s)=>i===s){if(n===e)return!0;if(!n||!e||n.length!==... function n2e (line 53) | function n2e(n,e){const t=n.length-1;et(n[i],e))} function s2e (line 53) | function s2e(n,e){let t=0,i=n-1;for(;t<=i;){const s=(t+i)/2|0,o=e(s);if(... function G8 (line 53) | function G8(n,e,t){if(n=n|0,n>=e.length)throw new TypeError("invalid ind... function GZ (line 53) | function GZ(n,e){const t=[];let i;for(const s of n.slice(0).sort(e))!i||... function Fre (line 53) | function Fre(n,e){for(let t=0;t<=n.length;t++)e(t===0?void 0:n[t-1],t===... function o2e (line 53) | function o2e(n,e){for(let t=0;t!!e)} function ZZ (line 53) | function ZZ(n){let e=0;for(let t=0;t0} function xg (line 53) | function xg(n,e=t=>t){const t=new Set;return n.filter(i=>{const s=e(i);r... function NV (line 53) | function NV(n,e){return n.length>0?n[0]:e} function Xr (line 53) | function Xr(n,e){let t=typeof e=="number"?n:0;typeof e=="number"?t=n:(t=... function eM (line 53) | function eM(n,e,t){const i=n.slice(0,e),s=n.slice(e);return i.concat(t,s)} function vF (line 53) | function vF(n,e){const t=n.indexOf(e);t>-1&&(n.splice(t,1),n.unshift(e))} function bE (line 53) | function bE(n,e){const t=n.indexOf(e);t>-1&&(n.splice(t,1),n.push(e))} function Z8 (line 53) | function Z8(n,e){for(const t of e)n.push(t)} function AV (line 53) | function AV(n){return Array.isArray(n)?n:[n]} function r2e (line 53) | function r2e(n,e,t){const i=Wre(n,e),s=n.length,o=t.length;n.length=s+o;... function YZ (line 53) | function YZ(n,e,t,i){const s=Wre(n,e);let o=n.splice(s,t);return o===voi... function Wre (line 53) | function Wre(n,e){return e<0?Math.max(e+n.length,0):Math.min(e,n.length)} function e (line 53) | function e(o){return o<0} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 53) | function t(o){return o<=0} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 53) | function i(o){return o>0} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 53) | function s(o){return o===0} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function oa (line 53) | function oa(n,e){return(t,i)=>e(n(t),n(i))} function a2e (line 53) | function a2e(...n){return(e,t)=>{for(const i of n){const s=i(e,t);if(!iL... function Hre (line 53) | function Hre(n){return(e,t)=>-n(e,t)} class Lg (line 53) | class Lg{constructor(e){this.items=e,this.firstIdx=0,this.lastIdx=this.i... method constructor (line 53) | constructor(e){this.items=e,this.firstIdx=0,this.lastIdx=this.items.le... method length (line 53) | get length(){return this.lastIdx-this.firstIdx+1} method takeWhile (line 53) | takeWhile(e){let t=this.firstIdx;for(;t=0&&e(this.items[t]);)t-... method peek (line 53) | peek(){if(this.length!==0)return this.items[this.firstIdx]} method dequeue (line 53) | dequeue(){const e=this.items[this.firstIdx];return this.firstIdx++,e} method takeCount (line 53) | takeCount(e){const t=this.items.slice(this.firstIdx,this.firstIdx+e);r... class fh (line 53) | class fh{constructor(e){this.iterate=e}toArray(){const e=[];return this.... method constructor (line 53) | constructor(e){this.iterate=e} method toArray (line 53) | toArray(){const e=[];return this.iterate(t=>(e.push(t),!0)),e} method filter (line 53) | filter(e){return new fh(t=>this.iterate(i=>e(i)?t(i):!0))} method map (line 53) | map(e){return new fh(t=>this.iterate(i=>t(e(i))))} method findLast (line 53) | findLast(e){let t;return this.iterate(i=>(e(i)&&(t=i),!0)),t} method findLastMaxBy (line 53) | findLastMaxBy(e){let t,i=!0;return this.iterate(s=>((i||iL.isGreaterTh... class S2 (line 53) | class S2{constructor(e){this._indexMap=e}static createSortPermutation(e,... method constructor (line 53) | constructor(e){this._indexMap=e} method createSortPermutation (line 53) | static createSortPermutation(e,t){const i=Array.from(e.keys()).sort((s... method apply (line 53) | apply(e){return e.map((t,i)=>e[this._indexMap[i]])} method inverse (line 53) | inverse(){const e=this._indexMap.slice();for(let t=0;t"u"} function gh (line 53) | function gh(n){return!ll(n)} function ll (line 53) | function ll(n){return na(n)||n===null} function mi (line 53) | function mi(n,e){if(!n)throw new Error(e?`Unexpected type, expected '${e... function Vp (line 53) | function Vp(n){if(ll(n))throw new Error("Assertion Failed: argument is u... function nL (line 53) | function nL(n){return typeof n=="function"} function d2e (line 53) | function d2e(n,e){const t=Math.min(n.length,e.length);for(let i=0;i{i ... function vl (line 53) | function vl(n,e){if(n===e)return!0;if(n==null||e===null||e===void 0||typ... function f2e (line 53) | function f2e(n){let e=[];for(;Object.prototype!==n;)e=e.concat(Object.ge... function RV (line 53) | function RV(n){const e=[];for(const t of f2e(n))typeof n[t]=="function"&... function g2e (line 53) | function g2e(n,e){const t=s=>function(){const o=Array.prototype.slice.ca... function Ure (line 53) | function Ure(n,e){let t;return e.length===0?t=n:t=n.replace(/\{(\d+)\}/g... function v (line 53) | function v(n,e,...t){return Ure(e,t)} function Nt (line 53) | function Nt(n,e,...t){const i=Ure(e,t);return{value:i,original:i}} function Zre (line 53) | function Zre(){if(!eY){eY=!0;const n=new Uint8Array(2);n[0]=1,n[1]=2,JZ=... function e (line 53) | function e(y){return y&&typeof y=="object"&&typeof y[Symbol.iterator]=="... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function i (line 53) | function i(){return t} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function o (line 53) | function o(y){return e(y)?y:s(y)} method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function r (line 53) | function r(y){return y||t} method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function l (line 53) | function l(y){return!y||y[Symbol.iterator]().next().done===!0} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;S(M(z),z)),this} method filter (line 60) | filter(M){return this.steps.push(z=>M(z)?z:b),this} method reduce (line 60) | reduce(M,z){let K=z;return this.steps.push(ae=>(K=M(K,ae),K)),this} method latch (line 60) | latch(M=(z,K)=>z===K){let z=!0,K;return this.steps.push(ae=>{const se=... method evaluate (line 60) | evaluate(M){for(const z of this.steps)if(M=z(M),M===b)break;return M} method constructor (line 53) | constructor(e){this.element=e,this.next=X8.Undefined,this.prev=X8.Undefi... class Tr (line 53) | class Tr{constructor(){this._first=As.Undefined,this._last=As.Undefined,... method constructor (line 53) | constructor(){this._first=As.Undefined,this._last=As.Undefined,this._s... method size (line 53) | get size(){return this._size} method isEmpty (line 53) | isEmpty(){return this._first===As.Undefined} method clear (line 53) | clear(){let e=this._first;for(;e!==As.Undefined;){const t=e.next;e.pre... method unshift (line 53) | unshift(e){return this._insert(e,!1)} method push (line 53) | push(e){return this._insert(e,!0)} method _insert (line 53) | _insert(e,t){const i=new As(e);if(this._first===As.Undefined)this._fir... method shift (line 53) | shift(){if(this._first!==As.Undefined){const e=this._first.element;ret... method pop (line 53) | pop(){if(this._last!==As.Undefined){const e=this._last.element;return ... method _remove (line 53) | _remove(e){if(e.prev!==As.Undefined&&e.next!==As.Undefined){const t=e.... method [Symbol.iterator] (line 53) | *[Symbol.iterator](){let e=this._first;for(;e!==As.Undefined;)yield e.el... function D2e (line 53) | function D2e(n=""){let e="(-?\\d*\\.\\d\\w*)|([^";for(const t of Xre)n.i... function FV (line 53) | function FV(n){let e=OV;if(n&&n instanceof RegExp)if(n.global)e=n;else{l... function sL (line 53) | function sL(n,e,t,i,s){if(e=FV(e),s||(s=oi.first(Qre)),t.length>s.maxLen... function I2e (line 53) | function I2e(n,e,t,i){let s;for(;s=n.exec(e);){const o=s.index||0;if(o<=... class Jre (line 53) | class Jre{constructor(e){this._values=e}hasChanged(e){return this._value... method constructor (line 53) | constructor(e){this._values=e} method hasChanged (line 53) | hasChanged(e){return this._values[e]} class eae (line 53) | class eae{constructor(){this.stableMinimapLayoutInput=null,this.stableFi... method constructor (line 53) | constructor(){this.stableMinimapLayoutInput=null,this.stableFitMaxMini... class Nn (line 53) | class Nn{constructor(e,t,i,s){this.id=e,this.name=t,this.defaultValue=i,... method constructor (line 53) | constructor(e,t,i,s){this.id=e,this.name=t,this.defaultValue=i,this.sc... method applyUpdate (line 53) | applyUpdate(e,t){return iM(e,t)} method compute (line 53) | compute(e,t,i){return i} class sx (line 53) | class sx{constructor(e,t){this.newValue=e,this.didChange=t}} method constructor (line 53) | constructor(e,t){this.newValue=e,this.didChange=t} function iM (line 53) | function iM(n,e){if(typeof n!="object"||typeof e!="object"||!n||!e)retur... class oD (line 53) | class oD{constructor(e){this.schema=void 0,this.id=e,this.name="_never_"... method constructor (line 53) | constructor(e){this.schema=void 0,this.id=e,this.name="_never_",this.d... method applyUpdate (line 53) | applyUpdate(e,t){return iM(e,t)} method validate (line 53) | validate(e){return this.defaultValue} class Nw (line 53) | class Nw{constructor(e,t,i,s){this.id=e,this.name=t,this.defaultValue=i,... method constructor (line 53) | constructor(e,t,i,s){this.id=e,this.name=t,this.defaultValue=i,this.sc... method applyUpdate (line 53) | applyUpdate(e,t){return iM(e,t)} method validate (line 53) | validate(e){return typeof e>"u"?this.defaultValue:e} method compute (line 53) | compute(e,t,i){return i} function rt (line 53) | function rt(n,e){return typeof n>"u"?e:n==="false"?!1:!!n} class fi (line 53) | class fi extends Nw{constructor(e,t,i,s=void 0){typeof s<"u"&&(s.type="b... method constructor (line 53) | constructor(e,t,i,s=void 0){typeof s<"u"&&(s.type="boolean",s.default=... method validate (line 53) | validate(e){return rt(e,this.defaultValue)} function tv (line 53) | function tv(n,e,t,i){if(typeof n>"u")return e;let s=parseInt(n,10);retur... class sn (line 53) | class sn extends Nw{static clampedInt(e,t,i,s){return tv(e,t,i,s)}constr... method clampedInt (line 53) | static clampedInt(e,t,i,s){return tv(e,t,i,s)} method constructor (line 53) | constructor(e,t,i,s,o,r=void 0){typeof r<"u"&&(r.type="integer",r.defa... method validate (line 53) | validate(e){return sn.clampedInt(e,this.defaultValue,this.minimum,this... function E2e (line 53) | function E2e(n,e,t,i){if(typeof n>"u")return e;const s=gl.float(n,e);ret... class gl (line 53) | class gl extends Nw{static clamp(e,t,i){return ei?i:e}static floa... method clamp (line 53) | static clamp(e,t,i){return ei?i:e} method float (line 53) | static float(e,t){if(typeof e=="number")return e;if(typeof e>"u")retur... method constructor (line 53) | constructor(e,t,i,s,o){typeof o<"u"&&(o.type="number",o.default=i),sup... method validate (line 53) | validate(e){return this.validationFn(gl.float(e,this.defaultValue))} class xr (line 53) | class xr extends Nw{static string(e,t){return typeof e!="string"?t:e}con... method string (line 53) | static string(e,t){return typeof e!="string"?t:e} method constructor (line 53) | constructor(e,t,i,s=void 0){typeof s<"u"&&(s.type="string",s.default=i... method validate (line 53) | validate(e){return xr.string(e,this.defaultValue)} function ns (line 53) | function ns(n,e,t,i){return typeof n!="string"?e:i&&n in i?i[n]:t.indexO... class qn (line 53) | class qn extends Nw{constructor(e,t,i,s,o=void 0){typeof o<"u"&&(o.type=... method constructor (line 53) | constructor(e,t,i,s,o=void 0){typeof o<"u"&&(o.type="string",o.enum=s,... method validate (line 53) | validate(e){return ns(e,this.defaultValue,this._allowedValues)} class wE (line 53) | class wE extends Nn{constructor(e,t,i,s,o,r,a=void 0){typeof a<"u"&&(a.t... method constructor (line 53) | constructor(e,t,i,s,o,r,a=void 0){typeof a<"u"&&(a.type="string",a.enu... method validate (line 53) | validate(e){return typeof e!="string"?this.defaultValue:this._allowedV... function T2e (line 53) | function T2e(n){switch(n){case"none":return 0;case"keep":return 1;case"b... class N2e (line 53) | class N2e extends Nn{constructor(){super(2,"accessibilitySupport",0,{typ... method constructor (line 53) | constructor(){super(2,"accessibilitySupport",0,{type:"string",enum:["a... method validate (line 53) | validate(e){switch(e){case"auto":return 0;case"off":return 1;case"on":... method compute (line 53) | compute(e,t,i){return i===0?e.accessibilitySupport:i} class A2e (line 53) | class A2e extends Nn{constructor(){const e={insertSpace:!0,ignoreEmptyLi... method constructor (line 53) | constructor(){const e={insertSpace:!0,ignoreEmptyLines:!0};super(23,"c... method validate (line 53) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... function R2e (line 53) | function R2e(n){switch(n){case"blink":return 1;case"smooth":return 2;cas... function M2e (line 53) | function M2e(n){switch(n){case"line":return vo.Line;case"block":return v... class P2e (line 53) | class P2e extends oD{constructor(){super(142)}compute(e,t,i){const s=["m... method constructor (line 53) | constructor(){super(142)} method compute (line 53) | compute(e,t,i){const s=["monaco-editor"];return t.get(39)&&s.push(t.ge... class O2e (line 53) | class O2e extends fi{constructor(){super(37,"emptySelectionClipboard",!0... method constructor (line 53) | constructor(){super(37,"emptySelectionClipboard",!0,{description:v("em... method compute (line 53) | compute(e,t,i){return i&&e.emptySelectionClipboard} class F2e (line 53) | class F2e extends Nn{constructor(){const e={cursorMoveOnType:!0,seedSear... method constructor (line 53) | constructor(){const e={cursorMoveOnType:!0,seedSearchStringFromSelecti... method validate (line 53) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class cl (line 53) | class cl extends Nn{constructor(){super(51,"fontLigatures",cl.OFF,{anyOf... method constructor (line 53) | constructor(){super(51,"fontLigatures",cl.OFF,{anyOf:[{type:"boolean",... method validate (line 53) | validate(e){return typeof e>"u"?this.defaultValue:typeof e=="string"?e... class Fd (line 53) | class Fd extends Nn{constructor(){super(54,"fontVariations",Fd.OFF,{anyO... method constructor (line 53) | constructor(){super(54,"fontVariations",Fd.OFF,{anyOf:[{type:"boolean"... method validate (line 53) | validate(e){return typeof e>"u"?this.defaultValue:typeof e=="string"?e... method compute (line 53) | compute(e,t,i){return e.fontInfo.fontVariationSettings} class B2e (line 53) | class B2e extends oD{constructor(){super(50)}compute(e,t,i){return e.fon... method constructor (line 53) | constructor(){super(50)} method compute (line 53) | compute(e,t,i){return e.fontInfo} class W2e (line 53) | class W2e extends Nw{constructor(){super(52,"fontSize",ra.fontSize,{type... method constructor (line 53) | constructor(){super(52,"fontSize",ra.fontSize,{type:"number",minimum:6... method validate (line 53) | validate(e){const t=gl.float(e,this.defaultValue);return t===0?ra.font... method compute (line 53) | compute(e,t,i){return e.fontInfo.fontSize} class Qu (line 53) | class Qu extends Nn{constructor(){super(53,"fontWeight",ra.fontWeight,{a... method constructor (line 53) | constructor(){super(53,"fontWeight",ra.fontWeight,{anyOf:[{type:"numbe... method validate (line 53) | validate(e){return e==="normal"||e==="bold"?e:String(sn.clampedInt(e,r... class H2e (line 53) | class H2e extends Nn{constructor(){const e={multiple:"peek",multipleDefi... method constructor (line 53) | constructor(){const e={multiple:"peek",multipleDefinitions:"peek",mult... method validate (line 53) | validate(e){var t,i,s,o,r;if(!e||typeof e!="object")return this.defaul... class V2e (line 53) | class V2e extends Nn{constructor(){const e={enabled:!0,delay:300,hidingD... method constructor (line 53) | constructor(){const e={enabled:!0,delay:300,hidingDelay:300,sticky:!0,... method validate (line 53) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class U1 (line 53) | class U1 extends oD{constructor(){super(145)}compute(e,t,i){return U1.co... method constructor (line 53) | constructor(){super(145)} method compute (line 53) | compute(e,t,i){return U1.computeLayout(t,{memory:e.memory,outerWidth:e... method computeContainedMinimapLineCount (line 53) | static computeContainedMinimapLineCount(e){const t=e.height/e.lineHeig... method _computeMinimapLayout (line 53) | static _computeMinimapLayout(e,t){const i=e.outerWidth,s=e.outerHeight... method computeLayout (line 53) | static computeLayout(e,t){const i=t.outerWidth|0,s=t.outerHeight|0,o=t... class z2e (line 53) | class z2e extends Nn{constructor(){super(139,"wrappingStrategy","simple"... method constructor (line 53) | constructor(){super(139,"wrappingStrategy","simple",{"editor.wrappingS... method validate (line 53) | validate(e){return ns(e,"simple",["simple","advanced"])} method compute (line 53) | compute(e,t,i){return t.get(2)===2?"advanced":i} class $2e (line 53) | class $2e extends Nn{constructor(){const e={enabled:Hc.On};super(65,"lig... method constructor (line 53) | constructor(){const e={enabled:Hc.On};super(65,"lightbulb",e,{"editor.... method validate (line 53) | validate(e){return!e||typeof e!="object"?this.defaultValue:{enabled:ns... class U2e (line 53) | class U2e extends Nn{constructor(){const e={enabled:!0,maxLineCount:5,de... method constructor (line 53) | constructor(){const e={enabled:!0,maxLineCount:5,defaultModel:"outline... method validate (line 53) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class j2e (line 53) | class j2e extends Nn{constructor(){const e={enabled:"on",fontSize:0,font... method constructor (line 53) | constructor(){const e={enabled:"on",fontSize:0,fontFamily:"",padding:!... method validate (line 53) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class K2e (line 53) | class K2e extends Nn{constructor(){super(66,"lineDecorationsWidth",10)}v... method constructor (line 53) | constructor(){super(66,"lineDecorationsWidth",10)} method validate (line 53) | validate(e){return typeof e=="string"&&/^\d+(\.\d+)?ch$/.test(e)?-pars... method compute (line 53) | compute(e,t,i){return i<0?sn.clampedInt(-i*e.fontInfo.typicalHalfwidth... class q2e (line 53) | class q2e extends gl{constructor(){super(67,"lineHeight",ra.lineHeight,e... method constructor (line 53) | constructor(){super(67,"lineHeight",ra.lineHeight,e=>gl.clamp(e,0,150)... method compute (line 56) | compute(e,t,i){return e.fontInfo.lineHeight} class G2e (line 56) | class G2e extends Nn{constructor(){const e={enabled:!0,size:"proportiona... method constructor (line 56) | constructor(){const e={enabled:!0,size:"proportional",side:"right",sho... method validate (line 56) | validate(e){var t,i;if(!e||typeof e!="object")return this.defaultValue... function Z2e (line 56) | function Z2e(n){return n==="ctrlCmd"?Xt?"metaKey":"ctrlKey":"altKey"} class Y2e (line 56) | class Y2e extends Nn{constructor(){super(84,"padding",{top:0,bottom:0},{... method constructor (line 56) | constructor(){super(84,"padding",{top:0,bottom:0},{"editor.padding.top... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class X2e (line 56) | class X2e extends Nn{constructor(){const e={enabled:!0,cycle:!0};super(8... method constructor (line 56) | constructor(){const e={enabled:!0,cycle:!0};super(86,"parameterHints",... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class Q2e (line 56) | class Q2e extends oD{constructor(){super(143)}compute(e,t,i){return e.pi... method constructor (line 56) | constructor(){super(143)} method compute (line 56) | compute(e,t,i){return e.pixelRatio} class J2e (line 56) | class J2e extends Nn{constructor(){const e={other:"on",comments:"off",st... method constructor (line 56) | constructor(){const e={other:"on",comments:"off",strings:"off"},t=[{ty... method validate (line 56) | validate(e){if(typeof e=="boolean"){const c=e?"on":"off";return{commen... class eAe (line 56) | class eAe extends Nn{constructor(){super(68,"lineNumbers",{renderType:1,... method constructor (line 56) | constructor(){super(68,"lineNumbers",{renderType:1,renderFn:null},{typ... method validate (line 56) | validate(e){let t=this.defaultValue.renderType,i=this.defaultValue.ren... function k2 (line 56) | function k2(n){const e=n.get(98);return e==="editable"?n.get(91):e!=="on"} class tAe (line 56) | class tAe extends Nn{constructor(){const e=[],t={type:"number",descripti... method constructor (line 56) | constructor(){const e=[],t={type:"number",description:v("rulers.size",... method validate (line 56) | validate(e){if(Array.isArray(e)){const t=[];for(const i of e)if(typeof... class iAe (line 56) | class iAe extends Nn{constructor(){super(92,"readOnlyMessage",void 0)}va... method constructor (line 56) | constructor(){super(92,"readOnlyMessage",void 0)} method validate (line 56) | validate(e){return!e||typeof e!="object"?this.defaultValue:e} function tY (line 56) | function tY(n,e){if(typeof n!="string")return e;switch(n){case"hidden":r... method constructor (line 56) | constructor(){const e={vertical:1,horizontal:1,arrowSize:11,useShadows:!... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t=e... class sAe (line 56) | class sAe extends Nn{constructor(){const e={nonBasicASCII:Qa,invisibleCh... method constructor (line 56) | constructor(){const e={nonBasicASCII:Qa,invisibleCharacters:!0,ambiguo... method applyUpdate (line 56) | applyUpdate(e,t){let i=!1;t.allowedCharacters&&e&&(vl(e.allowedCharact... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... method validateBooleanMap (line 56) | validateBooleanMap(e,t){if(typeof e!="object"||!e)return t;const i={};... class oAe (line 56) | class oAe extends Nn{constructor(){const e={enabled:!0,mode:"subwordSmar... method constructor (line 56) | constructor(){const e={enabled:!0,mode:"subwordSmart",showToolbar:"onH... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class rAe (line 56) | class rAe extends Nn{constructor(){const e={enabled:!1,showToolbar:"onHo... method constructor (line 56) | constructor(){const e={enabled:!1,showToolbar:"onHover",fontFamily:"de... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class aAe (line 56) | class aAe extends Nn{constructor(){const e={enabled:zo.bracketPairColori... method constructor (line 56) | constructor(){const e={enabled:zo.bracketPairColorizationOptions.enabl... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class lAe (line 56) | class lAe extends Nn{constructor(){const e={bracketPairs:!1,bracketPairs... method constructor (line 56) | constructor(){const e={bracketPairs:!1,bracketPairsHorizontal:"active"... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... function j1 (line 56) | function j1(n,e,t){const i=t.indexOf(n);return i===-1?e:t[i]} class cAe (line 56) | class cAe extends Nn{constructor(){const e={insertMode:"insert",filterGr... method constructor (line 56) | constructor(){const e={insertMode:"insert",filterGraceful:!0,snippetsP... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class dAe (line 56) | class dAe extends Nn{constructor(){super(113,"smartSelect",{selectLeadin... method constructor (line 56) | constructor(){super(113,"smartSelect",{selectLeadingAndTrailingWhitesp... method validate (line 56) | validate(e){return!e||typeof e!="object"?this.defaultValue:{selectLead... class uAe (line 56) | class uAe extends Nn{constructor(){const e=[];super(130,"wordSegmenterLo... method constructor (line 56) | constructor(){const e=[];super(130,"wordSegmenterLocales",e,{anyOf:[{d... method validate (line 56) | validate(e){if(typeof e=="string"&&(e=[e]),Array.isArray(e)){const t=[... class hAe (line 56) | class hAe extends Nn{constructor(){super(138,"wrappingIndent",1,{"editor... method constructor (line 56) | constructor(){super(138,"wrappingIndent",1,{"editor.wrappingIndent":{t... method validate (line 56) | validate(e){switch(e){case"none":return 0;case"same":return 1;case"ind... method compute (line 56) | compute(e,t,i){return t.get(2)===2?0:i} class fAe (line 56) | class fAe extends oD{constructor(){super(146)}compute(e,t,i){const s=t.g... method constructor (line 56) | constructor(){super(146)} method compute (line 56) | compute(e,t,i){const s=t.get(145);return{isDominatedByLongLines:e.isDo... class gAe (line 56) | class gAe extends Nn{constructor(){const e={enabled:!0,showDropSelector:... method constructor (line 56) | constructor(){const e={enabled:!0,showDropSelector:"afterDrop"};super(... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... class pAe (line 56) | class pAe extends Nn{constructor(){const e={enabled:!0,showPasteSelector... method constructor (line 56) | constructor(){const e={enabled:!0,showPasteSelector:"afterPaste"};supe... method validate (line 56) | validate(e){if(!e||typeof e!="object")return this.defaultValue;const t... function Ee (line 56) | function Ee(n){return h1[n.id]=n,n} class bAe (line 56) | class bAe{constructor(){this.listeners=[],this.unexpectedErrorHandler=fu... method constructor (line 56) | constructor(){this.listeners=[],this.unexpectedErrorHandler=function(e... method emit (line 60) | emit(e){this.listeners.forEach(t=>{t(e)})} method onUnexpectedError (line 60) | onUnexpectedError(e){this.unexpectedErrorHandler(e),this.emit(e)} method onUnexpectedExternalError (line 60) | onUnexpectedExternalError(e){this.unexpectedErrorHandler(e)} function Mt (line 60) | function Mt(n){ld(n)||tae.onUnexpectedError(n)} function as (line 60) | function as(n){ld(n)||tae.onUnexpectedExternalError(n)} function iY (line 60) | function iY(n){if(n instanceof Error){const{name:e,message:t}=n,i=n.stac... function ld (line 60) | function ld(n){return n instanceof nu?!0:n instanceof Error&&n.name===D2... class nu (line 60) | class nu extends Error{constructor(){super(D2),this.name=this.message}} method constructor (line 60) | constructor(){super(D2),this.name=this.message} function CAe (line 60) | function CAe(){const n=new Error(D2);return n.name=n.message,n} function ic (line 60) | function ic(n){return n?new Error(`Illegal argument: ${n}`):new Error("I... function BV (line 60) | function BV(n){return n?new Error(`Illegal state: ${n}`):new Error("Ille... class wAe (line 60) | class wAe extends Error{constructor(e){super("NotSupported"),e&&(this.me... method constructor (line 60) | constructor(e){super("NotSupported"),e&&(this.message=e)} class DC (line 60) | class DC extends Error{constructor(e){super(e),this.name="CodeExpectedEr... method constructor (line 60) | constructor(e){super(e),this.name="CodeExpectedError"} method fromError (line 60) | static fromError(e){if(e instanceof DC)return e;const t=new DC;return ... method isErrorNoTelemetry (line 60) | static isErrorNoTelemetry(e){return e.name==="CodeExpectedError"} class Gi (line 60) | class Gi extends Error{constructor(e){super(e||"An unexpected bug occurr... method constructor (line 60) | constructor(e){super(e||"An unexpected bug occurred."),Object.setProto... function Am (line 60) | function Am(n,e){const t=this;let i=!1,s;return function(){return i||(i=... function nM (line 60) | function nM(n){return typeof n=="object"&&n!==null&&typeof n.dispose=="f... function tn (line 60) | function tn(n){if(oi.is(n)){const e=[];for(const t of n)if(t)try{t.dispo... function Jc (line 60) | function Jc(...n){return dt(()=>tn(n))} function dt (line 60) | function dt(n){return{dispose:Am(()=>{n()})}} class be (line 60) | class be{constructor(){this._toDispose=new Set,this._isDisposed=!1}dispo... method constructor (line 60) | constructor(){this._toDispose=new Set,this._isDisposed=!1} method dispose (line 60) | dispose(){this._isDisposed||(this._isDisposed=!0,this.clear())} method isDisposed (line 60) | get isDisposed(){return this._isDisposed} method clear (line 60) | clear(){if(this._toDispose.size!==0)try{tn(this._toDispose)}finally{th... method add (line 60) | add(e){if(!e)return e;if(e===this)throw new Error("Cannot register a d... method deleteAndLeak (line 60) | deleteAndLeak(e){e&&this._toDispose.has(e)&&this._toDispose.delete(e)} class ne (line 60) | class ne{constructor(){this._store=new be,this._store}dispose(){this._st... method constructor (line 60) | constructor(){this._store=new be,this._store} method dispose (line 60) | dispose(){this._store.dispose()} method _register (line 60) | _register(e){if(e===this)throw new Error("Cannot register a disposable... method dispose (line 60) | dispose(){} class Qs (line 60) | class Qs{constructor(){this._isDisposed=!1}get value(){return this._isDi... method constructor (line 60) | constructor(){this._isDisposed=!1} method value (line 60) | get value(){return this._isDisposed?void 0:this._value} method value (line 60) | set value(e){var t;this._isDisposed||e===this._value||((t=this._value)... method clear (line 60) | clear(){this.value=void 0} method dispose (line 60) | dispose(){var e;this._isDisposed=!0,(e=this._value)===null||e===void 0... class yAe (line 60) | class yAe{constructor(e){this._disposable=e,this._counter=1}acquire(){re... method constructor (line 60) | constructor(e){this._disposable=e,this._counter=1} method acquire (line 60) | acquire(){return this._counter++,this} method release (line 60) | release(){return--this._counter===0&&this._disposable.dispose(),this} class SAe (line 60) | class SAe{constructor(e){this.object=e}dispose(){}} method constructor (line 60) | constructor(e){this.object=e} method dispose (line 60) | dispose(){} class WV (line 60) | class WV{constructor(){this._store=new Map,this._isDisposed=!1}dispose()... method constructor (line 60) | constructor(){this._store=new Map,this._isDisposed=!1} method dispose (line 60) | dispose(){this._isDisposed=!0,this.clearAndDisposeAll()} method clearAndDisposeAll (line 60) | clearAndDisposeAll(){if(this._store.size)try{tn(this._store.values())}... method get (line 60) | get(e){return this._store.get(e)} method set (line 60) | set(e,t,i=!1){var s;this._isDisposed&&console.warn(new Error("Trying t... method deleteAndDispose (line 60) | deleteAndDispose(e){var t;(t=this._store.get(e))===null||t===void 0||t... method [Symbol.iterator] (line 60) | [Symbol.iterator](){return this._store[Symbol.iterator]()} class xo (line 60) | class xo{static create(e){return new xo(e)}constructor(e){this._now=xAe&... method create (line 60) | static create(e){return new xo(e)} method constructor (line 60) | constructor(e){this._now=xAe&&e===!1?Date.now:globalThis.performance.n... method stop (line 60) | stop(){this._stopTime=this._now()} method reset (line 60) | reset(){this._startTime=this._now(),this._stopTime=-1} method elapsed (line 60) | elapsed(){return this._stopTime!==-1?this._stopTime-this._startTime:th... function e (line 60) | function e(O,M){return u(O,()=>{},0,void 0,!0,void 0,M)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 60) | function t(O){return(M,z=null,K)=>{let ae=!1,se;return se=O(he=>{if(!ae)... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 60) | function i(O,M,z){return c((K,ae=null,se)=>O(he=>K.call(ae,M(he)),null,s... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 60) | function s(O,M,z){return c((K,ae=null,se)=>O(he=>{M(he),K.call(ae,he)},n... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function o (line 60) | function o(O,M,z){return c((K,ae=null,se)=>O(he=>M(he)&&K.call(ae,he),nu... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function r (line 60) | function r(O){return O} method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function a (line 60) | function a(...O){return(M,z=null,K)=>{const ae=Jc(...O.map(se=>se(he=>M.... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 60) | function l(O,M,z,K){let ae=z;return i(O,se=>(ae=M(ae,se),ae),K)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;SK?(K.push(ae),K):[ae],M,... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function f (line 60) | function f(O,M=(K,ae)=>K===ae,z){let K=!0,ae;return o(O,se=>{const he=K|... method constructor (line 115) | constructor(){super({id:"editorScroll",precondition:void 0,metadata:Do... method determineScrollMethod (line 115) | determineScrollMethod(w){const y=[6],S=[1,2,3,4,5,6],x=[4,2],k=[1,3];r... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=Do.parse(y);if(!S)return;const x=thi... method _runVerticalEditorScroll (line 115) | _runVerticalEditorScroll(w,y,S){const x=this._computeDesiredScrollTop(... method _computeDesiredScrollTop (line 115) | _computeDesiredScrollTop(w,y){if(y.unit===1){const k=w.viewLayout.getF... method _runHorizontalEditorScroll (line 115) | _runHorizontalEditorScroll(w,y,S){const x=this._computeDesiredScrollLe... method _computeDesiredScrollLeft (line 115) | _computeDesiredScrollLeft(w,y){const S=(y.direction===4?-1:1)*y.value;... function g (line 60) | function g(O,M,z){return[n.filter(O,M,z),n.filter(O,K=>!M(K),z)]} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){y.position&&(w.model.pushStackElement(),w.se... function p (line 60) | function p(O,M=!1,z=[],K){let ae=z.slice(),se=O(De=>{ae?ae.push(De):me.f... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){y.position&&(w.model.pushStackElement(),w.se... function _ (line 60) | function _(O,M){return(K,ae,se)=>{const he=M(new w);return O(function(me... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;const S=w.getLastAdded... class w (line 60) | class w{constructor(){this.steps=[]}map(M){return this.steps.push(M),thi... method constructor (line 60) | constructor(){this.steps=[]} method map (line 60) | map(M){return this.steps.push(M),this} method forEach (line 60) | forEach(M){return this.steps.push(z=>(M(z),z)),this} method filter (line 60) | filter(M){return this.steps.push(z=>M(z)?z:b),this} method reduce (line 60) | reduce(M,z){let K=z;return this.steps.push(ae=>(K=M(K,ae),K)),this} method latch (line 60) | latch(M=(z,K)=>z===K){let z=!0,K;return this.steps.push(ae=>{const se=... method evaluate (line 60) | evaluate(M){for(const z of this.steps)if(M=z(M),M===b)break;return M} function y (line 60) | function y(O,M,z=K=>K){const K=(...me)=>he.fire(z(...me)),ae=()=>O.on(M,... function S (line 60) | function S(O,M,z=K=>K){const K=(...me)=>he.fire(z(...me)),ae=()=>O.addEv... function x (line 60) | function x(O){return new Promise(M=>t(O)(M))} function k (line 60) | function k(O){const M=new X;return O.then(z=>{M.fire(z)},()=>{M.fire(voi... function D (line 60) | function D(O,M,z){return M(z),O(K=>M(K))} class I (line 60) | class I{constructor(M,z){this._observable=M,this._counter=0,this._hasCha... method constructor (line 60) | constructor(M,z){this._observable=M,this._counter=0,this._hasChanged=!... method beginUpdate (line 60) | beginUpdate(M){this._counter++} method handlePossibleChange (line 60) | handlePossibleChange(M){} method handleChange (line 60) | handleChange(M,z){this._hasChanged=!0} method endUpdate (line 60) | endUpdate(M){this._counter--,this._counter===0&&(this._observable.repo... function N (line 60) | function N(O,M){return new I(O,M).emitter.event} function P (line 60) | function P(O){return(M,z,K)=>{let ae=0,se=!1;const he={beginUpdate(){ae+... class IC (line 60) | class IC{constructor(e){this.listenerCount=0,this.invocationCount=0,this... method constructor (line 60) | constructor(e){this.listenerCount=0,this.invocationCount=0,this.elapse... method start (line 60) | start(e){this._stopWatch=new xo,this.listenerCount=e} method stop (line 60) | stop(){if(this._stopWatch){const e=this._stopWatch.elapsed();this.dura... class kAe (line 60) | class kAe{constructor(e,t,i=Math.random().toString(18).slice(2,5)){this.... method constructor (line 60) | constructor(e,t,i=Math.random().toString(18).slice(2,5)){this._errorHa... method dispose (line 60) | dispose(){var e;(e=this._stacks)===null||e===void 0||e.clear()} method check (line 60) | check(e,t){const i=this.threshold;if(i<=0||t0} class iae (line 62) | class iae{constructor(){this.i=-1,this.end=0}enqueue(e,t,i){this.i=0,thi... method constructor (line 62) | constructor(){this.i=-1,this.end=0} method enqueue (line 62) | enqueue(e,t,i){this.i=0,this.end=i,this.current=e,this.value=t} method reset (line 62) | reset(){this.i=this.end,this.current=void 0,this.value=void 0} class a0 (line 62) | class a0 extends X{constructor(e){super(e),this._isPaused=0,this._eventQ... method constructor (line 62) | constructor(e){super(e),this._isPaused=0,this._eventQueue=new Tr,this.... method pause (line 62) | pause(){this._isPaused++} method resume (line 62) | resume(){if(this._isPaused!==0&&--this._isPaused===0)if(this._mergeFn)... method fire (line 62) | fire(e){this._size&&(this._isPaused!==0?this._eventQueue.push(e):super... class nae (line 62) | class nae extends a0{constructor(e){var t;super(e),this._delay=(t=e.dela... method constructor (line 62) | constructor(e){var t;super(e),this._delay=(t=e.delay)!==null&&t!==void... method fire (line 62) | fire(e){this._handle||(this.pause(),this._handle=setTimeout(()=>{this.... class NAe (line 62) | class NAe extends X{constructor(e){super(e),this._queuedEvents=[],this._... method constructor (line 62) | constructor(e){super(e),this._queuedEvents=[],this._mergeFn=e==null?vo... method fire (line 62) | fire(e){this.hasListeners()&&(this._queuedEvents.push(e),this._queuedE... class AAe (line 62) | class AAe{constructor(){this.hasListeners=!1,this.events=[],this.emitter... method constructor (line 62) | constructor(){this.hasListeners=!1,this.events=[],this.emitter=new X({... method event (line 62) | get event(){return this.emitter.event} method add (line 62) | add(e){const t={event:e,listener:null};return this.events.push(t),this... method onFirstListenerAdd (line 62) | onFirstListenerAdd(){this.hasListeners=!0,this.events.forEach(e=>this.... method onLastListenerRemove (line 62) | onLastListenerRemove(){this.hasListeners=!1,this.events.forEach(e=>thi... method hook (line 62) | hook(e){e.listener=e.event(t=>this.emitter.fire(t))} method unhook (line 62) | unhook(e){var t;(t=e.listener)===null||t===void 0||t.dispose(),e.liste... method dispose (line 62) | dispose(){var e;this.emitter.dispose();for(const t of this.events)(e=t... class sM (line 62) | class sM{constructor(){this.data=[]}wrapEvent(e,t,i){return(s,o,r)=>e(a=... method constructor (line 62) | constructor(){this.data=[]} method wrapEvent (line 62) | wrapEvent(e,t,i){return(s,o,r)=>e(a=>{var l;const c=this.data[this.dat... method bufferEvents (line 62) | bufferEvents(e){const t={buffers:new Array};this.data.push(t);const i=... class nY (line 62) | class nY{constructor(){this.listening=!1,this.inputEvent=Ae.None,this.in... method constructor (line 62) | constructor(){this.listening=!1,this.inputEvent=Ae.None,this.inputEven... method input (line 62) | set input(e){this.inputEvent=e,this.listening&&(this.inputEventListene... method dispose (line 62) | dispose(){this.inputEventListener.dispose(),this.emitter.dispose()} method dispose (line 62) | dispose(){clearTimeout(t)} function e (line 62) | function e(t){return t===n.None||t===n.Cancelled||t instanceof lN?!0:!t|... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class lN (line 62) | class lN{constructor(){this._isCancelled=!1,this._emitter=null}cancel(){... method constructor (line 62) | constructor(){this._isCancelled=!1,this._emitter=null} method cancel (line 62) | cancel(){this._isCancelled||(this._isCancelled=!0,this._emitter&&(this... method isCancellationRequested (line 62) | get isCancellationRequested(){return this._isCancelled} method onCancellationRequested (line 62) | get onCancellationRequested(){return this._isCancelled?sae:(this._emit... method dispose (line 62) | dispose(){this._emitter&&(this._emitter.dispose(),this._emitter=null)} method constructor (line 62) | constructor(e){this._token=void 0,this._parentListener=void 0,this._pare... method token (line 62) | get token(){return this._token||(this._token=new lN),this._token} method cancel (line 62) | cancel(){this._token?this._token instanceof lN&&this._token.cancel():thi... method dispose (line 62) | dispose(e=!1){var t;e&&this.cancel(),(t=this._parentListener)===null||t=... function sY (line 62) | function sY(n){const e=new $n;return n.add({dispose(){e.cancel()}}),e.to... class VV (line 62) | class VV{constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.c... method constructor (line 62) | constructor(){this._keyCodeToStr=[],this._strToKeyCode=Object.create(n... method define (line 62) | define(e,t){this._keyCodeToStr[e]=t,this._strToKeyCode[t.toLowerCase()... method keyCodeToStr (line 62) | keyCodeToStr(e){return this._keyCodeToStr[e]} method strToKeyCode (line 62) | strToKeyCode(e){return this._strToKeyCode[e.toLowerCase()]||0} function e (line 62) | function e(a){return cN.keyCodeToStr(a)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 62) | function t(a){return cN.strToKeyCode(a)} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 62) | function i(a){return Q8.keyCodeToStr(a)} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 62) | function s(a){return J8.keyCodeToStr(a)} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function o (line 62) | function o(a){return Q8.strToKeyCode(a)||J8.strToKeyCode(a)} method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function r (line 62) | function r(a){if(a>=98&&a<=113)return null;switch(a){case 16:return"Up";... method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function Os (line 62) | function Os(n,e){const t=(e&65535)<<16>>>0;return(n|t)>>>0} method platform (line 62) | get platform(){return n.platform} method arch (line 62) | get arch(){return n.arch} method env (line 62) | get env(){return n.env} method cwd (line 62) | cwd(){return n.cwd()} method platform (line 62) | get platform(){return process.platform} method arch (line 62) | get arch(){return process.arch} method env (line 62) | get env(){return oY} method cwd (line 62) | cwd(){return oY.VSCODE_CWD||process.cwd()} method platform (line 62) | get platform(){return Mo?"win32":Xt?"darwin":"linux"} method arch (line 62) | get arch(){} method env (line 62) | get env(){return{}} method cwd (line 62) | cwd(){return"/"} class rae (line 62) | class rae extends Error{constructor(e,t,i){let s;typeof t=="string"&&t.i... method constructor (line 62) | constructor(e,t,i){let s;typeof t=="string"&&t.indexOf("not ")===0?(s=... function VAe (line 62) | function VAe(n,e){if(n===null||typeof n!="object")throw new rae(e,"Objec... function so (line 62) | function so(n,e){if(typeof n!="string")throw new rae(e,"string",n)} function Vi (line 62) | function Vi(n){return n===or||n===Xa} function t7 (line 62) | function t7(n){return n===or} function cp (line 62) | function cp(n){return n>=OAe&&n<=BAe||n>=FAe&&n<=WAe} function E2 (line 62) | function E2(n,e,t,i){let s="",o=0,r=-1,a=0,l=0;for(let c=0;c<=n.length;+... function aae (line 62) | function aae(n,e){VAe(e,"pathObject");const t=e.dir||e.root,i=e.base||`$... method resolve (line 62) | resolve(...n){let e="",t="",i=!1;for(let s=n.length-1;s>=-1;s--){let o;i... method normalize (line 62) | normalize(n){so(n,"path");const e=n.length;if(e===0)return".";let t=0,i,... method isAbsolute (line 62) | isAbsolute(n){so(n,"path");const e=n.length;if(e===0)return!1;const t=n.... method join (line 62) | join(...n){if(n.length===0)return".";let e,t;for(let o=0;o=2&&n.ch... method parse (line 62) | parse(n){so(n,"path");const e={root:"",dir:"",base:"",ext:"",name:""};if... method resolve (line 62) | resolve(...n){let e="",t=!1;for(let i=n.length-1;i>=-1&&!t;i--){const s=... method normalize (line 62) | normalize(n){if(so(n,"path"),n.length===0)return".";const e=n.charCodeAt... method isAbsolute (line 62) | isAbsolute(n){return so(n,"path"),n.length>0&&n.charCodeAt(0)===or} method join (line 62) | join(...n){if(n.length===0)return".";let e;for(let t=0;t1&&n.scheme==="... function i7 (line 62) | function i7(n,e){const t=e?JAe:rY;let i="",{scheme:s,authority:o,path:r,... function hae (line 62) | function hae(n){try{return decodeURIComponent(n)}catch{return n.length>3... function yE (line 62) | function yE(n){return n.match(aY)?n.replace(aY,e=>hae(e)):n} method constructor (line 62) | constructor(e,t){this.lineNumber=e,this.column=t} method with (line 62) | with(e=this.lineNumber,t=this.column){return e===this.lineNumber&&t===th... method delta (line 62) | delta(e=0,t=0){return this.with(this.lineNumber+e,this.column+t)} method equals (line 62) | equals(e){return iv.equals(this,e)} method equals (line 62) | static equals(e,t){return!e&&!t?!0:!!e&&!!t&&e.lineNumber===t.lineNumber... method isBefore (line 62) | isBefore(e){return iv.isBefore(this,e)} method isBefore (line 62) | static isBefore(e,t){return e.lineNumberi||e===i&&t>s?(this.startLineNumber=i,this.startC... method isEmpty (line 62) | isEmpty(){return go.isEmpty(this)} method isEmpty (line 62) | static isEmpty(e){return e.startLineNumber===e.endLineNumber&&e.startCol... method containsPosition (line 62) | containsPosition(e){return go.containsPosition(this,e)} method containsPosition (line 62) | static containsPosition(e,t){return!(t.lineNumber "+th... method setEndPosition (line 62) | setEndPosition(e,t){return new go(this.startLineNumber,this.startColumn,... method setStartPosition (line 62) | setStartPosition(e,t){return new go(e,t,this.endLineNumber,this.endColumn)} method collapseToStart (line 62) | collapseToStart(){return go.collapseToStart(this)} method collapseToStart (line 62) | static collapseToStart(e){return new go(e.startLineNumber,e.startColumn,... method collapseToEnd (line 62) | collapseToEnd(){return go.collapseToEnd(this)} method collapseToEnd (line 62) | static collapseToEnd(e){return new go(e.endLineNumber,e.endColumn,e.endL... method delta (line 62) | delta(e){return new go(this.startLineNumber+e,this.startColumn,this.endL... method fromPositions (line 62) | static fromPositions(e,t=e){return new go(e.lineNumber,e.column,t.lineNu... method lift (line 62) | static lift(e){return e?new go(e.startLineNumber,e.startColumn,e.endLine... method isIRange (line 62) | static isIRange(e){return e&&typeof e.startLineNumber=="number"&&typeof ... method areIntersectingOrTouching (line 62) | static areIntersectingOrTouching(e,t){return!(e.endLineNumbere.startLineNumber} method toJSON (line 62) | toJSON(){return this} method constructor (line 62) | constructor(e,t,i,s){super(e,t,i,s),this.selectionStartLineNumber=e,this... method toString (line 62) | toString(){return"["+this.selectionStartLineNumber+","+this.selectionSta... method equalsSelection (line 62) | equalsSelection(e){return Pc.selectionsEqual(this,e)} method selectionsEqual (line 62) | static selectionsEqual(e,t){return e.selectionStartLineNumber===t.select... method getDirection (line 62) | getDirection(){return this.selectionStartLineNumber===this.startLineNumb... method setEndPosition (line 62) | setEndPosition(e,t){return this.getDirection()===0?new Pc(this.startLine... method getPosition (line 62) | getPosition(){return new ee(this.positionLineNumber,this.positionColumn)} method getSelectionStart (line 62) | getSelectionStart(){return new ee(this.selectionStartLineNumber,this.sel... method setStartPosition (line 62) | setStartPosition(e,t){return this.getDirection()===0?new Pc(e,t,this.end... method fromPositions (line 62) | static fromPositions(e,t=e){return new Pc(e.lineNumber,e.column,t.lineNu... method fromRange (line 62) | static fromRange(e,t){return t===0?new Pc(e.startLineNumber,e.startColum... method liftSelection (line 62) | static liftSelection(e){return new Pc(e.selectionStartLineNumber,e.selec... method selectionsArrEqual (line 62) | static selectionsArrEqual(e,t){if(e&&!t||!e&&t)return!1;if(!e&&!t)return... method isISelection (line 62) | static isISelection(e){return e&&typeof e.selectionStartLineNumber=="num... method createWithDirection (line 62) | static createWithDirection(e,t,i,s,o){return o===0?new Pc(e,t,i,s):new P... function E (line 62) | function E(n,e){if(Pr(e)){const t=n7[e];if(t===void 0)throw new Error(`$... function fae (line 62) | function fae(){return n7} method constructor (line 62) | constructor(){this._tokenizationSupports=new Map,this._factories=new Map... method handleChange (line 62) | handleChange(e){this._onDidChange.fire({changedLanguages:e,changedColorM... method register (line 62) | register(e,t){return this._tokenizationSupports.set(e,t),this.handleChan... method get (line 62) | get(e){return this._tokenizationSupports.get(e)||null} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method registerFactory (line 62) | registerFactory(e,t){var i;(i=this._factories.get(e))===null||i===void 0... method getOrCreate (line 62) | async getOrCreate(e){const t=this.get(e);if(t)return t;const i=this._fac... method isResolved (line 62) | isResolved(e){if(this.get(e))return!0;const i=this._factories.get(e);ret... method setColorMap (line 62) | setColorMap(e){this._colorMap=e,this._onDidChange.fire({changedLanguages... method getColorMap (line 62) | getColorMap(){return this._colorMap} method getDefaultBackground (line 62) | getDefaultBackground(){return this._colorMap&&this._colorMap.length>2?th... class nRe (line 62) | class nRe extends ne{get isResolved(){return this._isResolved}constructo... method isResolved (line 62) | get isResolved(){return this._isResolved} method constructor (line 62) | constructor(e,t,i){super(),this._registry=e,this._languageId=t,this._f... method dispose (line 62) | dispose(){this._isDisposed=!0,super.dispose()} method resolve (line 62) | async resolve(){return this._resolvePromise||(this._resolvePromise=thi... method _create (line 62) | async _create(){const e=await this._factory.tokenizationSupport;this._... method constructor (line 62) | constructor(e,t,i){this.offset=e,this.type=t,this.language=i,this._token... method toString (line 62) | toString(){return"("+this.offset+", "+this.type+")"} class $V (line 62) | class $V{constructor(e,t){this.tokens=e,this.endState=t,this._tokenizati... method constructor (line 62) | constructor(e,t){this.tokens=e,this.endState=t,this._tokenizationResul... class oM (line 62) | class oM{constructor(e,t){this.tokens=e,this.endState=t,this._encodedTok... method constructor (line 62) | constructor(e,t){this.tokens=e,this.endState=t,this._encodedTokenizati... function t (line 62) | function t(o){let r=e.get(o);return r||(console.info("No codicon found f... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function s (line 62) | function s(o,r){let a=i.get(o);return typeof a>"u"&&!r&&(a=9),a} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... class gae (line 62) | class gae{constructor(e,t,i,s){this.range=e,this.text=t,this.completionK... method constructor (line 62) | constructor(e,t,i,s){this.range=e,this.text=t,this.completionKind=i,th... method equals (line 62) | equals(e){return A.lift(this.range).equalsRange(e.range)&&this.text===... function sRe (line 62) | function sRe(n){return n&&pt.isUri(n.uri)&&A.isIRange(n.range)&&(A.isIRa... function rRe (line 62) | function rRe(n,e){return v("symbolAriaLabel","{0} ({1})",n,oRe[e])} function t (line 62) | function t(i){let s=e.get(i);return s||(console.info("No codicon found f... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} class Nr (line 62) | class Nr{static fromValue(e){switch(e){case"comment":return Nr.Comment;c... method fromValue (line 62) | static fromValue(e){switch(e){case"comment":return Nr.Comment;case"imp... method constructor (line 62) | constructor(e){this.value=e} function e (line 62) | function e(t){return!t||typeof t!="object"?!1:typeof t.id=="string"&&typ... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class aRe (line 62) | class aRe{constructor(e){this.createSupport=e,this._tokenizationSupport=... method constructor (line 62) | constructor(e){this.createSupport=e,this._tokenizationSupport=null} method dispose (line 62) | dispose(){this._tokenizationSupport&&this._tokenizationSupport.then(e=... method tokenizationSupport (line 62) | get tokenizationSupport(){return this._tokenizationSupport||(this._tok... method chord (line 62) | static chord(e,t){return Os(e,t)} function pae (line 62) | function pae(){return{editor:void 0,languages:void 0,CancellationTokenSo... function lRe (line 62) | function lRe(n,e){const t=n;typeof t.vscodeWindowId!="number"&&Object.de... function mae (line 62) | function mae(n){return n} class cRe (line 62) | class cRe{constructor(e,t){this.lastCache=void 0,this.lastArgKey=void 0,... method constructor (line 62) | constructor(e,t){this.lastCache=void 0,this.lastArgKey=void 0,typeof e... method get (line 62) | get(e){const t=this._computeKey(e);return this.lastArgKey!==t&&(this.l... class lY (line 62) | class lY{get cachedValues(){return this._map}constructor(e,t){this._map=... method cachedValues (line 62) | get cachedValues(){return this._map} method constructor (line 62) | constructor(e,t){this._map=new Map,this._map2=new Map,typeof e=="funct... method get (line 62) | get(e){const t=this._computeKey(e);if(this._map2.has(t))return this._m... class pu (line 62) | class pu{constructor(e){this.executor=e,this._didRun=!1}get value(){if(!... method constructor (line 62) | constructor(e){this.executor=e,this._didRun=!1} method value (line 62) | get value(){if(!this._didRun)try{this._value=this.executor()}catch(e){... method rawValue (line 62) | get rawValue(){return this._value} function _ae (line 62) | function _ae(n){return!n||typeof n!="string"?!0:n.trim().length===0} function l0 (line 62) | function l0(n,...e){return e.length===0?n:n.replace(dRe,function(t,i){co... function uRe (line 62) | function uRe(n){return n.replace(/[<>"'&]/g,e=>{switch(e){case"<":return... function ox (line 62) | function ox(n){return n.replace(/[<>&]/g,function(e){switch(e){case"<":r... function wl (line 62) | function wl(n){return n.replace(/[\\\{\}\*\+\?\|\^\$\.\[\]\(\)]/g,"\\$&")} function hRe (line 62) | function hRe(n,e=" "){const t=aD(n,e);return vae(t,e)} function aD (line 62) | function aD(n,e){if(!n||!e)return n;const t=e.length;if(t===0||n.length=... function vae (line 62) | function vae(n,e){if(!n||!e)return n;const t=e.length,i=n.length;if(t===... function fRe (line 62) | function fRe(n){return n.replace(/[\-\\\{\}\+\?\|\^\$\.\,\[\]\(\)\#\s]/g... function gRe (line 62) | function gRe(n){return n.replace(/\*/g,"")} function bae (line 62) | function bae(n,e,t={}){if(!n)throw new Error("Cannot create regex from e... function pRe (line 62) | function pRe(n){return n.source==="^"||n.source==="^$"||n.source==="$"||... function Wh (line 62) | function Wh(n){return n.split(/\r\n|\r|\n/)} function mRe (line 62) | function mRe(n){var e;const t=[],i=n.split(/(\r\n|\r|\n)/);for(let s=0;s... function fr (line 62) | function fr(n){for(let e=0,t=n.length;e=0;t--){const i=n.charCodeAt(t... function dL (line 62) | function dL(n,e){return ne?1:0} function UV (line 62) | function UV(n,e,t=0,i=n.length,s=0,o=e.length){for(;t=48&&n<=57} function zp (line 62) | function zp(n){return n>=97&&n<=122} function Ku (line 62) | function Ku(n){return n>=65&&n<=90} function f1 (line 62) | function f1(n,e){return n.length===e.length&&lD(n,e)===0} function jV (line 62) | function jV(n,e){const t=e.length;return e.length>n.length?!1:lD(n,e,0,t... function Rm (line 62) | function Rm(n,e){const t=Math.min(n.length,e.length);let i;for(i=0;i1){const i=n.cha... class qV (line 62) | class qV{get offset(){return this._offset}constructor(e,t=0){this._str=e... method offset (line 62) | get offset(){return this._offset} method constructor (line 62) | constructor(e,t=0){this._str=e,this._len=e.length,this._offset=t} method setOffset (line 62) | setOffset(e){this._offset=e} method prevCodePoint (line 62) | prevCodePoint(){const e=_Re(this._str,this._offset);return this._offse... method nextCodePoint (line 62) | nextCodePoint(){const e=P2(this._str,this._len,this._offset);return th... method eol (line 62) | eol(){return this._offset>=this._len} class O2 (line 62) | class O2{get offset(){return this._iterator.offset}constructor(e,t=0){th... method offset (line 62) | get offset(){return this._iterator.offset} method constructor (line 62) | constructor(e,t=0){this._iterator=new qV(e,t)} method nextGraphemeLength (line 62) | nextGraphemeLength(){const e=$p.getInstance(),t=this._iterator,i=t.off... method prevGraphemeLength (line 62) | prevGraphemeLength(){const e=$p.getInstance(),t=this._iterator,i=t.off... method eol (line 62) | eol(){return this._iterator.eol()} function GV (line 62) | function GV(n,e){return new O2(n,e).nextGraphemeLength()} function Cae (line 62) | function Cae(n,e){return new O2(n,e).prevGraphemeLength()} function vRe (line 62) | function vRe(n,e){e>0&&c0(n.charCodeAt(e))&&e--;const t=e+GV(n,e);return... function bRe (line 62) | function bRe(){return/(?:[\u05BE\u05C0\u05C3\u05C6\u05D0-\u05F4\u0608\u0... function TC (line 62) | function TC(n){return SF||(SF=bRe()),SF.test(n)} function cD (line 62) | function cD(n){return CRe.test(n)} function yae (line 62) | function yae(n){return wae.test(n)} function Mm (line 62) | function Mm(n){return n>=11904&&n<=55215||n>=63744&&n<=64255||n>=65281&&... function ZV (line 62) | function ZV(n){return n>=127462&&n<=127487||n===8986||n===8987||n===9200... function YV (line 62) | function YV(n){return!!(n&&n.length>0&&n.charCodeAt(0)===65279)} function yRe (line 62) | function yRe(n,e=!1){return n?(e&&(n=n.replace(/\\./g,"")),n.toLowerCase... function Sae (line 62) | function Sae(n){return n=n%(2*26),n<26?String.fromCharCode(97+n):String.... function cY (line 62) | function cY(n,e){return n===0?e!==5&&e!==7:n===2&&e===3?!1:n===4||n===2|... class $p (line 62) | class $p{static getInstance(){return $p._INSTANCE||($p._INSTANCE=new $p)... method getInstance (line 62) | static getInstance(){return $p._INSTANCE||($p._INSTANCE=new $p),$p._IN... method constructor (line 62) | constructor(){this._data=SRe()} method getGraphemeBreakType (line 62) | getGraphemeBreakType(e){if(e<32)return e===10?3:e===13?2:4;if(e<127)re... function SRe (line 62) | function SRe(){return JSON.parse("[0,0,0,51229,51255,12,44061,44087,12,1... function xRe (line 62) | function xRe(n,e){if(n===0)return 0;const t=LRe(n,e);if(t!==void 0)retur... function LRe (line 62) | function LRe(n,e){const t=new qV(e,n);let i=t.prevCodePoint();for(;kRe(i... function kRe (line 62) | function kRe(n){return 127995<=n&&n<=127999} class d0 (line 62) | class d0{static getInstance(e){return EC.cache.get(Array.from(e))}static... method getInstance (line 62) | static getInstance(e){return EC.cache.get(Array.from(e))} method getLocales (line 62) | static getLocales(){return EC._locales.value} method constructor (line 62) | constructor(e){this.confusableDictionary=e} method isAmbiguous (line 62) | isAmbiguous(e){return this.confusableDictionary.has(e)} method getPrimaryConfusable (line 62) | getPrimaryConfusable(e){return this.confusableDictionary.get(e)} method getConfusableCodePoints (line 62) | getConfusableCodePoints(){return new Set(this.confusableDictionary.key... function e (line 62) | function e(c){const d=new Map;for(let u=0;u{const r... function uD (line 62) | function uD(n,e,t){return new Promise((i,s)=>{const o=e.onCancellationRe... class FRe (line 62) | class FRe{constructor(){this.isDisposed=!1,this.activePromise=null,this.... method constructor (line 62) | constructor(){this.isDisposed=!1,this.activePromise=null,this.queuedPr... method queue (line 62) | queue(e){if(this.isDisposed)return Promise.reject(new Error("Throttler... method dispose (line 62) | dispose(){this.isDisposed=!0} class sd (line 62) | class sd{constructor(e){this.defaultDelay=e,this.deferred=null,this.comp... method constructor (line 62) | constructor(e){this.defaultDelay=e,this.deferred=null,this.completionP... method trigger (line 62) | trigger(e,t=this.defaultDelay){this.task=e,this.cancelTimeout(),this.c... method isTriggered (line 62) | isTriggered(){var e;return!!(!((e=this.deferred)===null||e===void 0)&&... method cancel (line 62) | cancel(){var e;this.cancelTimeout(),this.completionPromise&&((e=this.d... method cancelTimeout (line 62) | cancelTimeout(){var e;(e=this.deferred)===null||e===void 0||e.dispose(... method dispose (line 62) | dispose(){this.cancel()} class Iae (line 62) | class Iae{constructor(e){this.delayer=new sd(e),this.throttler=new FRe}t... method constructor (line 62) | constructor(e){this.delayer=new sd(e),this.throttler=new FRe} method trigger (line 62) | trigger(e,t){return this.delayer.trigger(()=>this.throttler.queue(e),t)} method cancel (line 62) | cancel(){this.delayer.cancel()} method dispose (line 62) | dispose(){this.delayer.dispose(),this.throttler.dispose()} function Dg (line 62) | function Dg(n,e){return e?new Promise((t,i)=>{const s=setTimeout(()=>{o.... function Om (line 62) | function Om(n,e=0,t){const i=setTimeout(()=>{n(),t&&s.dispose()},e),s=dt... function QV (line 62) | function QV(n,e=i=>!!i,t=null){let i=0;const s=n.length,o=()=>{if(i>=s)r... class cd (line 62) | class cd{constructor(e,t){this._isDisposed=!1,this._token=-1,typeof e=="... method constructor (line 62) | constructor(e,t){this._isDisposed=!1,this._token=-1,typeof e=="functio... method dispose (line 62) | dispose(){this.cancel(),this._isDisposed=!0} method cancel (line 62) | cancel(){this._token!==-1&&(clearTimeout(this._token),this._token=-1)} method cancelAndSet (line 62) | cancelAndSet(e,t){if(this._isDisposed)throw new Gi("Calling 'cancelAnd... method setIfNotSet (line 62) | setIfNotSet(e,t){if(this._isDisposed)throw new Gi("Calling 'setIfNotSe... class JV (line 62) | class JV{constructor(){this.disposable=void 0,this.isDisposed=!1}cancel(... method constructor (line 62) | constructor(){this.disposable=void 0,this.isDisposed=!1} method cancel (line 62) | cancel(){var e;(e=this.disposable)===null||e===void 0||e.dispose(),thi... method cancelAndSet (line 62) | cancelAndSet(e,t,i=globalThis){if(this.isDisposed)throw new Gi("Callin... method dispose (line 62) | dispose(){this.cancel(),this.isDisposed=!0} class Xi (line 62) | class Xi{constructor(e,t){this.timeoutToken=-1,this.runner=e,this.timeou... method constructor (line 62) | constructor(e,t){this.timeoutToken=-1,this.runner=e,this.timeout=t,thi... method dispose (line 62) | dispose(){this.cancel(),this.runner=null} method cancel (line 62) | cancel(){this.isScheduled()&&(clearTimeout(this.timeoutToken),this.tim... method schedule (line 62) | schedule(e=this.timeout){this.cancel(),this.timeoutToken=setTimeout(th... method delay (line 62) | get delay(){return this.timeout} method delay (line 62) | set delay(e){this.timeout=e} method isScheduled (line 62) | isScheduled(){return this.timeoutToken!==-1} method onTimeout (line 62) | onTimeout(){this.timeoutToken=-1,this.runner&&this.doRun()} method doRun (line 62) | doRun(){var e;(e=this.runner)===null||e===void 0||e.call(this)} method timeRemaining (line 62) | timeRemaining(){return Math.max(0,i-Date.now())} method dispose (line 62) | dispose(){t||(t=!0)} method dispose (line 62) | dispose(){s||(s=!0,n.cancelIdleCallback(i))} class Tae (line 62) | class Tae{constructor(e,t){this._didRun=!1,this._executor=()=>{try{this.... method constructor (line 62) | constructor(e,t){this._didRun=!1,this._executor=()=>{try{this._value=t... method dispose (line 62) | dispose(){this._handle.dispose()} method value (line 62) | get value(){if(this._didRun||(this._handle.dispose(),this._executor())... method isInitialized (line 62) | get isInitialized(){return this._didRun} class HRe (line 62) | class HRe extends Tae{constructor(e){super(globalThis,e)}} method constructor (line 62) | constructor(e){super(globalThis,e)} class hD (line 62) | class hD{get isRejected(){var e;return((e=this.outcome)===null||e===void... method isRejected (line 62) | get isRejected(){var e;return((e=this.outcome)===null||e===void 0?void... method isSettled (line 62) | get isSettled(){return!!this.outcome} method constructor (line 62) | constructor(){this.p=new Promise((e,t)=>{this.completeCallback=e,this.... method complete (line 62) | complete(e){return new Promise(t=>{this.completeCallback(e),this.outco... method error (line 62) | error(e){return new Promise(t=>{this.errorCallback(e),this.outcome={ou... method cancel (line 62) | cancel(){return this.error(new nu)} function e (line 62) | async function e(i){let s;const o=await Promise.all(i.map(r=>r.then(a=>a... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 62) | function t(i){return new Promise(async(s,o)=>{try{await i(s,o)}catch(r){... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} class Ls (line 62) | class Ls{static fromArray(e){return new Ls(t=>{t.emitMany(e)})}static fr... method fromArray (line 62) | static fromArray(e){return new Ls(t=>{t.emitMany(e)})} method fromPromise (line 62) | static fromPromise(e){return new Ls(async t=>{t.emitMany(await e)})} method fromPromises (line 62) | static fromPromises(e){return new Ls(async t=>{await Promise.all(e.map... method merge (line 62) | static merge(e){return new Ls(async t=>{await Promise.all(e.map(async ... method constructor (line 62) | constructor(e,t){this._state=0,this._results=[],this._error=null,this.... method map (line 62) | static map(e,t){return new Ls(async i=>{for await(const s of e)i.emitO... method map (line 62) | map(e){return Ls.map(this,e)} method filter (line 62) | static filter(e,t){return new Ls(async i=>{for await(const s of e)t(s)... method filter (line 62) | filter(e){return Ls.filter(this,e)} method coalesce (line 62) | static coalesce(e){return Ls.filter(e,t=>!!t)} method coalesce (line 62) | coalesce(){return Ls.coalesce(this)} method toPromise (line 62) | static async toPromise(e){const t=[];for await(const i of e)t.push(i);... method toPromise (line 62) | toPromise(){return Ls.toPromise(this)} method emitOne (line 62) | emitOne(e){this._state===0&&(this._results.push(e),this._onStateChange... method emitMany (line 62) | emitMany(e){this._state===0&&(this._results=this._results.concat(e),th... method resolve (line 62) | resolve(){this._state===0&&(this._state=1,this._onStateChanged.fire())} method reject (line 62) | reject(e){this._state===0&&(this._state=2,this._error=e,this._onStateC... method [Symbol.asyncIterator] (line 62) | [Symbol.asyncIterator](){let e=0;return{next:async()=>{do{if(this._state... class VRe (line 62) | class VRe extends Ls{constructor(e,t){super(t),this._source=e}cancel(){t... method constructor (line 62) | constructor(e,t){super(t),this._source=e} method cancel (line 62) | cancel(){this._source.cancel()} function zRe (line 62) | function zRe(n){const e=new $n,t=n(e.token);return new VRe(e,async i=>{c... function od (line 62) | function od(n){return function(e){for(var t=arguments.length,i=new Array... function XRe (line 62) | function XRe(n){return function(){for(var e=arguments.length,t=new Array... function Ki (line 62) | function Ki(n,e,t){var i;t=(i=t)!==null&&i!==void 0?i:dN,hY&&hY(n,null);... function Ab (line 62) | function Ab(n){const e=KRe(null);for(const[t,i]of Nae(n))e[t]=i;return e} function LE (line 62) | function LE(n,e){for(;n!==null;){const i=jRe(n,e);if(i){if(i.get)return ... method createHTML (line 62) | createHTML(r){return r} method createScriptURL (line 62) | createScriptURL(r){return r} function Mae (line 62) | function Mae(){let n=arguments.length>0&&arguments[0]!==void 0?arguments... function ez (line 63) | function ez(n,e){return pt.isUri(n)?f1(n.scheme,e):jV(n,e+":")} function oB (line 63) | function oB(n,...e){return e.some(t=>ez(n,t))} class dMe (line 63) | class dMe{constructor(){this._hosts=Object.create(null),this._ports=Obje... method constructor (line 63) | constructor(){this._hosts=Object.create(null),this._ports=Object.creat... method setPreferredWebSchema (line 63) | setPreferredWebSchema(e){this._preferredWebSchema=e} method _remoteResourcesPath (line 63) | get _remoteResourcesPath(){return ks.join(this._serverRootPath,Tt.vsco... method rewrite (line 63) | rewrite(e){if(this._delegate)try{return this._delegate(e)}catch(a){ret... class uL (line 63) | class uL{uriToBrowserUri(e){return e.scheme===Tt.vscodeRemote?Bae.rewrit... method uriToBrowserUri (line 63) | uriToBrowserUri(e){return e.scheme===Tt.vscodeRemote?Bae.rewrite(e):e.... function i (line 63) | function i(o){let r;typeof o=="string"?r=new URL(o).searchParams:o insta... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 63) | function s(o,r,a){if(!globalThis.crossOriginIsolated)return;const l=r&&a... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function aM (line 63) | function aM(n){return lM(n,0)} function lM (line 63) | function lM(n,e){switch(typeof n){case"object":return n===null?Gf(349,e)... function Gf (line 63) | function Gf(n,e){return(e<<5)-e+n|0} function hMe (line 63) | function hMe(n,e){return Gf(n?433:863,e)} function tz (line 63) | function tz(n,e){e=Gf(149417,e);for(let t=0,i=n.length;tlM(i,t),e)} function gMe (line 63) | function gMe(n,e){return e=Gf(181387,e),Object.keys(n).sort().reduce((t,... function NF (line 63) | function NF(n,e,t=32){const i=t-e,s=~((1<>>i)>>>0} function CY (line 63) | function CY(n,e=0,t=n.byteLength,i=0){for(let s=0;s>>6,e[t... method digest (line 63) | digest(){return this._finished||(this._finished=!0,this._leftoverHighS... method _wrapUp (line 63) | _wrapUp(){this._buff[this._buffLen++]=128,CY(this._buff,this._buffLen)... method _step (line 63) | _step(){const e=cM._bigBlock32,t=this._buffDV;for(let u=0;u<64;u+=4)e.... function o (line 63) | function o(r,a){const l=typeof r=="number"?n.get(r):void 0;return l??(a?... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... method registerWindow (line 63) | registerWindow(r){if(n.has(r.vscodeWindowId))return ne.None;const a=new ... method getWindows (line 63) | getWindows(){return n.values()} method getWindowsCount (line 63) | getWindowsCount(){return n.size} method getWindowId (line 63) | getWindowId(r){return r.vscodeWindowId} method hasWindow (line 63) | hasWindow(r){return n.has(r)} method getWindow (line 63) | getWindow(r){var a;const l=r;if(!((a=l==null?void 0:l.ownerDocument)===n... method getDocument (line 63) | getDocument(r){return gt(r).document} function wo (line 63) | function wo(n){for(;n.firstChild;)n.firstChild.remove()} class bMe (line 63) | class bMe{constructor(e,t,i,s){this._node=e,this._type=t,this._handler=i... method constructor (line 63) | constructor(e,t,i,s){this._node=e,this._type=t,this._handler=i,this._o... method dispose (line 63) | dispose(){this._handler&&(this._node.removeEventListener(this._type,th... function ce (line 63) | function ce(n,e,t,i){return new bMe(n,e,t,i)} function Vae (line 63) | function Vae(n,e){return function(t){return e(new Kc(n,t))}} function CMe (line 63) | function CMe(n){return function(e){return n(new ln(e))}} function yMe (line 63) | function yMe(n,e,t){return ce(n,iu&&XV.pointerEvents?Le.POINTER_DOWN:Le.... function _S (line 63) | function _S(n,e,t){return rx(n,e,t)} class AF (line 63) | class AF extends Tae{constructor(e,t){super(e,t)}} method constructor (line 63) | constructor(e,t){super(e,t)} class iz (line 63) | class iz extends JV{constructor(e){super(),this.defaultTarget=e&>(e)}c... method constructor (line 63) | constructor(e){super(),this.defaultTarget=e&>(e)} method cancelAndSet (line 63) | cancelAndSet(e,t,i){return super.cancelAndSet(e,t,i??this.defaultTarget)} class RF (line 63) | class RF{constructor(e,t=0){this._runner=e,this.priority=t,this._cancele... method constructor (line 63) | constructor(e,t=0){this._runner=e,this.priority=t,this._canceled=!1} method dispose (line 63) | dispose(){this._canceled=!0} method execute (line 63) | execute(){if(!this._canceled)try{this._runner()}catch(e){Mt(e)}} method sort (line 63) | static sort(e,t){return t.priority-e.priority} function uM (line 63) | function uM(n){return gt(n).getComputedStyle(n,null)} function Fm (line 63) | function Fm(n,e){const t=gt(n),i=t.document;if(n!==i.body)return new yi(... class ds (line 63) | class ds{static convertToPixels(e,t){return parseFloat(t)||0}static getD... method convertToPixels (line 63) | static convertToPixels(e,t){return parseFloat(t)||0} method getDimension (line 63) | static getDimension(e,t,i){const s=uM(e),o=s?s.getPropertyValue(t):"0"... method getBorderLeftWidth (line 63) | static getBorderLeftWidth(e){return ds.getDimension(e,"border-left-wid... method getBorderRightWidth (line 63) | static getBorderRightWidth(e){return ds.getDimension(e,"border-right-w... method getBorderTopWidth (line 63) | static getBorderTopWidth(e){return ds.getDimension(e,"border-top-width... method getBorderBottomWidth (line 63) | static getBorderBottomWidth(e){return ds.getDimension(e,"border-bottom... method getPaddingLeft (line 63) | static getPaddingLeft(e){return ds.getDimension(e,"padding-left","padd... method getPaddingRight (line 63) | static getPaddingRight(e){return ds.getDimension(e,"padding-right","pa... method getPaddingTop (line 63) | static getPaddingTop(e){return ds.getDimension(e,"padding-top","paddin... method getPaddingBottom (line 63) | static getPaddingBottom(e){return ds.getDimension(e,"padding-bottom","... method getMarginLeft (line 63) | static getMarginLeft(e){return ds.getDimension(e,"margin-left","margin... method getMarginTop (line 63) | static getMarginTop(e){return ds.getDimension(e,"margin-top","marginTo... method getMarginRight (line 63) | static getMarginRight(e){return ds.getDimension(e,"margin-right","marg... method getMarginBottom (line 63) | static getMarginBottom(e){return ds.getDimension(e,"margin-bottom","ma... class yi (line 63) | class yi{constructor(e,t){this.width=e,this.height=t}with(e=this.width,t... method constructor (line 63) | constructor(e,t){this.width=e,this.height=t} method with (line 63) | with(e=this.width,t=this.height){return e!==this.width||t!==this.heigh... method is (line 63) | static is(e){return typeof e=="object"&&typeof e.height=="number"&&typ... method lift (line 63) | static lift(e){return e instanceof yi?e:new yi(e.width,e.height)} method equals (line 63) | static equals(e,t){return e===t?!0:!e||!t?!1:e.width===t.width&&e.heig... function zae (line 63) | function zae(n){let e=n.offsetParent,t=n.offsetTop,i=n.offsetLeft;for(;(... function SMe (line 63) | function SMe(n,e,t){typeof e=="number"&&(n.style.width=`${e}px`),typeof ... function bs (line 63) | function bs(n){const e=n.getBoundingClientRect(),t=gt(n);return{left:e.l... function $ae (line 63) | function $ae(n){let e=n,t=1;do{const i=uM(e).zoom;i!=null&&i!=="1"&&(t*=... function Sa (line 63) | function Sa(n){const e=ds.getMarginLeft(n)+ds.getMarginRight(n);return n... function MF (line 63) | function MF(n){const e=ds.getBorderLeftWidth(n)+ds.getBorderRightWidth(n... function xMe (line 63) | function xMe(n){const e=ds.getBorderTopWidth(n)+ds.getBorderBottomWidth(... function Zf (line 63) | function Zf(n){const e=ds.getMarginTop(n)+ds.getMarginBottom(n);return n... function Zs (line 63) | function Zs(n,e){return!!(e!=null&&e.contains(n))} function LMe (line 63) | function LMe(n,e,t){for(;n&&n.nodeType===n.ELEMENT_NODE;){if(n.classList... function PF (line 63) | function PF(n,e,t){return!!LMe(n,e,t)} function Uae (line 63) | function Uae(n){return n&&!!n.host&&!!n.mode} function W2 (line 63) | function W2(n){return!!h0(n)} function h0 (line 63) | function h0(n){for(var e;n.parentNode;){if(n===((e=n.ownerDocument)===nu... function Ao (line 63) | function Ao(){let n=Rw().activeElement;for(;n!=null&&n.shadowRoot;)n=n.s... function hM (line 63) | function hM(n){return Ao()===n} function jae (line 63) | function jae(n){return Zs(Ao(),n)} function Rw (line 63) | function Rw(){var n;return mMe()<=1?Ji.document:(n=Array.from(Hae()).map... function uN (line 63) | function uN(){var n,e;return(e=(n=Rw().defaultView)===null||n===void 0?v... function Kae (line 63) | function Kae(){return new kMe} class kMe (line 63) | class kMe{constructor(){this._currentCssStyle="",this._styleSheet=void 0... method constructor (line 63) | constructor(){this._currentCssStyle="",this._styleSheet=void 0} method setStyle (line 63) | setStyle(e){e!==this._currentCssStyle&&(this._currentCssStyle=e,this._... method dispose (line 63) | dispose(){this._styleSheet&&(this._styleSheet.remove(),this._styleShee... function yl (line 63) | function yl(n=Ji.document.head,e,t){const i=document.createElement("styl... function DMe (line 63) | function DMe(n,e,t){var i,s;const o=new be,r=n.cloneNode(!0);t.document.... method constructor (line 63) | constructor(){this.mutationObservers=new Map} method observe (line 63) | observe(n,e,t){let i=this.mutationObservers.get(n);i||(i=new Map,this.mu... function qae (line 63) | function qae(){return OF||(OF=yl()),OF} function Gae (line 63) | function Gae(n){var e,t;return!((e=n==null?void 0:n.sheet)===null||e===v... function H2 (line 63) | function H2(n,e,t=qae()){var i,s;if(!(!t||!e)){(i=t.sheet)===null||i===v... function rB (line 63) | function rB(n,e=qae()){var t,i;if(!e)return;const s=Gae(e),o=[];for(let ... function EMe (line 63) | function EMe(n){return typeof n.selectorText=="string"} function co (line 63) | function co(n){return n instanceof HTMLElement||n instanceof gt(n).HTMLE... function yY (line 63) | function yY(n){return n instanceof HTMLAnchorElement||n instanceof gt(n)... function sz (line 63) | function sz(n){return n instanceof MouseEvent||n instanceof gt(n).MouseE... function Np (line 63) | function Np(n){return n instanceof KeyboardEvent||n instanceof gt(n).Key... function TMe (line 63) | function TMe(n){const e=n;return!!(e&&typeof e.preventDefault=="function... function NMe (line 63) | function NMe(n){const e=[];for(let t=0;n&&n.nodeType===n.ELEMENT_NODE;t+... function AMe (line 63) | function AMe(n,e){for(let t=0;n&&n.nodeType===n.ELEMENT_NODE;t++)n.scrol... class V2 (line 63) | class V2 extends ne{static hasFocusWithin(e){if(co(e)){const t=h0(e),i=t... method hasFocusWithin (line 63) | static hasFocusWithin(e){if(co(e)){const t=h0(e),i=t?t.activeElement:e... method constructor (line 63) | constructor(e){super(),this._onDidFocus=this._register(new X),this.onD... function ou (line 63) | function ou(n){return new V2(n)} function RMe (line 63) | function RMe(n,e){return n.after(e),e} function we (line 63) | function we(n,...e){if(n.append(...e),e.length===1&&typeof e[0]!="string... function oz (line 63) | function oz(n,e){return n.insertBefore(e,n.firstChild),e} function yo (line 63) | function yo(n,...e){n.innerText="",we(n,...e)} function Zae (line 63) | function Zae(n,e,t,...i){const s=MMe.exec(e);if(!s)throw new Error("Bad ... function ke (line 63) | function ke(n,e,...t){return Zae(hL.HTML,n,e,...t)} function PMe (line 63) | function PMe(n,...e){n?ka(...e):Lr(...e)} function ka (line 63) | function ka(...n){for(const e of n)e.style.display="",e.removeAttribute(... function Lr (line 63) | function Lr(...n){for(const e of n)e.style.display="none",e.setAttribute... function SY (line 63) | function SY(n,e){const t=n.devicePixelRatio*e;return Math.max(1,Math.flo... function Yae (line 63) | function Yae(n){Ji.open(n,"_blank","noopener")} function OMe (line 63) | function OMe(n,e){const t=()=>{e(),i=Oa(n,t)};let i=Oa(n,t);return dt(()... function Ig (line 63) | function Ig(n){return n?`url('${Wae.uriToBrowserUri(n).toString(!0).repl... function FF (line 63) | function FF(n){return`'${n.replace(/'/g,"%27")}'`} function mg (line 63) | function mg(n,e){if(n!==void 0){const t=n.match(/^\s*var\((.+)\)$/);if(t... function FMe (line 63) | function FMe(n,e=!1){const t=document.createElement("a");return Oae("aft... class Yf (line 63) | class Yf extends X{constructor(){super(),this._subscriptions=new be,this... method constructor (line 63) | constructor(){super(),this._subscriptions=new be,this._keyStatus={altK... method registerListeners (line 63) | registerListeners(e,t){t.add(ce(e,"keydown",i=>{if(i.defaultPrevented)... method keyStatus (line 63) | get keyStatus(){return this._keyStatus} method resetKeyStatus (line 63) | resetKeyStatus(){this.doResetKeyStatus(),this.fire(this._keyStatus)} method doResetKeyStatus (line 63) | doResetKeyStatus(){this._keyStatus={altKey:!1,shiftKey:!1,ctrlKey:!1,m... method getInstance (line 63) | static getInstance(){return Yf.instance||(Yf.instance=new Yf),Yf.insta... method dispose (line 63) | dispose(){super.dispose(),this._subscriptions.dispose()} class WMe (line 63) | class WMe extends ne{constructor(e,t){super(),this.element=e,this.callba... method constructor (line 63) | constructor(e,t){super(),this.element=e,this.callbacks=t,this.counter=... method registerListeners (line 63) | registerListeners(){this.callbacks.onDragStart&&this._register(ce(this... function wi (line 63) | function wi(n,...e){let t,i;Array.isArray(e[0])?(t={},i=e[0]):(t=e[0]||{... function xY (line 63) | function xY(n){return n.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()} class VMe (line 63) | class VMe extends ne{constructor(e){super(),this._onDidChange=this._regi... method constructor (line 63) | constructor(e){super(),this._onDidChange=this._register(new X),this.on... method _handleChange (line 63) | _handleChange(e,t){var i;(i=this._mediaQueryList)===null||i===void 0||... class zMe (line 63) | class zMe extends ne{get value(){return this._value}constructor(e){super... method value (line 63) | get value(){return this._value} method constructor (line 63) | constructor(e){super(),this._onDidChange=this._register(new X),this.on... method _getPixelRatio (line 63) | _getPixelRatio(e){const t=document.createElement("canvas").getContext(... class $Me (line 63) | class $Me{constructor(){this.mapWindowIdToPixelRatioMonitor=new Map}_get... method constructor (line 63) | constructor(){this.mapWindowIdToPixelRatioMonitor=new Map} method _getOrCreatePixelRatioMonitor (line 63) | _getOrCreatePixelRatioMonitor(e){const t=F2(e);let i=this.mapWindowIdT... method getInstance (line 63) | getInstance(e){return this._getOrCreatePixelRatioMonitor(e)} class Xae (line 63) | class Xae{constructor(e){this.domNode=e,this._maxWidth="",this._width=""... method constructor (line 63) | constructor(e){this.domNode=e,this._maxWidth="",this._width="",this._h... method setMaxWidth (line 63) | setMaxWidth(e){const t=vd(e);this._maxWidth!==t&&(this._maxWidth=t,thi... method setWidth (line 63) | setWidth(e){const t=vd(e);this._width!==t&&(this._width=t,this.domNode... method setHeight (line 63) | setHeight(e){const t=vd(e);this._height!==t&&(this._height=t,this.domN... method setTop (line 63) | setTop(e){const t=vd(e);this._top!==t&&(this._top=t,this.domNode.style... method setLeft (line 63) | setLeft(e){const t=vd(e);this._left!==t&&(this._left=t,this.domNode.st... method setBottom (line 63) | setBottom(e){const t=vd(e);this._bottom!==t&&(this._bottom=t,this.domN... method setRight (line 63) | setRight(e){const t=vd(e);this._right!==t&&(this._right=t,this.domNode... method setPaddingLeft (line 63) | setPaddingLeft(e){const t=vd(e);this._paddingLeft!==t&&(this._paddingL... method setFontFamily (line 63) | setFontFamily(e){this._fontFamily!==e&&(this._fontFamily=e,this.domNod... method setFontWeight (line 63) | setFontWeight(e){this._fontWeight!==e&&(this._fontWeight=e,this.domNod... method setFontSize (line 63) | setFontSize(e){const t=vd(e);this._fontSize!==t&&(this._fontSize=t,thi... method setFontStyle (line 63) | setFontStyle(e){this._fontStyle!==e&&(this._fontStyle=e,this.domNode.s... method setFontFeatureSettings (line 63) | setFontFeatureSettings(e){this._fontFeatureSettings!==e&&(this._fontFe... method setFontVariationSettings (line 63) | setFontVariationSettings(e){this._fontVariationSettings!==e&&(this._fo... method setTextDecoration (line 63) | setTextDecoration(e){this._textDecoration!==e&&(this._textDecoration=e... method setLineHeight (line 63) | setLineHeight(e){const t=vd(e);this._lineHeight!==t&&(this._lineHeight... method setLetterSpacing (line 63) | setLetterSpacing(e){const t=vd(e);this._letterSpacing!==t&&(this._lett... method setClassName (line 63) | setClassName(e){this._className!==e&&(this._className=e,this.domNode.c... method toggleClassName (line 63) | toggleClassName(e,t){this.domNode.classList.toggle(e,t),this._classNam... method setDisplay (line 63) | setDisplay(e){this._display!==e&&(this._display=e,this.domNode.style.d... method setPosition (line 63) | setPosition(e){this._position!==e&&(this._position=e,this.domNode.styl... method setVisibility (line 63) | setVisibility(e){this._visibility!==e&&(this._visibility=e,this.domNod... method setColor (line 63) | setColor(e){this._color!==e&&(this._color=e,this.domNode.style.color=t... method setBackgroundColor (line 63) | setBackgroundColor(e){this._backgroundColor!==e&&(this._backgroundColo... method setLayerHinting (line 63) | setLayerHinting(e){this._layerHint!==e&&(this._layerHint=e,this.domNod... method setBoxShadow (line 63) | setBoxShadow(e){this._boxShadow!==e&&(this._boxShadow=e,this.domNode.s... method setContain (line 63) | setContain(e){this._contain!==e&&(this._contain=e,this.domNode.style.c... method setAttribute (line 63) | setAttribute(e,t){this.domNode.setAttribute(e,t)} method removeAttribute (line 63) | removeAttribute(e){this.domNode.removeAttribute(e)} method appendChild (line 63) | appendChild(e){this.domNode.appendChild(e.domNode)} method removeChild (line 63) | removeChild(e){this.domNode.removeChild(e.domNode)} function vd (line 63) | function vd(n){return typeof n=="number"?`${n}px`:n} function Di (line 63) | function Di(n){return new Xae(n)} function So (line 63) | function So(n,e){n instanceof Xae?(n.setFontFamily(e.getMassagedFontFami... class UMe (line 63) | class UMe{constructor(e,t){this.chr=e,this.type=t,this.width=0}fulfill(e... method constructor (line 63) | constructor(e,t){this.chr=e,this.type=t,this.width=0} method fulfill (line 63) | fulfill(e){this.width=e} class rz (line 63) | class rz{constructor(e,t){this._bareFontInfo=e,this._requests=t,this._co... method constructor (line 63) | constructor(e,t){this._bareFontInfo=e,this._requests=t,this._container... method read (line 63) | read(e){this._createDomElements(),e.document.body.appendChild(this._co... method _createDomElements (line 63) | _createDomElements(){const e=document.createElement("div");e.style.pos... method _render (line 63) | static _render(e,t){if(t.chr===" "){let i=" ";for(let s=0;s<8;s++)i+=i... method _readFromDomElements (line 63) | _readFromDomElements(){for(let e=0,t=this._requests.length;ethis._values[e])} function e (line 63) | function e(t){return t[n.DI_DEPENDENCIES]||[]} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function YMe (line 63) | function YMe(n,e,t){e[Hd.DI_TARGET]===e?e[Hd.DI_DEPENDENCIES].push({id:n... function Jt (line 63) | function Jt(n){if(Hd.serviceIds.has(n))return Hd.serviceIds.get(n);const... class Ta (line 63) | class Ta extends ne{constructor(e,t="",i="",s=!0,o){super(),this._onDidC... method constructor (line 63) | constructor(e,t="",i="",s=!0,o){super(),this._onDidChange=this._regist... method id (line 63) | get id(){return this._id} method label (line 63) | get label(){return this._label} method label (line 63) | set label(e){this._setLabel(e)} method _setLabel (line 63) | _setLabel(e){this._label!==e&&(this._label=e,this._onDidChange.fire({l... method tooltip (line 63) | get tooltip(){return this._tooltip||""} method tooltip (line 63) | set tooltip(e){this._setTooltip(e)} method _setTooltip (line 63) | _setTooltip(e){this._tooltip!==e&&(this._tooltip=e,this._onDidChange.f... method class (line 63) | get class(){return this._cssClass} method class (line 63) | set class(e){this._setClass(e)} method _setClass (line 63) | _setClass(e){this._cssClass!==e&&(this._cssClass=e,this._onDidChange.f... method enabled (line 63) | get enabled(){return this._enabled} method enabled (line 63) | set enabled(e){this._setEnabled(e)} method _setEnabled (line 63) | _setEnabled(e){this._enabled!==e&&(this._enabled=e,this._onDidChange.f... method checked (line 63) | get checked(){return this._checked} method checked (line 63) | set checked(e){this._setChecked(e)} method _setChecked (line 63) | _setChecked(e){this._checked!==e&&(this._checked=e,this._onDidChange.f... method run (line 63) | async run(e,t){this._actionCallback&&await this._actionCallback(e)} class f0 (line 63) | class f0 extends ne{constructor(){super(...arguments),this._onWillRun=th... method constructor (line 63) | constructor(){super(...arguments),this._onWillRun=this._register(new X... method run (line 63) | async run(e,t){if(!e.enabled)return;this._onWillRun.fire({action:e});l... method runAction (line 63) | async runAction(e,t){await e.run(t)} class Ms (line 63) | class Ms{constructor(){this.id=Ms.ID,this.label="",this.tooltip="",this.... method constructor (line 63) | constructor(){this.id=Ms.ID,this.label="",this.tooltip="",this.class="... method join (line 63) | static join(...e){let t=[];for(const i of e)i.length&&(t.length?t=[...... method run (line 63) | async run(){} class NC (line 63) | class NC{get actions(){return this._actions}constructor(e,t,i,s){this.to... method actions (line 63) | get actions(){return this._actions} method constructor (line 63) | constructor(e,t,i,s){this.tooltip="",this.enabled=!0,this.checked=void... method run (line 63) | async run(){} class fM (line 63) | class fM extends Ta{constructor(){super(fM.ID,v("submenu.empty","(empty)... method constructor (line 63) | constructor(){super(fM.ID,v("submenu.empty","(empty)"),void 0,!1)} function $v (line 63) | function $v(n){var e,t;return{id:n.id,label:n.label,tooltip:(e=n.tooltip... function e (line 63) | function e(t){return t&&typeof t=="object"&&typeof t.id=="string"} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 63) | function t(h){const f=e.exec(h.id);if(!f)return t(Te.error);const[,g,p]=... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 63) | function i(h){return t(h).join(" ")} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 63) | function s(h){return"."+t(h).join(".")} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function o (line 63) | function o(h){return h&&typeof h=="object"&&typeof h.id=="string"&&(type... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function a (line 63) | function a(h){const f=r.exec(h);if(!f)return;const[,g]=f;return{id:g}} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 63) | function l(h){return{id:h}} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;St.get(Sn... method getCommand (line 63) | getCommand(n){const e=this._commands.get(n);if(!(!e||e.isEmpty()))return... method getCommands (line 63) | getCommands(){const n=new Map;for(const e of this._commands.keys()){cons... function WF (line 63) | function WF(...n){switch(n.length){case 1:return v("contextkey.scanner.h... method constructor (line 63) | constructor(){this._input="",this._start=0,this._current=0,this._tokens=... method getLexeme (line 63) | static getLexeme(e){switch(e.type){case 0:return"(";case 1:return")";cas... method reset (line 63) | reset(e){return this._input=e,this._start=0,this._current=0,this._tokens... method scan (line 63) | scan(){for(;!this._isAtEnd();)switch(this._start=this._current,this._adv... method _match (line 63) | _match(e){return this._isAtEnd()||this._input.charCodeAt(this._current)!... method _advance (line 63) | _advance(){return this._input.charCodeAt(this._current++)} method _peek (line 63) | _peek(){return this._isAtEnd()?0:this._input.charCodeAt(this._current)} method _addToken (line 63) | _addToken(e){this._tokens.push({type:e,offset:this._start})} method _error (line 63) | _error(e){const t=this._start,i=this._input.substring(this._start,this._... method _string (line 63) | _string(){this.stringRe.lastIndex=this._start;const e=this.stringRe.exec... method _quotedString (line 63) | _quotedString(){for(;this._peek()!==39&&!this._isAtEnd();)this._advance(... method _regex (line 63) | _regex(){let e=this._current,t=!1,i=!1;for(;;){if(e>=this._input.length)... method _isAtEnd (line 63) | _isAtEnd(){return this._current>=this._input.length} method constructor (line 63) | constructor(e=ePe){this._config=e,this._scanner=new dv,this._tokens=[],t... method parse (line 63) | parse(e){if(e===""){this._parsingErrors.push({message:tPe,offset:0,lexem... method _expr (line 63) | _expr(){return this._or()} method _or (line 63) | _or(){const e=[this._and()];for(;this._matchOne(16);){const t=this._and(... method _and (line 63) | _and(){const e=[this._term()];for(;this._matchOne(15);){const t=this._te... method _term (line 63) | _term(){if(this._matchOne(2)){const e=this._peek();switch(e.type){case 1... method _primary (line 63) | _primary(){const e=this._peek();switch(e.type){case 11:return this._adva... method _value (line 65) | _value(){const e=this._peek();switch(e.type){case 17:case 18:return this... method _removeFlagsGY (line 65) | _removeFlagsGY(e){return e.replaceAll(this._flagsGYRe,"")} method _previous (line 65) | _previous(){return this._tokens[this._current-1]} method _matchOne (line 65) | _matchOne(e){return this._check(e)?(this._advance(),!0):!1} method _advance (line 65) | _advance(){return this._isAtEnd()||this._current++,this._previous()} method _consume (line 65) | _consume(e,t){if(this._check(e))return this._advance();throw this._errEx... method _errExpectedButGot (line 65) | _errExpectedButGot(e,t,i){const s=v("contextkey.parser.error.expectedBut... method _check (line 66) | _check(e){return this._peek().type===e} method _peek (line 66) | _peek(){return this._tokens[this._current]} method _isAtEnd (line 66) | _isAtEnd(){return this._peek().type===20} class pe (line 66) | class pe{static false(){return Wr.INSTANCE}static true(){return aa.INSTA... method false (line 66) | static false(){return Wr.INSTANCE} method true (line 66) | static true(){return aa.INSTANCE} method has (line 66) | static has(e){return q0.create(e)} method equals (line 66) | static equals(e,t){return Mw.create(e,t)} method notEquals (line 66) | static notEquals(e,t){return mM.create(e,t)} method regex (line 66) | static regex(e,t){return gL.create(e,t)} method in (line 66) | static in(e,t){return gM.create(e,t)} method notIn (line 66) | static notIn(e,t){return pM.create(e,t)} method not (line 66) | static not(e){return G0.create(e)} method and (line 66) | static and(...e){return Sv.create(e,null,!0)} method or (line 66) | static or(...e){return Hf.create(e,null,!0)} method deserialize (line 66) | static deserialize(e){return e==null?void 0:this._parser.parse(e)} function lPe (line 66) | function lPe(n,e){const t=n?n.substituteConstants():void 0,i=e?e.substit... function ax (line 66) | function ax(n,e){return n.cmp(e)} class Wr (line 66) | class Wr{constructor(){this.type=0}cmp(e){return this.type-e.type}equals... method constructor (line 66) | constructor(){this.type=0} method cmp (line 66) | cmp(e){return this.type-e.type} method equals (line 66) | equals(e){return e.type===this.type} method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return!1} method serialize (line 66) | serialize(){return"false"} method keys (line 66) | keys(){return[]} method negate (line 66) | negate(){return aa.INSTANCE} class aa (line 66) | class aa{constructor(){this.type=1}cmp(e){return this.type-e.type}equals... method constructor (line 66) | constructor(){this.type=1} method cmp (line 66) | cmp(e){return this.type-e.type} method equals (line 66) | equals(e){return e.type===this.type} method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return!0} method serialize (line 66) | serialize(){return"true"} method keys (line 66) | keys(){return[]} method negate (line 66) | negate(){return Wr.INSTANCE} class q0 (line 66) | class q0{static create(e,t=null){const i=Jo.get(e);return typeof i=="boo... method create (line 66) | static create(e,t=null){const i=Jo.get(e);return typeof i=="boolean"?i... method constructor (line 66) | constructor(e,t){this.key=e,this.negated=t,this.type=2} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:ele(this.key,e.key)} method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key:!1} method substituteConstants (line 66) | substituteConstants(){const e=Jo.get(this.key);return typeof e=="boole... method evaluate (line 66) | evaluate(e){return!!e.getValue(this.key)} method serialize (line 66) | serialize(){return this.key} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=G0.create(this.key,this)),... class Mw (line 66) | class Mw{static create(e,t,i=null){if(typeof t=="boolean")return t?q0.cr... method create (line 66) | static create(e,t,i=null){if(typeof t=="boolean")return t?q0.create(e,... method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=4} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){const e=Jo.get(this.key);if(typeof e=="boolean")... method evaluate (line 66) | evaluate(e){return e.getValue(this.key)==this.value} method serialize (line 66) | serialize(){return`${this.key} == '${this.value}'`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=mM.create(this.key,this.va... class gM (line 66) | class gM{static create(e,t){return new gM(e,t)}constructor(e,t){this.key... method create (line 66) | static create(e,t){return new gM(e,t)} method constructor (line 66) | constructor(e,t){this.key=e,this.valueKey=t,this.type=10,this.negated=... method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.valueKey===... method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){const t=e.getValue(this.valueKey),i=e.getValue(this.key);r... method serialize (line 66) | serialize(){return`${this.key} in '${this.valueKey}'`} method keys (line 66) | keys(){return[this.key,this.valueKey]} method negate (line 66) | negate(){return this.negated||(this.negated=pM.create(this.key,this.va... class pM (line 66) | class pM{static create(e,t){return new pM(e,t)}constructor(e,t){this.key... method create (line 66) | static create(e,t){return new pM(e,t)} method constructor (line 66) | constructor(e,t){this.key=e,this.valueKey=t,this.type=11,this._negated... method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:this._negated.cmp(e.... method equals (line 66) | equals(e){return e.type===this.type?this._negated.equals(e._negated):!1} method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return!this._negated.evaluate(e)} method serialize (line 66) | serialize(){return`${this.key} not in '${this.valueKey}'`} method keys (line 66) | keys(){return this._negated.keys()} method negate (line 66) | negate(){return this._negated} class mM (line 66) | class mM{static create(e,t,i=null){if(typeof t=="boolean")return t?G0.cr... method create (line 66) | static create(e,t,i=null){if(typeof t=="boolean")return t?G0.create(e,... method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=5} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){const e=Jo.get(this.key);if(typeof e=="boolean")... method evaluate (line 66) | evaluate(e){return e.getValue(this.key)!=this.value} method serialize (line 66) | serialize(){return`${this.key} != '${this.value}'`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=Mw.create(this.key,this.va... class G0 (line 66) | class G0{static create(e,t=null){const i=Jo.get(e);return typeof i=="boo... method create (line 66) | static create(e,t=null){const i=Jo.get(e);return typeof i=="boolean"?i... method constructor (line 66) | constructor(e,t){this.key=e,this.negated=t,this.type=3} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:ele(this.key,e.key)} method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key:!1} method substituteConstants (line 66) | substituteConstants(){const e=Jo.get(this.key);return typeof e=="boole... method evaluate (line 66) | evaluate(e){return!e.getValue(this.key)} method serialize (line 66) | serialize(){return`!${this.key}`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=q0.create(this.key,this)),... function _M (line 66) | function _M(n,e){if(typeof n=="string"){const t=parseFloat(n);isNaN(t)||... class vM (line 66) | class vM{static create(e,t,i=null){return _M(t,s=>new vM(e,s,i))}constru... method create (line 66) | static create(e,t,i=null){return _M(t,s=>new vM(e,s,i))} method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=12} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return typeof this.value=="string"?!1:parseFloat(e.getValu... method serialize (line 66) | serialize(){return`${this.key} > ${this.value}`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=wM.create(this.key,this.va... class bM (line 66) | class bM{static create(e,t,i=null){return _M(t,s=>new bM(e,s,i))}constru... method create (line 66) | static create(e,t,i=null){return _M(t,s=>new bM(e,s,i))} method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=13} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return typeof this.value=="string"?!1:parseFloat(e.getValu... method serialize (line 66) | serialize(){return`${this.key} >= ${this.value}`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=CM.create(this.key,this.va... class CM (line 66) | class CM{static create(e,t,i=null){return _M(t,s=>new CM(e,s,i))}constru... method create (line 66) | static create(e,t,i=null){return _M(t,s=>new CM(e,s,i))} method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=14} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return typeof this.value=="string"?!1:parseFloat(e.getValu... method serialize (line 66) | serialize(){return`${this.key} < ${this.value}`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=bM.create(this.key,this.va... class wM (line 66) | class wM{static create(e,t,i=null){return _M(t,s=>new wM(e,s,i))}constru... method create (line 66) | static create(e,t,i=null){return _M(t,s=>new wM(e,s,i))} method constructor (line 66) | constructor(e,t,i){this.key=e,this.value=t,this.negated=i,this.type=15} method cmp (line 66) | cmp(e){return e.type!==this.type?this.type-e.type:Z0(this.key,this.val... method equals (line 66) | equals(e){return e.type===this.type?this.key===e.key&&this.value===e.v... method substituteConstants (line 66) | substituteConstants(){return this} method evaluate (line 66) | evaluate(e){return typeof this.value=="string"?!1:parseFloat(e.getValu... method serialize (line 66) | serialize(){return`${this.key} <= ${this.value}`} method keys (line 66) | keys(){return[this.key]} method negate (line 66) | negate(){return this.negated||(this.negated=vM.create(this.key,this.va... class gL (line 66) | class gL{static create(e,t){return new gL(e,t)}constructor(e,t){this.key... method create (line 66) | static create(e,t){return new gL(e,t)} method constructor (line 66) | constructor(e,t){this.key=e,this.regexp=t,this.type=7,this.negated=null} method cmp (line 66) | cmp(e){if(e.type!==this.type)return this.type-e.type;if(this.keye.serialize()).join(" && ")} method keys (line 66) | keys(){const e=[];for(const t of this.expr)e.push(...t.keys());return e} method negate (line 66) | negate(){if(!this.negated){const e=[];for(const t of this.expr)e.push(... class Hf (line 66) | class Hf{static create(e,t,i){return Hf._normalizeArr(e,t,i)}constructor... method create (line 66) | static create(e,t,i){return Hf._normalizeArr(e,t,i)} method constructor (line 66) | constructor(e,t){this.expr=e,this.negated=t,this.type=9} method cmp (line 66) | cmp(e){if(e.type!==this.type)return this.type-e.type;if(this.expr.leng... method equals (line 66) | equals(e){if(e.type===this.type){if(this.expr.length!==e.expr.length)r... method substituteConstants (line 66) | substituteConstants(){const e=Jae(this.expr);return e===this.expr?this... method evaluate (line 66) | evaluate(e){for(let t=0,i=this.expr.length;te.serialize()).join(" || ")} method keys (line 66) | keys(){const e=[];for(const t of this.expr)e.push(...t.keys());return e} method negate (line 66) | negate(){if(!this.negated){const e=[];for(const t of this.expr)e.push(... class He (line 66) | class He extends q0{static all(){return He._info.values()}constructor(e,... method all (line 66) | static all(){return He._info.values()} method constructor (line 66) | constructor(e,t,i){super(e,null),this._defaultValue=t,typeof i=="objec... method bindTo (line 66) | bindTo(e){return e.createKey(this.key,this._defaultValue)} method getValue (line 66) | getValue(e){return e.getContextKeyValue(this.key)} method toNegated (line 66) | toNegated(){return this.negate()} method isEqualTo (line 66) | isEqualTo(e){return Mw.create(this.key,e)} function ele (line 66) | function ele(n,e){return ne?1:0} function Z0 (line 66) | function Z0(n,e,t,i){return nt?1:ei?1:0} function uB (line 66) | function uB(n,e){if(n.type===0||e.type===1)return!0;if(n.type===9)return... function kY (line 66) | function kY(n,e){let t=0,i=0;for(;tt===e} method constructor (line 66) | constructor(){this._commands=new Map,this._menuItems=new Map,this._onDid... method addCommand (line 66) | addCommand(n){return this._commands.set(n.id,n),this._onDidChangeMenu.fi... method getCommand (line 66) | getCommand(n){return this._commands.get(n)} method getCommands (line 66) | getCommands(){const n=new Map;return this._commands.forEach((e,t)=>n.set... method appendMenuItem (line 66) | appendMenuItem(n,e){let t=this._menuItems.get(n);t||(t=new Tr,this._menu... method appendMenuItems (line 66) | appendMenuItems(n){const e=new be;for(const{id:t,item:i}of n)e.add(this.... method getMenuItems (line 66) | getMenuItems(n){let e;return this._menuItems.has(n)?e=[...this._menuItem... method _appendImplicitItems (line 66) | _appendImplicitItems(n){const e=new Set;for(const t of n)g1(t)&&(e.add(t... class q1 (line 66) | class q1 extends NC{constructor(e,t,i){super(`submenuitem.${e.submenu.id... method constructor (line 66) | constructor(e,t,i){super(`submenuitem.${e.submenu.id}`,typeof e.title=... method label (line 66) | static label(e,t){return t!=null&&t.renderShortTitle&&e.shortTitle?typeo... method constructor (line 66) | constructor(e,t,i,s,o,r,a){var l,c;this.hideActions=s,this.menuKeybindin... method run (line 66) | run(...e){var t,i;let s=[];return!((t=this._options)===null||t===void 0)... class zr (line 66) | class zr{constructor(e){this.desc=e}} method constructor (line 66) | constructor(e){this.desc=e} function dn (line 66) | function dn(n){const e=[],t=new n,{f1:i,menu:s,keybinding:o,...r}=t.desc... class ile (line 66) | class ile extends ne{constructor(){super(...arguments),this.level=tle,th... method constructor (line 66) | constructor(){super(...arguments),this.level=tle,this._onDidChangeLogL... method setLevel (line 66) | setLevel(e){this.level!==e&&(this.level=e,this._onDidChangeLogLevel.fi... method getLevel (line 66) | getLevel(){return this.level} method checkLogLevel (line 66) | checkLogLevel(e){return this.level!==To.Off&&this.level<=e} class gPe (line 66) | class gPe extends ile{constructor(e=tle,t=!0){super(),this.useColors=t,t... method constructor (line 66) | constructor(e=tle,t=!0){super(),this.useColors=t,this.setLevel(e)} method trace (line 66) | trace(e,...t){this.checkLogLevel(To.Trace)&&(this.useColors?console.lo... method debug (line 66) | debug(e,...t){this.checkLogLevel(To.Debug)&&(this.useColors?console.lo... method info (line 66) | info(e,...t){this.checkLogLevel(To.Info)&&(this.useColors?console.log(... method warn (line 66) | warn(e,...t){this.checkLogLevel(To.Warning)&&(this.useColors?console.l... method error (line 66) | error(e,...t){this.checkLogLevel(To.Error)&&(this.useColors?console.lo... class pPe (line 66) | class pPe extends ile{constructor(e){super(),this.loggers=e,e.length&&th... method constructor (line 66) | constructor(e){super(),this.loggers=e,e.length&&this.setLevel(e[0].get... method setLevel (line 66) | setLevel(e){for(const t of this.loggers)t.setLevel(e);super.setLevel(e)} method trace (line 66) | trace(e,...t){for(const i of this.loggers)i.trace(e,...t)} method debug (line 66) | debug(e,...t){for(const i of this.loggers)i.debug(e,...t)} method info (line 66) | info(e,...t){for(const i of this.loggers)i.info(e,...t)} method warn (line 66) | warn(e,...t){for(const i of this.loggers)i.warn(e,...t)} method error (line 66) | error(e,...t){for(const i of this.loggers)i.error(e,...t)} method dispose (line 66) | dispose(){for(const e of this.loggers)e.dispose();super.dispose()} function mPe (line 66) | function mPe(n){switch(n){case To.Trace:return"trace";case To.Debug:retu... class SM (line 66) | class SM{constructor(e){this.id=e.id,this.precondition=e.precondition,th... method constructor (line 66) | constructor(e){this.id=e.id,this.precondition=e.precondition,this._kbO... method register (line 66) | register(){if(Array.isArray(this._menuOpts)?this._menuOpts.forEach(thi... method _registerMenuItem (line 66) | _registerMenuItem(e){ao.appendMenuItem(e.menuId,{group:e.group,command... class Pw (line 66) | class Pw extends SM{constructor(){super(...arguments),this._implementati... method constructor (line 66) | constructor(){super(...arguments),this._implementations=[]} method addImplementation (line 66) | addImplementation(e,t,i,s){return this._implementations.push({priority... method runCommand (line 66) | runCommand(e,t){const i=e.get(er),s=e.get(Ct);i.trace(`Executing Comma... class nle (line 66) | class nle extends SM{constructor(e,t){super(t),this.command=e}runCommand... method constructor (line 66) | constructor(e,t){super(t),this.command=e} method runCommand (line 66) | runCommand(e,t){return this.command.runCommand(e,t)} class Us (line 66) | class Us extends SM{static bindToContribution(e){return class extends Us... method bindToContribution (line 66) | static bindToContribution(e){return class extends Us{constructor(i){su... method runEditorCommand (line 66) | static runEditorCommand(e,t,i,s){const o=e.get(vi),r=o.getFocusedCodeE... method runCommand (line 66) | runCommand(e,t){return Us.runEditorCommand(e,t,this.precondition,(i,s,... class Ke (line 66) | class Ke extends Us{static convertOptions(e){let t;Array.isArray(e.menuO... method convertOptions (line 66) | static convertOptions(e){let t;Array.isArray(e.menuOpts)?t=e.menuOpts:... method constructor (line 66) | constructor(e){super(Ke.convertOptions(e)),this.label=e.label,this.ali... method runEditorCommand (line 66) | runEditorCommand(e,t,i){return this.reportTelemetry(e,t),this.run(e,t,... method reportTelemetry (line 66) | reportTelemetry(e,t){e.get(Po).publicLog2("editorActionInvoked",{name:... class sle (line 66) | class sle extends Ke{constructor(){super(...arguments),this._implementat... method constructor (line 66) | constructor(){super(...arguments),this._implementations=[]} method addImplementation (line 66) | addImplementation(e,t){return this._implementations.push([e,t]),this._... method run (line 66) | run(e,t,i){for(const s of this._implementations){const o=s[1](e,t,i);i... class mu (line 66) | class mu extends zr{run(e,...t){const i=e.get(vi),s=i.getFocusedCodeEdit... method run (line 66) | run(e,...t){const i=e.get(vi),s=i.getFocusedCodeEditor()||i.getActiveC... function Vh (line 66) | function Vh(n,e){ri.registerCommand(n,function(t,...i){const s=t.get(ht)... function Fe (line 66) | function Fe(n){return ql.INSTANCE.registerEditorCommand(n),n} function xe (line 66) | function xe(n){const e=new n;return ql.INSTANCE.registerEditorAction(e),e} function ole (line 66) | function ole(n){return ql.INSTANCE.registerEditorAction(n),n} function _Pe (line 66) | function _Pe(n){ql.INSTANCE.registerEditorAction(n)} function bi (line 66) | function bi(n,e,t){ql.INSTANCE.registerEditorContribution(n,e,t)} function e (line 66) | function e(r){return ql.INSTANCE.getEditorCommand(r)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 66) | function t(){return ql.INSTANCE.getEditorActions()} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 66) | function i(){return ql.INSTANCE.getEditorContributions()} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 66) | function s(r){return ql.INSTANCE.getEditorContributions().filter(a=>r.in... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function o (line 66) | function o(){return ql.INSTANCE.getDiffEditorContributions()} method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... class ql (line 66) | class ql{constructor(){this.editorContributions=[],this.diffEditorContri... method constructor (line 66) | constructor(){this.editorContributions=[],this.diffEditorContributions... method registerEditorContribution (line 66) | registerEditorContribution(e,t,i){this.editorContributions.push({id:e,... method getEditorContributions (line 66) | getEditorContributions(){return this.editorContributions.slice(0)} method getDiffEditorContributions (line 66) | getDiffEditorContributions(){return this.diffEditorContributions.slice... method registerEditorAction (line 66) | registerEditorAction(e){e.register(),this.editorActions.push(e)} method getEditorActions (line 66) | getEditorActions(){return this.editorActions} method registerEditorCommand (line 66) | registerEditorCommand(e){e.register(),this.editorCommands[e.id]=e} method getEditorCommand (line 66) | getEditorCommand(e){return this.editorCommands[e]||null} function fD (line 66) | function fD(n){return n.register(),n} function hB (line 66) | function hB(n){u_&&(TY||(TY=!0,console.warn("Could not create web worker... class wPe (line 66) | class wPe{constructor(e,t,i,s){this.vsWorker=e,this.req=t,this.method=i,... method constructor (line 66) | constructor(e,t,i,s){this.vsWorker=e,this.req=t,this.method=i,this.arg... class NY (line 66) | class NY{constructor(e,t,i,s){this.vsWorker=e,this.seq=t,this.res=i,this... method constructor (line 66) | constructor(e,t,i,s){this.vsWorker=e,this.seq=t,this.res=i,this.err=s,... class yPe (line 66) | class yPe{constructor(e,t,i,s){this.vsWorker=e,this.req=t,this.eventName... method constructor (line 66) | constructor(e,t,i,s){this.vsWorker=e,this.req=t,this.eventName=i,this.... class SPe (line 66) | class SPe{constructor(e,t,i){this.vsWorker=e,this.req=t,this.event=i,thi... method constructor (line 66) | constructor(e,t,i){this.vsWorker=e,this.req=t,this.event=i,this.type=3} class xPe (line 66) | class xPe{constructor(e,t){this.vsWorker=e,this.req=t,this.type=4}} method constructor (line 66) | constructor(e,t){this.vsWorker=e,this.req=t,this.type=4} class LPe (line 66) | class LPe{constructor(e){this._workerId=-1,this._handler=e,this._lastSen... method constructor (line 66) | constructor(e){this._workerId=-1,this._handler=e,this._lastSentReq=0,t... method setWorkerId (line 66) | setWorkerId(e){this._workerId=e} method sendMessage (line 66) | sendMessage(e,t){const i=String(++this._lastSentReq);return new Promis... method listen (line 66) | listen(e,t){let i=null;const s=new X({onWillAddFirstListener:()=>{i=St... method handleMessage (line 66) | handleMessage(e){!e||!e.vsWorker||this._workerId!==-1&&e.vsWorker!==th... method _handleMessage (line 66) | _handleMessage(e){switch(e.type){case 1:return this._handleReplyMessag... method _handleReplyMessage (line 66) | _handleReplyMessage(e){if(!this._pendingReplies[e.seq]){console.warn("... method _handleRequestMessage (line 66) | _handleRequestMessage(e){const t=e.req;this._handler.handleMessage(e.m... method _handleSubscribeEventMessage (line 66) | _handleSubscribeEventMessage(e){const t=e.req,i=this._handler.handleEv... method _handleEventMessage (line 66) | _handleEventMessage(e){if(!this._pendingEmitters.has(e.req)){console.w... method _handleUnsubscribeEventMessage (line 66) | _handleUnsubscribeEventMessage(e){if(!this._pendingEvents.has(e.req)){... method _send (line 66) | _send(e){const t=[];if(e.type===0)for(let i=0;i{this._onModuleLoaded.then(()=... method _onError (line 66) | _onError(e,t){console.error(e),console.info(t)} function lle (line 66) | function lle(n){return n[0]==="o"&&n[1]==="n"&&Ku(n.charCodeAt(2))} function cle (line 66) | function cle(n){return/^onDynamic/.test(n)&&Ku(n.charCodeAt(9))} function DPe (line 66) | function DPe(n,e,t){const i=r=>function(){const a=Array.prototype.slice.... function Bg (line 66) | function Bg(n,e){var t;const i=globalThis.MonacoEnvironment;if(i!=null&&... function IPe (line 66) | function IPe(n){const e=globalThis.MonacoEnvironment;if(e){if(typeof e.g... function EPe (line 66) | function EPe(n){return typeof n.then=="function"} class TPe (line 66) | class TPe extends ne{constructor(e,t,i,s,o){super(),this.id=t,this.label... method constructor (line 66) | constructor(e,t,i,s,o){super(),this.id=t,this.label=i;const r=IPe(i);E... method getId (line 66) | getId(){return this.id} method postMessage (line 66) | postMessage(e,t){var i;(i=this.worker)===null||i===void 0||i.then(s=>{... class xM (line 66) | class xM{constructor(e){this._label=e,this._webWorkerFailedBeforeError=!... method constructor (line 66) | constructor(e){this._label=e,this._webWorkerFailedBeforeError=!1} method create (line 66) | create(e,t,i){const s=++xM.LAST_WORKER_ID;if(this._webWorkerFailedBefo... class VF (line 66) | class VF{constructor(e){if(this._neutralCharacter=null,this._neutralChar... method constructor (line 66) | constructor(e){if(this._neutralCharacter=null,this._neutralCharacterSe... method isOK (line 66) | isOK(e){switch(e){case 0:return!0;case 1:return this._inComment;case 2... method shouldAutoClose (line 66) | shouldAutoClose(e,t){if(e.getTokenCount()===0)return!0;const i=e.findT... method _findNeutralCharacterInRange (line 66) | _findNeutralCharacterInRange(e,t){for(let i=e;i<=t;i++){const s=String... method findNeutralCharacter (line 66) | findNeutralCharacter(){return this._neutralCharacterSearched||(this._n... class NPe (line 66) | class NPe{constructor(e){this.autoClosingPairsOpenByStart=new Map,this.a... method constructor (line 66) | constructor(e){this.autoClosingPairsOpenByStart=new Map,this.autoClosi... function Ay (line 66) | function Ay(n,e,t){n.has(e)?n.get(e).push(t):n.set(e,[t])} class AC (line 66) | class AC{constructor(e){if(e.autoClosingPairs?this._autoClosingPairs=e.a... method constructor (line 66) | constructor(e){if(e.autoClosingPairs?this._autoClosingPairs=e.autoClos... method getAutoClosingPairs (line 66) | getAutoClosingPairs(){return this._autoClosingPairs} method getAutoCloseBeforeSet (line 66) | getAutoCloseBeforeSet(e){return e?this._autoCloseBeforeForQuotes:this.... method getSurroundingPairs (line 66) | getSurroundingPairs(){return this._surroundingPairs} function xv (line 68) | function xv(n,e){const t=n.getCount(),i=n.findTokenIndexAtOffset(e),s=n.... class APe (line 68) | class APe{constructor(e,t,i,s,o,r){this._scopedLineTokensBrand=void 0,th... method constructor (line 68) | constructor(e,t,i,s,o,r){this._scopedLineTokensBrand=void 0,this._actu... method getLineContent (line 68) | getLineContent(){return this._actual.getLineContent().substring(this.f... method getLineLength (line 68) | getLineLength(){return this._lastCharOffset-this.firstCharOffset} method getActualLineContentBefore (line 68) | getActualLineContentBefore(e){return this._actual.getLineContent().sub... method getTokenCount (line 68) | getTokenCount(){return this._lastTokenIndex-this._firstTokenIndex} method findTokenIndexAtOffset (line 68) | findTokenIndexAtOffset(e){return this._actual.findTokenIndexAtOffset(e... method getStandardTokenType (line 68) | getStandardTokenType(e){return this._actual.getStandardTokenType(e+thi... method toIViewLineTokens (line 68) | toIViewLineTokens(){return this._actual.sliceAndInflate(this.firstChar... function Fu (line 68) | function Fu(n){return(n&3)!==0} class LM (line 68) | class LM{static wrap(e){return RY&&!Buffer.isBuffer(e)&&(e=Buffer.from(e... method wrap (line 68) | static wrap(e){return RY&&!Buffer.isBuffer(e)&&(e=Buffer.from(e.buffer... method constructor (line 68) | constructor(e){this.buffer=e,this.byteLength=this.buffer.byteLength} method toString (line 68) | toString(){return RY?this.buffer.toString():(zF||(zF=new TextDecoder),... function RPe (line 68) | function RPe(n,e){return n[e+0]<<0>>>0|n[e+1]<<8>>>0} function MPe (line 68) | function MPe(n,e,t){n[t+0]=e&255,e=e>>>8,n[t+1]=e&255} function Dd (line 68) | function Dd(n,e){return n[e]*2**24+n[e+1]*2**16+n[e+2]*2**8+n[e+3]} function Id (line 68) | function Id(n,e,t){n[t+3]=e,e=e>>>8,n[t+2]=e,e=e>>>8,n[t+1]=e,e=e>>>8,n[... function MY (line 68) | function MY(n,e){return n[e]} function PY (line 68) | function PY(n,e,t){n[t]=e} function dle (line 68) | function dle(){return $F||($F=new TextDecoder("UTF-16LE")),$F} function PPe (line 68) | function PPe(){return UF||(UF=new TextDecoder("UTF-16BE")),UF} function ule (line 68) | function ule(){return jF||(jF=Zre()?dle():PPe()),jF} function OPe (line 68) | function OPe(n,e,t){const i=new Uint16Array(n.buffer,e,t);return t>0&&(i... function FPe (line 68) | function FPe(n,e,t){const i=[];let s=0;for(let o=0;o=this._capaci... class z2 (line 68) | class z2{constructor(e,t,i,s,o,r){this._richEditBracketBrand=void 0,this... method constructor (line 68) | constructor(e,t,i,s,o,r){this._richEditBracketBrand=void 0,this.langua... method isOpen (line 68) | isOpen(e){return this._openSet.has(e)} method isClose (line 68) | isClose(e){return this._closeSet.has(e)} method _toSet (line 68) | static _toSet(e){const t=new Set;for(const i of e)t.add(i);return t} function BPe (line 68) | function BPe(n){const e=n.length;n=n.map(r=>[r[0].toLowerCase(),r[1].toL... class WPe (line 68) | class WPe{constructor(e,t){this._richEditBracketsBrand=void 0;const i=BP... method constructor (line 68) | constructor(e,t){this._richEditBracketsBrand=void 0;const i=BPe(t);thi... function hle (line 68) | function hle(n,e,t,i){for(let s=0,o=e.length;s=3)for(let o=0,r=this._regExpRules.length;o0&&n.charAt(n.length-1)==="#"?n.substrin... class YPe (line 68) | class YPe{constructor(){this._onDidChangeSchema=new X,this.schemasById={... method constructor (line 68) | constructor(){this._onDidChangeSchema=new X,this.schemasById={}} method registerSchema (line 68) | registerSchema(e,t){this.schemasById[ZPe(e)]=t,this._onDidChangeSchema... method notifySchemaChanged (line 68) | notifySchemaChanged(e){this._onDidChangeSchema.fire(e)} class QPe (line 68) | class QPe{constructor(){this.overrideIdentifiers=new Set,this._onDidSche... method constructor (line 68) | constructor(){this.overrideIdentifiers=new Set,this._onDidSchemaChange... method registerConfiguration (line 68) | registerConfiguration(e,t=!0){this.registerConfigurations([e],t)} method registerConfigurations (line 68) | registerConfigurations(e,t=!0){const i=new Set;this.doRegisterConfigur... method registerDefaultConfigurations (line 68) | registerDefaultConfigurations(e){const t=new Set;this.doRegisterDefaul... method doRegisterDefaultConfigurations (line 68) | doRegisterDefaultConfigurations(e,t){var i;const s=[];for(const{overri... method registerOverrideIdentifiers (line 68) | registerOverrideIdentifiers(e){this.doRegisterOverrideIdentifiers(e),t... method doRegisterOverrideIdentifiers (line 68) | doRegisterOverrideIdentifiers(e){for(const t of e)this.overrideIdentif... method doRegisterConfigurations (line 68) | doRegisterConfigurations(e,t,i){e.forEach(s=>{this.validateAndRegister... method validateAndRegisterProperties (line 68) | validateAndRegisterProperties(e,t=!0,i,s,o=3,r){var a;o=ll(e.scope)?o:... method getConfigurationProperties (line 68) | getConfigurationProperties(){return this.configurationProperties} method getPolicyConfigurations (line 68) | getPolicyConfigurations(){return this.policyConfigurations} method registerJSONConfiguration (line 68) | registerJSONConfiguration(e){const t=i=>{const s=i.properties;if(s)for... method updateSchema (line 68) | updateSchema(e,t){switch(t.scope){case 1:break;case 2:break;case 6:bre... method updateOverridePropertyPatternKey (line 68) | updateOverridePropertyPatternKey(){for(const e of this.overrideIdentif... method registerOverridePropertyPatternKey (line 68) | registerOverridePropertyPatternKey(){v("overrideSettings.defaultDescri... method updatePropertyDefaultValue (line 68) | updatePropertyDefaultValue(e,t){const i=this.configurationDefaultsOver... function $2 (line 68) | function $2(n){const e=[];if(Bm.test(n)){let t=WY.exec(n);for(;t!=null&&... function eOe (line 68) | function eOe(n){switch(Array.isArray(n)?n[0]:n){case"boolean":return!1;c... function tOe (line 68) | function tOe(n,e){var t,i,s,o;return n.trim()?Bm.test(n)?v("config.prope... class nOe (line 68) | class nOe{constructor(){this._onDidChangeLanguages=new X,this.onDidChang... method constructor (line 68) | constructor(){this._onDidChangeLanguages=new X,this.onDidChangeLanguag... method registerLanguage (line 68) | registerLanguage(e){return this._languages.push(e),this._onDidChangeLa... method getLanguages (line 68) | getLanguages(){return this._languages} class oOe (line 68) | class oOe{constructor(e,t){this.languageId=e;const i=t.brackets?HY(t.bra... method constructor (line 68) | constructor(e,t){this.languageId=e;const i=t.brackets?HY(t.brackets):[... method openingBrackets (line 68) | get openingBrackets(){return[...this._openingBrackets.values()]} method closingBrackets (line 68) | get closingBrackets(){return[...this._closingBrackets.values()]} method getOpeningBracketInfo (line 68) | getOpeningBracketInfo(e){return this._openingBrackets.get(e)} method getClosingBracketInfo (line 68) | getClosingBracketInfo(e){return this._closingBrackets.get(e)} method getBracketInfo (line 68) | getBracketInfo(e){return this.getOpeningBracketInfo(e)||this.getClosin... method getBracketRegExp (line 68) | getBracketRegExp(e){const t=Array.from([...this._openingBrackets.keys(... function HY (line 68) | function HY(n){return n.filter(([e,t])=>e!==""&&t!=="")} class vle (line 68) | class vle{constructor(e,t){this.config=e,this.bracketText=t}get language... method constructor (line 68) | constructor(e,t){this.config=e,this.bracketText=t} method languageId (line 68) | get languageId(){return this.config.languageId} class rOe (line 68) | class rOe extends vle{constructor(e,t,i){super(e,t),this.openedBrackets=... method constructor (line 68) | constructor(e,t,i){super(e,t),this.openedBrackets=i,this.isOpeningBrac... class aOe (line 68) | class aOe extends vle{constructor(e,t,i,s){super(e,t),this.openingBracke... method constructor (line 68) | constructor(e,t,i,s){super(e,t),this.openingBrackets=i,this.openingCol... method closes (line 68) | closes(e){return e.config!==this.config?!1:this.openingBrackets.has(e)} method closesColorized (line 68) | closesColorized(e){return e.config!==this.config?!1:this.openingColori... method getOpeningBrackets (line 68) | getOpeningBrackets(){return[...this.openingBrackets]} class KF (line 68) | class KF{constructor(e){this.languageId=e}affects(e){return this.languag... method constructor (line 68) | constructor(e){this.languageId=e} method affects (line 68) | affects(e){return this.languageId?this.languageId===e:!0} method constructor (line 68) | constructor(e,t){super(),this.configurationService=e,this.languageServic... method register (line 68) | register(e,t,i){return this._registry.register(e,t,i)} method getLanguageConfiguration (line 68) | getLanguageConfiguration(e){let t=this.configurations.get(e);return t||(... function cOe (line 68) | function cOe(n,e,t,i){let s=e.getLanguageConfiguration(n);if(!s){if(!i.i... function dOe (line 68) | function dOe(n,e){const t=e.getValue(pB.brackets,{overrideIdentifier:n})... function zY (line 68) | function zY(n){if(Array.isArray(n))return n.map(e=>{if(!(!Array.isArray(... function ble (line 68) | function ble(n,e,t){const i=n.getLineContent(e);let s=on(i);return s.len... class uOe (line 68) | class uOe{constructor(e){this.languageId=e,this._resolved=null,this._ent... method constructor (line 68) | constructor(e){this.languageId=e,this._resolved=null,this._entries=[],... method register (line 68) | register(e,t){const i=new $Y(e,t,++this._order);return this._entries.p... method getResolvedConfiguration (line 68) | getResolvedConfiguration(){if(!this._resolved){const e=this._resolve()... method _resolve (line 68) | _resolve(){return this._entries.length===0?null:(this._entries.sort($Y... function Cle (line 68) | function Cle(n){let e={comments:void 0,brackets:void 0,wordPattern:void ... class $Y (line 68) | class $Y{constructor(e,t,i){this.configuration=e,this.priority=t,this.or... method constructor (line 68) | constructor(e,t,i){this.configuration=e,this.priority=t,this.order=i} method cmp (line 68) | static cmp(e,t){return e.priority===t.priority?e.order-t.order:e.prior... class UY (line 68) | class UY{constructor(e){this.languageId=e}} method constructor (line 68) | constructor(e){this.languageId=e} class hOe (line 68) | class hOe extends ne{constructor(){super(),this._entries=new Map,this._o... method constructor (line 68) | constructor(){super(),this._entries=new Map,this._onDidChange=this._re... method register (line 68) | register(e,t,i=0){let s=this._entries.get(e);s||(s=new uOe(e),this._en... method getLanguageConfiguration (line 68) | getLanguageConfiguration(e){const t=this._entries.get(e);return(t==nul... class Z1 (line 68) | class Z1{constructor(e,t){this.languageId=e,this.underlyingConfig=t,this... method constructor (line 68) | constructor(e,t){this.languageId=e,this.underlyingConfig=t,this._brack... method getWordDefinition (line 68) | getWordDefinition(){return FV(this.wordDefinition)} method brackets (line 68) | get brackets(){return!this._brackets&&this.underlyingConfig.brackets&&... method electricCharacter (line 68) | get electricCharacter(){return this._electricCharacter||(this._electri... method onEnter (line 68) | onEnter(e,t,i,s){return this._onEnterSupport?this._onEnterSupport.onEn... method getAutoClosingPairs (line 68) | getAutoClosingPairs(){return new NPe(this.characterPair.getAutoClosing... method getAutoCloseBeforeSet (line 68) | getAutoCloseBeforeSet(e){return this.characterPair.getAutoCloseBeforeS... method getSurroundingPairs (line 68) | getSurroundingPairs(){return this.characterPair.getSurroundingPairs()} method _handleComments (line 68) | static _handleComments(e){const t=e.comments;if(!t)return null;const i... class mp (line 68) | class mp{constructor(e,t,i,s){this.originalStart=e,this.originalLength=t... method constructor (line 68) | constructor(e,t,i,s){this.originalStart=e,this.originalLength=t,this.m... method getOriginalEnd (line 68) | getOriginalEnd(){return this.originalStart+this.originalLength} method getModifiedEnd (line 68) | getModifiedEnd(){return this.modifiedStart+this.modifiedLength} class jY (line 68) | class jY{constructor(e){this.source=e}getElements(){const e=this.source,... method constructor (line 68) | constructor(e){this.source=e} method getElements (line 68) | getElements(){const e=this.source,t=new Int32Array(e.length);for(let i... function fOe (line 68) | function fOe(n,e,t){return new Ju(new jY(n),new jY(e)).ComputeDiff(t).ch... class Rb (line 68) | class Rb{static Assert(e,t){if(!e)throw new Error(t)}} method Assert (line 68) | static Assert(e,t){if(!e)throw new Error(t)} class Mb (line 68) | class Mb{static Copy(e,t,i,s,o){for(let r=0;r0||this.m_modifiedCount>0)&&thi... method AddOriginalElement (line 68) | AddOriginalElement(e,t){this.m_originalStart=Math.min(this.m_originalS... method AddModifiedElement (line 68) | AddModifiedElement(e,t){this.m_originalStart=Math.min(this.m_originalS... method getChanges (line 68) | getChanges(){return(this.m_originalCount>0||this.m_modifiedCount>0)&&t... method getReverseChanges (line 68) | getReverseChanges(){return(this.m_originalCount>0||this.m_modifiedCoun... class Ju (line 68) | class Ju{constructor(e,t,i=null){this.ContinueProcessingPredicate=i,this... method constructor (line 68) | constructor(e,t,i=null){this.ContinueProcessingPredicate=i,this._origi... method _isStringArray (line 68) | static _isStringArray(e){return e.length>0&&typeof e[0]=="string"} method _getElements (line 68) | static _getElements(e){const t=e.getElements();if(Ju._isStringArray(t)... method ElementsAreEqual (line 68) | ElementsAreEqual(e,t){return this._originalElementsOrHash[e]!==this._m... method ElementsAreStrictEqual (line 68) | ElementsAreStrictEqual(e,t){if(!this.ElementsAreEqual(e,t))return!1;co... method _getStrictElement (line 68) | static _getStrictElement(e,t){return typeof e.getStrictElement=="funct... method OriginalElementsAreEqual (line 68) | OriginalElementsAreEqual(e,t){return this._originalElementsOrHash[e]!=... method ModifiedElementsAreEqual (line 68) | ModifiedElementsAreEqual(e,t){return this._modifiedElementsOrHash[e]!=... method ComputeDiff (line 68) | ComputeDiff(e){return this._ComputeDiff(0,this._originalElementsOrHash... method _ComputeDiff (line 68) | _ComputeDiff(e,t,i,s,o){const r=[!1];let a=this.ComputeDiffRecursive(e... method ComputeDiffRecursive (line 68) | ComputeDiffRecursive(e,t,i,s,o){for(o[0]=!1;e<=t&&i<=s&&this.ElementsA... method WALKTRACE (line 68) | WALKTRACE(e,t,i,s,o,r,a,l,c,d,u,h,f,g,p,_,b,w){let y=null,S=null,x=new... method ComputeRecursionPoint (line 68) | ComputeRecursionPoint(e,t,i,s,o,r,a){let l=0,c=0,d=0,u=0,h=0,f=0;e--,i... method PrettifyChanges (line 68) | PrettifyChanges(e){for(let t=0;t=this._originalElementsOrHash.le... method _OriginalRegionIsBoundary (line 68) | _OriginalRegionIsBoundary(e,t){if(this._OriginalIsBoundary(e)||this._O... method _ModifiedIsBoundary (line 68) | _ModifiedIsBoundary(e){return e<=0||e>=this._modifiedElementsOrHash.le... method _ModifiedRegionIsBoundary (line 68) | _ModifiedRegionIsBoundary(e,t){if(this._ModifiedIsBoundary(e)||this._M... method _boundaryScore (line 68) | _boundaryScore(e,t,i,s){const o=this._OriginalRegionIsBoundary(e,t)?1:... method ConcatenateChanges (line 68) | ConcatenateChanges(e,t){const i=[];if(e.length===0||t.length===0)retur... method ChangesOverlap (line 68) | ChangesOverlap(e,t,i){if(Rb.Assert(e.originalStart<=t.originalStart,"L... method ClipDiagonalBound (line 68) | ClipDiagonalBound(e,t,i,s){if(e>=0&&e255?255:n|0} function Pb (line 68) | function Pb(n){return n<0?0:n>4294967295?4294967295:n|0} class gOe (line 68) | class gOe{constructor(e){this.values=e,this.prefixSum=new Uint32Array(e.... method constructor (line 68) | constructor(e){this.values=e,this.prefixSum=new Uint32Array(e.length),... method insertValues (line 68) | insertValues(e,t){e=Pb(e);const i=this.values,s=this.prefixSum,o=t.len... method setValue (line 68) | setValue(e,t){return e=Pb(e),t=Pb(t),this.values[e]===t?!1:(this.value... method removeValues (line 68) | removeValues(e,t){e=Pb(e),t=Pb(t);const i=this.values,s=this.prefixSum... method getTotalSum (line 68) | getTotalSum(){return this.values.length===0?0:this._getPrefixSum(this.... method getPrefixSum (line 68) | getPrefixSum(e){return e<0?0:(e=Pb(e),this._getPrefixSum(e))} method _getPrefixSum (line 68) | _getPrefixSum(e){if(e<=this.prefixSumValidIndex[0])return this.prefixS... method getIndexOf (line 68) | getIndexOf(e){e=Math.floor(e),this.getTotalSum();let t=0,i=this.values... class pOe (line 68) | class pOe{constructor(e){this._values=e,this._isValid=!1,this._validEndI... method constructor (line 68) | constructor(e){this._values=e,this._isValid=!1,this._validEndIndex=-1,... method getTotalSum (line 68) | getTotalSum(){return this._ensureValid(),this._indexBySum.length} method getPrefixSum (line 68) | getPrefixSum(e){return this._ensureValid(),e===0?0:this._prefixSum[e-1]} method getIndexOf (line 68) | getIndexOf(e){this._ensureValid();const t=this._indexBySum[e],i=t>0?th... method removeValues (line 68) | removeValues(e,t){this._values.splice(e,t),this._invalidate(e)} method insertValues (line 68) | insertValues(e,t){this._values=eM(this._values,e,t),this._invalidate(e)} method _invalidate (line 68) | _invalidate(e){this._isValid=!1,this._validEndIndex=Math.min(this._val... method _ensureValid (line 68) | _ensureValid(){if(!this._isValid){for(let e=this._validEndIndex+1,t=th... method setValue (line 68) | setValue(e,t){this._values[e]!==t&&(this._values[e]=t,this._invalidate... class wle (line 68) | class wle{constructor(e,t){this.index=e,this.remainder=t,this._prefixSum... method constructor (line 68) | constructor(e,t){this.index=e,this.remainder=t,this._prefixSumIndexOfR... class mOe (line 68) | class mOe{constructor(e,t,i,s){this._uri=e,this._lines=t,this._eol=i,thi... method constructor (line 68) | constructor(e,t,i,s){this._uri=e,this._lines=t,this._eol=i,this._versi... method dispose (line 68) | dispose(){this._lines.length=0} method version (line 68) | get version(){return this._versionId} method getText (line 68) | getText(){return this._cachedTextValue===null&&(this._cachedTextValue=... method onEvents (line 68) | onEvents(e){e.eol&&e.eol!==this._eol&&(this._eol=e.eol,this._lineStart... method _ensureLineStarts (line 68) | _ensureLineStarts(){if(!this._lineStarts){const e=this._eol.length,t=t... method _setLineText (line 68) | _setLineText(e,t){this._lines[e]=t,this._lineStarts&&this._lineStarts.... method _acceptDeleteRange (line 68) | _acceptDeleteRange(e){if(e.startLineNumber===e.endLineNumber){if(e.sta... method _acceptInsertText (line 68) | _acceptInsertText(e,t){if(t.length===0)return;const i=Wh(t);if(i.lengt... class Fw (line 68) | class Fw{constructor(e){const t=U2(e);this._defaultValue=t,this._asciiMa... method constructor (line 68) | constructor(e){const t=U2(e);this._defaultValue=t,this._asciiMap=Fw._c... method _createAsciiMap (line 68) | static _createAsciiMap(e){const t=new Uint8Array(256);return t.fill(e),t} method set (line 68) | set(e,t){const i=U2(t);e>=0&&e<256?this._asciiMap[e]=i:this._map.set(e... method get (line 68) | get(e){return e>=0&&e<256?this._asciiMap[e]:this._map.get(e)||this._de... method clear (line 68) | clear(){this._asciiMap.fill(this._defaultValue),this._map.clear()} class j2 (line 68) | class j2{constructor(){this._actual=new Fw(0)}add(e){this._actual.set(e,... method constructor (line 68) | constructor(){this._actual=new Fw(0)} method add (line 68) | add(e){this._actual.set(e,1)} method has (line 68) | has(e){return this._actual.get(e)===1} method clear (line 68) | clear(){return this._actual.clear()} class _Oe (line 68) | class _Oe{constructor(e,t,i){const s=new Uint8Array(e*t);for(let o=0,r=e... method constructor (line 68) | constructor(e,t,i){const s=new Uint8Array(e*t);for(let o=0,r=e*t;o=this._maxCharCode?0:this._states.get(e,t)} function bOe (line 68) | function bOe(){return qF===null&&(qF=new vOe([[1,104,2],[1,72,2],[1,102,... function COe (line 68) | function COe(){if(Ry===null){Ry=new Fw(0);const n=` <>'"、。。、,.:;‘〈「『〔([... class K2 (line 68) | class K2{static _createLink(e,t,i,s,o){let r=o-1;do{const a=t.charCodeAt... method _createLink (line 68) | static _createLink(e,t,i,s,o){let r=o-1;do{const a=t.charCodeAt(r);if(... method computeLinks (line 68) | static computeLinks(e,t=bOe()){const i=COe(),s=[];for(let o=1,r=e.getL... function wOe (line 68) | function wOe(n){return!n||typeof n.getLineCount!="function"||typeof n.ge... class mB (line 68) | class mB{constructor(){this._defaultValueSet=[["true","false"],["True","... method constructor (line 68) | constructor(){this._defaultValueSet=[["true","false"],["True","False"]... method navigateValueSet (line 68) | navigateValueSet(e,t,i,s,o){if(e&&t){const r=this.doNavigateValueSet(t... method doNavigateValueSet (line 68) | doNavigateValueSet(e,t){const i=this.numberReplace(e,t);return i!==nul... method numberReplace (line 68) | numberReplace(e,t){const i=Math.pow(10,e.length-(e.lastIndexOf(".")+1)... method textReplace (line 68) | textReplace(e,t){return this.valueSetsReplace(this._defaultValueSet,e,t)} method valueSetsReplace (line 68) | valueSetsReplace(e,t,i){let s=null;for(let o=0,r=e.length;s===null&&o<... method valueSetReplace (line 68) | valueSetReplace(e,t,i){let s=e.indexOf(t);return s>=0?(s+=i?1:-1,s<0?s... class yOe (line 68) | class yOe{constructor(e,t){this.uri=e,this.value=t}} method constructor (line 68) | constructor(e,t){this.uri=e,this.value=t} function SOe (line 68) | function SOe(n){return Array.isArray(n)} class hs (line 68) | class hs{constructor(e,t){if(this[qY]="ResourceMap",e instanceof hs)this... method constructor (line 68) | constructor(e,t){if(this[qY]="ResourceMap",e instanceof hs)this.map=ne... method set (line 68) | set(e,t){return this.map.set(this.toKey(e),new yOe(e,t)),this} method get (line 68) | get(e){var t;return(t=this.map.get(this.toKey(e)))===null||t===void 0?... method has (line 68) | has(e){return this.map.has(this.toKey(e))} method size (line 68) | get size(){return this.map.size} method clear (line 68) | clear(){this.map.clear()} method delete (line 68) | delete(e){return this.map.delete(this.toKey(e))} method forEach (line 68) | forEach(e,t){typeof t<"u"&&(e=e.bind(t));for(const[i,s]of this.map)e(s... method values (line 68) | *values(){for(const e of this.map.values())yield e.value} method keys (line 68) | *keys(){for(const e of this.map.values())yield e.uri} method entries (line 68) | *entries(){for(const e of this.map.values())yield[e.uri,e.value]} method [(qY=Symbol.toStringTag,Symbol.iterator)] (line 68) | *[(qY=Symbol.toStringTag,Symbol.iterator)](){for(const[,e]of this.map)yi... class xOe (line 68) | class xOe{constructor(){this[GY]="LinkedMap",this._map=new Map,this._hea... method constructor (line 68) | constructor(){this[GY]="LinkedMap",this._map=new Map,this._head=void 0... method clear (line 68) | clear(){this._map.clear(),this._head=void 0,this._tail=void 0,this._si... method isEmpty (line 68) | isEmpty(){return!this._head&&!this._tail} method size (line 68) | get size(){return this._size} method first (line 68) | get first(){var e;return(e=this._head)===null||e===void 0?void 0:e.value} method last (line 68) | get last(){var e;return(e=this._tail)===null||e===void 0?void 0:e.value} method has (line 68) | has(e){return this._map.has(e)} method get (line 68) | get(e,t=0){const i=this._map.get(e);if(i)return t!==0&&this.touch(i,t)... method set (line 68) | set(e,t,i=0){let s=this._map.get(e);if(s)s.value=t,i!==0&&this.touch(s... method delete (line 68) | delete(e){return!!this.remove(e)} method remove (line 68) | remove(e){const t=this._map.get(e);if(t)return this._map.delete(e),thi... method shift (line 68) | shift(){if(!this._head&&!this._tail)return;if(!this._head||!this._tail... method forEach (line 68) | forEach(e,t){const i=this._state;let s=this._head;for(;s;){if(t?e.bind... method keys (line 68) | keys(){const e=this,t=this._state;let i=this._head;const s={[Symbol.it... method values (line 68) | values(){const e=this,t=this._state;let i=this._head;const s={[Symbol.... method entries (line 68) | entries(){const e=this,t=this._state;let i=this._head;const s={[Symbol... method trimOld (line 68) | trimOld(e){if(e>=this.size)return;if(e===0){this.clear();return}let t=... method trimNew (line 68) | trimNew(e){if(e>=this.size)return;if(e===0){this.clear();return}let t=... method addItemFirst (line 68) | addItemFirst(e){if(!this._head&&!this._tail)this._tail=e;else if(this.... method addItemLast (line 68) | addItemLast(e){if(!this._head&&!this._tail)this._head=e;else if(this._... method removeItem (line 68) | removeItem(e){if(e===this._head&&e===this._tail)this._head=void 0,this... method touch (line 68) | touch(e,t){if(!this._head||!this._tail)throw new Error("Invalid list")... method toJSON (line 68) | toJSON(){const e=[];return this.forEach((t,i)=>{e.push([i,t])}),e} method fromJSON (line 68) | fromJSON(e){this.clear();for(const[t,i]of e)this.set(t,i)} method [(GY=Symbol.toStringTag,Symbol.iterator)] (line 68) | [(GY=Symbol.toStringTag,Symbol.iterator)](){return this.entries()} class LOe (line 68) | class LOe extends xOe{constructor(e,t=1){super(),this._limit=e,this._rat... method constructor (line 68) | constructor(e,t=1){super(),this._limit=e,this._ratio=Math.min(Math.max... method limit (line 68) | get limit(){return this._limit} method limit (line 68) | set limit(e){this._limit=e,this.checkTrim()} method get (line 68) | get(e,t=2){return super.get(e,t)} method peek (line 68) | peek(e){return super.get(e,0)} method set (line 68) | set(e,t){return super.set(e,t,2),this} method checkTrim (line 68) | checkTrim(){this.size>this._limit&&this.trim(Math.round(this._limit*th... class zh (line 68) | class zh extends LOe{constructor(e,t=1){super(e,t)}trim(e){this.trimOld(... method constructor (line 68) | constructor(e,t=1){super(e,t)} method trim (line 68) | trim(e){this.trimOld(e)} method set (line 68) | set(e,t){return super.set(e,t),this.checkTrim(),this} class kOe (line 68) | class kOe{constructor(e){if(this._m1=new Map,this._m2=new Map,e)for(cons... method constructor (line 68) | constructor(e){if(this._m1=new Map,this._m2=new Map,e)for(const[t,i]of... method clear (line 68) | clear(){this._m1.clear(),this._m2.clear()} method set (line 68) | set(e,t){this._m1.set(e,t),this._m2.set(t,e)} method get (line 68) | get(e){return this._m1.get(e)} method getKey (line 68) | getKey(e){return this._m2.get(e)} method delete (line 68) | delete(e){const t=this._m1.get(e);return t===void 0?!1:(this._m1.delet... method keys (line 68) | keys(){return this._m1.keys()} method values (line 68) | values(){return this._m1.values()} class uz (line 68) | class uz{constructor(){this.map=new Map}add(e,t){let i=this.map.get(e);i... method constructor (line 68) | constructor(){this.map=new Map} method add (line 68) | add(e,t){let i=this.map.get(e);i||(i=new Set,this.map.set(e,i)),i.add(t)} method delete (line 68) | delete(e,t){const i=this.map.get(e);i&&(i.delete(t),i.size===0&&this.m... method forEach (line 68) | forEach(e,t){const i=this.map.get(e);i&&i.forEach(t)} method get (line 68) | get(e){const t=this.map.get(e);return t||new Set} class DOe (line 68) | class DOe extends Fw{constructor(e,t){super(0),this._segmenter=null,this... method constructor (line 68) | constructor(e,t){super(0),this._segmenter=null,this._cachedLine=null,t... method findPrevIntlWordBeforeOrAtOffset (line 68) | findPrevIntlWordBeforeOrAtOffset(e,t){let i=null;for(const s of this._... method findNextIntlWordAtOrAfterOffset (line 68) | findNextIntlWordAtOrAfterOffset(e,t){for(const i of this._getIntlSegme... method _getIntlSegmenterWordsOnLine (line 68) | _getIntlSegmenterWordsOnLine(e){return this._segmenter?this._cachedLin... method _filterWordSegments (line 68) | _filterWordSegments(e){const t=[];for(const i of e)this._isWordLike(i)... method _isWordLike (line 68) | _isWordLike(e){return!!e.isWordLike} function cc (line 68) | function cc(n,e){const t=`${n}/${e.join(",")}`;let i=ZY.get(t);return i|... class gN (line 68) | class gN{get originalIndentSize(){return this._indentSizeIsTabSize?"tabS... method originalIndentSize (line 68) | get originalIndentSize(){return this._indentSizeIsTabSize?"tabSize":th... method constructor (line 68) | constructor(e){this._textModelResolvedOptionsBrand=void 0,this.tabSize... method equals (line 68) | equals(e){return this.tabSize===e.tabSize&&this._indentSizeIsTabSize==... method createChangeEvent (line 68) | createChangeEvent(e){return{tabSize:this.tabSize!==e.tabSize,indentSiz... class pL (line 68) | class pL{constructor(e,t){this._findMatchBrand=void 0,this.range=e,this.... method constructor (line 68) | constructor(e,t){this._findMatchBrand=void 0,this.range=e,this.matches=t} function IOe (line 68) | function IOe(n){return n&&typeof n.read=="function"} class GF (line 68) | class GF{constructor(e,t,i,s,o,r){this.identifier=e,this.range=t,this.te... method constructor (line 68) | constructor(e,t,i,s,o,r){this.identifier=e,this.range=t,this.text=i,th... class EOe (line 68) | class EOe{constructor(e,t,i){this.regex=e,this.wordSeparators=t,this.sim... method constructor (line 68) | constructor(e,t,i){this.regex=e,this.wordSeparators=t,this.simpleSearc... class TOe (line 68) | class TOe{constructor(e,t,i){this.reverseEdits=e,this.changes=t,this.tri... method constructor (line 68) | constructor(e,t,i){this.reverseEdits=e,this.changes=t,this.trimAutoWhi... function yle (line 68) | function yle(n){return!n.isTooLargeForSyncing()&&!n.isForSimpleWidget} class nv (line 68) | class nv{constructor(e,t,i,s){this.searchString=e,this.isRegex=t,this.ma... method constructor (line 68) | constructor(e,t,i,s){this.searchString=e,this.isRegex=t,this.matchCase... method parseSearchRequest (line 68) | parseSearchRequest(){if(this.searchString==="")return null;let e;this.... function AOe (line 69) | function AOe(n){if(!n||n.length===0)return!1;for(let e=0,t=n.length;eString.fromCodePoint(i)).join(""... class XY (line 71) | class XY{constructor(e){this.options=e,this.allowedCodePoints=new Set(e.... method constructor (line 71) | constructor(e){this.options=e,this.allowedCodePoints=new Set(e.allowed... method getCandidateCodePoints (line 71) | getCandidateCodePoints(){if(this.options.nonBasicASCII)return"allNonBa... method shouldHighlightNonBasicASCII (line 71) | shouldHighlightNonBasicASCII(e,t){const i=e.codePointAt(0);if(this.all... function QY (line 71) | function QY(n){return n===" "||n===` class pN (line 72) | class pN{constructor(e,t,i){this.changes=e,this.moves=t,this.hitTimeout=i}} method constructor (line 72) | constructor(e,t,i){this.changes=e,this.moves=t,this.hitTimeout=i} class Sle (line 72) | class Sle{constructor(e,t){this.lineRangeMapping=e,this.changes=t}} method constructor (line 72) | constructor(e,t){this.lineRangeMapping=e,this.changes=t} class zt (line 72) | class zt{static addRange(e,t){let i=0;for(;it))return new zt(e,t)} method ofLength (line 72) | static ofLength(e){return new zt(0,e)} method ofStartAndLength (line 72) | static ofStartAndLength(e,t){return new zt(e,e+t)} method constructor (line 72) | constructor(e,t){if(this.start=e,this.endExclusive=t,e>t)throw new Gi(... method isEmpty (line 72) | get isEmpty(){return this.start===this.endExclusive} method delta (line 72) | delta(e){return new zt(this.start+e,this.endExclusive+e)} method deltaStart (line 72) | deltaStart(e){return new zt(this.start+e,this.endExclusive)} method deltaEnd (line 72) | deltaEnd(e){return new zt(this.start,this.endExclusive+e)} method length (line 72) | get length(){return this.endExclusive-this.start} method toString (line 72) | toString(){return`[${this.start}, ${this.endExclusive})`} method contains (line 72) | contains(e){return this.start<=e&&e=e.endExclusive} method slice (line 72) | slice(e){return e.slice(this.start,this.endExclusive)} method substring (line 72) | substring(e){return e.substring(this.start,this.endExclusive)} method clip (line 72) | clip(e){if(this.isEmpty)throw new Gi(`Invalid clipping range: ${this.t... method clipCyclic (line 72) | clipCyclic(e){if(this.isEmpty)throw new Gi(`Invalid clipping range: ${... method forEach (line 72) | forEach(e){for(let t=this.start;te.toString()).join(", ")} method intersectsStrict (line 72) | intersectsStrict(e){let t=0;for(;te+t.length,0)} function mL (line 72) | function mL(n,e){const t=OOe(n,e);if(t!==-1)return n[t]} function OOe (line 72) | function OOe(n,e,t=n.length-1){for(let i=t;i>=0;i--){const s=n[i];if(e(s... function MC (line 72) | function MC(n,e){const t=_L(n,e);return t===-1?void 0:n[t]} function _L (line 72) | function _L(n,e,t=0,i=n.length){let s=t,o=i;for(;s-e(t,i))} function HOe (line 72) | function HOe(n,e){if(n.length===0)return-1;let t=0;for(let i=1;it)throw new Gi(`startLineNumber ${e} cannot be aft... method contains (line 72) | contains(e){return this.startLineNumber<=e&&ei.startLineNumber<=e)... method intersects (line 72) | intersects(e){const t=MC(this._normalizedRanges,i=>i.startLineNumberr.endLineNumberEx... method toString (line 72) | toString(){return this._normalizedRanges.map(e=>e.toString()).join(", ")} method getIntersection (line 72) | getIntersection(e){const t=[];let i=0,s=0;for(;it.delta(e)))} class Ar (line 72) | class Ar{static betweenPositions(e,t){return e.lineNumber===t.lineNumber... method betweenPositions (line 72) | static betweenPositions(e,t){return e.lineNumber===t.lineNumber?new Ar... method ofRange (line 72) | static ofRange(e){return Ar.betweenPositions(e.getStartPosition(),e.ge... method ofText (line 72) | static ofText(e){let t=0,i=0;for(const s of e)s===` method constructor (line 73) | constructor(e,t){this.lineCount=e,this.columnCount=t} method isGreaterThanOrEqualTo (line 73) | isGreaterThanOrEqualTo(e){return this.lineCount!==e.lineCount?this.lin... method createRange (line 73) | createRange(e){return this.lineCount===0?new A(e.lineNumber,e.column,e... method addToPosition (line 73) | addToPosition(e){return this.lineCount===0?new ee(e.lineNumber,e.colum... method toString (line 73) | toString(){return`${this.lineCount},${this.columnCount}`} class zOe (line 73) | class zOe{constructor(e){this.text=e,this.lineStartOffsetByLineIdx=[],th... method constructor (line 73) | constructor(e){this.text=e,this.lineStartOffsetByLineIdx=[],this.lineS... method getOffset (line 74) | getOffset(e){return this.lineStartOffsetByLineIdx[e.lineNumber-1]+e.co... method getOffsetRange (line 74) | getOffsetRange(e){return new zt(this.getOffset(e.getStartPosition()),t... method textLength (line 74) | get textLength(){const e=this.lineStartOffsetByLineIdx.length-1;return... class mz (line 74) | class mz{constructor(e){this.edits=e,g0(()=>lz(e,(t,i)=>t.range.getEndPo... method constructor (line 74) | constructor(e){this.edits=e,g0(()=>lz(e,(t,i)=>t.range.getEndPosition(... method apply (line 74) | apply(e){let t="",i=new ee(1,1);for(const o of this.edits){const r=o.r... method applyToString (line 74) | applyToString(e){const t=new $Oe(e);return this.apply(t)} method getNewRanges (line 74) | getNewRanges(){const e=[];let t=0,i=0,s=0;for(const o of this.edits){c... class Eg (line 74) | class Eg{constructor(e,t){this.range=e,this.text=t}} method constructor (line 74) | constructor(e,t){this.range=e,this.text=t} function JY (line 74) | function JY(n,e){if(n.lineNumber===e.lineNumber&&n.column===Number.MAX_S... class xle (line 74) | class xle{get endPositionExclusive(){return this.length.addToPosition(ne... method endPositionExclusive (line 74) | get endPositionExclusive(){return this.length.addToPosition(new ee(1,1))} class $Oe (line 74) | class $Oe extends xle{constructor(e){super(),this.value=e,this._t=new zO... method constructor (line 74) | constructor(e){super(),this.value=e,this._t=new zOe(this.value)} method getValueOfRange (line 74) | getValueOfRange(e){return this._t.getOffsetRange(e).substring(this.val... method length (line 74) | get length(){return this._t.textLength} class Ir (line 74) | class Ir{static inverse(e,t,i){const s=[];let o=1,r=1;for(const l of e){... method inverse (line 74) | static inverse(e,t,i){const s=[];let o=1,r=1;for(const l of e){const c... method clip (line 74) | static clip(e,t,i){const s=[];for(const o of e){const r=o.original.int... method constructor (line 74) | constructor(e,t){this.original=e,this.modified=t} method toString (line 74) | toString(){return`{${this.original.toString()}->${this.modified.toStri... method flip (line 74) | flip(){return new Ir(this.modified,this.original)} method join (line 74) | join(e){return new Ir(this.original.join(e.original),this.modified.joi... method toRangeMapping (line 74) | toRangeMapping(){const e=this.original.toInclusiveRange(),t=this.modif... class Cl (line 74) | class Cl extends Ir{static fromRangeMappings(e){const t=Vt.join(e.map(s=... method fromRangeMappings (line 74) | static fromRangeMappings(e){const t=Vt.join(e.map(s=>Vt.fromRangeInclu... method constructor (line 74) | constructor(e,t,i){super(e,t),this.innerChanges=i} method flip (line 74) | flip(){var e;return new Cl(this.modified,this.original,(e=this.innerCh... method withInnerChangesFromLineRanges (line 74) | withInnerChangesFromLineRanges(){return new Cl(this.original,this.modi... class qd (line 74) | class qd{constructor(e,t){this.originalRange=e,this.modifiedRange=t}toSt... method constructor (line 74) | constructor(e,t){this.originalRange=e,this.modifiedRange=t} method toString (line 74) | toString(){return`{${this.originalRange.toString()}->${this.modifiedRa... method flip (line 74) | flip(){return new qd(this.modifiedRange,this.originalRange)} method toTextEdit (line 74) | toTextEdit(e){const t=e.getValueOfRange(this.modifiedRange);return new... class jOe (line 74) | class jOe{computeDiff(e,t,i){var s;const r=new GOe(e,t,{maxComputationTi... method computeDiff (line 74) | computeDiff(e,t,i){var s;const r=new GOe(e,t,{maxComputationTime:i.max... function Lle (line 74) | function Lle(n,e,t,i){return new Ju(n,e,t).ComputeDiff(i)} method constructor (line 74) | constructor(e){const t=[],i=[];for(let s=0,o=e.length;s(e===10?"\\n":String.f... method _assertIndex (line 74) | _assertIndex(e,t){if(e<0||e>=t.length)throw new Error("Illegal index")} method getElements (line 74) | getElements(){return this._charCodes} method getStartLineNumber (line 74) | getStartLineNumber(e){return e>0&&e===this._lineNumbers.length?this.ge... method getEndLineNumber (line 74) | getEndLineNumber(e){return e===-1?this.getStartLineNumber(e+1):(this._... method getStartColumn (line 74) | getStartColumn(e){return e>0&&e===this._columns.length?this.getEndColu... method getEndColumn (line 74) | getEndColumn(e){return e===-1?this.getStartColumn(e+1):(this._assertIn... class Y1 (line 74) | class Y1{constructor(e,t,i,s,o,r,a,l){this.originalStartLineNumber=e,thi... method constructor (line 74) | constructor(e,t,i,s,o,r,a,l){this.originalStartLineNumber=e,this.origi... method createFromDiffChange (line 74) | static createFromDiffChange(e,t,i){const s=t.getStartLineNumber(e.orig... function qOe (line 74) | function qOe(n){if(n.length<=1)return n;const e=[n[0]];let t=e[0];for(le... class lx (line 74) | class lx{constructor(e,t,i,s,o){this.originalStartLineNumber=e,this.orig... method constructor (line 74) | constructor(e,t,i,s,o){this.originalStartLineNumber=e,this.originalEnd... method createFromDiffResult (line 74) | static createFromDiffResult(e,t,i,s,o,r,a){let l,c,d,u,h;if(t.original... class GOe (line 74) | class GOe{constructor(e,t,i){this.shouldComputeCharChanges=i.shouldCompu... method constructor (line 74) | constructor(e,t,i){this.shouldComputeCharChanges=i.shouldComputeCharCh... method computeDiff (line 74) | computeDiff(){if(this.original.lines.length===1&&this.original.lines[0... method _pushTrimWhitespaceCharChange (line 74) | _pushTrimWhitespaceCharChange(e,t,i,s,o,r,a){if(this._mergeTrimWhitesp... method _mergeTrimWhitespaceCharChange (line 74) | _mergeTrimWhitespaceCharChange(e,t,i,s,o,r,a){const l=e.length;if(l===... function _B (line 74) | function _B(n,e){const t=fr(n);return t===-1?e:t+1} function vB (line 74) | function vB(n,e){const t=Kd(n);return t===-1?e:t+2} function tX (line 74) | function tX(n){if(n===0)return()=>!0;const e=Date.now();return()=>Date.n... class _g (line 74) | class _g{static trivial(e,t){return new _g([new qs(zt.ofLength(e.length)... method trivial (line 74) | static trivial(e,t){return new _g([new qs(zt.ofLength(e.length),zt.ofL... method trivialTimedOut (line 74) | static trivialTimedOut(e,t){return new _g([new qs(zt.ofLength(e.length... method constructor (line 74) | constructor(e,t){this.diffs=e,this.hitTimeout=t} class qs (line 74) | class qs{static invert(e,t){const i=[];return Fre(e,(s,o)=>{i.push(qs.fr... method invert (line 74) | static invert(e,t){const i=[];return Fre(e,(s,o)=>{i.push(qs.fromOffse... method fromOffsetPairs (line 74) | static fromOffsetPairs(e,t){return new qs(new zt(e.offset1,t.offset1),... method constructor (line 74) | constructor(e,t){this.seq1Range=e,this.seq2Range=t} method swap (line 74) | swap(){return new qs(this.seq2Range,this.seq1Range)} method toString (line 74) | toString(){return`${this.seq1Range} <-> ${this.seq2Range}`} method join (line 74) | join(e){return new qs(this.seq1Range.join(e.seq1Range),this.seq2Range.... method delta (line 74) | delta(e){return e===0?this:new qs(this.seq1Range.delta(e),this.seq2Ran... method deltaStart (line 74) | deltaStart(e){return e===0?this:new qs(this.seq1Range.deltaStart(e),th... method deltaEnd (line 74) | deltaEnd(e){return e===0?this:new qs(this.seq1Range.deltaEnd(e),this.s... method intersect (line 74) | intersect(e){const t=this.seq1Range.intersect(e.seq1Range),i=this.seq2... method getStarts (line 74) | getStarts(){return new Yl(this.seq1Range.start,this.seq2Range.start)} method getEndExclusives (line 74) | getEndExclusives(){return new Yl(this.seq1Range.endExclusive,this.seq2... class Yl (line 74) | class Yl{constructor(e,t){this.offset1=e,this.offset2=t}toString(){retur... method constructor (line 74) | constructor(e,t){this.offset1=e,this.offset2=t} method toString (line 74) | toString(){return`${this.offset1} <-> ${this.offset2}`} method delta (line 74) | delta(e){return e===0?this:new Yl(this.offset1+e,this.offset2+e)} method equals (line 74) | equals(e){return this.offset1===e.offset1&&this.offset2===e.offset2} class bL (line 74) | class bL{isValid(){return!0}} method isValid (line 74) | isValid(){return!0} class ZOe (line 74) | class ZOe{constructor(e){if(this.timeout=e,this.startTime=Date.now(),thi... method constructor (line 74) | constructor(e){if(this.timeout=e,this.startTime=Date.now(),this.valid=... method isValid (line 74) | isValid(){if(!(Date.now()-this.startTime=this.negativeArr.length){const i=this.ne... class QOe (line 75) | class QOe{constructor(){this.positiveArr=[],this.negativeArr=[]}get(e){r... method constructor (line 75) | constructor(){this.positiveArr=[],this.negativeArr=[]} method get (line 75) | get(e){return e<0?(e=-e-1,this.negativeArr[e]):this.positiveArr[e]} method set (line 75) | set(e,t){e<0?(e=-e-1,this.negativeArr[e]=t):this.positiveArr[e]=t} class q2 (line 75) | class q2{constructor(e,t,i){this.lines=e,this.considerWhitespaceChanges=... method constructor (line 75) | constructor(e,t,i){this.lines=e,this.considerWhitespaceChanges=i,this.... method toString (line 75) | toString(){return`Slice: "${this.text}"`} method text (line 75) | get text(){return this.getText(new zt(0,this.length))} method getText (line 75) | getText(e){return this.elements.slice(e.start,e.endExclusive).map(t=>S... method getElement (line 75) | getElement(e){return this.elements[e]} method length (line 75) | get length(){return this.elements.length} method getBoundaryScore (line 75) | getBoundaryScore(e){const t=sX(e>0?this.elements[e-1]:-1),i=sX(e=this.elements.length||!YF(this.elemen... method countLinesIn (line 75) | countLinesIn(e){return this.translateOffset(e.endExclusive).lineNumber... method isStronglyEqual (line 75) | isStronglyEqual(e,t){return this.elements[e]===this.elements[t]} method extendToFullLines (line 75) | extendToFullLines(e){var t,i;const s=(t=MC(this.firstCharOffsetByLine,... function YF (line 75) | function YF(n){return n>=97&&n<=122||n>=65&&n<=90||n>=48&&n<=57} function nX (line 75) | function nX(n){return JOe[n]} function sX (line 75) | function sX(n){return n===10?8:n===13?7:bB(n)?6:n>=97&&n<=122?0:n>=65&&n... function e4e (line 75) | function e4e(n,e,t,i,s,o){let{moves:r,excludedChanges:a}=i4e(n,e,t,o);if... function t4e (line 76) | function t4e(n,e){let t=0;for(const i of n)e(i)&&t++;return t} function i4e (line 76) | function i4e(n,e,t,i){const s=[],o=n.filter(l=>l.modified.isEmpty&&l.ori... function n4e (line 76) | function n4e(n,e,t,i,s,o){const r=[],a=new uz;for(const h of n)for(let f... function oX (line 76) | function oX(n,e,t){if(n.trim()===e.trim())return!0;if(n.length>300&&e.le... function s4e (line 76) | function s4e(n){if(n.length===0)return n;n.sort(oa(t=>t.original.startLi... function o4e (line 76) | function o4e(n,e){const t=new pD(n);return e=e.filter(i=>{const s=t.find... function CB (line 76) | function CB(n,e,t){let i=t;return i=rX(n,e,i),i=rX(n,e,i),i=r4e(n,e,i),i} function rX (line 76) | function rX(n,e,t){if(t.length===0)return t;const i=[];i.push(t[0]);for(... function r4e (line 76) | function r4e(n,e,t){if(!n.getBoundaryScore||!e.getBoundaryScore)return t... function aX (line 76) | function aX(n,e,t,i,s){let r=1;for(;n.seq1Range.start-r>=i.start&&n.seq2... function a4e (line 76) | function a4e(n,e,t){const i=[];for(const s of t){const o=i[i.length-1];i... function l4e (line 76) | function l4e(n,e,t){const i=qs.invert(t,n.length),s=[];let o=new Yl(0,0)... function c4e (line 76) | function c4e(n,e){const t=[];for(;n.length>0||e.length>0;){const i=n[0],... function d4e (line 76) | function d4e(n,e,t){let i=t;if(i.length===0)return i;let s=0,o;do{o=!1;c... function u4e (line 76) | function u4e(n,e,t){let i=t;if(i.length===0)return i;let s=0,o;do{o=!1;c... class lX (line 76) | class lX{constructor(e,t){this.trimmedHash=e,this.lines=t}getElement(e){... method constructor (line 76) | constructor(e,t){this.trimmedHash=e,this.lines=t} method getElement (line 76) | getElement(e){return this.trimmedHash[e]} method length (line 76) | get length(){return this.trimmedHash.length} method getBoundaryScore (line 76) | getBoundaryScore(e){const t=e===0?0:cX(this.lines[e-1]),i=e===this.lin... method getText (line 76) | getText(e){return this.lines.slice(e.start,e.endExclusive).join(` method isStronglyEqual (line 77) | isStronglyEqual(e,t){return this.lines[e]===this.lines[t]} function cX (line 77) | function cX(n){let e=0;for(;ex===k))return new pN(... method computeMoves (line 77) | computeMoves(e,t,i,s,o,r,a){return e4e(e,t,i,s,o,r).map(d=>{const u=th... method refineDiff (line 77) | refineDiff(e,t,i,s,o){const r=new q2(e,i.seq1Range,o),a=new q2(t,i.seq... function dX (line 77) | function dX(n,e,t,i=!1){const s=[];for(const o of TV(n.map(r=>h4e(r,e,t)... function h4e (line 77) | function h4e(n,e,t){let i=0,s=0;n.modifiedRange.endColumn===1&&n.origina... function um (line 77) | function um(n,e){const t=Math.pow(10,e);return Math.round(n*t)/t} class ci (line 77) | class ci{constructor(e,t,i,s=1){this._rgbaBrand=void 0,this.r=Math.min(2... method constructor (line 77) | constructor(e,t,i,s=1){this._rgbaBrand=void 0,this.r=Math.min(255,Math... method equals (line 77) | static equals(e,t){return e.r===t.r&&e.g===t.g&&e.b===t.b&&e.a===t.a} class Vc (line 77) | class Vc{constructor(e,t,i,s){this._hslaBrand=void 0,this.h=Math.max(Mat... method constructor (line 77) | constructor(e,t,i,s){this._hslaBrand=void 0,this.h=Math.max(Math.min(3... method equals (line 77) | static equals(e,t){return e.h===t.h&&e.s===t.s&&e.l===t.l&&e.a===t.a} method fromRGBA (line 77) | static fromRGBA(e){const t=e.r/255,i=e.g/255,s=e.b/255,o=e.a,r=Math.ma... method _hue2rgb (line 77) | static _hue2rgb(e,t,i){return i<0&&(i+=1),i>1&&(i-=1),i<1/6?e+(t-e)*6*... method toRGBA (line 77) | static toRGBA(e){const t=e.h/360,{s:i,l:s,a:o}=e;let r,a,l;if(i===0)r=... class rh (line 77) | class rh{constructor(e,t,i,s){this._hsvaBrand=void 0,this.h=Math.max(Mat... method constructor (line 77) | constructor(e,t,i,s){this._hsvaBrand=void 0,this.h=Math.max(Math.min(3... method equals (line 77) | static equals(e,t){return e.h===t.h&&e.s===t.s&&e.v===t.v&&e.a===t.a} method fromRGBA (line 77) | static fromRGBA(e){const t=e.r/255,i=e.g/255,s=e.b/255,o=Math.max(t,i,... method toRGBA (line 77) | static toRGBA(e){const{h:t,s:i,v:s,a:o}=e,r=s*i,a=r*(1-Math.abs(t/60%2... class le (line 77) | class le{static fromHex(e){return le.Format.CSS.parseHex(e)||le.red}stat... method fromHex (line 77) | static fromHex(e){return le.Format.CSS.parseHex(e)||le.red} method equals (line 77) | static equals(e,t){return!e&&!t?!0:!e||!t?!1:e.equals(t)} method hsla (line 77) | get hsla(){return this._hsla?this._hsla:Vc.fromRGBA(this.rgba)} method hsva (line 77) | get hsva(){return this._hsva?this._hsva:rh.fromRGBA(this.rgba)} method constructor (line 77) | constructor(e){if(e)if(e instanceof ci)this.rgba=e;else if(e instanceo... method equals (line 77) | equals(e){return!!e&&ci.equals(this.rgba,e.rgba)&&Vc.equals(this.hsla,... method getRelativeLuminance (line 77) | getRelativeLuminance(){const e=le._relativeLuminanceForComponent(this.... method _relativeLuminanceForComponent (line 77) | static _relativeLuminanceForComponent(e){const t=e/255;return t<=.0392... method isLighter (line 77) | isLighter(){return(this.rgba.r*299+this.rgba.g*587+this.rgba.b*114)/1e... method isLighterThan (line 77) | isLighterThan(e){const t=this.getRelativeLuminance(),i=e.getRelativeLu... method isDarkerThan (line 77) | isDarkerThan(e){const t=this.getRelativeLuminance(),i=e.getRelativeLum... method lighten (line 77) | lighten(e){return new le(new Vc(this.hsla.h,this.hsla.s,this.hsla.l+th... method darken (line 77) | darken(e){return new le(new Vc(this.hsla.h,this.hsla.s,this.hsla.l-thi... method transparent (line 77) | transparent(e){const{r:t,g:i,b:s,a:o}=this.rgba;return new le(new ci(t... method isTransparent (line 77) | isTransparent(){return this.rgba.a===0} method isOpaque (line 77) | isOpaque(){return this.rgba.a===1} method opposite (line 77) | opposite(){return new le(new ci(255-this.rgba.r,255-this.rgba.g,255-th... method makeOpaque (line 77) | makeOpaque(e){if(this.isOpaque()||e.rgba.a!==1)return this;const{r:t,g... method toString (line 77) | toString(){return this._toString||(this._toString=le.Format.CSS.format... method getLighterColor (line 77) | static getLighterColor(e,t,i){if(e.isLighterThan(t))return e;i=i||.5;c... method getDarkerColor (line 77) | static getDarkerColor(e,t,i){if(e.isDarkerThan(t))return e;i=i||.5;con... function i (line 77) | function i(f){return f.rgba.a===1?`rgb(${f.rgba.r}, ${f.rgba.g}, ${f.rgb... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 77) | function s(f){return`rgba(${f.rgba.r}, ${f.rgba.g}, ${f.rgba.b}, ${+f.rg... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function o (line 77) | function o(f){return f.hsla.a===1?`hsl(${f.hsla.h}, ${(f.hsla.s*100).toF... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function r (line 77) | function r(f){return`hsla(${f.hsla.h}, ${(f.hsla.s*100).toFixed(2)}%, ${... method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function a (line 77) | function a(f){const g=f.toString(16);return g.length!==2?"0"+g:g} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 77) | function l(f){return`#${a(f.rgba.r)}${a(f.rgba.g)}${a(f.rgba.b)}`} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;Se.... method acceptNewModel (line 77) | acceptNewModel(e){this._models[e.url]=new w4e(pt.parse(e.url),e.lines,... method acceptModelChanged (line 77) | acceptModelChanged(e,t){if(!this._models[e])return;this._models[e].onE... method acceptRemovedModel (line 77) | acceptRemovedModel(e){this._models[e]&&delete this._models[e]} method computeUnicodeHighlights (line 77) | async computeUnicodeHighlights(e,t,i){const s=this._getModel(e);return... method findSectionHeaders (line 77) | async findSectionHeaders(e,t){const i=this._getModel(e);return i?_4e(i... method computeDiff (line 77) | async computeDiff(e,t,i,s){const o=this._getModel(e),r=this._getModel(... method computeDiff (line 77) | static computeDiff(e,t,i,s){const o=s==="advanced"?uX.getDefault():uX.... method _modelsAreIdentical (line 77) | static _modelsAreIdentical(e,t){const i=e.getLineCount(),s=t.getLineCo... method computeMoreMinimalEdits (line 77) | async computeMoreMinimalEdits(e,t,i){const s=this._getModel(e);if(!s)r... method computeLinks (line 77) | async computeLinks(e){const t=this._getModel(e);return t?wOe(t):null} method computeDefaultDocumentColors (line 77) | async computeDefaultDocumentColors(e){const t=this._getModel(e);return... method textualSuggest (line 77) | async textualSuggest(e,t,i,s){const o=new xo,r=new RegExp(i,s),a=new S... method computeWordRanges (line 77) | async computeWordRanges(e,t,i,s){const o=this._getModel(e);if(!o)retur... method navigateValueSet (line 77) | async navigateValueSet(e,t,i,s,o){const r=this._getModel(e);if(!r)retu... method loadForeignModule (line 77) | loadForeignModule(e,t,i){const r={host:g2e(i,(a,l)=>this._host.fhr(a,l... method fmr (line 77) | fmr(e,t){if(!this._foreignModule||typeof this._foreignModule[e]!="func... function hv (line 77) | function hv(n,e){const t=n.getModel(e);return!(!t||t.isTooLargeForSyncin... method constructor (line 77) | constructor(e,t,i,s,o){super(),this._modelService=e,this._workerManager=... method dispose (line 77) | dispose(){super.dispose()} method canComputeUnicodeHighlights (line 77) | canComputeUnicodeHighlights(e){return hv(this._modelService,e)} method computedUnicodeHighlights (line 77) | computedUnicodeHighlights(e,t,i){return this._workerManager.withWorker()... method computeDiff (line 77) | async computeDiff(e,t,i,s){const o=await this._workerManager.withWorker(... method computeMoreMinimalEdits (line 77) | computeMoreMinimalEdits(e,t,i=!1){if(Zo(t)){if(!hv(this._modelService,e)... method canNavigateValueSet (line 77) | canNavigateValueSet(e){return hv(this._modelService,e)} method navigateValueSet (line 77) | navigateValueSet(e,t,i){return this._workerManager.withWorker().then(s=>... method canComputeWordRanges (line 77) | canComputeWordRanges(e){return hv(this._modelService,e)} method computeWordRanges (line 77) | computeWordRanges(e,t){return this._workerManager.withWorker().then(i=>i... method findSectionHeaders (line 77) | findSectionHeaders(e,t){return this._workerManager.withWorker().then(i=>... class S4e (line 77) | class S4e{constructor(e,t,i,s){this.languageConfigurationService=s,this.... method constructor (line 77) | constructor(e,t,i,s){this.languageConfigurationService=s,this._debugDi... method provideCompletionItems (line 77) | async provideCompletionItems(e,t){const i=this._configurationService.g... class x4e (line 77) | class x4e extends ne{constructor(e,t){super(),this.languageConfiguration... method constructor (line 77) | constructor(e,t){super(),this.languageConfigurationService=t,this._mod... method dispose (line 77) | dispose(){this._editorWorkerClient&&(this._editorWorkerClient.dispose(... method _checkStopEmptyWorker (line 77) | _checkStopEmptyWorker(){if(!this._editorWorkerClient)return;this._mode... method _checkStopIdleWorker (line 77) | _checkStopIdleWorker(){if(!this._editorWorkerClient)return;new Date().... method withWorker (line 77) | withWorker(){return this._lastWorkerUsedTime=new Date().getTime(),this... class L4e (line 77) | class L4e extends ne{constructor(e,t,i){if(super(),this._syncedModels=Ob... method constructor (line 77) | constructor(e,t,i){if(super(),this._syncedModels=Object.create(null),t... method dispose (line 77) | dispose(){for(const e in this._syncedModels)tn(this._syncedModels[e]);... method ensureSyncedResources (line 77) | ensureSyncedResources(e,t){for(const i of e){const s=i.toString();this... method _checkStopModelSync (line 77) | _checkStopModelSync(){const e=new Date().getTime(),t=[];for(const i in... method _beginModelSync (line 77) | _beginModelSync(e,t){const i=this._modelService.getModel(e);if(!i||!t&... method _stopModelSync (line 77) | _stopModelSync(e){const t=this._syncedModels[e];delete this._syncedMod... class _X (line 77) | class _X{constructor(e){this._instance=e,this._proxyObj=Promise.resolve(... method constructor (line 77) | constructor(e){this._instance=e,this._proxyObj=Promise.resolve(this._i... method dispose (line 77) | dispose(){this._instance.dispose()} method getProxyObject (line 77) | getProxyObject(){return this._proxyObj} class XF (line 77) | class XF{constructor(e){this._workerClient=e}fhr(e,t){return this._worke... method constructor (line 77) | constructor(e){this._workerClient=e} method fhr (line 77) | fhr(e,t){return this._workerClient.fhr(e,t)} class bz (line 77) | class bz extends ne{constructor(e,t,i,s){super(),this.languageConfigurat... method constructor (line 77) | constructor(e,t,i,s){super(),this.languageConfigurationService=s,this.... method fhr (line 77) | fhr(e,t){throw new Error("Not implemented!")} method _getOrCreateWorker (line 77) | _getOrCreateWorker(){if(!this._worker)try{this._worker=this._register(... method _getProxy (line 77) | _getProxy(){return this._getOrCreateWorker().getProxyObject().then(voi... method _getOrCreateModelManager (line 77) | _getOrCreateModelManager(e){return this._modelManager||(this._modelMan... method _withSyncedResources (line 77) | async _withSyncedResources(e,t=!1){return this._disposed?Promise.rejec... method computedUnicodeHighlights (line 77) | computedUnicodeHighlights(e,t,i){return this._withSyncedResources([e])... method computeDiff (line 77) | computeDiff(e,t,i,s){return this._withSyncedResources([e,t],!0).then(o... method computeMoreMinimalEdits (line 77) | computeMoreMinimalEdits(e,t,i){return this._withSyncedResources([e]).t... method computeLinks (line 77) | computeLinks(e){return this._withSyncedResources([e]).then(t=>t.comput... method computeDefaultDocumentColors (line 77) | computeDefaultDocumentColors(e){return this._withSyncedResources([e]).... method textualSuggest (line 77) | async textualSuggest(e,t,i){const s=await this._withSyncedResources(e)... method computeWordRanges (line 77) | computeWordRanges(e,t){return this._withSyncedResources([e]).then(i=>{... method navigateValueSet (line 77) | navigateValueSet(e,t,i){return this._withSyncedResources([e]).then(s=>... method findSectionHeaders (line 77) | findSectionHeaders(e,t){return this._withSyncedResources([e]).then(i=>... method dispose (line 77) | dispose(){super.dispose(),this._disposed=!0} function k4e (line 77) | function k4e(n,e,t){return new D4e(n,e,t)} class D4e (line 77) | class D4e extends bz{constructor(e,t,i){super(e,i.keepIdleModels||!1,i.l... method constructor (line 77) | constructor(e,t,i){super(e,i.keepIdleModels||!1,i.label,t),this._forei... method fhr (line 77) | fhr(e,t){if(!this._foreignModuleHost||typeof this._foreignModuleHost[e... method _getForeignProxy (line 77) | _getForeignProxy(){return this._foreignProxy||(this._foreignProxy=this... method getProxy (line 77) | getProxy(){return this._getForeignProxy()} method withSyncedResources (line 77) | withSyncedResources(e){return this._withSyncedResources(e).then(t=>thi... method clone (line 77) | clone(){return this} method equals (line 77) | equals(n){return this===n} function Cz (line 77) | function Cz(n,e){return new $V([new oL(0,"",n)],e)} function IM (line 77) | function IM(n,e){const t=new Uint32Array(2);return t[0]=0,t[1]=(n<<0|0|0... class No (line 77) | class No{static getLanguageId(e){return(e&255)>>>0}static getTokenType(e... method getLanguageId (line 77) | static getLanguageId(e){return(e&255)>>>0} method getTokenType (line 77) | static getTokenType(e){return(e&768)>>>8} method containsBalancedBrackets (line 77) | static containsBalancedBrackets(e){return(e&1024)!==0} method getFontStyle (line 77) | static getFontStyle(e){return(e&30720)>>>11} method getForeground (line 77) | static getForeground(e){return(e&16744448)>>>15} method getBackground (line 77) | static getBackground(e){return(e&4278190080)>>>24} method getClassNameFromMetadata (line 77) | static getClassNameFromMetadata(e){let i="mtk"+this.getForeground(e);c... method getInlineStyleFromMetadata (line 77) | static getInlineStyleFromMetadata(e,t){const i=this.getForeground(e),s... method getPresentationFromMetadata (line 77) | static getPresentationFromMetadata(e){const t=this.getForeground(e),i=... class Is (line 77) | class Is{static createEmpty(e,t){const i=Is.defaultTokenMetadata,s=new U... method createEmpty (line 77) | static createEmpty(e,t){const i=Is.defaultTokenMetadata,s=new Uint32Ar... method createFromTextAndMetadata (line 77) | static createFromTextAndMetadata(e,t){let i=0,s="";const o=new Array;f... method constructor (line 77) | constructor(e,t,i){this._lineTokensBrand=void 0,this._tokens=e,this._t... method equals (line 77) | equals(e){return e instanceof Is?this.slicedEquals(e,0,this._tokensCou... method slicedEquals (line 77) | slicedEquals(e,t,i){if(this._text!==e._text||this._tokensCount!==e._to... method getLineContent (line 77) | getLineContent(){return this._text} method getCount (line 77) | getCount(){return this._tokensCount} method getStartOffset (line 77) | getStartOffset(e){return e>0?this._tokens[e-1<<1]:0} method getMetadata (line 77) | getMetadata(e){return this._tokens[(e<<1)+1]} method getLanguageId (line 77) | getLanguageId(e){const t=this._tokens[(e<<1)+1],i=No.getLanguageId(t);... method getStandardTokenType (line 77) | getStandardTokenType(e){const t=this._tokens[(e<<1)+1];return No.getTo... method getForeground (line 77) | getForeground(e){const t=this._tokens[(e<<1)+1];return No.getForegroun... method getClassName (line 77) | getClassName(e){const t=this._tokens[(e<<1)+1];return No.getClassNameF... method getInlineStyle (line 77) | getInlineStyle(e,t){const i=this._tokens[(e<<1)+1];return No.getInline... method getPresentation (line 77) | getPresentation(e){const t=this._tokens[(e<<1)+1];return No.getPresent... method getEndOffset (line 77) | getEndOffset(e){return this._tokens[e<<1]} method findTokenIndexAtOffset (line 77) | findTokenIndexAtOffset(e){return Is.findIndexInTokensArray(this._token... method inflate (line 77) | inflate(){return this} method sliceAndInflate (line 77) | sliceAndInflate(e,t,i){return new wz(this,e,t,i)} method convertToEndOffset (line 77) | static convertToEndOffset(e,t){const s=(e.length>>>1)-1;for(let o=0;o<... method findIndexInTokensArray (line 77) | static findIndexInTokensArray(e,t){if(e.length<=2)return 0;let i=0,s=(... method withInserted (line 77) | withInserted(e){if(e.length===0)return this;let t=0,i=0,s="";const o=n... method getTokenText (line 77) | getTokenText(e){const t=this.getStartOffset(e),i=this.getEndOffset(e);... method forEach (line 77) | forEach(e){const t=this.getCount();for(let i=0;i0&&this.stopOffsets[0]>>16}static getChar... method getPartIndex (line 77) | static getPartIndex(e){return(e&4294901760)>>>16} method getCharIndex (line 77) | static getCharIndex(e){return(e&65535)>>>0} method constructor (line 77) | constructor(e,t){this.length=e,this._data=new Uint32Array(this.length)... method setColumnInfo (line 77) | setColumnInfo(e,t,i,s){const o=(t<<16|i<<0)>>>0;this._data[e-1]=o,this... method getHorizontalOffset (line 77) | getHorizontalOffset(e){return this._horizontalOffset.length===0?0:this... method charOffsetToPartData (line 77) | charOffsetToPartData(e){return this.length===0?0:e<0?this._data[0]:e>=... method getDomPosition (line 77) | getDomPosition(e){const t=this.charOffsetToPartData(e-1),i=Gu.getPartI... method getColumn (line 77) | getColumn(e,t){return this.partDataToCharOffset(e.partIndex,t,e.charIn... method partDataToCharOffset (line 77) | partDataToCharOffset(e,t,i){if(this.length===0)return 0;const s=(e<<16... class yB (line 77) | class yB{constructor(e,t,i){this._renderLineOutputBrand=void 0,this.char... method constructor (line 77) | constructor(e,t,i){this._renderLineOutputBrand=void 0,this.characterMa... function _D (line 77) | function _D(n,e){if(n.lineContent.length===0){if(n.lineDecorations.lengt... class T4e (line 77) | class T4e{constructor(e,t,i,s){this.characterMapping=e,this.html=t,this.... method constructor (line 77) | constructor(e,t,i,s){this.characterMapping=e,this.html=t,this.contains... function EM (line 77) | function EM(n){const e=new Ow(1e4),t=_D(n,e);return new T4e(t.characterM... class N4e (line 77) | class N4e{constructor(e,t,i,s,o,r,a,l,c,d,u,h,f,g,p,_){this.fontIsMonosp... method constructor (line 77) | constructor(e,t,i,s,o,r,a,l,c,d,u,h,f,g,p,_){this.fontIsMonospace=e,th... function A4e (line 77) | function A4e(n){const e=n.lineContent;let t,i,s;n.stopRenderingLineAfter... function R4e (line 77) | function R4e(n,e,t,i,s){const o=[];let r=0;i>0&&(o[r++]=new oo(i,"",0,!1... function M4e (line 77) | function M4e(n,e,t){let i=0;const s=[];let o=0;if(t)for(let r=0,a=e.leng... function Rle (line 77) | function Rle(n){return n<32?n!==9:n===127||n>=8234&&n<=8238||n>=8294&&n<... function P4e (line 77) | function P4e(n,e){const t=[];let i=new oo(0,"",0,!1),s=0;for(const o of ... function O4e (line 77) | function O4e(n,e,t,i){const s=n.continuesWithWrappedLine,o=n.fauxIndentL... function F4e (line 77) | function F4e(n,e,t,i){i.sort(Rr.compare);const s=E4e.normalize(n,i),o=s.... function B4e (line 77) | function B4e(n,e){const t=n.fontIsMonospace,i=n.canUseHalfwidthRightward... function W4e (line 77) | function W4e(n){return n.toString(16).toUpperCase().padStart(4,"0")} function H4e (line 77) | function H4e(n){return n<1024?v("overflow.chars","{0} chars",n):n<1024*1... class bX (line 77) | class bX{constructor(e,t,i,s){this._viewportBrand=void 0,this.top=e|0,th... method constructor (line 77) | constructor(e,t,i,s){this._viewportBrand=void 0,this.top=e|0,this.left... class V4e (line 77) | class V4e{constructor(e,t){this.tabSize=e,this.data=t}} method constructor (line 77) | constructor(e,t){this.tabSize=e,this.data=t} class yz (line 77) | class yz{constructor(e,t,i,s,o,r,a){this._viewLineDataBrand=void 0,this.... method constructor (line 77) | constructor(e,t,i,s,o,r,a){this._viewLineDataBrand=void 0,this.content... class xl (line 77) | class xl{constructor(e,t,i,s,o,r,a,l,c,d){this.minColumn=e,this.maxColum... method constructor (line 77) | constructor(e,t,i,s,o,r,a,l,c,d){this.minColumn=e,this.maxColumn=t,thi... method isBasicASCII (line 77) | static isBasicASCII(e,t){return t?cD(e):!0} method containsRTL (line 77) | static containsRTL(e,t,i){return!t&&i?TC(e):!1} class cx (line 77) | class cx{constructor(e,t,i){this.range=e,this.inlineClassName=t,this.typ... method constructor (line 77) | constructor(e,t,i){this.range=e,this.inlineClassName=t,this.type=i} class z4e (line 77) | class z4e{constructor(e,t,i,s){this.startOffset=e,this.endOffset=t,this.... method constructor (line 77) | constructor(e,t,i,s){this.startOffset=e,this.endOffset=t,this.inlineCl... method toInlineDecoration (line 77) | toInlineDecoration(e){return new cx(new A(e,this.startOffset+1,e,this.... class Mle (line 77) | class Mle{constructor(e,t){this._viewModelDecorationBrand=void 0,this.ra... method constructor (line 77) | constructor(e,t){this._viewModelDecorationBrand=void 0,this.range=e,th... class CL (line 77) | class CL{constructor(e,t,i){this.color=e,this.zIndex=t,this.data=i}stati... method constructor (line 77) | constructor(e,t,i){this.color=e,this.zIndex=t,this.data=i} method compareByRenderingProps (line 77) | static compareByRenderingProps(e,t){return e.zIndex===t.zIndex?e.color... method equals (line 77) | static equals(e,t){return e.color===t.color&&e.zIndex===t.zIndex&&zn(e... method equalsArr (line 77) | static equalsArr(e,t){return zn(e,t,CL.equals)} function $4e (line 77) | function $4e(n){return Array.isArray(n)} function U4e (line 77) | function U4e(n){return!$4e(n)} function Ple (line 77) | function Ple(n){return typeof n=="string"} function CX (line 77) | function CX(n){return!Ple(n)} function fv (line 77) | function fv(n){return!n} function vg (line 77) | function vg(n,e){return n.ignoreCase&&e?e.toLowerCase():e} function wX (line 77) | function wX(n){return n.replace(/[&<>'"_]/g,"-")} function j4e (line 77) | function j4e(n,e){console.log(`${n.languageId}: ${e}`)} function Ln (line 77) | function Ln(n,e){return new Error(`${n.languageId}: ${e}`)} function Ap (line 77) | function Ap(n,e,t,i,s){const o=/\$((\$)|(#)|(\d\d?)|[sS](\d\d?)|@(\w+))/... function K4e (line 77) | function K4e(n,e,t){const i=/\$[sS](\d\d?)/g;let s=null;return e.replace... function TE (line 77) | function TE(n,e){let t=e;for(;t&&t.length>0;){const i=n.tokenizer[t];if(... function q4e (line 77) | function q4e(n,e){let t=e;for(;t&&t.length>0;){if(n.stateNames[t])return... class wL (line 77) | class wL{static create(e,t){return this._INSTANCE.create(e,t)}constructo... method create (line 77) | static create(e,t){return this._INSTANCE.create(e,t)} method constructor (line 77) | constructor(e){this._maxCacheDepth=e,this._entries=Object.create(null)} method create (line 77) | create(e,t){if(e!==null&&e.depth>=this._maxCacheDepth)return new X1(e,... class X1 (line 77) | class X1{constructor(e,t){this.parent=e,this.state=t,this.depth=(this.pa... method constructor (line 77) | constructor(e,t){this.parent=e,this.state=t,this.depth=(this.parent?th... method getStackElementId (line 77) | static getStackElementId(e){let t="";for(;e!==null;)t.length>0&&(t+="|... method _equals (line 77) | static _equals(e,t){for(;e!==null&&t!==null;){if(e===t)return!0;if(e.s... method equals (line 77) | equals(e){return X1._equals(this,e)} method push (line 77) | push(e){return wL.create(this,e)} method pop (line 77) | pop(){return this.parent} method popall (line 77) | popall(){let e=this;for(;e.parent;)e=e.parent;return e} method switchTo (line 77) | switchTo(e){return wL.create(this.parent,e)} class _1 (line 77) | class _1{constructor(e,t){this.languageId=e,this.state=t}equals(e){retur... method constructor (line 77) | constructor(e,t){this.languageId=e,this.state=t} method equals (line 77) | equals(e){return this.languageId===e.languageId&&this.state.equals(e.s... method clone (line 77) | clone(){return this.state.clone()===this.state?this:new _1(this.langua... class Rp (line 77) | class Rp{static create(e,t){return this._INSTANCE.create(e,t)}constructo... method create (line 77) | static create(e,t){return this._INSTANCE.create(e,t)} method constructor (line 77) | constructor(e){this._maxCacheDepth=e,this._entries=Object.create(null)} method create (line 77) | create(e,t){if(t!==null)return new dx(e,t);if(e!==null&&e.depth>=this.... class dx (line 77) | class dx{constructor(e,t){this.stack=e,this.embeddedLanguageData=t}clone... method constructor (line 77) | constructor(e,t){this.stack=e,this.embeddedLanguageData=t} method clone (line 77) | clone(){return(this.embeddedLanguageData?this.embeddedLanguageData.clo... method equals (line 77) | equals(e){return!(e instanceof dx)||!this.stack.equals(e.stack)?!1:thi... class Y4e (line 77) | class Y4e{constructor(){this._tokens=[],this._languageId=null,this._last... method constructor (line 77) | constructor(){this._tokens=[],this._languageId=null,this._lastTokenTyp... method enterLanguage (line 77) | enterLanguage(e){this._languageId=e} method emit (line 77) | emit(e,t){this._lastTokenType===t&&this._lastTokenLanguage===this._lan... method nestedLanguageTokenize (line 77) | nestedLanguageTokenize(e,t,i,s){const o=i.languageId,r=i.state,a=Zn.ge... method finalize (line 77) | finalize(e){return new $V(this._tokens,e)} class Z2 (line 77) | class Z2{constructor(e,t){this._languageService=e,this._theme=t,this._pr... method constructor (line 77) | constructor(e,t){this._languageService=e,this._theme=t,this._prependTo... method enterLanguage (line 77) | enterLanguage(e){this._currentLanguageId=this._languageService.languag... method emit (line 77) | emit(e,t){const i=this._theme.match(this._currentLanguageId,t)|1024;th... method _merge (line 77) | static _merge(e,t,i){const s=e!==null?e.length:0,o=t.length,r=i!==null... method nestedLanguageTokenize (line 77) | nestedLanguageTokenize(e,t,i,s){const o=i.languageId,r=i.state,a=Zn.ge... method finalize (line 77) | finalize(e){return new oM(Z2._merge(this._prependTokens,this._tokens,n... method constructor (line 77) | constructor(e,t,i,s,o){super(),this._configurationService=o,this._langua... method getLoadStatus (line 77) | getLoadStatus(){const e=[];for(const t in this._embeddedLanguages){const... method getInitialState (line 77) | getInitialState(){const e=wL.create(null,this._lexer.start);return Rp.cr... method tokenize (line 77) | tokenize(e,t,i){if(e.length>=this._maxTokenizationLineLength)return Cz(t... method tokenizeEncoded (line 77) | tokenizeEncoded(e,t,i){if(e.length>=this._maxTokenizationLineLength)retu... method _tokenize (line 77) | _tokenize(e,t,i,s){return i.embeddedLanguageData?this._nestedTokenize(e,... method _findLeavingNestedLanguageOffset (line 77) | _findLeavingNestedLanguageOffset(e,t){let i=this._lexer.tokenizer[t.stac... method _nestedTokenize (line 77) | _nestedTokenize(e,t,i,s,o){const r=this._findLeavingNestedLanguageOffset... method _safeRuleName (line 77) | _safeRuleName(e){return e?e.name:"(unknown)"} method _myTokenize (line 77) | _myTokenize(e,t,i,s,o){o.enterLanguage(this._languageId);const r=e.lengt... method _getNestedEmbeddedLanguageData (line 78) | _getNestedEmbeddedLanguageData(e){if(!this._languageService.isRegistered... function X4e (line 78) | function X4e(n,e){if(!e)return null;e=vg(n,e);const t=n.brackets;for(con... class Sz (line 78) | class Sz{static colorizeElement(e,t,i,s){s=s||{};const o=s.theme||"vs",r... method colorizeElement (line 78) | static colorizeElement(e,t,i,s){s=s||{};const o=s.theme||"vs",r=s.mime... method colorize (line 78) | static async colorize(e,t,i,s){const o=e.languageIdCodec;let r=4;s&&ty... method colorizeLine (line 78) | static colorizeLine(e,t,i,s,o=4){const r=xl.isBasicASCII(e,t),a=xl.con... method colorizeModelLine (line 78) | static colorizeModelLine(e,t,i=4){const s=e.getLineContent(t);e.tokeni... function Q4e (line 78) | function Q4e(n,e,t,i){return new Promise((s,o)=>{const r=()=>{const a=J4... function yX (line 78) | function yX(n,e,t){let i=[];const o=new Uint32Array(2);o[0]=0,o[1]=33587... function J4e (line 78) | function J4e(n,e,t,i){let s=[],o=t.getInitialState();for(let r=0,a=n.len... function eFe (line 78) | function eFe(n){gv=document.createElement("div"),gv.className="monaco-ar... function la (line 78) | function la(n){gv&&(mN.textContent!==n?(wo(xB),Y2(mN,n)):(wo(mN),Y2(xB,n... function Ih (line 78) | function Ih(n){gv&&(_N.textContent!==n?(wo(LB),Y2(_N,n)):(wo(_N),Y2(LB,n... function Y2 (line 78) | function Y2(n,e){wo(n),e.length>SX&&(e=e.substr(0,SX)),n.textContent=e,n... method constructor (line 78) | constructor(e,t){} method dispose (line 78) | dispose(){} class Fle (line 78) | class Fle extends ne{constructor(e,t){super(),this._onDidChange=this._re... method constructor (line 78) | constructor(e,t){super(),this._onDidChange=this._register(new X),this.... method dispose (line 78) | dispose(){this.stopObserving(),super.dispose()} method getWidth (line 78) | getWidth(){return this._width} method getHeight (line 78) | getHeight(){return this._height} method startObserving (line 78) | startObserving(){if(!this._resizeObserver&&this._referenceDomElement){... method stopObserving (line 78) | stopObserving(){this._resizeObserver&&(this._resizeObserver.disconnect... method observe (line 78) | observe(e){this.measureReferenceDomElement(!0,e)} method measureReferenceDomElement (line 78) | measureReferenceDomElement(e,t){let i=0,s=0;t?(i=t.width,s=t.height):t... class fm (line 78) | class fm{constructor(e,t){this.key=e,this.migrate=t}apply(e){const t=fm.... method constructor (line 78) | constructor(e,t){this.key=e,this.migrate=t} method apply (line 78) | apply(e){const t=fm._read(e,this.key),i=o=>fm._read(e,o),s=(o,r)=>fm._... method _read (line 78) | static _read(e,t){if(typeof e>"u")return;const i=t.indexOf(".");if(i>=... method _write (line 78) | static _write(e,t,i){const s=t.indexOf(".");if(s>=0){const o=t.substri... function vu (line 78) | function vu(n,e){fm.items.push(new fm(n,e))} function Wa (line 78) | function Wa(n,e){vu(n,(t,i,s)=>{if(typeof t<"u"){for(const[o,r]of e)if(t... function nFe (line 78) | function nFe(n){fm.items.forEach(e=>e.apply(n))} class oFe (line 78) | class oFe{constructor(){this._tabFocus=!1,this._onDidChangeTabFocus=new ... method constructor (line 78) | constructor(){this._tabFocus=!1,this._onDidChangeTabFocus=new X,this.o... method getTabFocusMode (line 78) | getTabFocusMode(){return this._tabFocus} method setTabFocusMode (line 78) | setTabFocusMode(e){this._tabFocus=e,this._onDidChangeTabFocus.fire(thi... method constructor (line 78) | constructor(e,t,i,s,o){super(),this._accessibilityService=o,this._onDidC... method _recomputeOptions (line 78) | _recomputeOptions(){const e=this._computeOptions(),t=Mp.checkEquals(this... method _computeOptions (line 78) | _computeOptions(){const e=this._readEnvConfiguration(),t=zv.createFromVa... method _readEnvConfiguration (line 78) | _readEnvConfiguration(){return{extraEditorClassName:cFe(),outerWidth:thi... method _readFontInfo (line 78) | _readFontInfo(e){return lB.readFontInfo(wY(this._targetWindowId,!0).wind... method getRawOptions (line 78) | getRawOptions(){return this._rawOptions} method updateOptions (line 78) | updateOptions(e){const t=xX(e);Mp.applyUpdate(this._rawOptions,t)&&(this... method observeContainer (line 78) | observeContainer(e){this._containerObserver.observe(e)} method setIsDominatedByLongLines (line 78) | setIsDominatedByLongLines(e){this._isDominatedByLongLines!==e&&(this._is... method setModelLineCount (line 78) | setModelLineCount(e){const t=lFe(e);this._lineNumbersDigitCount!==t&&(th... method setViewLineCount (line 78) | setViewLineCount(e){this._viewLineCount!==e&&(this._viewLineCount=e,this... method setReservedHeight (line 78) | setReservedHeight(e){this._reservedHeight!==e&&(this._reservedHeight=e,t... method setGlyphMarginDecorationLaneCount (line 78) | setGlyphMarginDecorationLaneCount(e){this._glyphMarginDecorationLaneCoun... function lFe (line 78) | function lFe(n){let e=0;for(;n;)n=Math.floor(n/10),e++;return e||1} function cFe (line 78) | function cFe(){let n="";return!Pm&&!kae&&(n+="no-user-select "),Pm&&(n+=... class dFe (line 78) | class dFe{constructor(){this._values=[]}_read(e){return this._values[e]}... method constructor (line 78) | constructor(){this._values=[]} method _read (line 78) | _read(e){return this._values[e]} method get (line 78) | get(e){return this._values[e]} method _write (line 78) | _write(e,t){this._values[e]=t} class uFe (line 78) | class uFe{constructor(){this._values=[]}_read(e){if(e>=this._values.leng... method constructor (line 78) | constructor(){this._values=[]} method _read (line 78) | _read(e){if(e>=this._values.length)throw new Error("Cannot read uninit... method get (line 78) | get(e){return this._read(e)} method _write (line 78) | _write(e,t){this._values[e]=t} class Mp (line 78) | class Mp{static validateOptions(e){const t=new dFe;for(const i of h1){co... method validateOptions (line 78) | static validateOptions(e){const t=new dFe;for(const i of h1){const s=i... method computeOptions (line 78) | static computeOptions(e,t){const i=new uFe;for(const s of h1)i._write(... method _deepEquals (line 78) | static _deepEquals(e,t){if(typeof e!="object"||typeof t!="object"||!e|... method checkEquals (line 78) | static checkEquals(e,t){const i=[];let s=!1;for(const o of h1){const r... method applyUpdate (line 78) | static applyUpdate(e,t){let i=!1;for(const s of h1)if(t.hasOwnProperty... function xX (line 78) | function xX(n){const e=Tf(n);return nFe(e),e} function a (line 78) | function a(){b(),performance.mark("inputlatency/start"),performance.mark... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 78) | function l(){r.keydown===1&&(performance.mark("keydown/end"),r.keydown=2)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;S(M(z),z)),this} method filter (line 60) | filter(M){return this.steps.push(z=>M(z)?z:b),this} method reduce (line 60) | reduce(M,z){let K=z;return this.steps.push(ae=>(K=M(K,ae),K)),this} method latch (line 60) | latch(M=(z,K)=>z===K){let z=!0,K;return this.steps.push(ae=>{const se=... method evaluate (line 60) | evaluate(M){for(const z of this.steps)if(M=z(M),M===b)break;return M} function y (line 78) | function y(){performance.clearMarks("keydown/start"),performance.clearMa... function S (line 78) | function S(){if(o===0)return;const D={keydown:x(e),input:x(t),render:x(i... function x (line 78) | function x(D){return{average:D.total/o,max:D.max,min:D.min}} function k (line 78) | function k(D){D.total=0,D.min=Number.MAX_VALUE,D.max=0} class Bw (line 78) | class Bw{constructor(){this._hooks=new be,this._pointerMoveCallback=null... method constructor (line 78) | constructor(){this._hooks=new be,this._pointerMoveCallback=null,this._... method dispose (line 78) | dispose(){this.stopMonitoring(!1),this._hooks.dispose()} method stopMonitoring (line 78) | stopMonitoring(e,t){if(!this.isMonitoring())return;this._hooks.clear()... method isMonitoring (line 78) | isMonitoring(){return!!this._pointerMoveCallback} method startMonitoring (line 78) | startMonitoring(e,t,i,s,o){this.isMonitoring()&&this.stopMonitoring(!1... function Lz (line 78) | function Lz(n){return`--vscode-${n.replace(/\./g,"-")}`} function Ge (line 78) | function Ge(n){return`var(${Lz(n)})`} function hFe (line 78) | function hFe(n,e){return`var(${Lz(n)}, ${e})`} class fFe (line 78) | class fFe{constructor(){this._onDidChangeSchema=new X,this.onDidChangeSc... method constructor (line 78) | constructor(){this._onDidChangeSchema=new X,this.onDidChangeSchema=thi... method registerColor (line 78) | registerColor(e,t,i,s=!1,o){const r={id:e,description:i,defaults:t,nee... method getColors (line 78) | getColors(){return Object.keys(this.colorsById).map(e=>this.colorsById... method resolveDefaultColor (line 78) | resolveDefaultColor(e,t){const i=this.colorsById[e];if(i&&i.defaults){... method getColorSchema (line 78) | getColorSchema(){return this.colorSchema} method toString (line 78) | toString(){const e=(t,i)=>{const s=t.indexOf(".")===-1?0:1,o=i.indexOf... function V (line 79) | function V(n,e,t,i,s){return TM.registerColor(n,e,t,i,s)} function gFe (line 79) | function gFe(n,e){var t,i,s,o;switch(n.op){case 0:return(t=wd(n.value,e)... function Y0 (line 79) | function Y0(n,e){return{op:0,value:n,factor:e}} function Gd (line 79) | function Gd(n,e){return{op:1,value:n,factor:e}} function ut (line 79) | function ut(n,e){return{op:2,value:n,factor:e}} function xL (line 79) | function xL(...n){return{op:4,values:n}} function pFe (line 79) | function pFe(n,e,t){return{op:6,if:n,then:e,else:t}} function LX (line 79) | function LX(n,e,t,i){return{op:5,value:n,background:e,factor:t,transpare... function wd (line 79) | function wd(n,e){if(n!==null){if(typeof n=="string")return n[0]==="#"?le... class AM (line 79) | class AM{constructor(e,t){this.x=e,this.y=t,this._pageCoordinatesBrand=v... method constructor (line 79) | constructor(e,t){this.x=e,this.y=t,this._pageCoordinatesBrand=void 0} method toClientCoordinates (line 79) | toClientCoordinates(e){return new Yle(this.x-e.scrollX,this.y-e.scrollY)} class Yle (line 79) | class Yle{constructor(e,t){this.clientX=e,this.clientY=t,this._clientCoo... method constructor (line 79) | constructor(e,t){this.clientX=e,this.clientY=t,this._clientCoordinates... method toPageCoordinates (line 79) | toPageCoordinates(e){return new AM(this.clientX+e.scrollX,this.clientY... class V5e (line 79) | class V5e{constructor(e,t,i,s){this.x=e,this.y=t,this.width=i,this.heigh... method constructor (line 79) | constructor(e,t,i,s){this.x=e,this.y=t,this.width=i,this.height=s,this... class z5e (line 79) | class z5e{constructor(e,t){this.x=e,this.y=t,this._positionRelativeToEdi... method constructor (line 79) | constructor(e,t){this.x=e,this.y=t,this._positionRelativeToEditorBrand... function Tz (line 79) | function Tz(n){const e=bs(n);return new V5e(e.left,e.top,e.width,e.height)} function Nz (line 79) | function Nz(n,e,t){const i=e.width/n.offsetWidth,s=e.height/n.offsetHeig... class Wm (line 79) | class Wm extends Kc{constructor(e,t,i){super(gt(i),e),this._editorMouseE... method constructor (line 79) | constructor(e,t,i){super(gt(i),e),this._editorMouseEventBrand=void 0,t... class $5e (line 79) | class $5e{constructor(e){this._editorViewDomNode=e}_create(e){return new... method constructor (line 79) | constructor(e){this._editorViewDomNode=e} method _create (line 79) | _create(e){return new Wm(e,!1,this._editorViewDomNode)} method onContextMenu (line 79) | onContextMenu(e,t){return ce(e,"contextmenu",i=>{t(this._create(i))})} method onMouseUp (line 79) | onMouseUp(e,t){return ce(e,"mouseup",i=>{t(this._create(i))})} method onMouseDown (line 79) | onMouseDown(e,t){return ce(e,Le.MOUSE_DOWN,i=>{t(this._create(i))})} method onPointerDown (line 79) | onPointerDown(e,t){return ce(e,Le.POINTER_DOWN,i=>{t(this._create(i),i... method onMouseLeave (line 79) | onMouseLeave(e,t){return ce(e,Le.MOUSE_LEAVE,i=>{t(this._create(i))})} method onMouseMove (line 79) | onMouseMove(e,t){return ce(e,"mousemove",i=>t(this._create(i)))} class U5e (line 79) | class U5e{constructor(e){this._editorViewDomNode=e}_create(e){return new... method constructor (line 79) | constructor(e){this._editorViewDomNode=e} method _create (line 79) | _create(e){return new Wm(e,!1,this._editorViewDomNode)} method onPointerUp (line 79) | onPointerUp(e,t){return ce(e,"pointerup",i=>{t(this._create(i))})} method onPointerDown (line 79) | onPointerDown(e,t){return ce(e,Le.POINTER_DOWN,i=>{t(this._create(i),i... method onPointerLeave (line 79) | onPointerLeave(e,t){return ce(e,Le.POINTER_LEAVE,i=>{t(this._create(i)... method onPointerMove (line 79) | onPointerMove(e,t){return ce(e,"pointermove",i=>t(this._create(i)))} class j5e (line 79) | class j5e extends ne{constructor(e){super(),this._editorViewDomNode=e,th... method constructor (line 79) | constructor(e){super(),this._editorViewDomNode=e,this._globalPointerMo... method startMonitoring (line 79) | startMonitoring(e,t,i,s,o){this._keydownListener=rs(e.ownerDocument,"k... method stopMonitoring (line 79) | stopMonitoring(){this._globalPointerMoveMonitor.stopMonitoring(!0)} class bD (line 79) | class bD{constructor(e){this._editor=e,this._instanceId=++bD._idPool,thi... method constructor (line 79) | constructor(e){this._editor=e,this._instanceId=++bD._idPool,this._coun... method createClassNameRef (line 79) | createClassNameRef(e){const t=this.getOrCreateRule(e);return t.increas... method getOrCreateRule (line 79) | getOrCreateRule(e){const t=this.computeUniqueKey(e);let i=this._rules.... method computeUniqueKey (line 79) | computeUniqueKey(e){return JSON.stringify(e)} method garbageCollect (line 79) | garbageCollect(){for(const e of this._rules.values())e.hasReferences()... class K5e (line 79) | class K5e{constructor(e,t,i,s){this.key=e,this.className=t,this.properti... method constructor (line 79) | constructor(e,t,i,s){this.key=e,this.className=t,this.properties=s,thi... method getCssText (line 79) | getCssText(e,t){let i=`.${e} {`;for(const s in t){const o=t[s];let r;t... method dispose (line 81) | dispose(){this._styleElementDisposables.dispose(),this._styleElement=v... method increaseRefCount (line 81) | increaseRefCount(){this._referenceCount++} method decreaseRefCount (line 81) | decreaseRefCount(){this._referenceCount--} method hasReferences (line 81) | hasReferences(){return this._referenceCount>0} function q5e (line 81) | function q5e(n){return n.replace(/(^[A-Z])/,([e])=>e.toLowerCase()).repl... class CD (line 81) | class CD extends ne{constructor(){super(),this._shouldRender=!0}shouldRe... method constructor (line 81) | constructor(){super(),this._shouldRender=!0} method shouldRender (line 81) | shouldRender(){return this._shouldRender} method forceShouldRender (line 81) | forceShouldRender(){this._shouldRender=!0} method setShouldRender (line 81) | setShouldRender(){this._shouldRender=!0} method onDidRender (line 81) | onDidRender(){this._shouldRender=!1} method onCompositionStart (line 81) | onCompositionStart(e){return!1} method onCompositionEnd (line 81) | onCompositionEnd(e){return!1} method onConfigurationChanged (line 81) | onConfigurationChanged(e){return!1} method onCursorStateChanged (line 81) | onCursorStateChanged(e){return!1} method onDecorationsChanged (line 81) | onDecorationsChanged(e){return!1} method onFlushed (line 81) | onFlushed(e){return!1} method onFocusChanged (line 81) | onFocusChanged(e){return!1} method onLanguageConfigurationChanged (line 81) | onLanguageConfigurationChanged(e){return!1} method onLineMappingChanged (line 81) | onLineMappingChanged(e){return!1} method onLinesChanged (line 81) | onLinesChanged(e){return!1} method onLinesDeleted (line 81) | onLinesDeleted(e){return!1} method onLinesInserted (line 81) | onLinesInserted(e){return!1} method onRevealRangeRequest (line 81) | onRevealRangeRequest(e){return!1} method onScrollChanged (line 81) | onScrollChanged(e){return!1} method onThemeChanged (line 81) | onThemeChanged(e){return!1} method onTokensChanged (line 81) | onTokensChanged(e){return!1} method onTokensColorsChanged (line 81) | onTokensColorsChanged(e){return!1} method onZonesChanged (line 81) | onZonesChanged(e){return!1} method handleEvents (line 81) | handleEvents(e){let t=!1;for(let i=0,s=e.length;i=4&&e[0]===3&&e[3]===8} method isStrictChildOfViewLines (line 81) | static isStrictChildOfViewLines(e){return e.length>4&&e[0]===3&&e[3]===8} method isChildOfScrollableElement (line 81) | static isChildOfScrollableElement(e){return e.length>=2&&e[0]===3&&e[1... method isChildOfMinimap (line 81) | static isChildOfMinimap(e){return e.length>=2&&e[0]===3&&e[1]===9} method isChildOfContentWidgets (line 81) | static isChildOfContentWidgets(e){return e.length>=4&&e[0]===3&&e[3]===1} method isChildOfOverflowGuard (line 81) | static isChildOfOverflowGuard(e){return e.length>=1&&e[0]===3} method isChildOfOverflowingContentWidgets (line 81) | static isChildOfOverflowingContentWidgets(e){return e.length>=1&&e[0]=... method isChildOfOverlayWidgets (line 81) | static isChildOfOverlayWidgets(e){return e.length>=2&&e[0]===3&&e[1]===4} method isChildOfOverflowingOverlayWidgets (line 81) | static isChildOfOverflowingOverlayWidgets(e){return e.length>=1&&e[0]=... class VC (line 81) | class VC{constructor(e,t,i){this.viewModel=e.viewModel;const s=e.configu... method constructor (line 81) | constructor(e,t,i){this.viewModel=e.viewModel;const s=e.configuration.... method getZoneAtCoord (line 81) | getZoneAtCoord(e){return VC.getZoneAtCoord(this._context,e)} method getZoneAtCoord (line 81) | static getZoneAtCoord(e,t){const i=e.viewLayout.getWhitespaceAtVertica... method getFullLineRangeAtCoord (line 81) | getFullLineRangeAtCoord(e){if(this._context.viewLayout.isAfterLines(e)... method getLineNumberAtVerticalOffset (line 81) | getLineNumberAtVerticalOffset(e){return this._context.viewLayout.getLi... method isAfterLines (line 81) | isAfterLines(e){return this._context.viewLayout.isAfterLines(e)} method isInTopPadding (line 81) | isInTopPadding(e){return this._context.viewLayout.isInTopPadding(e)} method isInBottomPadding (line 81) | isInBottomPadding(e){return this._context.viewLayout.isInBottomPadding... method getVerticalOffsetForLineNumber (line 81) | getVerticalOffsetForLineNumber(e){return this._context.viewLayout.getV... method findAttribute (line 81) | findAttribute(e,t){return VC._findAttribute(e,t,this._viewHelper.viewD... method _findAttribute (line 81) | static _findAttribute(e,t,i){for(;e&&e!==e.ownerDocument.body;){if(e.h... method getLineWidth (line 81) | getLineWidth(e){return this._viewHelper.getLineWidth(e)} method visibleRangeForPosition (line 81) | visibleRangeForPosition(e,t){return this._viewHelper.visibleRangeForPo... method getPositionFromDOMInfo (line 81) | getPositionFromDOMInfo(e,t){return this._viewHelper.getPositionFromDOM... method getCurrentScrollTop (line 81) | getCurrentScrollTop(){return this._context.viewLayout.getCurrentScroll... method getCurrentScrollLeft (line 81) | getCurrentScrollLeft(){return this._context.viewLayout.getCurrentScrol... class n3e (line 81) | class n3e{constructor(e,t,i,s){this.editorPos=t,this.pos=i,this.relative... method constructor (line 81) | constructor(e,t,i,s){this.editorPos=t,this.pos=i,this.relativePos=s,th... class s3e (line 81) | class s3e extends n3e{get target(){return this._useHitTestTarget?this.hi... method target (line 81) | get target(){return this._useHitTestTarget?this.hitTestResult.value.hi... method targetPath (line 81) | get targetPath(){return this._targetPathCacheElement!==this.target&&(t... method constructor (line 81) | constructor(e,t,i,s,o){super(e,t,i,s),this.hitTestResult=new pu(()=>rr... method toString (line 81) | toString(){return`pos(${this.pos.x},${this.pos.y}), editorPos(${this.e... method wouldBenefitFromHitTestTargetSwitch (line 82) | get wouldBenefitFromHitTestTargetSwitch(){return!this._useHitTestTarge... method switchToHitTestTarget (line 82) | switchToHitTestTarget(){this._useHitTestTarget=!0} method _getMouseColumn (line 82) | _getMouseColumn(e=null){return e&&e.column{const d=Date.now(),u=... method onTouchMove (line 82) | onTouchMove(e){const t=Date.now();for(let i=0,s=e.changedTouches.lengt... method onclick (line 82) | onclick(e,t){this._register(ce(e,Le.CLICK,i=>t(new Kc(gt(e),i))))} method onmousedown (line 82) | onmousedown(e,t){this._register(ce(e,Le.MOUSE_DOWN,i=>t(new Kc(gt(e),i))))} method onmouseover (line 82) | onmouseover(e,t){this._register(ce(e,Le.MOUSE_OVER,i=>t(new Kc(gt(e),i))))} method onmouseleave (line 82) | onmouseleave(e,t){this._register(ce(e,Le.MOUSE_LEAVE,i=>t(new Kc(gt(e),i... method onkeydown (line 82) | onkeydown(e,t){this._register(ce(e,Le.KEY_DOWN,i=>t(new ln(i))))} method onkeyup (line 82) | onkeyup(e,t){this._register(ce(e,Le.KEY_UP,i=>t(new ln(i))))} method oninput (line 82) | oninput(e,t){this._register(ce(e,Le.INPUT,t))} method onblur (line 82) | onblur(e,t){this._register(ce(e,Le.BLUR,t))} method onfocus (line 82) | onfocus(e,t){this._register(ce(e,Le.FOCUS,t))} method ignoreGesture (line 82) | ignoreGesture(e){return hn.ignoreTarget(e)} class a3e (line 82) | class a3e extends Il{constructor(e){super(),this._onActivate=e.onActivat... method constructor (line 82) | constructor(e){super(),this._onActivate=e.onActivate,this.bgDomNode=do... method _arrowPointerDown (line 82) | _arrowPointerDown(e){if(!e.target||!(e.target instanceof Element))retu... class l3e (line 82) | class l3e extends ne{constructor(e,t,i){super(),this._visibility=e,this.... method constructor (line 82) | constructor(e,t,i){super(),this._visibility=e,this._visibleClassName=t... method setVisibility (line 82) | setVisibility(e){this._visibility!==e&&(this._visibility=e,this._updat... method setShouldBeVisible (line 82) | setShouldBeVisible(e){this._rawShouldBeVisible=e,this._updateShouldBeV... method _applyVisibilitySetting (line 82) | _applyVisibilitySetting(){return this._visibility===2?!1:this._visibil... method _updateShouldBeVisible (line 82) | _updateShouldBeVisible(){const e=this._applyVisibilitySetting();this._... method setIsNeeded (line 82) | setIsNeeded(e){this._isNeeded!==e&&(this._isNeeded=e,this.ensureVisibi... method setDomNode (line 82) | setDomNode(e){this._domNode=e,this._domNode.setClassName(this._invisib... method ensureVisibility (line 82) | ensureVisibility(){if(!this._isNeeded){this._hide(!1);return}this._sho... method _reveal (line 82) | _reveal(){this._isVisible||(this._isVisible=!0,this._revealTimer.setIf... method _hide (line 82) | _hide(e){var t;this._revealTimer.cancel(),this._isVisible&&(this._isVi... class ece (line 82) | class ece extends Il{constructor(e){super(),this._lazyRender=e.lazyRende... method constructor (line 82) | constructor(e){super(),this._lazyRender=e.lazyRender,this._host=e.host... method _createArrow (line 82) | _createArrow(e){const t=this._register(new a3e(e));this.domNode.domNod... method _createSlider (line 82) | _createSlider(e,t,i,s){this.slider=Di(document.createElement("div")),t... method _onElementSize (line 82) | _onElementSize(e){return this._scrollbarState.setVisibleSize(e)&&(this... method _onElementScrollSize (line 82) | _onElementScrollSize(e){return this._scrollbarState.setScrollSize(e)&&... method _onElementScrollPosition (line 82) | _onElementScrollPosition(e){return this._scrollbarState.setScrollPosit... method beginReveal (line 82) | beginReveal(){this._visibilityController.setShouldBeVisible(!0)} method beginHide (line 82) | beginHide(){this._visibilityController.setShouldBeVisible(!1)} method render (line 82) | render(){this._shouldRender&&(this._shouldRender=!1,this._renderDomNod... method _domNodePointerDown (line 82) | _domNodePointerDown(e){e.target===this.domNode.domNode&&this._onPointe... method delegatePointerDown (line 82) | delegatePointerDown(e){const t=this.domNode.domNode.getClientRects()[0... method _onPointerDown (line 82) | _onPointerDown(e){let t,i;if(e.target===this.domNode.domNode&&typeof e... method _sliderPointerDown (line 82) | _sliderPointerDown(e){if(!e.target||!(e.target instanceof Element))ret... method _setDesiredScrollPositionNow (line 82) | _setDesiredScrollPositionNow(e){const t={};this.writeScrollPosition(t,... method updateScrollbarSize (line 82) | updateScrollbarSize(e){this._updateScrollbarSize(e),this._scrollbarSta... method isNeeded (line 82) | isNeeded(){return this._scrollbarState.isNeeded()} class $C (line 82) | class $C{constructor(e,t,i,s,o,r){this._scrollbarSize=Math.round(t),this... method constructor (line 82) | constructor(e,t,i,s,o,r){this._scrollbarSize=Math.round(t),this._oppos... method clone (line 82) | clone(){return new $C(this._arrowSize,this._scrollbarSize,this._opposi... method setVisibleSize (line 82) | setVisibleSize(e){const t=Math.round(e);return this._visibleSize!==t?(... method setScrollSize (line 82) | setScrollSize(e){const t=Math.round(e);return this._scrollSize!==t?(th... method setScrollPosition (line 82) | setScrollPosition(e){const t=Math.round(e);return this._scrollPosition... method setScrollbarSize (line 82) | setScrollbarSize(e){this._scrollbarSize=Math.round(e)} method setOppositeScrollbarSize (line 82) | setOppositeScrollbarSize(e){this._oppositeScrollbarSize=Math.round(e)} method _computeValues (line 82) | static _computeValues(e,t,i,s,o){const r=Math.max(0,i-e),a=Math.max(0,... method _refreshComputedValues (line 82) | _refreshComputedValues(){const e=$C._computeValues(this._oppositeScrol... method getArrowSize (line 82) | getArrowSize(){return this._arrowSize} method getScrollPosition (line 82) | getScrollPosition(){return this._scrollPosition} method getRectangleLargeSize (line 82) | getRectangleLargeSize(){return this._computedAvailableSize} method getRectangleSmallSize (line 82) | getRectangleSmallSize(){return this._scrollbarSize} method isNeeded (line 82) | isNeeded(){return this._computedIsNeeded} method getSliderSize (line 82) | getSliderSize(){return this._computedSliderSize} method getSliderPosition (line 82) | getSliderPosition(){return this._computedSliderPosition} method getDesiredScrollPositionFromOffset (line 82) | getDesiredScrollPositionFromOffset(e){if(!this._computedIsNeeded)retur... method getDesiredScrollPositionFromOffsetPaged (line 82) | getDesiredScrollPositionFromOffsetPaged(e){if(!this._computedIsNeeded)... method getDesiredScrollPositionFromDelta (line 82) | getDesiredScrollPositionFromDelta(e){if(!this._computedIsNeeded)return... class u3e (line 82) | class u3e extends ece{constructor(e,t,i){const s=e.getScrollDimensions()... method constructor (line 82) | constructor(e,t,i){const s=e.getScrollDimensions(),o=e.getCurrentScrol... method _updateSlider (line 82) | _updateSlider(e,t){this.slider.setWidth(e),this.slider.setLeft(t)} method _renderDomNode (line 82) | _renderDomNode(e,t){this.domNode.setWidth(e),this.domNode.setHeight(t)... method onDidScroll (line 82) | onDidScroll(e){return this._shouldRender=this._onElementScrollSize(e.s... method _pointerDownRelativePosition (line 82) | _pointerDownRelativePosition(e,t){return e} method _sliderPointerPosition (line 82) | _sliderPointerPosition(e){return e.pageX} method _sliderOrthogonalPointerPosition (line 82) | _sliderOrthogonalPointerPosition(e){return e.pageY} method _updateScrollbarSize (line 82) | _updateScrollbarSize(e){this.slider.setHeight(e)} method writeScrollPosition (line 82) | writeScrollPosition(e,t){e.scrollLeft=t} method updateOptions (line 82) | updateOptions(e){this.updateScrollbarSize(e.horizontal===2?0:e.horizon... class h3e (line 82) | class h3e extends ece{constructor(e,t,i){const s=e.getScrollDimensions()... method constructor (line 82) | constructor(e,t,i){const s=e.getScrollDimensions(),o=e.getCurrentScrol... method _updateSlider (line 82) | _updateSlider(e,t){this.slider.setHeight(e),this.slider.setTop(t)} method _renderDomNode (line 82) | _renderDomNode(e,t){this.domNode.setWidth(t),this.domNode.setHeight(e)... method onDidScroll (line 82) | onDidScroll(e){return this._shouldRender=this._onElementScrollSize(e.s... method _pointerDownRelativePosition (line 82) | _pointerDownRelativePosition(e,t){return t} method _sliderPointerPosition (line 82) | _sliderPointerPosition(e){return e.pageY} method _sliderOrthogonalPointerPosition (line 82) | _sliderOrthogonalPointerPosition(e){return e.pageX} method _updateScrollbarSize (line 82) | _updateScrollbarSize(e){this.slider.setWidth(e)} method writeScrollPosition (line 82) | writeScrollPosition(e,t){e.scrollTop=t} method updateOptions (line 82) | updateOptions(e){this.updateScrollbarSize(e.vertical===2?0:e.verticalS... class Q2 (line 82) | class Q2{constructor(e,t,i,s,o,r,a){this._forceIntegerValues=e,this._scr... method constructor (line 82) | constructor(e,t,i,s,o,r,a){this._forceIntegerValues=e,this._scrollStat... method equals (line 82) | equals(e){return this.rawScrollLeft===e.rawScrollLeft&&this.rawScrollT... method withScrollDimensions (line 82) | withScrollDimensions(e,t){return new Q2(this._forceIntegerValues,typeo... method withScrollPosition (line 82) | withScrollPosition(e){return new Q2(this._forceIntegerValues,this.widt... method createScrollEvent (line 82) | createScrollEvent(e,t){const i=this.width!==e.width,s=this.scrollWidth... class Ww (line 82) | class Ww extends ne{constructor(e){super(),this._scrollableBrand=void 0,... method constructor (line 82) | constructor(e){super(),this._scrollableBrand=void 0,this._onScroll=thi... method dispose (line 82) | dispose(){this._smoothScrolling&&(this._smoothScrolling.dispose(),this... method setSmoothScrollDuration (line 82) | setSmoothScrollDuration(e){this._smoothScrollDuration=e} method validateScrollPosition (line 82) | validateScrollPosition(e){return this._state.withScrollPosition(e)} method getScrollDimensions (line 82) | getScrollDimensions(){return this._state} method setScrollDimensions (line 82) | setScrollDimensions(e,t){var i;const s=this._state.withScrollDimension... method getFutureScrollPosition (line 82) | getFutureScrollPosition(){return this._smoothScrolling?this._smoothScr... method getCurrentScrollPosition (line 82) | getCurrentScrollPosition(){return this._state} method setScrollPositionNow (line 82) | setScrollPositionNow(e){const t=this._state.withScrollPosition(e);this... method setScrollPositionSmooth (line 82) | setScrollPositionSmooth(e,t){if(this._smoothScrollDuration===0)return ... method hasPendingScrollAnimation (line 82) | hasPendingScrollAnimation(){return!!this._smoothScrolling} method _performSmoothScrolling (line 82) | _performSmoothScrolling(){if(!this._smoothScrolling)return;const e=thi... method _setState (line 82) | _setState(e,t){const i=this._state;i.equals(e)||(this._state=e,this._o... class BX (line 82) | class BX{constructor(e,t,i){this.scrollLeft=e,this.scrollTop=t,this.isDo... method constructor (line 82) | constructor(e,t,i){this.scrollLeft=e,this.scrollTop=t,this.isDone=i} function e5 (line 82) | function e5(n,e){const t=e-n;return function(i){return n+t*p3e(i)}} function f3e (line 82) | function f3e(n,e,t){return function(i){return i2.5*i){let o,r;return e0&&Math.abs(e.deltaY)>0)retur... method _isAlmostInt (line 82) | _isAlmostInt(e){return Math.abs(Math.round(e)-e)<.01} class Rz (line 82) | class Rz extends Il{get options(){return this._options}constructor(e,t,i... method options (line 82) | get options(){return this._options} method constructor (line 82) | constructor(e,t,i){super(),this._onScroll=this._register(new X),this.o... method dispose (line 82) | dispose(){this._mouseWheelToDispose=tn(this._mouseWheelToDispose),supe... method getDomNode (line 82) | getDomNode(){return this._domNode} method getOverviewRulerLayoutInfo (line 82) | getOverviewRulerLayoutInfo(){return{parent:this._domNode,insertBefore:... method delegateVerticalScrollbarPointerDown (line 82) | delegateVerticalScrollbarPointerDown(e){this._verticalScrollbar.delega... method getScrollDimensions (line 82) | getScrollDimensions(){return this._scrollable.getScrollDimensions()} method setScrollDimensions (line 82) | setScrollDimensions(e){this._scrollable.setScrollDimensions(e,!1)} method updateClassName (line 82) | updateClassName(e){this._options.className=e,Xt&&(this._options.classN... method updateOptions (line 82) | updateOptions(e){typeof e.handleMouseWheel<"u"&&(this._options.handleM... method delegateScrollFromMouseWheelEvent (line 82) | delegateScrollFromMouseWheelEvent(e){this._onMouseWheel(new u0(e))} method _setListeningToMouseWheel (line 82) | _setListeningToMouseWheel(e){if(this._mouseWheelToDispose.length>0!==e... method _onMouseWheel (line 82) | _onMouseWheel(e){var t;if(!((t=e.browserEvent)===null||t===void 0)&&t.... method _onDidScroll (line 82) | _onDidScroll(e){this._shouldRender=this._horizontalScrollbar.onDidScro... method renderNow (line 82) | renderNow(){if(!this._options.lazyRender)throw new Error("Please use `... method _render (line 82) | _render(){if(this._shouldRender&&(this._shouldRender=!1,this._horizont... method _onDragStart (line 82) | _onDragStart(){this._isDragging=!0,this._reveal()} method _onDragEnd (line 82) | _onDragEnd(){this._isDragging=!1,this._hide()} method _onMouseLeave (line 82) | _onMouseLeave(e){this._mouseIsOver=!1,this._hide()} method _onMouseOver (line 82) | _onMouseOver(e){this._mouseIsOver=!0,this._reveal()} method _reveal (line 82) | _reveal(){this._verticalScrollbar.beginReveal(),this._horizontalScroll... method _hide (line 82) | _hide(){!this._mouseIsOver&&!this._isDragging&&(this._verticalScrollba... method _scheduleHide (line 82) | _scheduleHide(){!this._mouseIsOver&&!this._isDragging&&this._hideTimeo... class tce (line 82) | class tce extends Rz{constructor(e,t){t=t||{},t.mouseWheelSmoothScroll=!... method constructor (line 82) | constructor(e,t){t=t||{},t.mouseWheelSmoothScroll=!1;const i=new Ww({f... method setScrollPosition (line 82) | setScrollPosition(e){this._scrollable.setScrollPositionNow(e)} class MM (line 82) | class MM extends Rz{constructor(e,t,i){super(e,t,i)}setScrollPosition(e)... method constructor (line 82) | constructor(e,t,i){super(e,t,i)} method setScrollPosition (line 82) | setScrollPosition(e){e.reuseAnimation?this._scrollable.setScrollPositi... method getScrollPosition (line 82) | getScrollPosition(){return this._scrollable.getCurrentScrollPosition()} class wD (line 82) | class wD extends Rz{constructor(e,t){t=t||{},t.mouseWheelSmoothScroll=!1... method constructor (line 82) | constructor(e,t){t=t||{},t.mouseWheelSmoothScroll=!1;const i=new Ww({f... method setScrollPosition (line 82) | setScrollPosition(e){this._scrollable.setScrollPositionNow(e)} method getScrollPosition (line 82) | getScrollPosition(){return this._scrollable.getCurrentScrollPosition()} method scanDomNode (line 82) | scanDomNode(){this.setScrollDimensions({width:this._element.clientWidt... function v3e (line 82) | function v3e(n){const e={lazyRender:typeof n.lazyRender<"u"?n.lazyRender... class Mz (line 82) | class Mz extends CD{constructor(e,t,i){super(),this._mouseLeaveMonitor=n... method constructor (line 82) | constructor(e,t,i){super(),this._mouseLeaveMonitor=null,this._context=... method _setupMouseWheelZoomListener (line 82) | _setupMouseWheelZoomListener(){const e=J2.INSTANCE;let t=0,i=Kl.getZoo... method dispose (line 82) | dispose(){this._context.removeEventHandler(this),this._mouseLeaveMonit... method onConfigurationChanged (line 82) | onConfigurationChanged(e){if(e.hasChanged(145)){const t=this._context.... method onCursorStateChanged (line 82) | onCursorStateChanged(e){return this._mouseDownOperation.onCursorStateC... method onFocusChanged (line 82) | onFocusChanged(e){return!1} method getTargetAtClientPoint (line 82) | getTargetAtClientPoint(e,t){const s=new Yle(e,t).toPageCoordinates(gt(... method _createMouseTarget (line 82) | _createMouseTarget(e,t){let i=e.target;if(!this.viewHelper.viewDomNode... method _getMouseColumn (line 82) | _getMouseColumn(e){return this.mouseTargetFactory.getMouseColumn(e.rel... method _onContextMenu (line 82) | _onContextMenu(e,t){this.viewController.emitContextMenu({event:e,targe... method _onMouseMove (line 82) | _onMouseMove(e){this.mouseTargetFactory.mouseTargetIsWidget(e)||e.prev... method _onMouseLeave (line 82) | _onMouseLeave(e){this._mouseLeaveMonitor&&(this._mouseLeaveMonitor.dis... method _onMouseUp (line 82) | _onMouseUp(e){this.viewController.emitMouseUp({event:e,target:this._cr... method _onMouseDown (line 82) | _onMouseDown(e,t){const i=this._createMouseTarget(e,!0),s=i.type===6||... class b3e (line 82) | class b3e extends ne{constructor(e,t,i,s,o,r){super(),this._context=e,th... method constructor (line 82) | constructor(e,t,i,s,o,r){super(),this._context=e,this._viewController=... method dispose (line 82) | dispose(){super.dispose()} method isActive (line 82) | isActive(){return this._isActive} method _onMouseDownThenMove (line 82) | _onMouseDownThenMove(e){this._lastMouseEvent=e,this._mouseState.setMod... method start (line 82) | start(e,t,i){this._lastMouseEvent=t,this._mouseState.setStartedOnLineN... method _stop (line 82) | _stop(){this._isActive=!1,this._topBottomDragScrolling.stop()} method onHeightChanged (line 82) | onHeightChanged(){this._mouseMoveMonitor.stopMonitoring()} method onPointerUp (line 82) | onPointerUp(){this._mouseMoveMonitor.stopMonitoring()} method onCursorStateChanged (line 82) | onCursorStateChanged(e){this._currentSelection=e.selections[0]} method _getPositionOutsideEditor (line 82) | _getPositionOutsideEditor(e){const t=e.editorPos,i=this._context.viewM... method _findMousePosition (line 82) | _findMousePosition(e,t){const i=this._getPositionOutsideEditor(e);if(i... method _helpPositionJumpOverViewZone (line 82) | _helpPositionJumpOverViewZone(e){const t=new ee(this._currentSelection... method _dispatchMouse (line 82) | _dispatchMouse(e,t,i){e.position&&this._viewController.dispatchMouse({... class C3e (line 82) | class C3e extends ne{constructor(e,t,i,s){super(),this._context=e,this._... method constructor (line 82) | constructor(e,t,i,s){super(),this._context=e,this._viewHelper=t,this._... method dispose (line 82) | dispose(){super.dispose(),this.stop()} method start (line 82) | start(e,t){this._operation?this._operation.setPosition(e,t):this._oper... method stop (line 82) | stop(){this._operation&&(this._operation.dispose(),this._operation=null)} class w3e (line 82) | class w3e extends ne{constructor(e,t,i,s,o,r){super(),this._context=e,th... method constructor (line 82) | constructor(e,t,i,s,o,r){super(),this._context=e,this._viewHelper=t,th... method dispose (line 82) | dispose(){this._animationFrameDisposable.dispose(),super.dispose()} method setPosition (line 82) | setPosition(e,t){this._position=e,this._mouseEvent=t} method _tick (line 82) | _tick(){const e=Date.now(),t=e-this._lastTime;return this._lastTime=e,t} method _getScrollSpeed (line 82) | _getScrollSpeed(){const e=this._context.configuration.options.get(67),... method _execute (line 82) | _execute(){const e=this._context.configuration.options.get(67),t=this.... class PM (line 82) | class PM{get altKey(){return this._altKey}get ctrlKey(){return this._ctr... method altKey (line 82) | get altKey(){return this._altKey} method ctrlKey (line 82) | get ctrlKey(){return this._ctrlKey} method metaKey (line 82) | get metaKey(){return this._metaKey} method shiftKey (line 82) | get shiftKey(){return this._shiftKey} method leftButton (line 82) | get leftButton(){return this._leftButton} method middleButton (line 82) | get middleButton(){return this._middleButton} method startedOnLineNumbers (line 82) | get startedOnLineNumbers(){return this._startedOnLineNumbers} method constructor (line 82) | constructor(){this._altKey=!1,this._ctrlKey=!1,this._metaKey=!1,this._... method count (line 82) | get count(){return this._lastMouseDownCount} method setModifiers (line 82) | setModifiers(e){this._altKey=e.altKey,this._ctrlKey=e.ctrlKey,this._me... method setStartButtons (line 82) | setStartButtons(e){this._leftButton=e.leftButton,this._middleButton=e.... method setStartedOnLineNumbers (line 82) | setStartedOnLineNumbers(e){this._startedOnLineNumbers=e} method trySetCount (line 82) | trySetCount(e,t){const i=new Date().getTime();i-this._lastSetMouseDown... class ei (line 82) | class ei{get event(){return this.emitter.event}constructor(e,t,i){const ... method event (line 82) | get event(){return this.emitter.event} method constructor (line 82) | constructor(e,t,i){const s=o=>this.emitter.fire(o);this.emitter=new X(... method dispose (line 82) | dispose(){this.emitter.dispose()} class mo (line 82) | class mo{constructor(e,t,i,s,o){this.value=e,this.selectionStart=t,this.... method constructor (line 82) | constructor(e,t,i,s,o){this.value=e,this.selectionStart=t,this.selecti... method toString (line 82) | toString(){return`[ <${this.value}>, selectionStart: ${this.selectionS... method readFromTextArea (line 82) | static readFromTextArea(e,t){const i=e.getValue(),s=e.getSelectionStar... method collapseSelection (line 82) | collapseSelection(){return this.selectionStart===this.value.length?thi... method writeToTextArea (line 82) | writeToTextArea(e,t,i){t.setValue(e,this.value),i&&t.setSelectionRange... method deduceEditorPosition (line 82) | deduceEditorPosition(e){var t,i,s,o,r,a,l,c;if(e<=this.selectionStart)... method _finishDeduceEditorPosition (line 82) | _finishDeduceEditorPosition(e,t,i){let s=0,o=-1;for(;(o=t.indexOf(` method deduceInput (line 83) | static deduceInput(e,t,i){if(!e)return{text:"",replacePrevCharCnt:0,re... method deduceAndroidCompositionInput (line 83) | static deduceAndroidCompositionInput(e,t){if(!e)return{text:"",replace... class x1 (line 83) | class x1{static _getPageOfLine(e,t){return Math.floor((e-1)/t)}static _g... method _getPageOfLine (line 83) | static _getPageOfLine(e,t){return Math.floor((e-1)/t)} method _getRangeForPage (line 83) | static _getRangeForPage(e,t){const i=e*t,s=i+1,o=i+t;return new A(s,1,... method fromEditorSelection (line 83) | static fromEditorSelection(e,t,i,s){const r=x1._getPageOfLine(t.startL... class EL (line 83) | class EL{constructor(){this._lastState=null}set(e,t){this._lastState={la... method constructor (line 83) | constructor(){this._lastState=null} method set (line 83) | set(e,t){this._lastState={lastCopiedValue:e,data:t}} method get (line 83) | get(e){return this._lastState&&this._lastState.lastCopiedValue===e?thi... class S3e (line 83) | class S3e{constructor(){this._lastTypeTextLength=0}handleCompositionUpda... method constructor (line 83) | constructor(){this._lastTypeTextLength=0} method handleCompositionUpdate (line 83) | handleCompositionUpdate(e){e=e||"";const t={text:e,replacePrevCharCnt:... method textAreaState (line 83) | get textAreaState(){return this._textAreaState} method constructor (line 83) | constructor(e,t,i,s,o,r){super(),this._host=e,this._textArea=t,this._OS=... method _installSelectionChangeListener (line 83) | _installSelectionChangeListener(){let e=0;return ce(this._textArea.owner... method dispose (line 83) | dispose(){super.dispose(),this._selectionChangeListener&&(this._selectio... method focusTextArea (line 83) | focusTextArea(){this._setHasFocus(!0),this.refreshFocusState()} method isFocused (line 83) | isFocused(){return this._hasFocus} method refreshFocusState (line 83) | refreshFocusState(){this._setHasFocus(this._textArea.hasFocus())} method _setHasFocus (line 83) | _setHasFocus(e){this._hasFocus!==e&&(this._hasFocus=e,this._selectionCha... method _setAndWriteTextAreaState (line 83) | _setAndWriteTextAreaState(e,t){this._hasFocus||(t=t.collapseSelection())... method writeNativeTextAreaContent (line 83) | writeNativeTextAreaContent(e){!this._accessibilityService.isScreenReader... method _ensureClipboardGetsEditorSelection (line 83) | _ensureClipboardGetsEditorSelection(e){const t=this._host.getDataToCopy(... method getTextData (line 84) | getTextData(n){const e=n.getData(ss.text);let t=null;const i=n.getData("... method setTextData (line 85) | setTextData(n,e,t,i){n.setData(ss.text,e),typeof t=="string"&&n.setData(... class x3e (line 85) | class x3e extends ne{get ownerDocument(){return this._actual.ownerDocume... method ownerDocument (line 85) | get ownerDocument(){return this._actual.ownerDocument} method constructor (line 85) | constructor(e){super(),this._actual=e,this.onKeyDown=this._register(ne... method hasFocus (line 85) | hasFocus(){const e=h0(this._actual);return e?e.activeElement===this._a... method setIgnoreSelectionChangeTime (line 85) | setIgnoreSelectionChangeTime(e){this._ignoreSelectionChangeTime=Date.n... method getIgnoreSelectionChangeTime (line 85) | getIgnoreSelectionChangeTime(){return this._ignoreSelectionChangeTime} method resetSelectionChangeTime (line 85) | resetSelectionChangeTime(){this._ignoreSelectionChangeTime=0} method getValue (line 85) | getValue(){return this._actual.value} method setValue (line 85) | setValue(e,t){const i=this._actual;i.value!==t&&(this.setIgnoreSelecti... method getSelectionStart (line 85) | getSelectionStart(){return this._actual.selectionDirection==="backward... method getSelectionEnd (line 85) | getSelectionEnd(){return this._actual.selectionDirection==="backward"?... method setSelectionRange (line 85) | setSelectionRange(e,t,i){const s=this._actual;let o=null;const r=h0(s)... class L3e (line 85) | class L3e extends Mz{constructor(e,t,i){super(e,t,i),this._register(hn.a... method constructor (line 85) | constructor(e,t,i){super(e,t,i),this._register(hn.addTarget(this.viewH... method onTap (line 85) | onTap(e){!e.initialTarget||!this.viewHelper.linesContentDomNode.contai... method onChange (line 85) | onChange(e){this._lastPointerType==="touch"&&this._context.viewModel.v... method _dispatchGesture (line 85) | _dispatchGesture(e,t){const i=this._createMouseTarget(new Wm(e,!1,this... method _onMouseDown (line 85) | _onMouseDown(e,t){e.browserEvent.pointerType!=="touch"&&super._onMouse... class k3e (line 85) | class k3e extends Mz{constructor(e,t,i){super(e,t,i),this._register(hn.a... method constructor (line 85) | constructor(e,t,i){super(e,t,i),this._register(hn.addTarget(this.viewH... method onTap (line 85) | onTap(e){e.preventDefault(),this.viewHelper.focusTextArea();const t=th... method onChange (line 85) | onChange(e){this._context.viewModel.viewLayout.deltaScrollNow(-e.trans... class D3e (line 85) | class D3e extends ne{constructor(e,t,i){super(),(iu||k2e&&qre)&&XV.point... method constructor (line 85) | constructor(e,t,i){super(),(iu||k2e&&qre)&&XV.pointerEvents?this.handl... method getTargetAtClientPoint (line 85) | getTargetAtClientPoint(e,t){return this.handler.getTargetAtClientPoint... class X0 (line 85) | class X0 extends CD{} function Yn (line 85) | function Yn(n){return{id:n}} function MB (line 85) | function MB(n){switch(n){case Jl.DARK:return"vs-dark";case Jl.HIGH_CONTR... class I3e (line 85) | class I3e{constructor(){this.themingParticipants=[],this.themingParticip... method constructor (line 85) | constructor(){this.themingParticipants=[],this.themingParticipants=[],... method onColorThemeChange (line 85) | onColorThemeChange(e){return this.themingParticipants.push(e),this.onT... method getThemingParticipants (line 85) | getThemingParticipants(){return this.themingParticipants} function mc (line 85) | function mc(n){return nce.onColorThemeChange(n)} class E3e (line 85) | class E3e extends ne{constructor(e){super(),this.themeService=e,this.the... method constructor (line 85) | constructor(e){super(),this.themeService=e,this.theme=e.getColorTheme(... method onThemeChange (line 85) | onThemeChange(e){this.theme=e,this.updateStyles()} method updateStyles (line 85) | updateStyles(){} class xD (line 85) | class xD extends X0{constructor(e){super(),this._context=e,this._readCon... method constructor (line 85) | constructor(e){super(),this._context=e,this._readConfig(),this._lastCu... method _readConfig (line 85) | _readConfig(){const e=this._context.configuration.options;this._lineHe... method dispose (line 85) | dispose(){this._context.removeEventHandler(this),this._renderResult=nu... method onConfigurationChanged (line 85) | onConfigurationChanged(e){return this._readConfig(),!0} method onCursorStateChanged (line 85) | onCursorStateChanged(e){const t=e.selections[0].getPosition();this._la... method onFlushed (line 85) | onFlushed(e){return!0} method onLinesChanged (line 85) | onLinesChanged(e){return!0} method onLinesDeleted (line 85) | onLinesDeleted(e){return!0} method onLinesInserted (line 85) | onLinesInserted(e){return!0} method onScrollChanged (line 85) | onScrollChanged(e){return e.scrollTopChanged} method onZonesChanged (line 85) | onZonesChanged(e){return!0} method onDecorationsChanged (line 85) | onDecorationsChanged(e){return e.affectsLineNumber} method _getLineRenderLineNumber (line 85) | _getLineRenderLineNumber(e){const t=this._context.viewModel.coordinate... method prepareRender (line 85) | prepareRender(e){if(this._renderLineNumbers===0){this._renderResult=nu... method render (line 85) | render(e,t){if(!this._renderResult)return"";const i=t-e;return i<0||i>... class p0 (line 85) | class p0 extends Va{constructor(e){super(e);const t=this._context.config... method constructor (line 85) | constructor(e){super(e);const t=this._context.configuration.options,i=... method dispose (line 85) | dispose(){super.dispose()} method getDomNode (line 85) | getDomNode(){return this._domNode} method onConfigurationChanged (line 85) | onConfigurationChanged(e){const t=this._context.configuration.options,... method onScrollChanged (line 85) | onScrollChanged(e){return super.onScrollChanged(e)||e.scrollTopChanged} method prepareRender (line 85) | prepareRender(e){} method render (line 85) | render(e){this._domNode.setLayerHinting(this._canUseLayerHinting),this... class c8e (line 85) | class c8e{constructor(){this._onDidChange=new X,this.onDidChange=this._o... method constructor (line 85) | constructor(){this._onDidChange=new X,this.onDidChange=this._onDidChan... method enabled (line 85) | get enabled(){return this._enabled} method enable (line 85) | enable(){this._enabled=!0,this._onDidChange.fire()} method disable (line 85) | disable(){this._enabled=!1,this._onDidChange.fire()} class u8e (line 85) | class u8e{constructor(e,t,i,s,o){this._context=e,this.modelLineNumber=t,... method constructor (line 85) | constructor(e,t,i,s,o){this._context=e,this.modelLineNumber=t,this.dis... method prepareRender (line 85) | prepareRender(e){const t=new ee(this.modelLineNumber,this.distanceToMo... method definePresentation (line 85) | definePresentation(e){return this._previousPresentation||(e?this._prev... method constructor (line 85) | constructor(e,t,i,s,o){super(e),this._keybindingService=s,this._instanti... method writeScreenReaderContent (line 87) | writeScreenReaderContent(e){this._textAreaInput.writeNativeTextAreaConte... method dispose (line 87) | dispose(){super.dispose()} method _getAndroidWordAtPosition (line 87) | _getAndroidWordAtPosition(e){const t='`~!@#$%^&*()-=+[{]}\\|;:",.<>/?',i... method _getWordBeforePosition (line 87) | _getWordBeforePosition(e){const t=this._context.viewModel.getLineContent... method _getCharacterBeforePosition (line 87) | _getCharacterBeforePosition(e){if(e.column>1){const i=this._context.view... method _getAriaLabel (line 87) | _getAriaLabel(e){var t,i,s;if(e.get(2)===1){const r=(t=this._keybindingS... method _setAccessibilityOptions (line 87) | _setAccessibilityOptions(e){this._accessibilitySupport=e.get(2);const t=... method onConfigurationChanged (line 87) | onConfigurationChanged(e){const t=this._context.configuration.options,i=... method onCursorStateChanged (line 87) | onCursorStateChanged(e){return this._selections=e.selections.slice(0),th... method onDecorationsChanged (line 87) | onDecorationsChanged(e){return!0} method onFlushed (line 87) | onFlushed(e){return!0} method onLinesChanged (line 87) | onLinesChanged(e){return!0} method onLinesDeleted (line 87) | onLinesDeleted(e){return!0} method onLinesInserted (line 87) | onLinesInserted(e){return!0} method onScrollChanged (line 87) | onScrollChanged(e){return this._scrollLeft=e.scrollLeft,this._scrollTop=... method onZonesChanged (line 87) | onZonesChanged(e){return!0} method isFocused (line 87) | isFocused(){return this._textAreaInput.isFocused()} method focusTextArea (line 87) | focusTextArea(){this._textAreaInput.focusTextArea()} method getLastRenderData (line 87) | getLastRenderData(){return this._lastRenderPosition} method setAriaOptions (line 87) | setAriaOptions(e){e.activeDescendant?(this.textArea.setAttribute("aria-h... method _ensureReadOnlyAttribute (line 87) | _ensureReadOnlyAttribute(){const e=this._context.configuration.options;!... method prepareRender (line 87) | prepareRender(e){var t;this._primaryCursorPosition=new ee(this._selectio... method render (line 87) | render(e){this._textAreaInput.writeNativeTextAreaContent("render"),this.... method _render (line 87) | _render(){var e;if(this._visibleTextArea){const s=this._visibleTextArea.... method _newlinecount (line 87) | _newlinecount(e){let t=0,i=-1;do{if(i=e.indexOf(` method _renderAtTopLeft (line 88) | _renderAtTopLeft(){this._doRender({lastRenderPosition:null,top:0,left:0,... method _doRender (line 88) | _doRender(e){this._lastRenderPosition=e.lastRenderPosition;const t=this.... function h8e (line 88) | function h8e(n,e,t,i){if(e.length===0)return 0;const s=n.createElement("... function f8e (line 88) | function f8e(n,e,t){let i=0;for(let o=0;oo,... method columnSelect (line 88) | static columnSelect(e,t,i,s,o,r){const a=Math.abs(o-i)+1,l=i>o,c=s>r,d... method columnSelectLeft (line 88) | static columnSelectLeft(e,t,i){let s=i.toViewVisualColumn;return s>0&&... method columnSelectRight (line 88) | static columnSelectRight(e,t,i){let s=0;const o=Math.min(i.fromViewLin... method columnSelectUp (line 88) | static columnSelectUp(e,t,i,s){const o=s?e.pageSize:1,r=Math.max(1,i.t... method columnSelectDown (line 88) | static columnSelectDown(e,t,i,s){const o=s?e.pageSize:1,r=Math.min(t.g... class Io (line 88) | class Io{constructor(e,t,i=!1){this._range=e,this._text=t,this.insertsAu... method constructor (line 88) | constructor(e,t,i=!1){this._range=e,this._text=t,this.insertsAutoWhite... method getEditOperations (line 88) | getEditOperations(e,t){t.addTrackedEditOperation(this._range,this._text)} method computeCursorState (line 88) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... class b8e (line 88) | class b8e{constructor(e,t){this._range=e,this._text=t}getEditOperations(... method constructor (line 88) | constructor(e,t){this._range=e,this._text=t} method getEditOperations (line 88) | getEditOperations(e,t){t.addTrackedEditOperation(this._range,this._text)} method computeCursorState (line 88) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... class WE (line 88) | class WE{constructor(e,t,i=!1){this._range=e,this._text=t,this.insertsAu... method constructor (line 88) | constructor(e,t,i=!1){this._range=e,this._text=t,this.insertsAutoWhite... method getEditOperations (line 88) | getEditOperations(e,t){t.addTrackedEditOperation(this._range,this._text)} method computeCursorState (line 88) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... class CN (line 88) | class CN{constructor(e,t,i,s,o=!1){this._range=e,this._text=t,this._colu... method constructor (line 88) | constructor(e,t,i,s,o=!1){this._range=e,this._text=t,this._columnDelta... method getEditOperations (line 88) | getEditOperations(e,t){t.addTrackedEditOperation(this._range,this._text)} method computeCursorState (line 88) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... class Oz (line 88) | class Oz{constructor(e,t,i,s=!1){this._range=e,this._text=t,this._initia... method constructor (line 88) | constructor(e,t,i,s=!1){this._range=e,this._text=t,this._initialSelect... method getEditOperations (line 88) | getEditOperations(e,t){t.addTrackedEditOperation(this._range,this._tex... method computeCursorState (line 88) | computeCursorState(e,t){return t.getTrackedSelection(this._selectionId)} class i5 (line 88) | class i5{constructor(e,t,i){this._cursorPositionBrand=void 0,this.lineNu... method constructor (line 88) | constructor(e,t,i){this._cursorPositionBrand=void 0,this.lineNumber=e,... class Mi (line 88) | class Mi{static leftPosition(e,t){if(t.column>e.getLineMinColumn(t.lineN... method leftPosition (line 88) | static leftPosition(e,t){if(t.column>e.getLineMinColumn(t.lineNumber))... method leftPositionAtomicSoftTabs (line 88) | static leftPositionAtomicSoftTabs(e,t,i){if(t.column<=e.getLineIndentC... method left (line 88) | static left(e,t,i){const s=e.stickyTabStops?Mi.leftPositionAtomicSoftT... method moveLeft (line 88) | static moveLeft(e,t,i,s,o){let r,a;if(i.hasSelection()&&!s)r=i.selecti... method clipPositionColumn (line 88) | static clipPositionColumn(e,t){return new ee(e.lineNumber,Mi.clipRange... method clipRange (line 88) | static clipRange(e,t,i){return ei?i:e} method rightPosition (line 88) | static rightPosition(e,t,i){return i1){const i=xRe(e.co... method cut (line 88) | static cut(e,t,i){const s=[];let o=null;i.sort((r,a)=>ee.compare(r.get... class ki (line 88) | class ki{static _createWord(e,t,i,s,o){return{start:s,end:o,wordType:t,n... method _createWord (line 88) | static _createWord(e,t,i,s,o){return{start:s,end:o,wordType:t,nextChar... method _createIntlWord (line 88) | static _createIntlWord(e,t){return{start:e.index,end:e.index+e.segment... method _findPreviousWordOnLine (line 88) | static _findPreviousWordOnLine(e,t,i){const s=t.getLineContent(i.lineN... method _doFindPreviousWordOnLine (line 88) | static _doFindPreviousWordOnLine(e,t,i){let s=0;const o=t.findPrevIntl... method _findEndOfWord (line 88) | static _findEndOfWord(e,t,i,s){const o=t.findNextIntlWordAtOrAfterOffs... method _findNextWordOnLine (line 88) | static _findNextWordOnLine(e,t,i){const s=t.getLineContent(i.lineNumbe... method _doFindNextWordOnLine (line 88) | static _doFindNextWordOnLine(e,t,i){let s=0;const o=e.length,r=t.findN... method _findStartOfWord (line 88) | static _findStartOfWord(e,t,i,s){const o=t.findPrevIntlWordBeforeOrAtO... method moveWordLeft (line 88) | static moveWordLeft(e,t,i,s){let o=i.lineNumber,r=i.column;r===1&&o>1&... method _moveWordPartLeft (line 88) | static _moveWordPartLeft(e,t){const i=t.lineNumber,s=e.getLineMaxColum... method moveWordRight (line 88) | static moveWordRight(e,t,i,s){let o=i.lineNumber,r=i.column,a=!1;r===t... method _moveWordPartRight (line 88) | static _moveWordPartRight(e,t){const i=t.lineNumber,s=e.getLineMaxColu... method _deleteWordLeftWhitespace (line 88) | static _deleteWordLeftWhitespace(e,t){const i=e.getLineContent(t.lineN... method deleteWordLeft (line 88) | static deleteWordLeft(e,t){const i=e.wordSeparators,s=e.model,o=e.sele... method deleteInsideWord (line 88) | static deleteInsideWord(e,t,i){if(!i.isEmpty())return i;const s=new ee... method _charAtIsWhitespace (line 88) | static _charAtIsWhitespace(e,t){const i=e.charCodeAt(t);return i===32|... method _deleteInsideWordWhitespace (line 88) | static _deleteInsideWordWhitespace(e,t){const i=e.getLineContent(t.lin... method _deleteInsideWordDetermineDeleteRange (line 88) | static _deleteInsideWordDetermineDeleteRange(e,t,i){const s=t.getLineC... method _deleteWordPartLeft (line 88) | static _deleteWordPartLeft(e,t){if(!t.isEmpty())return t;const i=t.get... method _findFirstNonWhitespaceChar (line 88) | static _findFirstNonWhitespaceChar(e,t){const i=e.length;for(let s=t;s... method _deleteWordRightWhitespace (line 88) | static _deleteWordRightWhitespace(e,t){const i=e.getLineContent(t.line... method deleteWordRight (line 88) | static deleteWordRight(e,t){const i=e.wordSeparators,s=e.model,o=e.sel... method _deleteWordPartRight (line 88) | static _deleteWordPartRight(e,t){if(!t.isEmpty())return t;const i=t.ge... method _createWordAtPosition (line 88) | static _createWordAtPosition(e,t,i){const s=new A(t,i.start+1,t,i.end+... method getWordAtPosition (line 88) | static getWordAtPosition(e,t,i,s){const o=cc(t,i),r=ki._findPreviousWo... method word (line 88) | static word(e,t,i,s,o){const r=cc(e.wordSeparators,e.wordSegmenterLoca... class OM (line 88) | class OM extends ki{static deleteWordPartLeft(e){const t=HE([ki.deleteWo... method deleteWordPartLeft (line 88) | static deleteWordPartLeft(e){const t=HE([ki.deleteWordLeft(e,0),ki.del... method deleteWordPartRight (line 88) | static deleteWordPartRight(e){const t=HE([ki.deleteWordRight(e,0),ki.d... method moveWordPartLeft (line 88) | static moveWordPartLeft(e,t,i){const s=HE([ki.moveWordLeft(e,t,i,0),ki... method moveWordPartRight (line 88) | static moveWordPartRight(e,t,i){const s=HE([ki.moveWordRight(e,t,i,0),... function HE (line 88) | function HE(n){return n.filter(e=>!!e)} class po (line 88) | class po{static addCursorDown(e,t,i){const s=[];let o=0;for(let r=0,a=t.... method addCursorDown (line 88) | static addCursorDown(e,t,i){const s=[];let o=0;for(let r=0,a=t.length;... method addCursorUp (line 88) | static addCursorUp(e,t,i){const s=[];let o=0;for(let r=0,a=t.length;r<... method moveToBeginningOfLine (line 88) | static moveToBeginningOfLine(e,t,i){const s=[];for(let o=0,r=t.length;... method _moveToLineStart (line 88) | static _moveToLineStart(e,t,i){const s=t.viewState.position.column,o=t... method _moveToLineStartByView (line 88) | static _moveToLineStartByView(e,t,i){return gi.fromViewState(Mi.moveTo... method _moveToLineStartByModel (line 88) | static _moveToLineStartByModel(e,t,i){return gi.fromModelState(Mi.move... method moveToEndOfLine (line 88) | static moveToEndOfLine(e,t,i,s){const o=[];for(let r=0,a=t.length;rgi.fromViewState(Mi.moveLeft... method _moveHalfLineLeft (line 88) | static _moveHalfLineLeft(e,t,i){const s=[];for(let o=0,r=t.length;ogi.fromViewState(Mi.moveRig... method _moveHalfLineRight (line 88) | static _moveHalfLineRight(e,t,i){const s=[];for(let o=0,r=t.length;o{this.model.tokenization... class pce (line 102) | class pce{constructor(e,t){this.model=e,this.languageConfigurationServic... method constructor (line 102) | constructor(e,t){this.model=e,this.languageConfigurationService=t} method getProcessedLine (line 102) | getProcessedLine(e,t){var i,s;const o=(l,c)=>{const d=on(l);return c+l... method getProcessedTokens (line 102) | getProcessedTokens(e){const t=l=>l===2||l===3||l===1,i=e.getLanguageId... function Wz (line 102) | function Wz(n,e){n.tokenization.forceTokenization(e.lineNumber);const t=... function eC (line 102) | function eC(n,e,t,i){e.tokenization.forceTokenization(t.startLineNumber)... function H_ (line 102) | function H_(n,e){if(e<=0)return"";n5[n]||(n5[n]=["",n]);const t=n5[n];fo... method unshiftIndent (line 102) | static unshiftIndent(e,t,i,s,o){const r=zs.visibleColumnFromColumn(e,t,i... method shiftIndent (line 102) | static shiftIndent(e,t,i,s,o){const r=zs.visibleColumnFromColumn(e,t,i);... method constructor (line 102) | constructor(e,t,i){this._languageConfigurationService=i,this._opts=t,thi... method _addEditOperation (line 102) | _addEditOperation(e,t,i){this._useLastEditRangeForCursorEndPosition?e.ad... method getEditOperations (line 102) | getEditOperations(e,t){const i=this._selection.startLineNumber;let s=thi... method computeCursorState (line 102) | computeCursorState(e,t){if(this._useLastEditRangeForCursorEndPosition){c... class y8e (line 102) | class y8e{constructor(e,t,i){this._range=e,this._charBeforeSelection=t,t... method constructor (line 102) | constructor(e,t,i){this._range=e,this._charBeforeSelection=t,this._cha... method getEditOperations (line 102) | getEditOperations(e,t){t.addTrackedEditOperation(new A(this._range.sta... method computeCursorState (line 102) | computeCursorState(e,t){const i=t.getInverseEditOperations(),s=i[0].ra... class S8e (line 102) | class S8e{constructor(e,t,i){this._position=e,this._text=t,this._charAft... method constructor (line 102) | constructor(e,t,i){this._position=e,this._text=t,this._charAfter=i} method getEditOperations (line 102) | getEditOperations(e,t){t.addTrackedEditOperation(new A(this._position.... method computeCursorState (line 102) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... function x8e (line 102) | function x8e(n,e,t){const i=n.tokenization.getLanguageIdAtPosition(e,0);... function FM (line 102) | function FM(n,e,t,i=!0,s){if(n<4)return null;const o=s.getLanguageConfig... function hx (line 102) | function hx(n,e,t,i,s,o){if(n<4)return null;const r=o.getLanguageConfigu... function L8e (line 102) | function L8e(n,e,t,i,s){if(n<4)return null;const o=e.getLanguageIdAtPosi... function k8e (line 102) | function k8e(n,e,t,i,s,o){if(n<4||Wz(e,t.getStartPosition()))return null... function mce (line 102) | function mce(n,e,t){const i=t.getLanguageConfiguration(n.getLanguageId()... function D8e (line 102) | function D8e(n,e,t){return{tokenization:{getLineTokens:s=>s===e?t:n.toke... class Bn (line 102) | class Bn{static indent(e,t,i){if(t===null||i===null)return[];const s=[];... method indent (line 102) | static indent(e,t,i){if(t===null||i===null)return[];const s=[];for(let... method outdent (line 102) | static outdent(e,t,i){const s=[];for(let o=0,r=i.length;othis._composi... method _compositionType (line 103) | static _compositionType(e,t,i,s,o,r){if(!t.isEmpty())return null;const... method _typeCommand (line 103) | static _typeCommand(e,t,i){return i?new WE(e,t,!0):new Io(e,t,!0)} method _enter (line 103) | static _enter(e,t,i,s){if(e.autoIndent===0)return Bn._typeCommand(s,` method _isAutoIndentType (line 113) | static _isAutoIndentType(e,t,i){if(e.autoIndent<4)return!1;for(let s=0... method _runAutoIndentType (line 113) | static _runAutoIndentType(e,t,i,s){const o=ble(t,i.startLineNumber,i.s... method _isAutoClosingOvertype (line 113) | static _isAutoClosingOvertype(e,t,i,s,o){if(e.autoClosingOvertype==="n... method _runAutoClosingOvertype (line 113) | static _runAutoClosingOvertype(e,t,i,s,o){const r=[];for(let a=0,l=s.l... method _isBeforeClosingBrace (line 113) | static _isBeforeClosingBrace(e,t){const i=t.charAt(0),s=e.autoClosingP... method _findAutoClosingPairOpen (line 113) | static _findAutoClosingPairOpen(e,t,i,s){const o=e.autoClosingPairs.au... method _findContainedAutoClosingPair (line 113) | static _findContainedAutoClosingPair(e,t){if(t.open.length<=1)return n... method _getAutoClosingPairClose (line 113) | static _getAutoClosingPairClose(e,t,i,s,o){for(const g of i)if(!g.isEm... method _runAutoClosingOpenCharType (line 113) | static _runAutoClosingOpenCharType(e,t,i,s,o,r,a){const l=[];for(let c... method _shouldSurroundChar (line 113) | static _shouldSurroundChar(e,t){return vp(t)?e.autoSurround==="quotes"... method _isSurroundSelectionType (line 113) | static _isSurroundSelectionType(e,t,i,s){if(!Bn._shouldSurroundChar(e,... method _runSurroundSelectionType (line 113) | static _runSurroundSelectionType(e,t,i,s,o){const r=[];for(let a=0,l=s... method _isTypeInterceptorElectricChar (line 113) | static _isTypeInterceptorElectricChar(e,t,i){return!!(i.length===1&&t.... method _typeInterceptorElectricChar (line 113) | static _typeInterceptorElectricChar(e,t,i,s,o){if(!t.electricChars.has... method compositionEndWithInterceptors (line 113) | static compositionEndWithInterceptors(e,t,i,s,o,r){if(!s)return null;l... method typeWithInterceptors (line 113) | static typeWithInterceptors(e,t,i,s,o,r,a){if(!e&&a===` method typeWithoutInterceptors (line 114) | static typeWithoutInterceptors(e,t,i,s,o){const r=[];for(let l=0,c=s.l... method lineInsertBefore (line 114) | static lineInsertBefore(e,t,i){if(t===null||i===null)return[];const s=... method lineInsertAfter (line 115) | static lineInsertAfter(e,t,i){if(t===null||i===null)return[];const s=[... method lineBreakInsert (line 115) | static lineBreakInsert(e,t,i){const s=[];for(let o=0,r=i.length;o{co... method constructor (line 115) | constructor(e){e.addImplementation(1e4,"code-editor",(t,i)=>{const s=t... method _runEditorCommand (line 115) | _runEditorCommand(e,t,i){const s=this.runEditorCommand(e,t,i);return s... class e (line 115) | class e extends ts{constructor(w){super(w),this._inSelectionMode=w.inSel... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class t (line 115) | class t extends ts{runCoreEditorCommand(w,y){w.model.pushStackElement();... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} method constructor (line 115) | constructor(){super({id:"columnSelect",precondition:void 0})} method _getColumnSelectResult (line 115) | _getColumnSelectResult(b,w,y,S){if(typeof S.position>"u"||typeof S.viewP... method constructor (line 115) | constructor(){super({id:"cursorColumnSelectLeft",precondition:void 0,kbO... method _getColumnSelectResult (line 115) | _getColumnSelectResult(b,w,y,S){return mv.columnSelectLeft(b.cursorConfi... method constructor (line 115) | constructor(){super({id:"cursorColumnSelectRight",precondition:void 0,kb... method _getColumnSelectResult (line 115) | _getColumnSelectResult(b,w,y,S){return mv.columnSelectRight(b.cursorConf... class i (line 115) | class i extends t{constructor(w){super(w),this._isPaged=w.isPaged}_getCo... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... class s (line 115) | class s extends t{constructor(w){super(w),this._isPaged=w.isPaged}_getCo... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... class o (line 115) | class o extends ts{constructor(){super({id:"cursorMove",precondition:voi... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... class r (line 115) | class r extends ts{constructor(w){super(w),this._staticArgs=w.args}runCo... method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... method constructor (line 115) | constructor(){super({id:"createCursor",precondition:void 0})} method runCoreEditorCommand (line 115) | runCoreEditorCommand(b,w){if(!w.position)return;let y;w.wholeLine?y=po.l... method constructor (line 115) | constructor(){super({id:"_lastCursorMoveToSelect",precondition:void 0})} method runCoreEditorCommand (line 115) | runCoreEditorCommand(b,w){if(!w.position)return;const y=b.getLastAddedCu... class a (line 115) | class a extends ts{constructor(w){super(w),this._inSelectionMode=w.inSel... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... class l (line 115) | class l extends ts{constructor(w){super(w),this._inSelectionMode=w.inSel... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;S=this._lines.... method onLinesDeleted (line 115) | onLinesDeleted(e,t){if(this.getCount()===0)return null;const i=this.ge... method onLinesChanged (line 115) | onLinesChanged(e,t){const i=e+t-1;if(this.getCount()===0)return!1;cons... method onLinesInserted (line 115) | onLinesInserted(e,t){if(this.getCount()===0)return null;const i=t-e+1,... method onTokensChanged (line 115) | onTokensChanged(e){if(this.getCount()===0)return!1;const t=this.getSta... class bce (line 115) | class bce{constructor(e){this._host=e,this.domNode=this._createDomNode()... method constructor (line 115) | constructor(e){this._host=e,this.domNode=this._createDomNode(),this._l... method _createDomNode (line 115) | _createDomNode(){const e=Di(document.createElement("div"));return e.se... method onConfigurationChanged (line 115) | onConfigurationChanged(e){return!!e.hasChanged(145)} method onFlushed (line 115) | onFlushed(e){return this._linesCollection.flush(),!0} method onLinesChanged (line 115) | onLinesChanged(e){return this._linesCollection.onLinesChanged(e.fromLi... method onLinesDeleted (line 115) | onLinesDeleted(e){const t=this._linesCollection.onLinesDeleted(e.fromL... method onLinesInserted (line 115) | onLinesInserted(e){const t=this._linesCollection.onLinesInserted(e.fro... method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollTopChanged} method onTokensChanged (line 115) | onTokensChanged(e){return this._linesCollection.onTokensChanged(e.rang... method onZonesChanged (line 115) | onZonesChanged(e){return!0} method getStartLineNumber (line 115) | getStartLineNumber(){return this._linesCollection.getStartLineNumber()} method getEndLineNumber (line 115) | getEndLineNumber(){return this._linesCollection.getEndLineNumber()} method getVisibleLine (line 115) | getVisibleLine(e){return this._linesCollection.getLine(e)} method renderLines (line 115) | renderLines(e){const t=this._linesCollection._get(),i=new zf(this.domN... class zf (line 115) | class zf{constructor(e,t,i){this.domNode=e,this.host=t,this.viewportData... method constructor (line 115) | constructor(e,t,i){this.domNode=e,this.host=t,this.viewportData=i} method render (line 115) | render(e,t,i,s){const o={rendLineNumberStart:e.rendLineNumberStart,lin... method _renderUntouchedLines (line 115) | _renderUntouchedLines(e,t,i,s,o){const r=e.rendLineNumberStart,a=e.lin... method _insertLinesBefore (line 115) | _insertLinesBefore(e,t,i,s,o){const r=[];let a=0;for(let l=t;l<=i;l++)... method _removeLinesBefore (line 115) | _removeLinesBefore(e,t){for(let i=0;ii.shouldRende... method render (line 115) | render(e){this._viewOverlaysRender(e),this.domNode.toggleClassName("fo... method _viewOverlaysRender (line 115) | _viewOverlaysRender(e){this._visibleLines.renderLines(e.viewportData)} class N8e (line 115) | class N8e{constructor(e){this._dynamicOverlays=e,this._domNode=null,this... method constructor (line 115) | constructor(e){this._dynamicOverlays=e,this._domNode=null,this._render... method getDomNode (line 115) | getDomNode(){return this._domNode?this._domNode.domNode:null} method setDomNode (line 115) | setDomNode(e){this._domNode=Di(e)} method onContentChanged (line 115) | onContentChanged(){} method onTokensChanged (line 115) | onTokensChanged(){} method renderLine (line 115) | renderLine(e,t,i,s,o){let r="";for(let a=0,l=this._dynamicOverlays.len... method layoutLine (line 115) | layoutLine(e,t,i){this._domNode&&(this._domNode.setTop(t),this._domNod... class A8e (line 115) | class A8e extends Cce{constructor(e){super(e);const i=this._context.conf... method constructor (line 115) | constructor(e){super(e);const i=this._context.configuration.options.ge... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const i=this._context.configuration.options.... method onScrollChanged (line 115) | onScrollChanged(e){return super.onScrollChanged(e)||e.scrollWidthChanged} method _viewOverlaysRender (line 115) | _viewOverlaysRender(e){super._viewOverlaysRender(e),this.domNode.setWi... class R8e (line 115) | class R8e extends Cce{constructor(e){super(e);const t=this._context.conf... method constructor (line 115) | constructor(e){super(e);const t=this._context.configuration.options,i=... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method onScrollChanged (line 115) | onScrollChanged(e){return super.onScrollChanged(e)||e.scrollHeightChan... method _viewOverlaysRender (line 115) | _viewOverlaysRender(e){super._viewOverlaysRender(e);const t=Math.min(e... class BM (line 115) | class BM{constructor(e){this.onKeyDown=null,this.onKeyUp=null,this.onCon... method constructor (line 115) | constructor(e){this.onKeyDown=null,this.onKeyUp=null,this.onContextMen... method emitKeyDown (line 115) | emitKeyDown(e){var t;(t=this.onKeyDown)===null||t===void 0||t.call(thi... method emitKeyUp (line 115) | emitKeyUp(e){var t;(t=this.onKeyUp)===null||t===void 0||t.call(this,e)} method emitContextMenu (line 115) | emitContextMenu(e){var t;(t=this.onContextMenu)===null||t===void 0||t.... method emitMouseMove (line 115) | emitMouseMove(e){var t;(t=this.onMouseMove)===null||t===void 0||t.call... method emitMouseLeave (line 115) | emitMouseLeave(e){var t;(t=this.onMouseLeave)===null||t===void 0||t.ca... method emitMouseDown (line 115) | emitMouseDown(e){var t;(t=this.onMouseDown)===null||t===void 0||t.call... method emitMouseUp (line 115) | emitMouseUp(e){var t;(t=this.onMouseUp)===null||t===void 0||t.call(thi... method emitMouseDrag (line 115) | emitMouseDrag(e){var t;(t=this.onMouseDrag)===null||t===void 0||t.call... method emitMouseDrop (line 115) | emitMouseDrop(e){var t;(t=this.onMouseDrop)===null||t===void 0||t.call... method emitMouseDropCanceled (line 115) | emitMouseDropCanceled(){var e;(e=this.onMouseDropCanceled)===null||e==... method emitMouseWheel (line 115) | emitMouseWheel(e){var t;(t=this.onMouseWheel)===null||t===void 0||t.ca... method _convertViewToModelMouseEvent (line 115) | _convertViewToModelMouseEvent(e){return e.target?{event:e.event,target... method _convertViewToModelMouseTarget (line 115) | _convertViewToModelMouseTarget(e){return BM.convertViewToModelMouseTar... method convertViewToModelMouseTarget (line 115) | static convertViewToModelMouseTarget(e,t){const i={...e};return i.posi... method convertViewToModelViewZoneData (line 115) | static convertViewToModelViewZoneData(e,t){return{viewZoneId:e.viewZon... class M8e (line 115) | class M8e extends Va{constructor(e){super(e),this.blocks=[],this.content... method constructor (line 115) | constructor(e){super(e),this.blocks=[],this.contentWidth=-1,this.conte... method update (line 115) | update(){let e=!1;const i=this._context.configuration.options.get(145)... method dispose (line 115) | dispose(){super.dispose()} method onConfigurationChanged (line 115) | onConfigurationChanged(e){return this.update()} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollTopChanged||e.scrollLeftChanged} method onDecorationsChanged (line 115) | onDecorationsChanged(e){return!0} method onZonesChanged (line 115) | onZonesChanged(e){return!0} method prepareRender (line 115) | prepareRender(e){} method render (line 115) | render(e){var t;let i=0;const s=e.getDecorationsInViewport();for(const... class P8e (line 115) | class P8e extends Va{constructor(e,t){super(e),this._viewDomNode=t,this.... method constructor (line 115) | constructor(e,t){super(e),this._viewDomNode=t,this._widgets={},this.do... method dispose (line 115) | dispose(){super.dispose(),this._widgets={}} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=Object.keys(this._widgets);for(const... method onDecorationsChanged (line 115) | onDecorationsChanged(e){return!0} method onFlushed (line 115) | onFlushed(e){return!0} method onLineMappingChanged (line 115) | onLineMappingChanged(e){return this._updateAnchorsViewPositions(),!0} method onLinesChanged (line 115) | onLinesChanged(e){return this._updateAnchorsViewPositions(),!0} method onLinesDeleted (line 115) | onLinesDeleted(e){return this._updateAnchorsViewPositions(),!0} method onLinesInserted (line 115) | onLinesInserted(e){return this._updateAnchorsViewPositions(),!0} method onScrollChanged (line 115) | onScrollChanged(e){return!0} method onZonesChanged (line 115) | onZonesChanged(e){return!0} method _updateAnchorsViewPositions (line 115) | _updateAnchorsViewPositions(){const e=Object.keys(this._widgets);for(c... method addWidget (line 115) | addWidget(e){const t=new O8e(this._context,this._viewDomNode,e);this._... method setWidgetPosition (line 115) | setWidgetPosition(e,t,i,s,o){this._widgets[e.getId()].setPosition(t,i,... method removeWidget (line 115) | removeWidget(e){const t=e.getId();if(this._widgets.hasOwnProperty(t)){... method shouldSuppressMouseDownOnWidget (line 115) | shouldSuppressMouseDownOnWidget(e){return this._widgets.hasOwnProperty... method onBeforeRender (line 115) | onBeforeRender(e){const t=Object.keys(this._widgets);for(const i of t)... method prepareRender (line 115) | prepareRender(e){const t=Object.keys(this._widgets);for(const i of t)t... method render (line 115) | render(e){const t=Object.keys(this._widgets);for(const i of t)this._wi... class O8e (line 115) | class O8e{constructor(e,t,i){this._primaryAnchor=new Fy(null,null),this.... method constructor (line 115) | constructor(e,t,i){this._primaryAnchor=new Fy(null,null),this._seconda... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method updateAnchorViewPosition (line 115) | updateAnchorViewPosition(){this._setPosition(this._affinity,this._prim... method _setPosition (line 115) | _setPosition(e,t,i){this._affinity=e,this._primaryAnchor=s(t,this._con... method _getMaxWidth (line 115) | _getMaxWidth(){const e=this.domNode.domNode.ownerDocument,t=e.defaultV... method setPosition (line 115) | setPosition(e,t,i,s){this._setPosition(s,e,t),this._preference=i,this.... method _layoutBoxInViewport (line 115) | _layoutBoxInViewport(e,t,i,s){const o=e.top,r=o,a=e.top+e.height,l=s.v... method _layoutHorizontalSegmentInPage (line 115) | _layoutHorizontalSegmentInPage(e,t,i,s){var o;const l=Math.max(15,t.le... method _layoutBoxInPage (line 115) | _layoutBoxInPage(e,t,i,s){var o,r;const a=e.top-i,l=e.top+e.height,c=b... method _prepareRenderWidgetAtExactPositionOverflowing (line 115) | _prepareRenderWidgetAtExactPositionOverflowing(e){return new By(e.top,... method _getAnchorsCoordinates (line 115) | _getAnchorsCoordinates(e){var t,i;const s=a(this._primaryAnchor.viewPo... method _reduceAnchorCoordinates (line 115) | _reduceAnchorCoordinates(e,t,i){if(!t)return e;const s=this._context.c... method _prepareRenderWidget (line 115) | _prepareRenderWidget(e){if(!this._preference||this._preference.length=... method onBeforeRender (line 115) | onBeforeRender(e){!this._primaryAnchor.viewPosition||!this._preference... method prepareRender (line 115) | prepareRender(e){this._renderData=this._prepareRenderWidget(e)} method render (line 115) | render(e){var t;if(!this._renderData||this._renderData.kind==="offView... class Fy (line 115) | class Fy{constructor(e,t){this.modelPosition=e,this.viewPosition=t}} method constructor (line 115) | constructor(e,t){this.modelPosition=e,this.viewPosition=t} class By (line 115) | class By{constructor(e,t){this.top=e,this.left=t,this._coordinateBrand=v... method constructor (line 115) | constructor(e,t){this.top=e,this.left=t,this._coordinateBrand=void 0} class qX (line 115) | class qX{constructor(e,t,i){this.top=e,this.left=t,this.height=i,this._a... method constructor (line 115) | constructor(e,t,i){this.top=e,this.left=t,this.height=i,this._anchorCo... function o5 (line 115) | function o5(n,e,...t){try{return n.call(e,...t)}catch{return null}} class wce (line 115) | class wce extends X0{constructor(e){super(),this._context=e;const t=this... method constructor (line 115) | constructor(e){super(),this._context=e;const t=this._context.configura... method dispose (line 115) | dispose(){this._context.removeEventHandler(this),super.dispose()} method _readFromSelections (line 115) | _readFromSelections(){let e=!1;const t=new Set;for(const o of this._se... method onThemeChanged (line 115) | onThemeChanged(e){return this._readFromSelections()} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options,... method onCursorStateChanged (line 115) | onCursorStateChanged(e){return this._selections=e.selections,this._rea... method onFlushed (line 115) | onFlushed(e){return!0} method onLinesDeleted (line 115) | onLinesDeleted(e){return!0} method onLinesInserted (line 115) | onLinesInserted(e){return!0} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollWidthChanged||e.scrollTopChanged} method onZonesChanged (line 115) | onZonesChanged(e){return!0} method onFocusChanged (line 115) | onFocusChanged(e){return this._renderLineHighlightOnlyWhenFocus?(this.... method prepareRender (line 115) | prepareRender(e){if(!this._shouldRenderThis()){this._renderData=null;r... method render (line 115) | render(e,t){if(!this._renderData)return"";const i=t-e;return i>=this._... method _shouldRenderInMargin (line 115) | _shouldRenderInMargin(){return(this._renderLineHighlight==="gutter"||t... method _shouldRenderInContent (line 115) | _shouldRenderInContent(){return(this._renderLineHighlight==="line"||th... class F8e (line 115) | class F8e extends wce{_renderOne(e,t){return`
... class H8e (line 115) | class H8e extends Va{constructor(e,t,i,s){super(e);const o=this._context... method constructor (line 115) | constructor(e,t,i,s){super(e);const o=this._context.configuration.opti... method dispose (line 115) | dispose(){super.dispose()} method _setLayout (line 115) | _setLayout(){const e=this._context.configuration.options,t=e.get(145);... method getOverviewRulerLayoutInfo (line 115) | getOverviewRulerLayoutInfo(){return this.scrollbar.getOverviewRulerLay... method getDomNode (line 115) | getDomNode(){return this.scrollbarDomNode} method delegateVerticalScrollbarPointerDown (line 115) | delegateVerticalScrollbarPointerDown(e){this.scrollbar.delegateVertica... method delegateScrollFromMouseWheelEvent (line 115) | delegateScrollFromMouseWheelEvent(e){this.scrollbar.delegateScrollFrom... method onConfigurationChanged (line 115) | onConfigurationChanged(e){if(e.hasChanged(103)||e.hasChanged(75)||e.ha... method onScrollChanged (line 115) | onScrollChanged(e){return!0} method onThemeChanged (line 115) | onThemeChanged(e){return this.scrollbar.updateClassName("editor-scroll... method prepareRender (line 115) | prepareRender(e){} method render (line 115) | render(e){this.scrollbar.renderNow()} class FB (line 115) | class FB{constructor(e,t,i,s,o){this.startLineNumber=e,this.endLineNumbe... method constructor (line 115) | constructor(e,t,i,s,o){this.startLineNumber=e,this.endLineNumber=t,thi... class V8e (line 115) | class V8e{constructor(e,t,i){this.className=e,this.zIndex=t,this.tooltip... method constructor (line 115) | constructor(e,t,i){this.className=e,this.zIndex=t,this.tooltip=i} class z8e (line 115) | class z8e{constructor(){this.decorations=[]}add(e){this.decorations.push... method constructor (line 115) | constructor(){this.decorations=[]} method add (line 115) | add(e){this.decorations.push(e)} method getDecorations (line 115) | getDecorations(){return this.decorations} class yce (line 115) | class yce extends X0{_render(e,t,i){const s=[];for(let a=e;a<=t;a++){con... method _render (line 115) | _render(e,t,i){const s=[];for(let a=e;a<=t;a++){const l=a-e;s[l]=new z... class $8e (line 115) | class $8e extends Va{constructor(e){super(e),this._widgets={},this._cont... method constructor (line 115) | constructor(e){super(e),this._widgets={},this._context=e;const t=this.... method dispose (line 115) | dispose(){this._managedDomNodes=[],this._decorationGlyphsToRender=[],t... method getWidgets (line 115) | getWidgets(){return Object.values(this._widgets)} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options,... method onDecorationsChanged (line 115) | onDecorationsChanged(e){return!0} method onFlushed (line 115) | onFlushed(e){return!0} method onLinesChanged (line 115) | onLinesChanged(e){return!0} method onLinesDeleted (line 115) | onLinesDeleted(e){return!0} method onLinesInserted (line 115) | onLinesInserted(e){return!0} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollTopChanged} method onZonesChanged (line 115) | onZonesChanged(e){return!0} method addWidget (line 115) | addWidget(e){const t=Di(e.getDomNode());this._widgets[e.getId()]={widg... method setWidgetPosition (line 115) | setWidgetPosition(e,t){const i=this._widgets[e.getId()];return i.prefe... method removeWidget (line 115) | removeWidget(e){var t;const i=e.getId();if(this._widgets[i]){const o=t... method _collectDecorationBasedGlyphRenderRequest (line 115) | _collectDecorationBasedGlyphRenderRequest(e,t){var i,s,o;const r=e.vis... method _collectWidgetBasedGlyphRenderRequest (line 115) | _collectWidgetBasedGlyphRenderRequest(e,t){const i=e.visibleRange.star... method _collectSortedGlyphRenderRequests (line 115) | _collectSortedGlyphRenderRequests(e){const t=[];return this._collectDe... method prepareRender (line 115) | prepareRender(e){if(!this._glyphMargin){this._decorationGlyphsToRender... method render (line 115) | render(e){if(!this._glyphMargin){for(const i of Object.values(this._wi... class U8e (line 115) | class U8e{constructor(e,t,i,s){this.lineNumber=e,this.laneIndex=t,this.z... method constructor (line 115) | constructor(e,t,i,s){this.lineNumber=e,this.laneIndex=t,this.zIndex=i,... method accept (line 115) | accept(e){return new K8e(this.lineNumber,this.laneIndex,e)} class j8e (line 115) | class j8e{constructor(e,t,i,s){this.lineNumber=e,this.laneIndex=t,this.z... method constructor (line 115) | constructor(e,t,i,s){this.lineNumber=e,this.laneIndex=t,this.zIndex=i,... class K8e (line 115) | class K8e{constructor(e,t,i){this.lineNumber=e,this.laneIndex=t,this.com... method constructor (line 115) | constructor(e,t,i){this.lineNumber=e,this.laneIndex=t,this.combinedCla... class Sce (line 115) | class Sce extends ne{constructor(){super(...arguments),this._isDisposed=... method constructor (line 115) | constructor(){super(...arguments),this._isDisposed=!1} method dispose (line 115) | dispose(){super.dispose(),this._isDisposed=!0} method assertNotDisposed (line 115) | assertNotDisposed(){if(this._isDisposed)throw new Error("TextModelPart... function WM (line 115) | function WM(n,e){let t=0,i=0;const s=n.length;for(;i... function Fb (line 115) | function Fb(n){if(!(n&&n.isTransparent()))return n} class r5 (line 115) | class r5{get didDomLayout(){return this._didDomLayout}readClientRect(){i... method didDomLayout (line 115) | get didDomLayout(){return this._didDomLayout} method readClientRect (line 115) | readClientRect(){if(!this._clientRectRead){this._clientRectRead=!0;con... method clientRectDeltaLeft (line 115) | get clientRectDeltaLeft(){return this._clientRectRead||this.readClient... method clientRectScale (line 115) | get clientRectScale(){return this._clientRectRead||this.readClientRect... method constructor (line 115) | constructor(e,t){this._domNode=e,this.endNode=t,this._didDomLayout=!1,... method markDidDomLayout (line 115) | markDidDomLayout(){this._didDomLayout=!0} class Z8e (line 115) | class Z8e{constructor(){this._currentVisibleRange=new A(1,1,1,1)}getCurr... method constructor (line 115) | constructor(){this._currentVisibleRange=new A(1,1,1,1)} method getCurrentVisibleRange (line 115) | getCurrentVisibleRange(){return this._currentVisibleRange} method setCurrentVisibleRange (line 115) | setCurrentVisibleRange(e){this._currentVisibleRange=e} class Y8e (line 115) | class Y8e{constructor(e,t,i,s,o,r,a){this.minimalReveal=e,this.lineNumbe... method constructor (line 115) | constructor(e,t,i,s,o,r,a){this.minimalReveal=e,this.lineNumber=t,this... class X8e (line 115) | class X8e{constructor(e,t,i,s,o){this.minimalReveal=e,this.selections=t,... method constructor (line 115) | constructor(e,t,i,s,o){this.minimalReveal=e,this.selections=t,this.sta... class HM (line 115) | class HM extends Va{constructor(e,t){super(e),this._linesContent=t,this.... method constructor (line 115) | constructor(e,t){super(e),this._linesContent=t,this._textRangeRestingS... method dispose (line 115) | dispose(){this._asyncUpdateLineWidths.dispose(),this._asyncCheckMonosp... method getDomNode (line 115) | getDomNode(){return this.domNode} method createVisibleLine (line 115) | createVisibleLine(){return new eh(this._viewLineOptions)} method onConfigurationChanged (line 115) | onConfigurationChanged(e){this._visibleLines.onConfigurationChanged(e)... method _onOptionsMaybeChanged (line 115) | _onOptionsMaybeChanged(){const e=this._context.configuration,t=new OX(... method onCursorStateChanged (line 115) | onCursorStateChanged(e){const t=this._visibleLines.getStartLineNumber(... method onDecorationsChanged (line 115) | onDecorationsChanged(e){{const t=this._visibleLines.getStartLineNumber... method onFlushed (line 115) | onFlushed(e){const t=this._visibleLines.onFlushed(e);return this._maxL... method onLinesChanged (line 115) | onLinesChanged(e){return this._visibleLines.onLinesChanged(e)} method onLinesDeleted (line 115) | onLinesDeleted(e){return this._visibleLines.onLinesDeleted(e)} method onLinesInserted (line 115) | onLinesInserted(e){return this._visibleLines.onLinesInserted(e)} method onRevealRangeRequest (line 115) | onRevealRangeRequest(e){const t=this._computeScrollTopToRevealRange(th... method onScrollChanged (line 115) | onScrollChanged(e){if(this._horizontalRevealRequest&&e.scrollLeftChang... method onTokensChanged (line 115) | onTokensChanged(e){return this._visibleLines.onTokensChanged(e)} method onZonesChanged (line 115) | onZonesChanged(e){return this._context.viewModel.viewLayout.setMaxLine... method onThemeChanged (line 115) | onThemeChanged(e){return this._onOptionsMaybeChanged()} method getPositionFromDOMInfo (line 115) | getPositionFromDOMInfo(e,t){const i=this._getViewLineDomNode(e);if(i==... method _getViewLineDomNode (line 115) | _getViewLineDomNode(e){for(;e&&e.nodeType===1;){if(e.className===eh.CL... method _getLineNumberFor (line 115) | _getLineNumberFor(e){const t=this._visibleLines.getStartLineNumber(),i... method getLineWidth (line 115) | getLineWidth(e){const t=this._visibleLines.getStartLineNumber(),i=this... method linesVisibleRangesForRange (line 115) | linesVisibleRangesForRange(e,t){if(this.shouldRender())return null;con... method _visibleRangesForLineRange (line 115) | _visibleRangesForLineRange(e,t,i){if(this.shouldRender()||e255?255:e|0} class LD (line 115) | class LD extends ne{static getInstance(){return this._INSTANCE||(this._I... method getInstance (line 115) | static getInstance(){return this._INSTANCE||(this._INSTANCE=new LD),th... method constructor (line 115) | constructor(){super(),this._onDidChange=new X,this.onDidChange=this._o... method _updateColorMap (line 115) | _updateColorMap(){const e=Zn.getColorMap();if(!e){this._colors=[pl.Emp... method getColor (line 115) | getColor(e){return(e<1||e>=this._colors.length)&&(e=2),this._colors[e]} method backgroundIsLight (line 115) | backgroundIsLight(){return this._backgroundIsLight} class TL (line 115) | class TL{constructor(e,t){this.scale=t,this._minimapCharRendererBrand=vo... method constructor (line 115) | constructor(e,t){this.scale=t,this._minimapCharRendererBrand=void 0,th... method soften (line 115) | static soften(e,t){const i=new Uint8ClampedArray(e.length);for(let s=0... method renderChar (line 115) | renderChar(e,t,i,s,o,r,a,l,c,d,u){const h=1*this.scale,f=2*this.scale,... method blockRenderChar (line 115) | blockRenderChar(e,t,i,s,o,r,a,l){const c=1*this.scale,d=2*this.scale,u... class gx (line 115) | class gx{static create(e,t){if(this.lastCreated&&e===this.lastCreated.sc... method create (line 115) | static create(e,t){if(this.lastCreated&&e===this.lastCreated.scale&&t=... method createSampleData (line 115) | static createSampleData(e){const t=document.createElement("canvas"),i=... method createFromSampleData (line 115) | static createFromSampleData(e,t){if(e.length!==61440)throw new Error("... method _downsampleChar (line 115) | static _downsampleChar(e,t,i,s,o){const r=1*o,a=2*o;let l=s,c=0;for(le... method _downsample (line 115) | static _downsample(e,t){const i=2*t*1*t,s=i*96,o=new Uint8ClampedArray... class iC (line 115) | class iC{constructor(e,t,i){const s=e.options,o=s.get(143),r=s.get(145),... method constructor (line 115) | constructor(e,t,i){const s=e.options,o=s.get(143),r=s.get(145),a=r.min... method _getMinimapBackground (line 115) | static _getMinimapBackground(e,t){const i=e.getColor($Fe);return i?new... method _getMinimapForegroundOpacity (line 115) | static _getMinimapForegroundOpacity(e){const t=e.getColor(UFe);return ... method _getSectionHeaderColor (line 115) | static _getSectionHeaderColor(e,t){const i=e.getColor(Ql);return i?new... method equals (line 115) | equals(e){return this.renderMinimap===e.renderMinimap&&this.size===e.s... class px (line 115) | class px{constructor(e,t,i,s,o,r,a,l,c){this.scrollTop=e,this.scrollHeig... method constructor (line 115) | constructor(e,t,i,s,o,r,a,l,c){this.scrollTop=e,this.scrollHeight=t,th... method getDesiredScrollTopFromDelta (line 115) | getDesiredScrollTopFromDelta(e){return Math.round(this.scrollTop+e/thi... method getDesiredScrollTopFromTouchLocation (line 115) | getDesiredScrollTopFromTouchLocation(e){return Math.round((e-this.slid... method intersectWithViewport (line 115) | intersectWithViewport(e){const t=Math.max(this.startLineNumber,e.start... method getYForLineNumber (line 115) | getYForLineNumber(e,t){return+(e-this.startLineNumber+this.topPaddingL... method create (line 115) | static create(e,t,i,s,o,r,a,l,c,d,u){const h=e.pixelRatio,f=e.minimapL... class iA (line 115) | class iA{constructor(e){this.dy=e}onContentChanged(){this.dy=-1}onTokens... method constructor (line 115) | constructor(e){this.dy=e} method onContentChanged (line 115) | onContentChanged(){this.dy=-1} method onTokensChanged (line 115) | onTokensChanged(){this.dy=-1} class XX (line 115) | class XX{constructor(e,t,i){this.renderedLayout=e,this._imageData=t,this... method constructor (line 115) | constructor(e,t,i){this.renderedLayout=e,this._imageData=t,this._rende... method linesEquals (line 115) | linesEquals(e){if(!this.scrollEquals(e))return!1;const i=this._rendere... method scrollEquals (line 115) | scrollEquals(e){return this.renderedLayout.startLineNumber===e.startLi... method _get (line 115) | _get(){const e=this._renderedLines._get();return{imageData:this._image... method onLinesChanged (line 115) | onLinesChanged(e,t){return this._renderedLines.onLinesChanged(e,t)} method onLinesDeleted (line 115) | onLinesDeleted(e,t){this._renderedLines.onLinesDeleted(e,t)} method onLinesInserted (line 115) | onLinesInserted(e,t){this._renderedLines.onLinesInserted(e,t)} method onTokensChanged (line 115) | onTokensChanged(e){return this._renderedLines.onTokensChanged(e)} class Hz (line 115) | class Hz{constructor(e,t,i,s){this._backgroundFillData=Hz._createBackgro... method constructor (line 115) | constructor(e,t,i,s){this._backgroundFillData=Hz._createBackgroundFill... method getBuffer (line 115) | getBuffer(){this._lastUsedBuffer=1-this._lastUsedBuffer;const e=this._... method _createBackgroundFillData (line 115) | static _createBackgroundFillData(e,t,i){const s=i.r,o=i.g,r=i.b,a=i.a,... class NL (line 115) | class NL{static compute(e,t,i){if(e.renderMinimap===0||!e.isSampling)ret... method compute (line 115) | static compute(e,t,i){if(e.renderMinimap===0||!e.isSampling)return[nul... method constructor (line 115) | constructor(e,t){this.samplingRatio=e,this.minimapLines=t} method modelLineToMinimapLine (line 115) | modelLineToMinimapLine(e){return Math.min(this.minimapLines.length,Mat... method modelLineRangeToMinimapLineRange (line 115) | modelLineRangeToMinimapLineRange(e,t){let i=this.modelLineToMinimapLin... method decorationLineRangeToMinimapLineRange (line 115) | decorationLineRangeToMinimapLineRange(e,t){let i=this.modelLineToMinim... method onLinesDeleted (line 115) | onLinesDeleted(e){const t=e.toLineNumber-e.fromLineNumber+1;let i=this... method onLinesInserted (line 115) | onLinesInserted(e){const t=e.toLineNumber-e.fromLineNumber+1;for(let i... class o7e (line 115) | class o7e extends Va{constructor(e){super(e),this._sectionHeaderCache=ne... method constructor (line 115) | constructor(e){super(e),this._sectionHeaderCache=new zh(10,1.5),this.t... method dispose (line 115) | dispose(){this._actual.dispose(),super.dispose()} method getDomNode (line 115) | getDomNode(){return this._actual.getDomNode()} method _onOptionsMaybeChanged (line 115) | _onOptionsMaybeChanged(){const e=new iC(this._context.configuration,th... method onConfigurationChanged (line 115) | onConfigurationChanged(e){return this._onOptionsMaybeChanged()} method onCursorStateChanged (line 115) | onCursorStateChanged(e){return this._selections=e.selections,this._min... method onDecorationsChanged (line 115) | onDecorationsChanged(e){return e.affectsMinimap?this._actual.onDecorat... method onFlushed (line 115) | onFlushed(e){return this._samplingState&&(this._shouldCheckSampling=!0... method onLinesChanged (line 115) | onLinesChanged(e){if(this._samplingState){const t=this._samplingState.... method onLinesDeleted (line 115) | onLinesDeleted(e){if(this._samplingState){const[t,i]=this._samplingSta... method onLinesInserted (line 115) | onLinesInserted(e){return this._samplingState?(this._samplingState.onL... method onScrollChanged (line 115) | onScrollChanged(e){return this._actual.onScrollChanged()} method onThemeChanged (line 115) | onThemeChanged(e){return this._actual.onThemeChanged(),this._onOptions... method onTokensChanged (line 115) | onTokensChanged(e){if(this._samplingState){const t=[];for(const i of e... method onTokensColorsChanged (line 115) | onTokensColorsChanged(e){return this._onOptionsMaybeChanged(),this._ac... method onZonesChanged (line 115) | onZonesChanged(e){return this._actual.onZonesChanged()} method prepareRender (line 115) | prepareRender(e){this._shouldCheckSampling&&(this._shouldCheckSampling... method render (line 115) | render(e){let t=e.visibleRange.startLineNumber,i=e.visibleRange.endLin... method _recreateLineSampling (line 115) | _recreateLineSampling(){this._minimapSelections=null;const e=!!this._s... method getLineCount (line 115) | getLineCount(){return this._samplingState?this._samplingState.minimapL... method getRealLineCount (line 115) | getRealLineCount(){return this._context.viewModel.getLineCount()} method getLineContent (line 115) | getLineContent(e){return this._samplingState?this._context.viewModel.g... method getLineMaxColumn (line 115) | getLineMaxColumn(e){return this._samplingState?this._context.viewModel... method getMinimapLinesRenderingData (line 115) | getMinimapLinesRenderingData(e,t,i){if(this._samplingState){const s=[]... method getSelections (line 115) | getSelections(){if(this._minimapSelections===null)if(this._samplingSta... method getMinimapDecorationsInViewport (line 115) | getMinimapDecorationsInViewport(e,t){const i=this._getMinimapDecoratio... method getSectionHeaderDecorationsInViewport (line 115) | getSectionHeaderDecorationsInViewport(e,t){const i=this.options.minima... method _getMinimapDecorationsInViewport (line 115) | _getMinimapDecorationsInViewport(e,t){let i;if(this._samplingState){co... method getSectionHeaderText (line 115) | getSectionHeaderText(e,t){var i;const s=(i=e.options.minimap)===null||... method getOptions (line 115) | getOptions(){return this._context.viewModel.model.getOptions()} method revealLineNumber (line 115) | revealLineNumber(e){this._samplingState&&(e=this._samplingState.minima... method setScrollTop (line 115) | setScrollTop(e){this._context.viewModel.viewLayout.setScrollPosition({... class k1 (line 115) | class k1 extends ne{constructor(e,t){super(),this._renderDecorations=!1,... method constructor (line 115) | constructor(e,t){super(),this._renderDecorations=!1,this._gestureInPro... method _startSliderDragging (line 115) | _startSliderDragging(e,t,i){if(!e.target||!(e.target instanceof Elemen... method scrollDueToTouchEvent (line 115) | scrollDueToTouchEvent(e){const t=this._domNode.domNode.getBoundingClie... method dispose (line 115) | dispose(){this._pointerDownListener.dispose(),this._sliderPointerMoveM... method _getMinimapDomNodeClassName (line 115) | _getMinimapDomNodeClassName(){const e=["minimap"];return this._model.o... method getDomNode (line 115) | getDomNode(){return this._domNode} method _applyLayout (line 115) | _applyLayout(){this._domNode.setLeft(this._model.options.minimapLeft),... method _getBuffer (line 115) | _getBuffer(){return this._buffers||this._model.options.canvasInnerWidt... method onDidChangeOptions (line 115) | onDidChangeOptions(){this._lastRenderData=null,this._buffers=null,this... method onSelectionChanged (line 115) | onSelectionChanged(){return this._renderDecorations=!0,!0} method onDecorationsChanged (line 115) | onDecorationsChanged(){return this._renderDecorations=!0,!0} method onFlushed (line 115) | onFlushed(){return this._lastRenderData=null,!0} method onLinesChanged (line 115) | onLinesChanged(e,t){return this._lastRenderData?this._lastRenderData.o... method onLinesDeleted (line 115) | onLinesDeleted(e,t){var i;return(i=this._lastRenderData)===null||i===v... method onLinesInserted (line 115) | onLinesInserted(e,t){var i;return(i=this._lastRenderData)===null||i===... method onScrollChanged (line 115) | onScrollChanged(){return this._renderDecorations=!0,!0} method onThemeChanged (line 115) | onThemeChanged(){return this._selectionColor=this._theme.getColor(AX),... method onTokensChanged (line 115) | onTokensChanged(e){return this._lastRenderData?this._lastRenderData.on... method onTokensColorsChanged (line 115) | onTokensColorsChanged(){return this._lastRenderData=null,this._buffers... method onZonesChanged (line 115) | onZonesChanged(){return this._lastRenderData=null,!0} method render (line 115) | render(e){if(this._model.options.renderMinimap===0){this._shadow.setCl... method renderDecorations (line 115) | renderDecorations(e){if(this._renderDecorations){this._renderDecoratio... method _renderSelectionLineHighlights (line 115) | _renderSelectionLineHighlights(e,t,i,s,o){if(!this._selectionColor||th... method _renderDecorationsLineHighlights (line 115) | _renderDecorationsLineHighlights(e,t,i,s,o){const r=new Map;for(let a=... method _renderSelectionsHighlights (line 115) | _renderSelectionsHighlights(e,t,i,s,o,r,a,l){if(!(!this._selectionColo... method _renderDecorationsHighlights (line 115) | _renderDecorationsHighlights(e,t,i,s,o,r,a,l){for(const c of t){const ... method renderDecorationOnLine (line 115) | renderDecorationOnLine(e,t,i,s,o,r,a,l,c,d,u){const h=o.getYForLineNum... method getXOffsetForPosition (line 115) | getXOffsetForPosition(e,t,i,s,o,r){if(i===1)return Ou;if((i-1)*o>=r)re... method renderDecoration (line 115) | renderDecoration(e,t,i,s,o,r){e.fillStyle=t&&t.toString()||"",e.fillRe... method _renderSectionHeaders (line 115) | _renderSectionHeaders(e){var t;const i=this._model.options.minimapLine... method _fitSectionHeader (line 115) | static _fitSectionHeader(e,t,i){if(!i)return i;const s="…",o=e.measure... method _renderSectionLabel (line 115) | static _renderSectionLabel(e,t,i,s,o,r,a,l,c,d){t&&(e.fillStyle=s,e.fi... method renderLines (line 115) | renderLines(e){const t=e.startLineNumber,i=e.endLineNumber,s=this._mod... method _renderUntouchedLines (line 115) | static _renderUntouchedLines(e,t,i,s,o,r){const a=[];if(!r){for(let N=... method _renderLine (line 115) | static _renderLine(e,t,i,s,o,r,a,l,c,d,u,h,f,g,p){const _=f.content,b=... class QX (line 115) | class QX{constructor(e,t,i){this._startLineNumber=e,this._endLineNumber=... method constructor (line 115) | constructor(e,t,i){this._startLineNumber=e,this._endLineNumber=t,this.... method has (line 115) | has(e){return this.get(e)!==this._defaultValue} method set (line 115) | set(e,t){ethis._endLineNumber||(this._values... method get (line 115) | get(e){return ethis._endLineNumber?this._def... class r7e (line 115) | class r7e extends Va{constructor(e,t){super(e),this._viewDomNode=t;const... method constructor (line 115) | constructor(e,t){super(e),this._viewDomNode=t;const s=this._context.co... method dispose (line 115) | dispose(){super.dispose(),this._widgets={}} method getDomNode (line 115) | getDomNode(){return this._domNode} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const i=this._context.configuration.options.... method addWidget (line 115) | addWidget(e){const t=Di(e.getDomNode());this._widgets[e.getId()]={widg... method setWidgetPosition (line 115) | setWidgetPosition(e,t){const i=this._widgets[e.getId()],s=t?t.preferen... method removeWidget (line 115) | removeWidget(e){const t=e.getId();if(this._widgets.hasOwnProperty(t)){... method _updateMaxMinWidth (line 115) | _updateMaxMinWidth(){var e,t;let i=0;const s=Object.keys(this._widgets... method _renderWidget (line 115) | _renderWidget(e,t){const i=e.domNode;if(e.preference===null){i.setTop(... method prepareRender (line 115) | prepareRender(e){this._viewDomNodeRect=bs(this._viewDomNode.domNode)} method render (line 115) | render(e){this._domNode.setWidth(this._editorWidth);const t=Object.key... class a7e (line 115) | class a7e{constructor(e,t){const i=e.options;this.lineHeight=i.get(67),t... method constructor (line 115) | constructor(e,t){const i=e.options;this.lineHeight=i.get(67),this.pixe... method _initLanes (line 115) | _initLanes(e,t,i){const s=t-e;if(i>=3){const o=Math.floor(s/3),r=Math.... method equals (line 115) | equals(e){return this.lineHeight===e.lineHeight&&this.pixelRatio===e.p... class l7e (line 115) | class l7e extends Va{constructor(e){super(e),this._actualShouldRender=0,... method constructor (line 115) | constructor(e){super(e),this._actualShouldRender=0,this._renderedDecor... method dispose (line 115) | dispose(){super.dispose(),this._tokensColorTrackerListener.dispose()} method _updateSettings (line 115) | _updateSettings(e){const t=new a7e(this._context.configuration,this._c... method _markRenderingIsNeeded (line 115) | _markRenderingIsNeeded(){return this._actualShouldRender=2,!0} method _markRenderingIsMaybeNeeded (line 115) | _markRenderingIsMaybeNeeded(){return this._actualShouldRender=1,!0} method onConfigurationChanged (line 115) | onConfigurationChanged(e){return this._updateSettings(!1)?this._markRe... method onCursorStateChanged (line 115) | onCursorStateChanged(e){this._cursorPositions=[];for(let t=0,i=e.selec... method onDecorationsChanged (line 115) | onDecorationsChanged(e){return e.affectsOverviewRuler?this._markRender... method onFlushed (line 115) | onFlushed(e){return this._markRenderingIsNeeded()} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollHeightChanged?this._markRenderingIsN... method onZonesChanged (line 115) | onZonesChanged(e){return this._markRenderingIsNeeded()} method onThemeChanged (line 115) | onThemeChanged(e){return this._updateSettings(!1)?this._markRenderingI... method getDomNode (line 115) | getDomNode(){return this._domNode.domNode} method prepareRender (line 115) | prepareRender(e){} method render (line 115) | render(e){this._render(),this._actualShouldRender=0} method _render (line 115) | _render(){const e=this._settings.backgroundColor;if(this._settings.ove... class JX (line 115) | class JX{constructor(e,t,i){this._colorZoneBrand=void 0,this.from=e|0,th... method constructor (line 115) | constructor(e,t,i){this._colorZoneBrand=void 0,this.from=e|0,this.to=t... method compare (line 115) | static compare(e,t){return e.colorId===t.colorId?e.from===t.from?e.to-... class Lce (line 115) | class Lce{constructor(e,t,i,s){this._overviewRulerZoneBrand=void 0,this.... method constructor (line 115) | constructor(e,t,i,s){this._overviewRulerZoneBrand=void 0,this.startLin... method compare (line 115) | static compare(e,t){return e.color===t.color?e.startLineNumber===t.sta... method setColorZone (line 115) | setColorZone(e){this._colorZone=e} method getColorZones (line 115) | getColorZones(){return this._colorZone} class c7e (line 115) | class c7e{constructor(e){this._getVerticalOffsetForLine=e,this._zones=[]... method constructor (line 115) | constructor(e){this._getVerticalOffsetForLine=e,this._zones=[],this._c... method getId2Color (line 115) | getId2Color(){return this._id2Color} method setZones (line 115) | setZones(e){this._zones=e,this._zones.sort(Lce.compare)} method setLineHeight (line 115) | setLineHeight(e){return this._lineHeight===e?!1:(this._lineHeight=e,th... method setPixelRatio (line 115) | setPixelRatio(e){this._pixelRatio=e,this._colorZonesInvalid=!0} method getDOMWidth (line 115) | getDOMWidth(){return this._domWidth} method getCanvasWidth (line 115) | getCanvasWidth(){return this._domWidth*this._pixelRatio} method setDOMWidth (line 115) | setDOMWidth(e){return this._domWidth===e?!1:(this._domWidth=e,this._co... method getDOMHeight (line 115) | getDOMHeight(){return this._domHeight} method getCanvasHeight (line 115) | getCanvasHeight(){return this._domHeight*this._pixelRatio} method setDOMHeight (line 115) | setDOMHeight(e){return this._domHeight===e?!1:(this._domHeight=e,this.... method getOuterHeight (line 115) | getOuterHeight(){return this._outerHeight} method setOuterHeight (line 115) | setOuterHeight(e){return this._outerHeight===e?!1:(this._outerHeight=e... method resolveColorZones (line 115) | resolveColorZones(){const e=this._colorZonesInvalid,t=Math.floor(this.... class d7e (line 115) | class d7e extends CD{constructor(e,t){super(),this._context=e;const i=th... method constructor (line 115) | constructor(e,t){super(),this._context=e;const i=this._context.configu... method dispose (line 115) | dispose(){this._context.removeEventHandler(this),super.dispose()} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method onFlushed (line 115) | onFlushed(e){return this._render(),!0} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollHeightChanged&&(this._zoneManager.se... method onZonesChanged (line 115) | onZonesChanged(e){return this._render(),!0} method getDomNode (line 115) | getDomNode(){return this._domNode.domNode} method setLayout (line 115) | setLayout(e){this._domNode.setTop(e.top),this._domNode.setRight(e.righ... method setZones (line 115) | setZones(e){this._zoneManager.setZones(e),this._render()} method _render (line 115) | _render(){if(this._zoneManager.getOuterHeight()===0)return!1;const e=t... method _renderOneLane (line 115) | _renderOneLane(e,t,i,s){let o=0,r=0,a=0;for(const l of t){const c=l.co... class u7e (line 115) | class u7e extends Va{constructor(e){super(e),this.domNode=Di(document.cr... method constructor (line 115) | constructor(e){super(e),this.domNode=Di(document.createElement("div"))... method dispose (line 115) | dispose(){super.dispose()} method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollHeightChanged} method prepareRender (line 115) | prepareRender(e){} method _ensureRulersCount (line 115) | _ensureRulersCount(){const e=this._renderedRulers.length,t=this._ruler... method render (line 115) | render(e){this._ensureRulersCount();for(let t=0,i=this._rulers.length;... class h7e (line 115) | class h7e extends Va{constructor(e){super(e),this._scrollTop=0,this._wid... method constructor (line 115) | constructor(e){super(e),this._scrollTop=0,this._width=0,this._updateWi... method dispose (line 115) | dispose(){super.dispose()} method _updateShouldShow (line 115) | _updateShouldShow(){const e=this._useShadows&&this._scrollTop>0;return... method getDomNode (line 115) | getDomNode(){return this._domNode} method _updateWidth (line 115) | _updateWidth(){const t=this._context.configuration.options.get(145);t.... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const i=this._context.configuration.options.... method onScrollChanged (line 115) | onScrollChanged(e){return this._scrollTop=e.scrollTop,this._updateShou... method prepareRender (line 115) | prepareRender(e){} method render (line 115) | render(e){this._domNode.setWidth(this._width),this._domNode.setClassNa... class f7e (line 115) | class f7e{constructor(e){this.left=e.left,this.width=e.width,this.startS... method constructor (line 115) | constructor(e){this.left=e.left,this.width=e.width,this.startStyle=nul... class g7e (line 115) | class g7e{constructor(e,t){this.lineNumber=e,this.ranges=t}} method constructor (line 115) | constructor(e,t){this.lineNumber=e,this.ranges=t} function p7e (line 115) | function p7e(n){return new f7e(n)} function m7e (line 115) | function m7e(n){return new g7e(n.lineNumber,n.ranges.map(p7e))} class cs (line 115) | class cs extends X0{constructor(e){super(),this._previousFrameVisibleRan... method constructor (line 115) | constructor(e){super(),this._previousFrameVisibleRangesWithStyle=[],th... method dispose (line 115) | dispose(){this._context.removeEventHandler(this),this._renderResult=nu... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method onCursorStateChanged (line 115) | onCursorStateChanged(e){return this._selections=e.selections.slice(0),!0} method onDecorationsChanged (line 115) | onDecorationsChanged(e){return!0} method onFlushed (line 115) | onFlushed(e){return!0} method onLinesChanged (line 115) | onLinesChanged(e){return!0} method onLinesDeleted (line 115) | onLinesDeleted(e){return!0} method onLinesInserted (line 115) | onLinesInserted(e){return!0} method onScrollChanged (line 115) | onScrollChanged(e){return e.scrollTopChanged} method onZonesChanged (line 115) | onZonesChanged(e){return!0} method _visibleRangesHaveGaps (line 115) | _visibleRangesHaveGaps(e){for(let t=0,i=e.length;t... function zE (line 115) | function zE(n){return n<0?-n:n} class eQ (line 115) | class eQ{constructor(e,t,i,s,o,r,a){this.top=e,this.left=t,this.paddingL... method constructor (line 115) | constructor(e,t,i,s,o,r,a){this.top=e,this.left=t,this.paddingLeft=i,t... class tQ (line 115) | class tQ{constructor(e,t){this._context=e;const i=this._context.configur... method constructor (line 115) | constructor(e,t){this._context=e;const i=this._context.configuration.o... method getDomNode (line 115) | getDomNode(){return this._domNode} method getPosition (line 115) | getPosition(){return this._position} method setPlurality (line 115) | setPlurality(e){switch(e){default:case ag.Single:this._pluralityClass=... method show (line 115) | show(){this._isVisible||(this._domNode.setVisibility("inherit"),this._... method hide (line 115) | hide(){this._isVisible&&(this._domNode.setVisibility("hidden"),this._i... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options,... method onCursorPositionChanged (line 115) | onCursorPositionChanged(e,t){return t?this._domNode.domNode.style.tran... method _getGraphemeAwarePosition (line 115) | _getGraphemeAwarePosition(){const{lineNumber:e,column:t}=this._positio... method _prepareRender (line 115) | _prepareRender(e){let t="",i="";const[s,o]=this._getGraphemeAwarePosit... method _getTokenClassName (line 115) | _getTokenClassName(e){const t=this._context.viewModel.getViewLineData(... method prepareRender (line 115) | prepareRender(e){this._renderData=this._prepareRender(e)} method render (line 115) | render(e){return this._renderData?(this._lastRenderedContent!==this._r... class AL (line 115) | class AL extends Va{constructor(e){super(e);const t=this._context.config... method constructor (line 115) | constructor(e){super(e);const t=this._context.configuration.options;th... method dispose (line 115) | dispose(){super.dispose(),this._startCursorBlinkAnimation.dispose(),th... method getDomNode (line 115) | getDomNode(){return this._domNode} method onCompositionStart (line 115) | onCompositionStart(e){return this._isComposingInput=!0,this._updateBli... method onCompositionEnd (line 115) | onCompositionEnd(e){return this._isComposingInput=!1,this._updateBlink... method onConfigurationChanged (line 115) | onConfigurationChanged(e){const t=this._context.configuration.options;... method _onCursorPositionChanged (line 115) | _onCursorPositionChanged(e,t,i){const s=this._secondaryCursors.length!... method onCursorStateChanged (line 115) | onCursorStateChanged(e){const t=[];for(let s=0,o=e.selections.length;s... method onDecorationsChanged (line 115) | onDecorationsChanged(e){return!0} method onFlushed (line 115) | onFlushed(e){return!0} method onFocusChanged (line 115) | onFocusChanged(e){return this._editorHasFocus=e.isFocused,this._update... method onLinesChanged (line 115) | onLinesChanged(e){return!0} method onLinesDeleted (line 115) | onLinesDeleted(e){return!0} method onLinesInserted (line 115) | onLinesInserted(e){return!0} method onScrollChanged (line 115) | onScrollChanged(e){return!0} method onTokensChanged (line 115) | onTokensChanged(e){const t=i=>{for(let s=0,o=e.ranges.length;s... class iQ (line 115) | class iQ{constructor(e){const t=e.options,i=t.get(50),s=t.get(38);s==="o... method constructor (line 115) | constructor(e){const t=e.options,i=t.get(50),s=t.get(38);s==="off"?(th... method equals (line 115) | equals(e){return this.renderWhitespace===e.renderWhitespace&&this.rend... class C7e (line 115) | class C7e{constructor(e,t,i,s){this.selections=e,this.startLineNumber=t.... method constructor (line 115) | constructor(e,t,i,s){this.selections=e,this.startLineNumber=t.startLin... method getViewLineRenderingData (line 115) | getViewLineRenderingData(e){return this._model.getViewportViewLineRend... method getDecorationsInViewport (line 115) | getDecorationsInViewport(){return this._model.getDecorationsInViewport... class w7e (line 115) | class w7e{get type(){return this._theme.type}get value(){return this._th... method type (line 115) | get type(){return this._theme.type} method value (line 115) | get value(){return this._theme} method constructor (line 115) | constructor(e){this._theme=e} method update (line 115) | update(e){this._theme=e} method getColor (line 115) | getColor(e){return this._theme.getColor(e)} class y7e (line 115) | class y7e{constructor(e,t,i){this.configuration=e,this.theme=new w7e(t),... method constructor (line 115) | constructor(e,t,i){this.configuration=e,this.theme=new w7e(t),this.vie... method addEventHandler (line 115) | addEventHandler(e){this.viewModel.addViewEventHandler(e)} method removeEventHandler (line 115) | removeEventHandler(e){this.viewModel.removeViewEventHandler(e)} method constructor (line 115) | constructor(e,t,i,s,o,r,a){super(),this._instantiationService=a,this._sh... method _computeGlyphMarginLanes (line 115) | _computeGlyphMarginLanes(){const e=this._context.viewModel.model,t=this.... method _createPointerHandlerHelper (line 115) | _createPointerHandlerHelper(){return{viewDomNode:this.domNode.domNode,li... method _createTextAreaHandlerHelper (line 115) | _createTextAreaHandlerHelper(){return{visibleRangeForPosition:e=>(this._... method _applyLayout (line 115) | _applyLayout(){const t=this._context.configuration.options.get(145);this... method _getEditorClassName (line 115) | _getEditorClassName(){const e=this._textAreaHandler.isFocused()?" focuse... method handleEvents (line 115) | handleEvents(e){super.handleEvents(e),this._scheduleRender()} method onConfigurationChanged (line 115) | onConfigurationChanged(e){return this.domNode.setClassName(this._getEdit... method onCursorStateChanged (line 115) | onCursorStateChanged(e){return this._selections=e.selections,!1} method onDecorationsChanged (line 115) | onDecorationsChanged(e){return e.affectsGlyphMargin&&(this._shouldRecomp... method onFocusChanged (line 115) | onFocusChanged(e){return this.domNode.setClassName(this._getEditorClassN... method onThemeChanged (line 115) | onThemeChanged(e){return this._context.theme.update(e.theme),this.domNod... method dispose (line 115) | dispose(){this._renderAnimationFrame!==null&&(this._renderAnimationFrame... method _scheduleRender (line 115) | _scheduleRender(){if(this._store.isDisposed)throw new Gi;if(this._render... method _flushAccumulatedAndRenderNow (line 115) | _flushAccumulatedAndRenderNow(){const e=this._createCoordinatedRendering... method _getViewPartsToRender (line 115) | _getViewPartsToRender(){const e=[];let t=0;for(const i of this._viewPart... method _createCoordinatedRendering (line 115) | _createCoordinatedRendering(){return{prepareRenderText:()=>{if(this._sho... method delegateVerticalScrollbarPointerDown (line 115) | delegateVerticalScrollbarPointerDown(e){this._scrollbar.delegateVertical... method delegateScrollFromMouseWheelEvent (line 115) | delegateScrollFromMouseWheelEvent(e){this._scrollbar.delegateScrollFromM... method restoreState (line 115) | restoreState(e){this._context.viewModel.viewLayout.setScrollPosition({sc... method getOffsetForColumn (line 115) | getOffsetForColumn(e,t){const i=this._context.viewModel.model.validatePo... method getTargetAtClientPoint (line 115) | getTargetAtClientPoint(e,t){const i=this._pointerHandler.getTargetAtClie... method createOverviewRuler (line 115) | createOverviewRuler(e){return new d7e(this._context,e)} method change (line 115) | change(e){this._viewZones.changeViewZones(e),this._scheduleRender()} method render (line 115) | render(e,t){if(t){this._viewLines.forceShouldRender();for(const i of thi... method writeScreenReaderContent (line 115) | writeScreenReaderContent(e){this._textAreaHandler.writeScreenReaderConte... method focus (line 115) | focus(){this._textAreaHandler.focusTextArea()} method isFocused (line 115) | isFocused(){return this._textAreaHandler.isFocused()} method setAriaOptions (line 115) | setAriaOptions(e){this._textAreaHandler.setAriaOptions(e)} method addContentWidget (line 115) | addContentWidget(e){this._contentWidgets.addWidget(e.widget),this.layout... method layoutContentWidget (line 115) | layoutContentWidget(e){var t,i,s,o,r,a,l,c;this._contentWidgets.setWidge... method removeContentWidget (line 115) | removeContentWidget(e){this._contentWidgets.removeWidget(e.widget),this.... method addOverlayWidget (line 115) | addOverlayWidget(e){this._overlayWidgets.addWidget(e.widget),this.layout... method layoutOverlayWidget (line 115) | layoutOverlayWidget(e){this._overlayWidgets.setWidgetPosition(e.widget,e... method removeOverlayWidget (line 115) | removeOverlayWidget(e){this._overlayWidgets.removeWidget(e.widget),this.... method addGlyphMarginWidget (line 115) | addGlyphMarginWidget(e){this._glyphMarginWidgets.addWidget(e.widget),thi... method layoutGlyphMarginWidget (line 115) | layoutGlyphMarginWidget(e){const t=e.position;this._glyphMarginWidgets.s... method removeGlyphMarginWidget (line 115) | removeGlyphMarginWidget(e){this._glyphMarginWidgets.removeWidget(e.widge... function Zp (line 115) | function Zp(n){try{return n()}catch(e){return Mt(e),null}} class WB (line 115) | class WB{constructor(){this._coordinatedRenderings=[],this._animationFra... method constructor (line 115) | constructor(){this._coordinatedRenderings=[],this._animationFrameRunne... method scheduleCoordinatedRendering (line 115) | scheduleCoordinatedRendering(e){return this._coordinatedRenderings.pus... method _scheduleRender (line 115) | _scheduleRender(e){if(!this._animationFrameRunners.has(e)){const t=()=... method _onRenderScheduled (line 115) | _onRenderScheduled(){const e=this._coordinatedRenderings.slice(0);this... class mx (line 115) | class mx{constructor(e,t,i,s,o){this.injectionOffsets=e,this.injectionOp... method constructor (line 115) | constructor(e,t,i,s,o){this.injectionOffsets=e,this.injectionOptions=t... method getOutputLineCount (line 115) | getOutputLineCount(){return this.breakOffsets.length} method getMinOutputOffset (line 115) | getMinOutputOffset(e){return e>0?this.wrappedTextIndentLength:0} method getLineLength (line 115) | getLineLength(e){const t=e>0?this.breakOffsets[e-1]:0;let s=this.break... method getMaxOutputOffset (line 115) | getMaxOutputOffset(e){return this.getLineLength(e)} method translateToInputOffset (line 115) | translateToInputOffset(e,t){e>0&&(t=Math.max(0,t-this.wrappedTextInden... method translateToOutputPosition (line 115) | translateToOutputPosition(e,t=2){let i=e;if(this.injectionOffsets!==nu... method offsetInInputWithInjectionsToOutputPosition (line 115) | offsetInInputWithInjectionsToOutputPosition(e,t=2){let i=0,s=this.brea... method normalizeOutputPosition (line 115) | normalizeOutputPosition(e,t,i){if(this.injectionOffsets!==null){const ... method outputPositionToOffsetInInputWithInjections (line 115) | outputPositionToOffsetInInputWithInjections(e,t){return e>0&&(t=Math.m... method normalizeOffsetInInputWithInjectionsAroundInjections (line 115) | normalizeOffsetInInputWithInjectionsAroundInjections(e,t){const i=this... method getInjectedText (line 115) | getInjectedText(e,t){const i=this.outputPositionToOffsetInInputWithInj... method getInjectedTextAtOffset (line 115) | getInjectedTextAtOffset(e){const t=this.injectionOffsets,i=this.inject... function nQ (line 115) | function nQ(n){return n==null?!0:n===qc.Right||n===qc.Both} function sQ (line 115) | function sQ(n){return n==null?!0:n===qc.Left||n===qc.Both} class $E (line 115) | class $E{constructor(e,t){this.outputLineIndex=e,this.outputOffset=t}toS... method constructor (line 115) | constructor(e,t){this.outputLineIndex=e,this.outputOffset=t} method toString (line 115) | toString(){return`${this.outputLineIndex}:${this.outputOffset}`} method toPosition (line 115) | toPosition(e){return new ee(e+this.outputLineIndex,this.outputOffset+1)} class L7e (line 115) | class L7e{constructor(){this.changeType=1}} method constructor (line 115) | constructor(){this.changeType=1} class au (line 115) | class au{static applyInjectedText(e,t){if(!t||t.length===0)return e;let ... method applyInjectedText (line 115) | static applyInjectedText(e,t){if(!t||t.length===0)return e;let i="",s=... method fromDecorations (line 115) | static fromDecorations(e){const t=[];for(const i of e)i.options.before... method constructor (line 115) | constructor(e,t,i,s,o){this.ownerId=e,this.lineNumber=t,this.column=i,... class oQ (line 115) | class oQ{constructor(e,t,i){this.changeType=2,this.lineNumber=e,this.det... method constructor (line 115) | constructor(e,t,i){this.changeType=2,this.lineNumber=e,this.detail=t,t... class k7e (line 115) | class k7e{constructor(e,t){this.changeType=3,this.fromLineNumber=e,this.... method constructor (line 115) | constructor(e,t){this.changeType=3,this.fromLineNumber=e,this.toLineNu... class D7e (line 115) | class D7e{constructor(e,t,i,s){this.changeType=4,this.injectedTexts=s,th... method constructor (line 115) | constructor(e,t,i,s){this.changeType=4,this.injectedTexts=s,this.fromL... class I7e (line 115) | class I7e{constructor(){this.changeType=5}} method constructor (line 115) | constructor(){this.changeType=5} class nC (line 115) | class nC{constructor(e,t,i,s){this.changes=e,this.versionId=t,this.isUnd... method constructor (line 115) | constructor(e,t,i,s){this.changes=e,this.versionId=t,this.isUndoing=i,... method containsEvent (line 115) | containsEvent(e){for(let t=0,i=this.changes.length;t=ml&&(t=t-n%ml),t} function F7e (line 115) | function F7e(n,e){return n.reduce((t,i)=>Xn(t,e(i)),Mr)} function Ice (line 115) | function Ice(n,e){return n===e} function RL (line 115) | function RL(n,e){const t=n,i=e;if(i-t<=0)return Mr;const o=Math.floor(t/... function sC (line 115) | function sC(n,e){return n=e} function D1 (line 115) | function D1(n){return vs(n.lineNumber-1,n.column-1)} function qv (line 115) | function qv(n,e){const t=n,i=Math.floor(t/ml),s=t-i*ml,o=e,r=Math.floor(... function B7e (line 115) | function B7e(n){const e=Wh(n);return vs(e.length-1,e[e.length-1].length)} class lg (line 115) | class lg{static fromModelContentChanges(e){return e.map(i=>{const s=A.li... method fromModelContentChanges (line 115) | static fromModelContentChanges(e){return e.map(i=>{const s=A.lift(i.ra... method constructor (line 115) | constructor(e,t,i){this.startOffset=e,this.endOffset=t,this.newLength=i} method toString (line 115) | toString(){return`[${nc(this.startOffset)}...${nc(this.endOffset)}) ->... class W7e (line 115) | class W7e{constructor(e){this.nextEditIdx=0,this.deltaOldToNewLineCount=... method constructor (line 115) | constructor(e){this.nextEditIdx=0,this.deltaOldToNewLineCount=0,this.d... method getOffsetBeforeChange (line 115) | getOffsetBeforeChange(e){return this.adjustNextEdit(e),this.translateC... method getDistanceToNextChange (line 115) | getDistanceToNextChange(e){this.adjustNextEdit(e);const t=this.edits[t... method translateOldToCur (line 115) | translateOldToCur(e){return e.lineCount===this.deltaLineIdxInOld?vs(e.... method translateCurToOld (line 115) | translateCurToOld(e){const t=nc(e);return t.lineCount-this.deltaOldToN... method adjustNextEdit (line 115) | adjustNextEdit(e){for(;this.nextEditIdx>5;if(s===0){const r=1<=n.childrenLength)return-1;if(n.get... function Wy (line 117) | function Wy(n){return n.length>0?n[n.length-1]:void 0} function VB (line 117) | function VB(n,e,t,i){return new X7e(n,e,t,i).parseDocument()} class X7e (line 117) | class X7e{constructor(e,t,i,s){if(this.tokenizer=e,this.createImmutableL... method constructor (line 117) | constructor(e,t,i,s){if(this.tokenizer=e,this.createImmutableLists=s,t... method parseDocument (line 117) | parseDocument(){this._itemsConstructed=0,this._itemsFromCache=0;let e=... method parseList (line 117) | parseList(e,t){const i=[];for(;;){let o=this.tryReadChildFromCache(e);... method tryReadChildFromCache (line 117) | tryReadChildFromCache(e){if(this.oldNodeReader){const t=this.positionM... method parseChild (line 117) | parseChild(e,t){this._itemsConstructed++;const i=this.tokenizer.read()... function rA (line 117) | function rA(n,e){if(n.length===0)return e;if(e.length===0)return n;const... class Yp (line 117) | class Yp{constructor(e,t,i){this.modified=e,this.lengthBefore=t,this.len... method constructor (line 117) | constructor(e,t,i){this.modified=e,this.lengthBefore=t,this.lengthAfte... method splitAt (line 117) | splitAt(e){const t=RL(e,this.lengthAfter);return Ice(t,Mr)?[this,void ... method toString (line 117) | toString(){return`${this.modified?"M":"U"}:${nc(this.lengthBefore)} ->... function cQ (line 117) | function cQ(n){const e=[];let t=Mr;for(const i of n){const s=RL(t,i.star... class Q7e (line 117) | class Q7e extends ne{didLanguageChange(e){return this.brackets.didLangua... method didLanguageChange (line 117) | didLanguageChange(e){return this.brackets.didLanguageChange(e)} method constructor (line 117) | constructor(e,t){if(super(),this.textModel=e,this.getLanguageConfigura... method handleDidChangeBackgroundTokenizationState (line 117) | handleDidChangeBackgroundTokenizationState(){if(this.textModel.tokeniz... method handleDidChangeTokens (line 117) | handleDidChangeTokens({ranges:e}){const t=e.map(i=>new lg(vs(i.fromLin... method handleContentChanged (line 117) | handleContentChanged(e){const t=lg.fromModelContentChanges(e.changes);... method handleEdits (line 117) | handleEdits(e,t){const i=rA(this.queuedTextEdits,e);this.queuedTextEdi... method flushQueue (line 117) | flushQueue(){this.queuedTextEdits.length>0&&(this.astWithTokens=this.p... method parseDocumentFromTextBuffer (line 117) | parseDocumentFromTextBuffer(e,t,i){const s=t,o=new Tce(this.textModel,... method getBracketsInRange (line 117) | getBracketsInRange(e,t){this.flushQueue();const i=vs(e.startLineNumber... method getBracketPairsInRange (line 117) | getBracketPairsInRange(e,t){this.flushQueue();const i=D1(e.getStartPos... method getFirstBracketAfter (line 117) | getFirstBracketAfter(e){this.flushQueue();const t=this.initialAstWitho... method getFirstBracketBefore (line 117) | getFirstBracketBefore(e){this.flushQueue();const t=this.initialAstWith... function Rce (line 117) | function Rce(n,e,t,i){if(n.kind===4||n.kind===2){const s=[];for(const o ... function Mce (line 117) | function Mce(n,e,t,i){if(n.kind===4||n.kind===2){for(const s of n.childr... function zB (line 117) | function zB(n,e,t,i,s,o,r,a,l,c,d=!1){if(r>200)return!0;e:for(;;)switch(... class J7e (line 117) | class J7e{constructor(e,t,i){this.push=e,this.includeMinIndentation=t,th... method constructor (line 117) | constructor(e,t,i){this.push=e,this.includeMinIndentation=t,this.textM... function $B (line 117) | function $B(n,e,t,i,s,o,r,a){var l;if(r>200)return!0;let c=!0;if(n.kind=... class eBe (line 117) | class eBe extends ne{get canBuildAST(){return this.textModel.getValueLen... method canBuildAST (line 117) | get canBuildAST(){return this.textModel.getValueLength()<=5e6} method constructor (line 117) | constructor(e,t){super(),this.textModel=e,this.languageConfigurationSe... method handleDidChangeOptions (line 117) | handleDidChangeOptions(e){this.bracketPairsTree.clear(),this.updateBra... method handleDidChangeLanguage (line 117) | handleDidChangeLanguage(e){this.bracketPairsTree.clear(),this.updateBr... method handleDidChangeContent (line 117) | handleDidChangeContent(e){var t;(t=this.bracketPairsTree.value)===null... method handleDidChangeBackgroundTokenizationState (line 117) | handleDidChangeBackgroundTokenizationState(){var e;(e=this.bracketPair... method handleDidChangeTokens (line 117) | handleDidChangeTokens(e){var t;(t=this.bracketPairsTree.value)===null|... method updateBracketPairsTree (line 117) | updateBracketPairsTree(){if(this.bracketsRequested&&this.canBuildAST){... method getBracketPairsInRange (line 117) | getBracketPairsInRange(e){var t;return this.bracketsRequested=!0,this.... method getBracketPairsInRangeWithMinIndentation (line 117) | getBracketPairsInRangeWithMinIndentation(e){var t;return this.brackets... method getBracketsInRange (line 117) | getBracketsInRange(e,t=!1){var i;return this.bracketsRequested=!0,this... method findMatchingBracketUp (line 117) | findMatchingBracketUp(e,t,i){const s=this.textModel.validatePosition(t... method matchBracket (line 117) | matchBracket(e,t){if(this.canBuildAST){const i=this.getBracketPairsInR... method _establishBracketSearchOffsets (line 117) | _establishBracketSearchOffsets(e,t,i,s){const o=t.getCount(),r=t.getLa... method _matchBracket (line 117) | _matchBracket(e,t){const i=e.lineNumber,s=this.textModel.tokenization.... method _matchFoundBracket (line 117) | _matchFoundBracket(e,t,i,s){if(!t)return null;const o=i?this._findMatc... method _findMatchingBracketUp (line 117) | _findMatchingBracketUp(e,t,i){const s=e.languageId,o=e.reversedRegex;l... method _findMatchingBracketDown (line 117) | _findMatchingBracketDown(e,t,i){const s=e.languageId,o=e.forwardRegex;... method findPrevBracket (line 117) | findPrevBracket(e){var t;const i=this.textModel.validatePosition(e);if... method findNextBracket (line 117) | findNextBracket(e){var t;const i=this.textModel.validatePosition(e);if... method findEnclosingBrackets (line 117) | findEnclosingBrackets(e,t){const i=this.textModel.validatePosition(e);... method _toFoundBracket (line 117) | _toFoundBracket(e,t){if(!t)return null;let i=this.textModel.getValueIn... function tBe (line 117) | function tBe(n,e){return{object:n,dispose:()=>e==null?void 0:e.dispose()}} function h5 (line 117) | function h5(n){if(typeof n>"u")return()=>!0;{const e=Date.now();return()... class Nf (line 117) | class Nf{constructor(){this._searchCanceledBrand=void 0}} method constructor (line 117) | constructor(){this._searchCanceledBrand=void 0} function UE (line 117) | function UE(n){return n instanceof Nf?null:n} class iBe (line 117) | class iBe extends ne{constructor(e){super(),this.textModel=e,this.colorP... method constructor (line 117) | constructor(e){super(),this.textModel=e,this.colorProvider=new Pce,thi... method handleDidChangeOptions (line 117) | handleDidChangeOptions(e){this.colorizationOptions=this.textModel.getO... method getDecorationsInRange (line 117) | getDecorationsInRange(e,t,i,s){return s?[]:t===void 0?[]:this.coloriza... method getAllDecorations (line 117) | getAllDecorations(e,t){return e===void 0?[]:this.colorizationOptions.e... class Pce (line 117) | class Pce{constructor(){this.unexpectedClosingBracketClassName="unexpect... method constructor (line 117) | constructor(){this.unexpectedClosingBracketClassName="unexpected-closi... method getInlineClassName (line 117) | getInlineClassName(e,t){return e.isInvalid?this.unexpectedClosingBrack... method getInlineClassNameOfLevel (line 117) | getInlineClassNameOfLevel(e){return`bracket-highlighting-${e%30}`} function jE (line 117) | function jE(n){return n.replace(/\n/g,"\\n").replace(/\r/g,"\\r")} class Eo (line 117) | class Eo{get oldLength(){return this.oldText.length}get oldEnd(){return ... method oldLength (line 117) | get oldLength(){return this.oldText.length} method oldEnd (line 117) | get oldEnd(){return this.oldPosition+this.oldText.length} method newLength (line 117) | get newLength(){return this.newText.length} method newEnd (line 117) | get newEnd(){return this.newPosition+this.newText.length} method constructor (line 117) | constructor(e,t,i,s){this.oldPosition=e,this.oldText=t,this.newPositio... method toString (line 117) | toString(){return this.oldText.length===0?`(insert@${this.oldPosition}... method _writeStringSize (line 117) | static _writeStringSize(e){return 4+2*e.length} method _writeString (line 117) | static _writeString(e,t,i){const s=t.length;Id(e,s,i),i+=4;for(let o=0... method _readString (line 117) | static _readString(e,t){const i=Dd(e,t);return t+=4,OPe(e,t,i)} method writeSize (line 117) | writeSize(){return 8+Eo._writeStringSize(this.oldText)+Eo._writeString... method write (line 117) | write(e,t){return Id(e,this.oldPosition,t),t+=4,Id(e,this.newPosition,... method read (line 117) | static read(e,t,i){const s=Dd(e,t);t+=4;const o=Dd(e,t);t+=4;const r=E... function nBe (line 117) | function nBe(n,e){return n===null||n.length===0?e:new Vu(n,e).compress()} class Vu (line 117) | class Vu{constructor(e,t){this._prevEdits=e,this._currEdits=t,this._resu... method constructor (line 117) | constructor(e,t){this._prevEdits=e,this._currEdits=t,this._result=[],t... method compress (line 117) | compress(){let e=0,t=0,i=this._getPrev(e),s=this._getCurr(t);for(;en.length)r... function Fce (line 117) | function Fce(n){return n>=65&&n<=90||n>=97&&n<=122} function oBe (line 117) | function oBe(n,e=Mo){return e?Fce(n.charCodeAt(0))&&n.charCodeAt(1)===58... function Bu (line 117) | function Bu(n){return T2(n,!0)} class rBe (line 117) | class rBe{constructor(e){this._ignorePathCasing=e}compare(e,t,i=!1){retu... method constructor (line 117) | constructor(e){this._ignorePathCasing=e} method compare (line 117) | compare(e,t,i=!1){return e===t?0:dL(this.getComparisonKey(e,i),this.ge... method isEqual (line 117) | isEqual(e,t,i=!1){return e===t?!0:!e||!t?!1:this.getComparisonKey(e,i)... method getComparisonKey (line 117) | getComparisonKey(e,t=!1){return e.with({path:this._ignorePathCasing(e)... method isEqualOrParent (line 117) | isEqualOrParent(e,t,i=!1){if(e.scheme===t.scheme){if(e.scheme===Tt.fil... method joinPath (line 117) | joinPath(e,...t){return pt.joinPath(e,...t)} method basenameOrAuthority (line 117) | basenameOrAuthority(e){return dc(e)||e.authority} method basename (line 117) | basename(e){return ks.basename(e.path)} method extname (line 117) | extname(e){return ks.extname(e.path)} method dirname (line 117) | dirname(e){if(e.path.length===0)return e;let t;return e.scheme===Tt.fi... method normalizePath (line 117) | normalizePath(e){if(!e.path.length)return e;let t;return e.scheme===Tt... method relativePath (line 117) | relativePath(e,t){if(e.scheme!==t.scheme||!hQ(e.authority,t.authority)... method resolvePath (line 117) | resolvePath(e,t){if(e.scheme===Tt.file){const i=pt.file($Ae(Bu(e),t));... method isAbsolutePath (line 117) | isAbsolutePath(e){return!!e.path&&e.path[0]==="/"} method isEqualAuthority (line 117) | isEqualAuthority(e,t){return e===t||e!==void 0&&t!==void 0&&f1(e,t)} method hasTrailingPathSeparator (line 117) | hasTrailingPathSeparator(e,t=jd){if(e.scheme===Tt.file){const i=Bu(e);... method removeTrailingPathSeparator (line 117) | removeTrailingPathSeparator(e,t=jd){return fQ(e,t)?e.with({path:e.path... method addTrailingPathSeparator (line 117) | addTrailingPathSeparator(e,t=jd){let i=!1;if(e.scheme===Tt.file){const... function e (line 117) | function e(t){const i=new Map;t.path.substring(t.path.indexOf(";")+1,t.p... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function Bb (line 117) | function Bb(n){return n.toString()} class no (line 117) | class no{static create(e,t){const i=e.getAlternativeVersionId(),s=jB(e);... method create (line 117) | static create(e,t){const i=e.getAlternativeVersionId(),s=jB(e);return ... method constructor (line 117) | constructor(e,t,i,s,o,r,a){this.beforeVersionId=e,this.afterVersionId=... method append (line 117) | append(e,t,i,s,o){t.length>0&&(this.changes=nBe(this.changes,t)),this.... method _writeSelectionsSize (line 117) | static _writeSelectionsSize(e){return 4+4*4*(e?e.length:0)} method _writeSelections (line 117) | static _writeSelections(e,t,i){if(Id(e,t?t.length:0,i),i+=4,t)for(cons... method _readSelections (line 117) | static _readSelections(e,t,i){const s=Dd(e,t);t+=4;for(let o=0;oe.res... method resources (line 117) | get resources(){return this._editStackElementsArr.map(e=>e.resource)} method constructor (line 117) | constructor(e,t,i){this.label=e,this.code=t,this.type=1,this._isOpen=!... method prepareUndoRedo (line 117) | prepareUndoRedo(){if(this._delegate)return this._delegate.prepareUndoR... method matchesResource (line 117) | matchesResource(e){const t=Bb(e);return this._editStackElementsMap.has... method setModel (line 117) | setModel(e){const t=Bb(pt.isUri(e)?e:e.uri);this._editStackElementsMap... method canAppend (line 117) | canAppend(e){if(!this._isOpen)return!1;const t=Bb(e.uri);return this._... method append (line 117) | append(e,t,i,s,o){const r=Bb(e.uri);this._editStackElementsMap.get(r).... method close (line 117) | close(){this._isOpen=!1} method open (line 117) | open(){} method undo (line 117) | undo(){this._isOpen=!1;for(const e of this._editStackElementsArr)e.und... method redo (line 117) | redo(){for(const e of this._editStackElementsArr)e.redo()} method heapSize (line 117) | heapSize(e){const t=Bb(e);return this._editStackElementsMap.has(t)?thi... method split (line 117) | split(){return this._editStackElementsArr} method toString (line 117) | toString(){const e=[];for(const t of this._editStackElementsArr)e.push... function jB (line 117) | function jB(n){return n.getEOL()===` function Af (line 118) | function Af(n){return n?n instanceof Bce||n instanceof hBe:!1} class qz (line 118) | class qz{constructor(e,t){this._model=e,this._undoRedoService=t}pushStac... method constructor (line 118) | constructor(e,t){this._model=e,this._undoRedoService=t} method pushStackElement (line 118) | pushStackElement(){const e=this._undoRedoService.getLastElement(this._... method popStackElement (line 118) | popStackElement(){const e=this._undoRedoService.getLastElement(this._m... method clear (line 118) | clear(){this._undoRedoService.removeElements(this._model.uri)} method _getOrCreateEditStackElement (line 118) | _getOrCreateEditStackElement(e,t){const i=this._undoRedoService.getLas... method pushEOL (line 118) | pushEOL(e){const t=this._getOrCreateEditStackElement(null,void 0);this... method pushEditOperation (line 118) | pushEditOperation(e,t,i,s){const o=this._getOrCreateEditStackElement(e... method _computeCursorState (line 118) | static _computeCursorState(e,t){try{return e?e(t):null}catch(i){return... class fBe (line 118) | class fBe{constructor(){this.spacesDiff=0,this.looksLikeAlignment=!1}} method constructor (line 118) | constructor(){this.spacesDiff=0,this.looksLikeAlignment=!1} function gBe (line 118) | function gBe(n,e,t,i,s){s.spacesDiff=0,s.looksLikeAlignment=!1;let o;for... function gQ (line 118) | function gQ(n,e,t){const i=Math.min(n.getLineCount(),1e4);let s=0,o=0,r=... function Yr (line 118) | function Yr(n){return(n.metadata&1)>>>0} function xn (line 118) | function xn(n,e){n.metadata=n.metadata&254|e<<0} function Ro (line 118) | function Ro(n){return(n.metadata&2)>>>1===1} function wn (line 118) | function wn(n,e){n.metadata=n.metadata&253|(e?1:0)<<1} function Wce (line 118) | function Wce(n){return(n.metadata&4)>>>2===1} function pQ (line 118) | function pQ(n,e){n.metadata=n.metadata&251|(e?1:0)<<2} function Hce (line 118) | function Hce(n){return(n.metadata&64)>>>6===1} function mQ (line 118) | function mQ(n,e){n.metadata=n.metadata&191|(e?1:0)<<6} function pBe (line 118) | function pBe(n){return(n.metadata&24)>>>3} function _Q (line 118) | function _Q(n,e){n.metadata=n.metadata&231|e<<3} function mBe (line 118) | function mBe(n){return(n.metadata&32)>>>5===1} function vQ (line 118) | function vQ(n,e){n.metadata=n.metadata&223|(e?1:0)<<5} class Vce (line 118) | class Vce{constructor(e,t,i){this.metadata=0,this.parent=this,this.left=... method constructor (line 118) | constructor(e,t,i){this.metadata=0,this.parent=this,this.left=this,thi... method reset (line 118) | reset(e,t,i,s){this.start=t,this.end=i,this.maxEnd=i,this.cachedVersio... method setOptions (line 118) | setOptions(e){this.options=e;const t=this.options.className;pQ(this,t=... method setCachedOffsets (line 118) | setCachedOffsets(e,t,i){this.cachedVersionId!==i&&(this.range=null),th... method detach (line 118) | detach(){this.parent=null,this.left=null,this.right=null} class f5 (line 118) | class f5{constructor(){this.root=Yt,this.requestNormalizeDelta=!1}interv... method constructor (line 118) | constructor(){this.root=Yt,this.requestNormalizeDelta=!1} method intervalSearch (line 118) | intervalSearch(e,t,i,s,o,r){return this.root===Yt?[]:xBe(this,e,t,i,s,... method search (line 118) | search(e,t,i,s){return this.root===Yt?[]:SBe(this,e,t,i,s)} method collectNodesFromOwner (line 118) | collectNodesFromOwner(e){return wBe(this,e)} method collectNodesPostOrder (line 118) | collectNodesPostOrder(){return yBe(this)} method insert (line 118) | insert(e){bQ(this,e),this._normalizeDeltaIfNecessary()} method delete (line 118) | delete(e){CQ(this,e),this._normalizeDeltaIfNecessary()} method resolveNode (line 118) | resolveNode(e,t){const i=e;let s=0;for(;e!==this.root;)e===e.parent.ri... method acceptReplace (line 118) | acceptReplace(e,t,i,s){const o=bBe(this,e,e+t);for(let r=0,a=o.length;... method _normalizeDeltaIfNecessary (line 118) | _normalizeDeltaIfNecessary(){this.requestNormalizeDelta&&(this.request... function _Be (line 118) | function _Be(n){let e=n.root,t=0;for(;e!==Yt;){if(e.left!==Yt&&!Ro(e.lef... function Wb (line 118) | function Wb(n,e,t,i){return nt||i===1?!1:i===2?!0:e} function vBe (line 118) | function vBe(n,e,t,i,s){const o=pBe(n),r=o===0||o===2,a=o===1||o===2,l=t... function bBe (line 118) | function bBe(n,e,t){let i=n.root,s=0,o=0,r=0,a=0;const l=[];let c=0;for(... function CBe (line 118) | function CBe(n,e,t,i){let s=n.root,o=0,r=0,a=0;const l=i-(t-e);for(;s!==... function wBe (line 118) | function wBe(n,e){let t=n.root;const i=[];let s=0;for(;t!==Yt;){if(Ro(t)... function yBe (line 118) | function yBe(n){let e=n.root;const t=[];let i=0;for(;e!==Yt;){if(Ro(e)){... function SBe (line 118) | function SBe(n,e,t,i,s){let o=n.root,r=0,a=0,l=0;const c=[];let d=0;for(... function xBe (line 118) | function xBe(n,e,t,i,s,o,r){let a=n.root,l=0,c=0,d=0,u=0;const h=[];let ... function bQ (line 118) | function bQ(n,e){if(n.root===Yt)return e.parent=Yt,e.left=Yt,e.right=Yt,... function LBe (line 118) | function LBe(n,e){let t=0,i=n.root;const s=e.start,o=e.end;for(;;)if(DBe... function CQ (line 118) | function CQ(n,e){let t,i;if(e.left===Yt?(t=e.right,i=e,t.delta+=e.delta,... function kBe (line 118) | function kBe(n){for(;n.left!==Yt;)n=n.left;return n} function g5 (line 118) | function g5(){Yt.parent=Yt,Yt.delta=0,Yt.start=0,Yt.end=0} function _x (line 118) | function _x(n,e){const t=e.right;t.delta+=e.delta,(t.delta<-1073741824||... function vx (line 118) | function vx(n,e){const t=e.left;e.delta-=t.delta,(e.delta<-1073741824||e... function zce (line 118) | function zce(n){let e=n.end;if(n.left!==Yt){const t=n.left.maxEnd;t>e&&(... function zm (line 118) | function zm(n){n.maxEnd=zce(n)} function bp (line 118) | function bp(n){for(;n!==Yt;){const e=zce(n);if(n.maxEnd===e)return;n.max... function DBe (line 118) | function DBe(n,e,t,i){return n===t?e-i:n-t} class KB (line 118) | class KB{constructor(e,t){this.piece=e,this.color=t,this.size_left=0,thi... method constructor (line 118) | constructor(e,t){this.piece=e,this.color=t,this.size_left=0,this.lf_le... method next (line 118) | next(){if(this.right!==Ht)return Gz(this.right);let e=this;for(;e.pare... method prev (line 118) | prev(){if(this.left!==Ht)return $ce(this.left);let e=this;for(;e.paren... method detach (line 118) | detach(){this.parent=null,this.left=null,this.right=null} function Gz (line 118) | function Gz(n){for(;n.left!==Ht;)n=n.left;return n} function $ce (line 118) | function $ce(n){for(;n.right!==Ht;)n=n.right;return n} function Zz (line 118) | function Zz(n){return n===Ht?0:n.size_left+n.piece.length+Zz(n.right)} function Yz (line 118) | function Yz(n){return n===Ht?0:n.lf_left+n.piece.lineFeedCnt+Yz(n.right)} function p5 (line 118) | function p5(){Ht.parent=Ht} function bx (line 118) | function bx(n,e){const t=e.right;t.size_left+=e.size_left+(e.piece?e.pie... function Cx (line 118) | function Cx(n,e){const t=e.left;e.left=t.right,t.right!==Ht&&(t.right.pa... function KE (line 118) | function KE(n,e){let t,i;if(e.left===Ht?(i=e,t=i.right):e.right===Ht?(i=... function wQ (line 118) | function wQ(n,e){for(ES(n,e);e!==n.root&&e.parent.color===1;)if(e.parent... function Sf (line 118) | function Sf(n,e,t,i){for(;e!==n.root&&e!==Ht;)e.parent.left===e&&(e.pare... function ES (line 118) | function ES(n,e){let t=0,i=0;if(e!==n.root){for(;e!==n.root&&e===e.paren... function Uce (line 118) | function Uce(n){let e;return n[n.length-1]<65536?e=new Uint16Array(n.len... class IBe (line 118) | class IBe{constructor(e,t,i,s,o){this.lineStarts=e,this.cr=t,this.lf=i,t... method constructor (line 118) | constructor(e,t,i,s,o){this.lineStarts=e,this.cr=t,this.lf=i,this.crlf... function Lf (line 118) | function Lf(n,e=!0){const t=[0];let i=1;for(let s=0,o=n.length;s=0;t--){const i=this._cache[t]... method get2 (line 118) | get2(e){for(let t=this._cache.length-1;t>=0;t--){const i=this._cache[t... method set (line 118) | set(e){this._cache.length>=this._limit&&this._cache.shift(),this._cach... method validate (line 118) | validate(e){let t=!1;const i=this._cache;for(let s=0;suf){const d=[];for(;e.length>uf;){const... method getLineRawContent (line 121) | getLineRawContent(e,t=0){let i=this.root,s="";const o=this._searchCach... method computeBufferMetadata (line 121) | computeBufferMetadata(){let e=this.root,t=1,i=0;for(;e!==Ht;)t+=e.lf_l... method getIndexOf (line 121) | getIndexOf(e,t){const i=e.piece,s=this.positionInBuffer(e,t),o=s.line-... method getAccumulatedValue (line 121) | getAccumulatedValue(e,t){if(t<0)return 0;const i=e.piece,s=this._buffe... method deleteNodeTail (line 121) | deleteNodeTail(e,t){const i=e.piece,s=i.lineFeedCnt,o=this.offsetInBuf... method deleteNodeHead (line 121) | deleteNodeHead(e,t){const i=e.piece,s=i.lineFeedCnt,o=this.offsetInBuf... method shrinkNode (line 121) | shrinkNode(e,t,i){const s=e.piece,o=s.start,r=s.end,a=s.length,l=s.lin... method appendToNode (line 121) | appendToNode(e,t){this.adjustCarriageReturnFromNext(t,e)&&(t+=` method nodeAt (line 122) | nodeAt(e){let t=this.root;const i=this._searchCache.get(e);if(i)return... method nodeAt2 (line 122) | nodeAt2(e,t){let i=this.root,s=0;for(;i!==Ht;)if(i.left!==Ht&&i.lf_lef... method nodeCharCodeAt (line 122) | nodeCharCodeAt(e,t){if(e.piece.lineFeedCnt<1)return-1;const i=this._bu... method offsetOfNode (line 122) | offsetOfNode(e){if(!e)return 0;let t=e.size_left;for(;e!==this.root;)e... method shouldCheckCRLF (line 122) | shouldCheckCRLF(){return!(this._EOLNormalized&&this._EOL===` method startWithLF (line 123) | startWithLF(e){if(typeof e=="string")return e.charCodeAt(0)===10;if(e=... method endWithCR (line 123) | endWithCR(e){return typeof e=="string"?e.charCodeAt(e.length-1)===13:e... method validateCRLFWithPrevNode (line 123) | validateCRLFWithPrevNode(e){if(this.shouldCheckCRLF()&&this.startWithL... method validateCRLFWithNextNode (line 123) | validateCRLFWithNextNode(e){if(this.shouldCheckCRLF()&&this.endWithCR(... method fixCRLF (line 123) | fixCRLF(e,t){const i=[],s=this._buffers[e.piece.bufferIndex].lineStart... method adjustCarriageReturnFromNext (line 124) | adjustCarriageReturnFromNext(e,t){if(this.shouldCheckCRLF()&&this.endW... method iterate (line 125) | iterate(e,t){if(e===Ht)return t(Ht);const i=this.iterate(e.left,t);ret... method getNodeContent (line 125) | getNodeContent(e){if(e===Ht)return"";const t=this._buffers[e.piece.buf... method getPieceContent (line 125) | getPieceContent(e){const t=this._buffers[e.bufferIndex],i=this.offsetI... method rbInsertRight (line 125) | rbInsertRight(e,t){const i=new KB(t,1);if(i.left=Ht,i.right=Ht,i.paren... method rbInsertLeft (line 125) | rbInsertLeft(e,t){const i=new KB(t,1);if(i.left=Ht,i.right=Ht,i.parent... class rC (line 125) | class rC extends ne{constructor(e,t,i,s,o,r,a){super(),this._onDidChange... method constructor (line 125) | constructor(e,t,i,s,o,r,a){super(),this._onDidChangeContent=this._regi... method mightContainRTL (line 125) | mightContainRTL(){return this._mightContainRTL} method mightContainUnusualLineTerminators (line 125) | mightContainUnusualLineTerminators(){return this._mightContainUnusualL... method resetMightContainUnusualLineTerminators (line 125) | resetMightContainUnusualLineTerminators(){this._mightContainUnusualLin... method mightContainNonBasicASCII (line 125) | mightContainNonBasicASCII(){return this._mightContainNonBasicASCII} method getBOM (line 125) | getBOM(){return this._BOM} method getEOL (line 125) | getEOL(){return this._pieceTree.getEOL()} method createSnapshot (line 125) | createSnapshot(e){return this._pieceTree.createSnapshot(e?this._BOM:"")} method getOffsetAt (line 125) | getOffsetAt(e,t){return this._pieceTree.getOffsetAt(e,t)} method getPositionAt (line 125) | getPositionAt(e){return this._pieceTree.getPositionAt(e)} method getRangeAt (line 125) | getRangeAt(e,t){const i=e+t,s=this.getPositionAt(e),o=this.getPosition... method getValueInRange (line 125) | getValueInRange(e,t=0){if(e.isEmpty())return"";const i=this._getEndOfL... method getValueLengthInRange (line 125) | getValueLengthInRange(e,t=0){if(e.isEmpty())return 0;if(e.startLineNum... method getCharacterCountInRange (line 125) | getCharacterCountInRange(e,t=0){if(this._mightContainNonBasicASCII){le... method getLength (line 125) | getLength(){return this._pieceTree.getLength()} method getLineCount (line 125) | getLineCount(){return this._pieceTree.getLineCount()} method getLinesContent (line 125) | getLinesContent(){return this._pieceTree.getLinesContent()} method getLineContent (line 125) | getLineContent(e){return this._pieceTree.getLineContent(e)} method getLineCharCode (line 125) | getLineCharCode(e,t){return this._pieceTree.getLineCharCode(e,t)} method getLineLength (line 125) | getLineLength(e){return this._pieceTree.getLineLength(e)} method getLineFirstNonWhitespaceColumn (line 125) | getLineFirstNonWhitespaceColumn(e){const t=fr(this.getLineContent(e));... method getLineLastNonWhitespaceColumn (line 125) | getLineLastNonWhitespaceColumn(e){const t=Kd(this.getLineContent(e));r... method _getEndOfLine (line 125) | _getEndOfLine(e){switch(e){case 1:return` method setEOL (line 127) | setEOL(e){this._pieceTree.setEOL(e)} method applyEdits (line 127) | applyEdits(e,t,i){let s=this._mightContainRTL,o=this._mightContainUnus... method _reduceOperations (line 128) | _reduceOperations(e){return e.length<1e3?e:[this._toSingleEditOperatio... method _toSingleEditOperation (line 128) | _toSingleEditOperation(e){let t=!1;const i=e[0].range,s=e[e.length-1].... method _doApplyEdits (line 128) | _doApplyEdits(e){e.sort(rC._sortOpsDescending);const t=[];for(let i=0;... method findMatchesLineByLine (line 128) | findMatchesLineByLine(e,t,i,s){return this._pieceTree.findMatchesLineB... method _getInverseEditRanges (line 128) | static _getInverseEditRanges(e){const t=[];let i=0,s=0,o=null;for(let ... method _sortOpsAscending (line 128) | static _sortOpsAscending(e,t){const i=A.compareRangesUsingEnds(e.range... method _sortOpsDescending (line 128) | static _sortOpsDescending(e,t){const i=A.compareRangesUsingEnds(e.rang... class RBe (line 128) | class RBe{constructor(e,t,i,s,o,r,a,l,c){this._chunks=e,this._bom=t,this... method constructor (line 128) | constructor(e,t,i,s,o,r,a,l,c){this._chunks=e,this._bom=t,this._cr=i,t... method _getEOL (line 128) | _getEOL(e){const t=this._cr+this._lf+this._crlf,i=this._cr+this._crlf;... method create (line 132) | create(e){const t=this._getEOL(e),i=this._chunks;if(this._normalizeEOL... class jce (line 134) | class jce{constructor(){this.chunks=[],this.BOM="",this._hasPreviousChar... method constructor (line 134) | constructor(){this.chunks=[],this.BOM="",this._hasPreviousChar=!1,this... method acceptChunk (line 134) | acceptChunk(e){if(e.length===0)return;this.chunks.length===0&&YV(e)&&(... method _acceptChunk1 (line 134) | _acceptChunk1(e,t){!t&&e.length===0||(this._hasPreviousChar?this._acce... method _acceptChunk2 (line 134) | _acceptChunk2(e){const t=EBe(this._tmpLineStarts,e);this.chunks.push(n... method finish (line 134) | finish(e=!0){return this._finish(),new RBe(this.chunks,this.BOM,this.c... method _finish (line 134) | _finish(){if(this.chunks.length===0&&this._acceptChunk1("",!0),this._h... class MBe (line 134) | class MBe{constructor(e){this._default=e,this._store=[]}get(e){return e<... method constructor (line 134) | constructor(e){this._default=e,this._store=[]} method get (line 134) | get(e){return e=this._store.length;)this._store[this._store.length]=t... method replace (line 134) | replace(e,t,i){if(e>=this._store.length)return;if(t===0){this.insert(e... method delete (line 134) | delete(e,t){t===0||e>=this._store.length||this._store.splice(e,t)} method insert (line 134) | insert(e,t){if(t===0||e>=this._store.length)return;const i=[];for(let ... function PBe (line 134) | function PBe(n,e){const t=[];for(let i=0;i0... method constructor (line 134) | constructor(){this._tokens=[]} method add (line 134) | add(e,t){if(this._tokens.length>0){const i=this._tokens[this._tokens.l... method finalize (line 134) | finalize(){return this._tokens} class FBe (line 134) | class FBe{constructor(e,t){this.tokenizationSupport=t,this.initialState=... method constructor (line 134) | constructor(e,t){this.tokenizationSupport=t,this.initialState=this.tok... method getStartState (line 134) | getStartState(e){return this.store.getStartState(e,this.initialState)} method getFirstInvalidLine (line 134) | getFirstInvalidLine(){return this.store.getFirstInvalidLine(this.initi... class BBe (line 134) | class BBe extends FBe{constructor(e,t,i,s){super(e,t),this._textModel=i,... method constructor (line 134) | constructor(e,t,i,s){super(e,t),this._textModel=i,this._languageIdCode... method updateTokensUntilLine (line 134) | updateTokensUntilLine(e,t){const i=this._textModel.getLanguageId();for... method getTokenTypeIfInsertingCharacter (line 134) | getTokenTypeIfInsertingCharacter(e,t){const i=this.getStartState(e.lin... method tokenizeLineWithEdit (line 134) | tokenizeLineWithEdit(e,t,i){const s=e.lineNumber,o=e.column,r=this.get... method hasAccurateTokensForLine (line 134) | hasAccurateTokensForLine(e){const t=this.store.getFirstInvalidEndState... method isCheapToTokenize (line 134) | isCheapToTokenize(e){const t=this.store.getFirstInvalidEndStateLineNum... method tokenizeHeuristically (line 134) | tokenizeHeuristically(e,t,i){if(i<=this.store.getFirstInvalidEndStateL... method guessStartState (line 134) | guessStartState(e){let t=this._textModel.getLineFirstNonWhitespaceColu... class GB (line 134) | class GB{constructor(e){this.lineCount=e,this._tokenizationStateStore=ne... method constructor (line 134) | constructor(e){this.lineCount=e,this._tokenizationStateStore=new WBe,t... method getEndState (line 134) | getEndState(e){return this._tokenizationStateStore.getEndState(e)} method setEndState (line 134) | setEndState(e,t){if(!t)throw new Gi("Cannot set null/undefined state")... method acceptChange (line 134) | acceptChange(e,t){this.lineCount+=t-e.length,this._tokenizationStateSt... method acceptChanges (line 134) | acceptChanges(e){for(const t of e){const[i]=Hm(t.text);this.acceptChan... method invalidateEndStateRange (line 134) | invalidateEndStateRange(e){this._invalidEndStatesLineNumbers.addRange(... method getFirstInvalidEndStateLineNumber (line 134) | getFirstInvalidEndStateLineNumber(){return this._invalidEndStatesLineN... method getFirstInvalidEndStateLineNumberOrMax (line 134) | getFirstInvalidEndStateLineNumberOrMax(){return this.getFirstInvalidEn... method allStatesValid (line 134) | allStatesValid(){return this._invalidEndStatesLineNumbers.min===null} method getStartState (line 134) | getStartState(e,t){return e===1?t:this.getEndState(e-1)} method getFirstInvalidLine (line 134) | getFirstInvalidLine(e){const t=this.getFirstInvalidEndStateLineNumber(... class WBe (line 134) | class WBe{constructor(){this._lineEndStates=new MBe(null)}getEndState(e)... method constructor (line 134) | constructor(){this._lineEndStates=new MBe(null)} method getEndState (line 134) | getEndState(e){return this._lineEndStates.get(e)} method setEndState (line 134) | setEndState(e,t){const i=this._lineEndStates.get(e);return i&&i.equals... method acceptChange (line 134) | acceptChange(e,t){let i=e.length;t>0&&i>0&&(i--,t--),this._lineEndStat... class HBe (line 134) | class HBe{constructor(){this._ranges=[]}get min(){return this._ranges.le... method constructor (line 134) | constructor(){this._ranges=[]} method min (line 134) | get min(){return this._ranges.length===0?null:this._ranges[0].start} method delete (line 134) | delete(e){const t=this._ranges.findIndex(i=>i.contains(e));if(t!==-1){... method addRange (line 134) | addRange(e){zt.addRange(e,this._ranges)} method addRangeAndResize (line 134) | addRangeAndResize(e,t){let i=0;for(;!(i>=this._ranges.length||e.start<... method toString (line 134) | toString(){return this._ranges.map(e=>e.toString()).join(" + ")} function Hy (line 134) | function Hy(n,e,t,i,s,o){let r=null;if(t)try{r=t.tokenizeEncoded(i,s,o.c... class VBe (line 134) | class VBe{constructor(e,t){this._tokenizerWithStateStore=e,this._backgro... method constructor (line 134) | constructor(e,t){this._tokenizerWithStateStore=e,this._backgroundToken... method dispose (line 134) | dispose(){this._isDisposed=!0} method handleChanges (line 134) | handleChanges(){this._beginBackgroundTokenization()} method _beginBackgroundTokenization (line 134) | _beginBackgroundTokenization(){this._isScheduled||!this._tokenizerWith... method _backgroundTokenizeWithDeadline (line 134) | _backgroundTokenizeWithDeadline(e){const t=Date.now()+e.timeRemaining(... method _backgroundTokenizeForAtLeast1ms (line 134) | _backgroundTokenizeForAtLeast1ms(){const e=this._tokenizerWithStateSto... method _hasLinesToTokenize (line 134) | _hasLinesToTokenize(){return this._tokenizerWithStateStore?!this._toke... method _tokenizeOneInvalidLine (line 134) | _tokenizeOneInvalidLine(e){var t;const i=(t=this._tokenizerWithStateSt... method checkFinished (line 134) | checkFinished(){this._isDisposed||this._tokenizerWithStateStore.store.... method requestTokens (line 134) | requestTokens(e,t){this._tokenizerWithStateStore.store.invalidateEndSt... class Uu (line 134) | class Uu{static deleteBeginning(e,t){return e===null||e===kf?e:Uu.delete... method deleteBeginning (line 134) | static deleteBeginning(e,t){return e===null||e===kf?e:Uu.delete(e,0,t)} method deleteEnding (line 134) | static deleteEnding(e,t){if(e===null||e===kf)return e;const i=$f(e),s=... method delete (line 134) | static delete(e,t,i){if(e===null||e===kf||t===i)return e;const s=$f(e)... method append (line 134) | static append(e,t){if(t===kf)return e;if(e===kf)return t;if(e===null)r... method insert (line 134) | static insert(e,t,i){if(e===null||e===kf)return e;const s=$f(e),o=s.le... function $f (line 134) | function $f(n){return n instanceof Uint32Array?n:new Uint32Array(n)} class OL (line 134) | class OL{constructor(e){this._lineTokens=[],this._len=0,this._languageId... method constructor (line 134) | constructor(e){this._lineTokens=[],this._len=0,this._languageIdCodec=e} method flush (line 134) | flush(){this._lineTokens=[],this._len=0} method hasTokens (line 134) | get hasTokens(){return this._lineTokens.length>0} method getTokens (line 134) | getTokens(e,t,i){let s=null;if(t=this._len;)this._lineTokens[this._len]=null,thi... method _deleteLines (line 134) | _deleteLines(e,t){t!==0&&(e+t>this._len&&(t=this._len-e),this._lineTok... method _insertLines (line 134) | _insertLines(e,t){if(t===0)return;const i=[];for(let s=0;s=this._len)retu... method _acceptInsertText (line 134) | _acceptInsertText(e,t,i){if(t===0&&i===0)return;const s=e.lineNumber-1... method setMultilineTokens (line 134) | setMultilineTokens(e,t){if(e.length===0)return{changes:[]};const i=[];... function yQ (line 134) | function yQ(n){return(n<<0|0|0|32768|2<<24|1024)>>>0} class Xz (line 134) | class Xz{constructor(e){this._pieces=[],this._isComplete=!1,this._langua... method constructor (line 134) | constructor(e){this._pieces=[],this._isComplete=!1,this._languageIdCod... method flush (line 134) | flush(){this._pieces=[],this._isComplete=!1} method isEmpty (line 134) | isEmpty(){return this._pieces.length===0} method set (line 134) | set(e,t){this._pieces=e||[],this._isComplete=t} method setPartial (line 134) | setPartial(e,t){let i=e;if(t.length>0){const o=t[0].getRange(),r=t[t.l... method isComplete (line 134) | isComplete(){return this._isComplete} method addSparseTokens (line 134) | addSparseTokens(e,t){if(t.getLineContent().length===0)return t;const i... method _findFirstPieceWithLine (line 134) | static _findFirstPieceWithLine(e,t){let i=0,s=e.length-1;for(;ithis._textModel.getLineCount())throw n... method hasTokens (line 134) | get hasTokens(){return this.grammarTokens.hasTokens} method resetTokenization (line 134) | resetTokenization(){this.grammarTokens.resetTokenization()} method backgroundTokenizationState (line 134) | get backgroundTokenizationState(){return this.grammarTokens.background... method forceTokenization (line 134) | forceTokenization(e){this.validateLineNumber(e),this.grammarTokens.for... method hasAccurateTokensForLine (line 134) | hasAccurateTokensForLine(e){return this.validateLineNumber(e),this.gra... method isCheapToTokenize (line 134) | isCheapToTokenize(e){return this.validateLineNumber(e),this.grammarTok... method tokenizeIfCheap (line 134) | tokenizeIfCheap(e){this.validateLineNumber(e),this.grammarTokens.token... method getTokenTypeIfInsertingCharacter (line 134) | getTokenTypeIfInsertingCharacter(e,t,i){return this.grammarTokens.getT... method tokenizeLineWithEdit (line 134) | tokenizeLineWithEdit(e,t,i){return this.grammarTokens.tokenizeLineWith... method setSemanticTokens (line 134) | setSemanticTokens(e,t){this._semanticTokens.set(e,t),this._emitModelTo... method hasCompleteSemanticTokens (line 134) | hasCompleteSemanticTokens(){return this._semanticTokens.isComplete()} method hasSomeSemanticTokens (line 134) | hasSomeSemanticTokens(){return!this._semanticTokens.isEmpty()} method setPartialSemanticTokens (line 134) | setPartialSemanticTokens(e,t){if(this.hasCompleteSemanticTokens())retu... method getWordAtPosition (line 134) | getWordAtPosition(e){this.assertNotDisposed();const t=this._textModel.... method getLanguageConfiguration (line 134) | getLanguageConfiguration(e){return this._languageConfigurationService.... method _findLanguageBoundaries (line 134) | static _findLanguageBoundaries(e,t){const i=e.getLanguageId(t);let s=0... method getWordUntilPosition (line 134) | getWordUntilPosition(e){const t=this.getWordAtPosition(e);return t?{wo... method getLanguageId (line 134) | getLanguageId(){return this._languageId} method getLanguageIdAtPosition (line 134) | getLanguageIdAtPosition(e,t){const i=this._textModel.validatePosition(... method setLanguageId (line 134) | setLanguageId(e,t="api"){if(this._languageId===e)return;const i={oldLa... class zBe (line 134) | class zBe extends ne{get backgroundTokenizationState(){return this._back... method backgroundTokenizationState (line 134) | get backgroundTokenizationState(){return this._backgroundTokenizationS... method constructor (line 134) | constructor(e,t,i,s){super(),this._languageIdCodec=e,this._textModel=t... method resetTokenization (line 134) | resetTokenization(e=!0){var t;this._tokens.flush(),(t=this._debugBackg... method handleDidChangeAttached (line 134) | handleDidChangeAttached(){var e;(e=this._defaultBackgroundTokenizer)==... method handleDidChangeContent (line 134) | handleDidChangeContent(e){var t,i,s;if(e.isFlush)this.resetTokenizatio... method setTokens (line 134) | setTokens(e){const{changes:t}=this._tokens.setMultilineTokens(e,this._... method refreshAllVisibleLineTokens (line 134) | refreshAllVisibleLineTokens(){const e=Vt.joinMany([...this._attachedVi... method refreshRanges (line 134) | refreshRanges(e){for(const t of e)this.refreshRange(t.startLineNumber,... method refreshRange (line 134) | refreshRange(e,t){var i,s;if(!this._tokenizer)return;e=Math.max(1,Math... method forceTokenization (line 134) | forceTokenization(e){var t,i;const s=new qB;(t=this._tokenizer)===null... method hasAccurateTokensForLine (line 134) | hasAccurateTokensForLine(e){return this._tokenizer?this._tokenizer.has... method isCheapToTokenize (line 134) | isCheapToTokenize(e){return this._tokenizer?this._tokenizer.isCheapToT... method tokenizeIfCheap (line 134) | tokenizeIfCheap(e){this.isCheapToTokenize(e)&&this.forceTokenization(e)} method getLineTokens (line 134) | getLineTokens(e){var t;const i=this._textModel.getLineContent(e),s=thi... method getTokenTypeIfInsertingCharacter (line 134) | getTokenTypeIfInsertingCharacter(e,t,i){if(!this._tokenizer)return 0;c... method tokenizeLineWithEdit (line 134) | tokenizeLineWithEdit(e,t,i){if(!this._tokenizer)return null;const s=th... method hasTokens (line 134) | get hasTokens(){return this._tokens.hasTokens} class $Be (line 134) | class $Be extends ne{get lineRanges(){return this._lineRanges}constructo... method lineRanges (line 134) | get lineRanges(){return this._lineRanges} method constructor (line 134) | constructor(e){super(),this._refreshTokens=e,this.runner=this._registe... method update (line 134) | update(){zn(this._computedLineRanges,this._lineRanges,(e,t)=>e.equals(... method handleStateChange (line 134) | handleStateChange(e){this._lineRanges=e.visibleLineRanges,e.stabilized... class Kce (line 134) | class Kce{constructor(e,t){this.resource=e,this.elements=t}} method constructor (line 134) | constructor(e,t){this.resource=e,this.elements=t} class UC (line 134) | class UC{constructor(){this.id=UC._ID++,this.order=1}nextOrder(){return ... method constructor (line 134) | constructor(){this.id=UC._ID++,this.order=1} method nextOrder (line 134) | nextOrder(){return this.id===0?0:this.order++} class th (line 134) | class th{constructor(){this.id=th._ID++,this.order=1}nextOrder(){return ... method constructor (line 134) | constructor(){this.id=th._ID++,this.order=1} method nextOrder (line 134) | nextOrder(){return this.id===0?0:this.order++} function jBe (line 134) | function jBe(n){const e=new jce;return e.acceptChunk(n),e.finish()} function KBe (line 134) | function KBe(n){const e=new jce;let t;for(;typeof(t=n.read())=="string";... function SQ (line 134) | function SQ(n,e){let t;return typeof n=="string"?t=jBe(n):IOe(n)?t=KBe(n... class ZBe (line 134) | class ZBe{constructor(e){this._source=e,this._eos=!1}read(){if(this._eos... method constructor (line 134) | constructor(e){this._source=e,this._eos=!1} method read (line 134) | read(){if(this._eos)return null;const e=[];let t=0,i=0;do{const s=this... method resolveOptions (line 134) | static resolveOptions(e,t){if(t.detectIndentation){const i=gQ(e,t.tabSiz... method onDidChangeLanguage (line 134) | get onDidChangeLanguage(){return this._tokenizationTextModelPart.onDidCh... method onDidChangeLanguageConfiguration (line 134) | get onDidChangeLanguageConfiguration(){return this._tokenizationTextMode... method onDidChangeTokens (line 134) | get onDidChangeTokens(){return this._tokenizationTextModelPart.onDidChan... method onDidChangeContent (line 134) | onDidChangeContent(e){return this._eventEmitter.slowEvent(t=>e(t.content... method onDidChangeContentOrInjectedText (line 134) | onDidChangeContentOrInjectedText(e){return Jc(this._eventEmitter.fastEve... method _isDisposing (line 134) | _isDisposing(){return this.__isDisposing} method tokenization (line 134) | get tokenization(){return this._tokenizationTextModelPart} method bracketPairs (line 134) | get bracketPairs(){return this._bracketPairs} method guides (line 134) | get guides(){return this._guidesTextModelPart} method constructor (line 134) | constructor(e,t,i,s=null,o,r,a){super(),this._undoRedoService=o,this._la... method dispose (line 134) | dispose(){this.__isDisposing=!0,this._onWillDispose.fire(),this._tokeniz... method _assertNotDisposed (line 135) | _assertNotDisposed(){if(this._isDisposed)throw new Error("Model is dispo... method _emitContentChangedEvent (line 135) | _emitContentChangedEvent(e,t){this.__isDisposing||(this._tokenizationTex... method setValue (line 135) | setValue(e){if(this._assertNotDisposed(),e==null)throw ic();const{textBu... method _createContentChanged2 (line 135) | _createContentChanged2(e,t,i,s,o,r,a,l){return{changes:[{range:e,rangeOf... method _setValueFromTextBuffer (line 135) | _setValueFromTextBuffer(e,t){this._assertNotDisposed();const i=this.getF... method setEOL (line 135) | setEOL(e){this._assertNotDisposed();const t=e===1?`\r method _onBeforeEOLChange (line 137) | _onBeforeEOLChange(){this._decorationsTree.ensureAllNodesHaveRanges(this)} method _onAfterEOLChange (line 137) | _onAfterEOLChange(){const e=this.getVersionId(),t=this._decorationsTree.... method onBeforeAttached (line 137) | onBeforeAttached(){return this._attachedEditorCount++,this._attachedEdit... method onBeforeDetached (line 137) | onBeforeDetached(e){this._attachedEditorCount--,this._attachedEditorCoun... method isAttachedToEditor (line 137) | isAttachedToEditor(){return this._attachedEditorCount>0} method getAttachedEditorCount (line 137) | getAttachedEditorCount(){return this._attachedEditorCount} method isTooLargeForSyncing (line 137) | isTooLargeForSyncing(){return this._isTooLargeForSyncing} method isTooLargeForTokenization (line 137) | isTooLargeForTokenization(){return this._isTooLargeForTokenization} method isTooLargeForHeapOperation (line 137) | isTooLargeForHeapOperation(){return this._isTooLargeForHeapOperation} method isDisposed (line 137) | isDisposed(){return this._isDisposed} method isDominatedByLongLines (line 137) | isDominatedByLongLines(){if(this._assertNotDisposed(),this.isTooLargeFor... method uri (line 137) | get uri(){return this._associatedResource} method getOptions (line 137) | getOptions(){return this._assertNotDisposed(),this._options} method getFormattingOptions (line 137) | getFormattingOptions(){return{tabSize:this._options.indentSize,insertSpa... method updateOptions (line 137) | updateOptions(e){this._assertNotDisposed();const t=typeof e.tabSize<"u"?... method detectIndentation (line 137) | detectIndentation(e,t){this._assertNotDisposed();const i=gQ(this._buffer... method normalizeIndentation (line 137) | normalizeIndentation(e){return this._assertNotDisposed(),Pz(e,this._opti... method getVersionId (line 137) | getVersionId(){return this._assertNotDisposed(),this._versionId} method mightContainRTL (line 137) | mightContainRTL(){return this._buffer.mightContainRTL()} method mightContainUnusualLineTerminators (line 137) | mightContainUnusualLineTerminators(){return this._buffer.mightContainUnu... method removeUnusualLineTerminators (line 137) | removeUnusualLineTerminators(e=null){const t=this.findMatches(wae.source... method mightContainNonBasicASCII (line 137) | mightContainNonBasicASCII(){return this._buffer.mightContainNonBasicASCI... method getAlternativeVersionId (line 137) | getAlternativeVersionId(){return this._assertNotDisposed(),this._alterna... method getInitialUndoRedoSnapshot (line 137) | getInitialUndoRedoSnapshot(){return this._assertNotDisposed(),this._init... method getOffsetAt (line 137) | getOffsetAt(e){this._assertNotDisposed();const t=this._validatePosition(... method getPositionAt (line 137) | getPositionAt(e){this._assertNotDisposed();const t=Math.min(this._buffer... method _increaseVersionId (line 137) | _increaseVersionId(){this._versionId=this._versionId+1,this._alternative... method _overwriteVersionId (line 137) | _overwriteVersionId(e){this._versionId=e} method _overwriteAlternativeVersionId (line 137) | _overwriteAlternativeVersionId(e){this._alternativeVersionId=e} method _overwriteInitialUndoRedoSnapshot (line 137) | _overwriteInitialUndoRedoSnapshot(e){this._initialUndoRedoSnapshot=e} method getValue (line 137) | getValue(e,t=!1){if(this._assertNotDisposed(),this.isTooLargeForHeapOper... method createSnapshot (line 137) | createSnapshot(e=!1){return new ZBe(this._buffer.createSnapshot(e))} method getValueLength (line 137) | getValueLength(e,t=!1){this._assertNotDisposed();const i=this.getFullMod... method getValueInRange (line 137) | getValueInRange(e,t=0){return this._assertNotDisposed(),this._buffer.get... method getValueLengthInRange (line 137) | getValueLengthInRange(e,t=0){return this._assertNotDisposed(),this._buff... method getCharacterCountInRange (line 137) | getCharacterCountInRange(e,t=0){return this._assertNotDisposed(),this._b... method getLineCount (line 137) | getLineCount(){return this._assertNotDisposed(),this._buffer.getLineCoun... method getLineContent (line 137) | getLineContent(e){if(this._assertNotDisposed(),e<1||e>this.getLineCount(... method getLineLength (line 137) | getLineLength(e){if(this._assertNotDisposed(),e<1||e>this.getLineCount()... method getLinesContent (line 137) | getLinesContent(){if(this._assertNotDisposed(),this.isTooLargeForHeapOpe... method getEOL (line 137) | getEOL(){return this._assertNotDisposed(),this._buffer.getEOL()} method getEndOfLineSequence (line 137) | getEndOfLineSequence(){return this._assertNotDisposed(),this._buffer.get... method getLineMinColumn (line 138) | getLineMinColumn(e){return this._assertNotDisposed(),1} method getLineMaxColumn (line 138) | getLineMaxColumn(e){if(this._assertNotDisposed(),e<1||e>this.getLineCoun... method getLineFirstNonWhitespaceColumn (line 138) | getLineFirstNonWhitespaceColumn(e){if(this._assertNotDisposed(),e<1||e>t... method getLineLastNonWhitespaceColumn (line 138) | getLineLastNonWhitespaceColumn(e){if(this._assertNotDisposed(),e<1||e>th... method _validateRangeRelaxedNoAllocations (line 138) | _validateRangeRelaxedNoAllocations(e){const t=this._buffer.getLineCount(... method _isValidPosition (line 138) | _isValidPosition(e,t,i){if(typeof e!="number"||typeof t!="number"||isNaN... method _validatePosition (line 138) | _validatePosition(e,t,i){const s=Math.floor(typeof e=="number"&&!isNaN(e... method validatePosition (line 138) | validatePosition(e){return this._assertNotDisposed(),e instanceof ee&&th... method _isValidRange (line 138) | _isValidRange(e,t){const i=e.startLineNumber,s=e.startColumn,o=e.endLine... method validateRange (line 138) | validateRange(e){if(this._assertNotDisposed(),e instanceof A&&!(e instan... method modifyPosition (line 138) | modifyPosition(e,t){this._assertNotDisposed();const i=this.getOffsetAt(e... method getFullModelRange (line 138) | getFullModelRange(){this._assertNotDisposed();const e=this.getLineCount(... method findMatchesLineByLine (line 138) | findMatchesLineByLine(e,t,i,s){return this._buffer.findMatchesLineByLine... method findMatches (line 138) | findMatches(e,t,i,s,o,r,a=qBe){this._assertNotDisposed();let l=null;t!==... method findNextMatch (line 139) | findNextMatch(e,t,i,s,o,r){this._assertNotDisposed();const a=this.valida... method findPreviousMatch (line 140) | findPreviousMatch(e,t,i,s,o,r){this._assertNotDisposed();const a=this.va... method pushStackElement (line 140) | pushStackElement(){this._commandManager.pushStackElement()} method popStackElement (line 140) | popStackElement(){this._commandManager.popStackElement()} method pushEOL (line 140) | pushEOL(e){if((this.getEOL()===` method _validateEditOperation (line 141) | _validateEditOperation(e){return e instanceof GF?e:new GF(e.identifier||... method _validateEditOperations (line 141) | _validateEditOperations(e){const t=[];for(let i=0,s=e.length;i{const a=this.getPositionAt(r.newPo... method _applyRedo (line 143) | _applyRedo(e,t,i,s){const o=e.map(r=>{const a=this.getPositionAt(r.oldPo... method _applyUndoRedoEdits (line 143) | _applyUndoRedoEdits(e,t,i,s,o,r){try{this._onDidChangeDecorations.beginD... method applyEdits (line 143) | applyEdits(e,t=!1){try{this._onDidChangeDecorations.beginDeferredEmit(),... method _doApplyEdits (line 143) | _doApplyEdits(e,t){const i=this._buffer.getLineCount(),s=this._buffer.ap... method undo (line 143) | undo(){return this._undoRedoService.undo(this.uri)} method canUndo (line 143) | canUndo(){return this._undoRedoService.canUndo(this.uri)} method redo (line 143) | redo(){return this._undoRedoService.redo(this.uri)} method canRedo (line 143) | canRedo(){return this._undoRedoService.canRedo(this.uri)} method handleBeforeFireDecorationsChangedEvent (line 143) | handleBeforeFireDecorationsChangedEvent(e){if(e===null||e.size===0)retur... method changeDecorations (line 143) | changeDecorations(e,t=0){this._assertNotDisposed();try{return this._onDi... method _changeDecorations (line 143) | _changeDecorations(e,t){const i={addDecoration:(o,r)=>this._deltaDecorat... method deltaDecorations (line 143) | deltaDecorations(e,t,i=0){if(this._assertNotDisposed(),e||(e=[]),e.lengt... method _getTrackedRange (line 143) | _getTrackedRange(e){return this.getDecorationRange(e)} method _setTrackedRange (line 143) | _setTrackedRange(e,t,i){const s=e?this._decorations[e]:null;if(!s)return... method removeAllDecorationsWithOwnerId (line 143) | removeAllDecorationsWithOwnerId(e){if(this._isDisposed)return;const t=th... method getDecorationOptions (line 143) | getDecorationOptions(e){const t=this._decorations[e];return t?t.options:... method getDecorationRange (line 143) | getDecorationRange(e){const t=this._decorations[e];return t?this._decora... method getLineDecorations (line 143) | getLineDecorations(e,t=0,i=!1){return e<1||e>this.getLineCount()?[]:this... method getLinesDecorations (line 143) | getLinesDecorations(e,t,i=0,s=!1,o=!1){const r=this.getLineCount(),a=Mat... method getDecorationsInRange (line 143) | getDecorationsInRange(e,t=0,i=!1,s=!1,o=!1){const r=this.validateRange(e... method getOverviewRulerDecorations (line 143) | getOverviewRulerDecorations(e=0,t=!1){return this._decorationsTree.getAl... method getInjectedTextDecorations (line 143) | getInjectedTextDecorations(e=0){return this._decorationsTree.getAllInjec... method _getInjectedTextInLine (line 143) | _getInjectedTextInLine(e){const t=this._buffer.getOffsetAt(e,1),i=t+this... method getAllDecorations (line 143) | getAllDecorations(e=0,t=!1){let i=this._decorationsTree.getAll(this,e,t,... method getAllMarginDecorations (line 143) | getAllMarginDecorations(e=0){return this._decorationsTree.getAll(this,e,... method _getDecorationsInRange (line 143) | _getDecorationsInRange(e,t,i,s){const o=this._buffer.getOffsetAt(e.start... method getRangeAt (line 143) | getRangeAt(e,t){return this._buffer.getRangeAt(e,t-e)} method _changeDecorationImpl (line 143) | _changeDecorationImpl(e,t){const i=this._decorations[e];if(!i)return;if(... method _changeDecorationOptionsImpl (line 143) | _changeDecorationOptionsImpl(e,t){const i=this._decorations[e];if(!i)ret... method _deltaDecorationsImpl (line 143) | _deltaDecorationsImpl(e,t,i,s=!1){const o=this.getVersionId(),r=t.length... method getLanguageId (line 143) | getLanguageId(){return this.tokenization.getLanguageId()} method setLanguage (line 143) | setLanguage(e,t){typeof e=="string"?(this._languageSelectionListener.cle... method _setLanguage (line 143) | _setLanguage(e,t){this.tokenization.setLanguageId(e,t),this._languageSer... method getLanguageIdAtPosition (line 143) | getLanguageIdAtPosition(e,t){return this.tokenization.getLanguageIdAtPos... method getWordAtPosition (line 143) | getWordAtPosition(e){return this._tokenizationTextModelPart.getWordAtPos... method getWordUntilPosition (line 143) | getWordUntilPosition(e){return this._tokenizationTextModelPart.getWordUn... method normalizePosition (line 143) | normalizePosition(e,t){return e} method getLineIndentColumn (line 143) | getLineIndentColumn(e){return YBe(this.getLineContent(e))+1} function YBe (line 143) | function YBe(n){let e=0;for(const t of n)if(t===" "||t===" ")e++;else br... function _5 (line 143) | function _5(n){return!!(n.options.overviewRuler&&n.options.overviewRuler... function XBe (line 143) | function XBe(n){return!!n.after||!!n.before} function SN (line 143) | function SN(n){return!!n.options.after||!!n.options.before} class xQ (line 143) | class xQ{constructor(){this._decorationsTree0=new f5,this._decorationsTr... method constructor (line 143) | constructor(){this._decorationsTree0=new f5,this._decorationsTree1=new... method ensureAllNodesHaveRanges (line 143) | ensureAllNodesHaveRanges(e){this.getAll(e,0,!1,!1,!1)} method _ensureNodesHaveRanges (line 143) | _ensureNodesHaveRanges(e,t){for(const i of t)i.range===null&&(i.range=... method getAllInInterval (line 143) | getAllInInterval(e,t,i,s,o,r){const a=e.getVersionId(),l=this._interva... method _intervalSearch (line 143) | _intervalSearch(e,t,i,s,o,r){const a=this._decorationsTree0.intervalSe... method getInjectedTextInInterval (line 143) | getInjectedTextInInterval(e,t,i,s){const o=e.getVersionId(),r=this._in... method getAllInjectedText (line 143) | getAllInjectedText(e,t){const i=e.getVersionId(),s=this._injectedTextD... method getAll (line 143) | getAll(e,t,i,s,o){const r=e.getVersionId(),a=this._search(t,i,s,r,o);r... method _search (line 143) | _search(e,t,i,s,o){if(i)return this._decorationsTree1.search(e,t,s,o);... method collectNodesFromOwner (line 143) | collectNodesFromOwner(e){const t=this._decorationsTree0.collectNodesFr... method collectNodesPostOrder (line 143) | collectNodesPostOrder(){const e=this._decorationsTree0.collectNodesPos... method insert (line 143) | insert(e){SN(e)?this._injectedTextDecorationsTree.insert(e):_5(e)?this... method delete (line 143) | delete(e){SN(e)?this._injectedTextDecorationsTree.delete(e):_5(e)?this... method getNodeRange (line 143) | getNodeRange(e,t){const i=e.getVersionId();return t.cachedVersionId!==... method _resolveNode (line 143) | _resolveNode(e,t){SN(e)?this._injectedTextDecorationsTree.resolveNode(... method acceptReplace (line 143) | acceptReplace(e,t,i,s){this._decorationsTree0.acceptReplace(e,t,i,s),t... function Du (line 143) | function Du(n){return n.replace(/[^a-z0-9\-_]/gi," ")} class qce (line 143) | class qce{constructor(e){this.color=e.color||"",this.darkColor=e.darkCol... method constructor (line 143) | constructor(e){this.color=e.color||"",this.darkColor=e.darkColor||""} class QBe (line 143) | class QBe extends qce{constructor(e){super(e),this._resolvedColor=null,t... method constructor (line 143) | constructor(e){super(e),this._resolvedColor=null,this.position=typeof ... method getColor (line 143) | getColor(e){return this._resolvedColor||(e.type!=="light"&&this.darkCo... method invalidateCachedColor (line 143) | invalidateCachedColor(){this._resolvedColor=null} method _resolveColor (line 143) | _resolveColor(e,t){if(typeof e=="string")return e;const i=e?t.getColor... class JBe (line 143) | class JBe{constructor(e){var t;this.position=(t=e==null?void 0:e.positio... method constructor (line 143) | constructor(e){var t;this.position=(t=e==null?void 0:e.position)!==nul... class e9e (line 143) | class e9e extends qce{constructor(e){var t,i;super(e),this.position=e.po... method constructor (line 143) | constructor(e){var t,i;super(e),this.position=e.position,this.sectionH... method getColor (line 143) | getColor(e){return this._resolvedColor||(e.type!=="light"&&this.darkCo... method invalidateCachedColor (line 143) | invalidateCachedColor(){this._resolvedColor=void 0} method _resolveColor (line 143) | _resolveColor(e,t){return typeof e=="string"?le.fromHex(e):t.getColor(... class $m (line 143) | class $m{static from(e){return e instanceof $m?e:new $m(e)}constructor(e... method from (line 143) | static from(e){return e instanceof $m?e:new $m(e)} method constructor (line 143) | constructor(e){this.content=e.content||"",this.inlineClassName=e.inlin... class Wt (line 143) | class Wt{static register(e){return new Wt(e)}static createDynamic(e){ret... method register (line 143) | static register(e){return new Wt(e)} method createDynamic (line 143) | static createDynamic(e){return new Wt(e)} method constructor (line 143) | constructor(e){var t,i,s,o,r,a;this.description=e.description,this.blo... function kQ (line 143) | function kQ(n){return n instanceof Wt?n:Wt.createDynamic(n)} class t9e (line 143) | class t9e extends ne{constructor(e){super(),this.handleBeforeFire=e,this... method constructor (line 143) | constructor(e){super(),this.handleBeforeFire=e,this._actual=this._regi... method beginDeferredEmit (line 143) | beginDeferredEmit(){this._deferredCnt++} method endDeferredEmit (line 143) | endDeferredEmit(){var e;this._deferredCnt--,this._deferredCnt===0&&(th... method recordLineAffectedByInjectedText (line 143) | recordLineAffectedByInjectedText(e){this._affectedInjectedTextLines||(... method checkAffectedAndFire (line 143) | checkAffectedAndFire(e){var t,i;this._affectsMinimap||(this._affectsMi... method fire (line 143) | fire(){this._affectsMinimap=!0,this._affectsOverviewRuler=!0,this._aff... method tryFire (line 143) | tryFire(){this._deferredCnt===0?this.doFire():this._shouldFireDeferred... method doFire (line 143) | doFire(){this.handleBeforeFire(this._affectedInjectedTextLines);const ... class i9e (line 143) | class i9e extends ne{constructor(){super(),this._fastEmitter=this._regis... method constructor (line 143) | constructor(){super(),this._fastEmitter=this._register(new X),this.fas... method beginDeferredEmit (line 143) | beginDeferredEmit(){this._deferredCnt++} method endDeferredEmit (line 143) | endDeferredEmit(e=null){if(this._deferredCnt--,this._deferredCnt===0&&... method fire (line 143) | fire(e){if(this._deferredCnt>0){this._deferredEvent?this._deferredEven... class n9e (line 143) | class n9e{constructor(){this._onDidChangeVisibleRanges=new X,this.onDidC... method constructor (line 143) | constructor(){this._onDidChangeVisibleRanges=new X,this.onDidChangeVis... method attachView (line 143) | attachView(){const e=new s9e(t=>{this._onDidChangeVisibleRanges.fire({... method detachView (line 143) | detachView(e){this._views.delete(e),this._onDidChangeVisibleRanges.fir... class s9e (line 143) | class s9e{constructor(e){this.handleStateChange=e}setVisibleLines(e,t){c... method constructor (line 143) | constructor(e){this.handleStateChange=e} method setVisibleLines (line 143) | setVisibleLines(e,t){const i=e.map(s=>new Vt(s.startLineNumber,s.endLi... class Qz (line 143) | class Qz{static create(e){return new Qz(e.get(134),e.get(133))}construct... method create (line 143) | static create(e){return new Qz(e.get(134),e.get(133))} method constructor (line 143) | constructor(e,t){this.classifier=new o9e(e,t)} method createLineBreaksComputer (line 143) | createLineBreaksComputer(e,t,i,s,o){const r=[],a=[],l=[];return{addReq... class o9e (line 143) | class o9e extends Fw{constructor(e,t){super(0);for(let i=0;i=0&&e<256?this._asciiMap[e]:e>=12352&&e<=12543||e>=133... function r9e (line 143) | function r9e(n,e,t,i,s,o,r,a){if(s===-1)return null;const l=t.length;if(... function a9e (line 143) | function a9e(n,e,t,i,s,o,r,a){const l=au.applyInjectedText(e,t);let c,d;... function wx (line 143) | function wx(n,e,t,i){return n===9?t-e%t:Mm(n)||n<32?i:1} function DQ (line 143) | function DQ(n,e){return e-n%e} function XB (line 143) | function XB(n,e,t,i,s){return t!==32&&(e===2&&i!==2||e!==1&&i===1||!s&&e... function Gce (line 143) | function Gce(n,e,t,i,s){let o=0;if(s!==0){const r=fr(n);if(r!==-1){for(l... class lA (line 143) | class lA{constructor(e){this._selTrackedRange=null,this._trackSelection=... method constructor (line 143) | constructor(e){this._selTrackedRange=null,this._trackSelection=!0,this... method dispose (line 143) | dispose(e){this._removeTrackedRange(e)} method startTrackingSelection (line 143) | startTrackingSelection(e){this._trackSelection=!0,this._updateTrackedR... method stopTrackingSelection (line 143) | stopTrackingSelection(e){this._trackSelection=!1,this._removeTrackedRa... method _updateTrackedRange (line 143) | _updateTrackedRange(e){this._trackSelection&&(this._selTrackedRange=e.... method _removeTrackedRange (line 143) | _removeTrackedRange(e){this._selTrackedRange=e.model._setTrackedRange(... method asCursorState (line 143) | asCursorState(){return new gi(this.modelState,this.viewState)} method readSelectionFromMarkers (line 143) | readSelectionFromMarkers(e){const t=e.model._getTrackedRange(this._sel... method ensureValidState (line 143) | ensureValidState(e){this._setState(e,this.modelState,this.viewState)} method setState (line 143) | setState(e,t,i){this._setState(e,t,i)} method _validatePositionWithCache (line 143) | static _validatePositionWithCache(e,t,i,s){return t.equals(i)?s:e.norm... method _validateViewState (line 143) | static _validateViewState(e,t){const i=t.position,s=t.selectionStart.g... method _setState (line 143) | _setState(e,t,i){if(i&&(i=lA._validateViewState(e.viewModel,i)),t){con... class IQ (line 143) | class IQ{constructor(e){this.context=e,this.cursors=[new lA(e)],this.las... method constructor (line 143) | constructor(e){this.context=e,this.cursors=[new lA(e)],this.lastAddedC... method dispose (line 143) | dispose(){for(const e of this.cursors)e.dispose(this.context)} method startTrackingSelections (line 143) | startTrackingSelections(){for(const e of this.cursors)e.startTrackingS... method stopTrackingSelections (line 143) | stopTrackingSelections(){for(const e of this.cursors)e.stopTrackingSel... method updateContext (line 143) | updateContext(e){this.context=e} method ensureValidState (line 143) | ensureValidState(){for(const e of this.cursors)e.ensureValidState(this... method readSelectionFromMarkers (line 143) | readSelectionFromMarkers(){return this.cursors.map(e=>e.readSelectionF... method getAll (line 143) | getAll(){return this.cursors.map(e=>e.asCursorState())} method getViewPositions (line 143) | getViewPositions(){return this.cursors.map(e=>e.viewState.position)} method getTopMostViewPosition (line 143) | getTopMostViewPosition(){return WOe(this.cursors,oa(e=>e.viewState.pos... method getBottomMostViewPosition (line 143) | getBottomMostViewPosition(){return BOe(this.cursors,oa(e=>e.viewState.... method getSelections (line 143) | getSelections(){return this.cursors.map(e=>e.modelState.selection)} method getViewSelections (line 143) | getViewSelections(){return this.cursors.map(e=>e.viewState.selection)} method setSelections (line 143) | setSelections(e){this.setStates(gi.fromModelSelections(e))} method getPrimaryCursor (line 143) | getPrimaryCursor(){return this.cursors[0].asCursorState()} method setStates (line 143) | setStates(e){e!==null&&(this.cursors[0].setState(this.context,e[0].mod... method _setSecondaryStates (line 143) | _setSecondaryStates(e){const t=this.cursors.length-1,i=e.length;if(t=e+1&&this.lastAdd... method normalize (line 143) | normalize(){if(this.cursors.length===1)return;const e=this.cursors.sli... class EQ (line 143) | class EQ{constructor(e,t,i,s){this._cursorContextBrand=void 0,this.model... method constructor (line 143) | constructor(e,t,i,s){this._cursorContextBrand=void 0,this.model=e,this... class l9e (line 143) | class l9e{constructor(){this.type=0}} method constructor (line 143) | constructor(){this.type=0} class c9e (line 143) | class c9e{constructor(){this.type=1}} method constructor (line 143) | constructor(){this.type=1} class d9e (line 143) | class d9e{constructor(e){this.type=2,this._source=e}hasChanged(e){return... method constructor (line 143) | constructor(e){this.type=2,this._source=e} method hasChanged (line 143) | hasChanged(e){return this._source.hasChanged(e)} class u9e (line 143) | class u9e{constructor(e,t,i){this.selections=e,this.modelSelections=t,th... method constructor (line 143) | constructor(e,t,i){this.selections=e,this.modelSelections=t,this.reaso... class V_ (line 143) | class V_{constructor(e){this.type=4,e?(this.affectsMinimap=e.affectsMini... method constructor (line 143) | constructor(e){this.type=4,e?(this.affectsMinimap=e.affectsMinimap,thi... class GE (line 143) | class GE{constructor(){this.type=5}} method constructor (line 143) | constructor(){this.type=5} class h9e (line 143) | class h9e{constructor(e){this.type=6,this.isFocused=e}} method constructor (line 143) | constructor(e){this.type=6,this.isFocused=e} class f9e (line 143) | class f9e{constructor(){this.type=7}} method constructor (line 143) | constructor(){this.type=7} class ZE (line 143) | class ZE{constructor(){this.type=8}} method constructor (line 143) | constructor(){this.type=8} class Zce (line 143) | class Zce{constructor(e,t){this.fromLineNumber=e,this.count=t,this.type=9}} method constructor (line 143) | constructor(e,t){this.fromLineNumber=e,this.count=t,this.type=9} class QB (line 143) | class QB{constructor(e,t){this.type=10,this.fromLineNumber=e,this.toLine... method constructor (line 143) | constructor(e,t){this.type=10,this.fromLineNumber=e,this.toLineNumber=t} class JB (line 143) | class JB{constructor(e,t){this.type=11,this.fromLineNumber=e,this.toLine... method constructor (line 143) | constructor(e,t){this.type=11,this.fromLineNumber=e,this.toLineNumber=t} class yx (line 143) | class yx{constructor(e,t,i,s,o,r,a){this.source=e,this.minimalReveal=t,t... method constructor (line 143) | constructor(e,t,i,s,o,r,a){this.source=e,this.minimalReveal=t,this.ran... class g9e (line 143) | class g9e{constructor(e){this.type=13,this.scrollWidth=e.scrollWidth,thi... method constructor (line 143) | constructor(e){this.type=13,this.scrollWidth=e.scrollWidth,this.scroll... class p9e (line 143) | class p9e{constructor(e){this.theme=e,this.type=14}} method constructor (line 143) | constructor(e){this.theme=e,this.type=14} class m9e (line 143) | class m9e{constructor(e){this.type=15,this.ranges=e}} method constructor (line 143) | constructor(e){this.type=15,this.ranges=e} class _9e (line 143) | class _9e{constructor(){this.type=16}} method constructor (line 143) | constructor(){this.type=16} method constructor (line 143) | constructor(){this.type=17} class b9e (line 143) | class b9e extends ne{constructor(){super(),this._onEvent=this._register(... method constructor (line 143) | constructor(){super(),this._onEvent=this._register(new X),this.onEvent... method emitOutgoingEvent (line 143) | emitOutgoingEvent(e){this._addOutgoingEvent(e),this._emitOutgoingEvent... method _addOutgoingEvent (line 143) | _addOutgoingEvent(e){for(let t=0,i=this._outgoingEvents.length;t0;){if(this._co... method addViewEventHandler (line 143) | addViewEventHandler(e){for(let t=0,i=this._eventHandlers.length;t0){cons... method getPrimaryCursorState (line 143) | getPrimaryCursorState(){return this._cursors.getPrimaryCursor()} method getLastAddedCursorIndex (line 143) | getLastAddedCursorIndex(){return this._cursors.getLastAddedCursorIndex()} method getCursorStates (line 143) | getCursorStates(){return this._cursors.getAll()} method setStates (line 143) | setStates(e,t,i,s){let o=!1;const r=this.context.cursorConfig.multiCur... method setCursorColumnSelectData (line 143) | setCursorColumnSelectData(e){this._columnSelectData=e} method revealAll (line 143) | revealAll(e,t,i,s,o,r){const a=this._cursors.getViewPositions();let l=... method revealPrimary (line 143) | revealPrimary(e,t,i,s,o,r){const l=[this._cursors.getPrimaryCursor().v... method saveState (line 143) | saveState(){const e=[],t=this._cursors.getSelections();for(let i=0,s=t... method restoreState (line 143) | restoreState(e,t){const i=[];for(let s=0,o=t.length;s{if(i==="keyboard"){const s=t.length... method compositionType (line 144) | compositionType(e,t,i,s,o,r){if(t.length===0&&i===0&&s===0){if(o!==0){... method paste (line 144) | paste(e,t,i,s,o){this._executeEdit(()=>{this._executeEditOperation(Bn.... method cut (line 144) | cut(e,t){this._executeEdit(()=>{this._executeEditOperation(m0.cut(this... method executeCommand (line 144) | executeCommand(e,t,i){this._executeEdit(()=>{this._cursors.killSeconda... method executeCommands (line 144) | executeCommands(e,t,i){this._executeEdit(()=>{this._executeEditOperati... class Sx (line 144) | class Sx{static from(e,t){return new Sx(e.getVersionId(),t.getCursorStat... method from (line 144) | static from(e,t){return new Sx(e.getVersionId(),t.getCursorStates())} method constructor (line 144) | constructor(e,t){this.modelVersionId=e,this.cursorState=t} method equals (line 144) | equals(e){if(!e||this.modelVersionId!==e.modelVersionId||this.cursorSt... class TQ (line 144) | class TQ{static getAllAutoClosedCharacters(e){let t=[];for(const i of e)... method getAllAutoClosedCharacters (line 144) | static getAllAutoClosedCharacters(e){let t=[];for(const i of e)t=t.con... method constructor (line 144) | constructor(e,t,i){this._model=e,this._autoClosedCharactersDecorations... method dispose (line 144) | dispose(){this._autoClosedCharactersDecorations=this._model.deltaDecor... method getAutoClosedCharactersRanges (line 144) | getAutoClosedCharactersRanges(){const e=[];for(let t=0;t-A.compareRang... class A9e (line 144) | class A9e{constructor(e,t,i){this.text=e,this.startSelection=t,this.endS... method constructor (line 144) | constructor(e,t,i){this.text=e,this.startSelection=t,this.endSelection=i} class xx (line 144) | class xx{static _capture(e,t){const i=[];for(const s of t){if(s.startLin... method _capture (line 144) | static _capture(e,t){const i=[];for(const s of t){if(s.startLineNumber... method constructor (line 144) | constructor(e,t){this._original=xx._capture(e,t)} method deduceOutcome (line 144) | deduceOutcome(e,t){if(!this._original)return null;const i=xx._capture(... method _deduceOutcome (line 144) | static _deduceOutcome(e,t){const i=Math.min(e.startSelection,t.startSe... function R9e (line 144) | async function R9e(n,e,t){if(!t)return AQ(e,n.languageIdCodec,NQ);const ... function M9e (line 144) | function M9e(n,e,t,i,s,o,r){let a="
",l=i,c=0,d=!0;for(let u=0,h=e.g... function AQ (line 144) | function AQ(n,e,t){let i='
';const s... class P9e (line 144) | class P9e{constructor(){this._hasPending=!1,this._inserts=[],this._chang... method constructor (line 144) | constructor(){this._hasPending=!1,this._inserts=[],this._changes=[],th... method insert (line 144) | insert(e){this._hasPending=!0,this._inserts.push(e)} method change (line 144) | change(e){this._hasPending=!0,this._changes.push(e)} method remove (line 144) | remove(e){this._hasPending=!0,this._removes.push(e)} method mustCommit (line 144) | mustCommit(){return this._hasPending} method commit (line 144) | commit(e){if(!this._hasPending)return;const t=this._inserts,i=this._ch... class O9e (line 144) | class O9e{constructor(e,t,i,s,o){this.id=e,this.afterLineNumber=t,this.o... method constructor (line 144) | constructor(e,t,i,s,o){this.id=e,this.afterLineNumber=t,this.ordinal=i... method constructor (line 144) | constructor(e,t,i,s){this._instanceId=Sae(++e9.INSTANCE_COUNT),this._pen... method findInsertionIndex (line 144) | static findInsertionIndex(e,t,i){let s=0,o=e.length;for(;s{t=!0,s=... method _commitPendingChanges (line 144) | _commitPendingChanges(e,t,i){if((e.length>0||i.length>0)&&(this._minWidt... method _checkPendingChanges (line 144) | _checkPendingChanges(){this._pendingChanges.mustCommit()&&this._pendingC... method _insertWhitespace (line 144) | _insertWhitespace(e){const t=e9.findInsertionIndex(this._arr,e.afterLine... method _findWhitespaceIndex (line 144) | _findWhitespaceIndex(e){const t=this._arr;for(let i=0,s=t.length;it===1)} function s$ (line 144) | function s$(n,e){return Xce(n,e.range,t=>t===2)} function Xce (line 144) | function Xce(n,e,t){for(let i=e.startLineNumber;i<=e.endLineNumber;i++){... function v5 (line 144) | function v5(n,e){return n===null?e?dA.INSTANCE:uA.INSTANCE:new V9e(n,e)} class V9e (line 144) | class V9e{constructor(e,t){this._projectionData=e,this._isVisible=t}isVi... method constructor (line 144) | constructor(e,t){this._projectionData=e,this._isVisible=t} method isVisible (line 144) | isVisible(){return this._isVisible} method setVisible (line 144) | setVisible(e){return this._isVisible=e,this} method getProjectionData (line 144) | getProjectionData(){return this._projectionData} method getViewLineCount (line 144) | getViewLineCount(){return this._isVisible?this._projectionData.getOutp... method getViewLineContent (line 144) | getViewLineContent(e,t,i){this._assertVisible();const s=i>0?this._proj... method getViewLineLength (line 144) | getViewLineLength(e,t,i){return this._assertVisible(),this._projection... method getViewLineMinColumn (line 144) | getViewLineMinColumn(e,t,i){return this._assertVisible(),this._project... method getViewLineMaxColumn (line 144) | getViewLineMaxColumn(e,t,i){return this._assertVisible(),this._project... method getViewLineData (line 144) | getViewLineData(e,t,i){const s=new Array;return this.getViewLinesData(... method getViewLinesData (line 144) | getViewLinesData(e,t,i,s,o,r,a){this._assertVisible();const l=this._pr... method _getViewLineData (line 144) | _getViewLineData(e,t,i){this._assertVisible();const s=this._projection... method getModelColumnOfViewPosition (line 144) | getModelColumnOfViewPosition(e,t){return this._assertVisible(),this._p... method getViewPositionOfModelPosition (line 144) | getViewPositionOfModelPosition(e,t,i=2){return this._assertVisible(),t... method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){this._assertVisible();const i=th... method normalizePosition (line 144) | normalizePosition(e,t,i){const s=t.lineNumber-e;return this._projectio... method getInjectedTextAt (line 144) | getInjectedTextAt(e,t){return this._projectionData.getInjectedText(e,t... method _assertVisible (line 144) | _assertVisible(){if(!this._isVisible)throw new Error("Not supported")} class dA (line 144) | class dA{constructor(){}isVisible(){return!0}setVisible(e){return e?this... method constructor (line 144) | constructor(){} method isVisible (line 144) | isVisible(){return!0} method setVisible (line 144) | setVisible(e){return e?this:uA.INSTANCE} method getProjectionData (line 144) | getProjectionData(){return null} method getViewLineCount (line 144) | getViewLineCount(){return 1} method getViewLineContent (line 144) | getViewLineContent(e,t,i){return e.getLineContent(t)} method getViewLineLength (line 144) | getViewLineLength(e,t,i){return e.getLineLength(t)} method getViewLineMinColumn (line 144) | getViewLineMinColumn(e,t,i){return e.getLineMinColumn(t)} method getViewLineMaxColumn (line 144) | getViewLineMaxColumn(e,t,i){return e.getLineMaxColumn(t)} method getViewLineData (line 144) | getViewLineData(e,t,i){const s=e.tokenization.getLineTokens(t),o=s.get... method getViewLinesData (line 144) | getViewLinesData(e,t,i,s,o,r,a){if(!r[o]){a[o]=null;return}a[o]=this.g... method getModelColumnOfViewPosition (line 144) | getModelColumnOfViewPosition(e,t){return t} method getViewPositionOfModelPosition (line 144) | getViewPositionOfModelPosition(e,t){return new ee(e,t)} method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){return e} method normalizePosition (line 144) | normalizePosition(e,t,i){return t} method getInjectedTextAt (line 144) | getInjectedTextAt(e,t){return null} class uA (line 144) | class uA{constructor(){}isVisible(){return!1}setVisible(e){return e?dA.I... method constructor (line 144) | constructor(){} method isVisible (line 144) | isVisible(){return!1} method setVisible (line 144) | setVisible(e){return e?dA.INSTANCE:this} method getProjectionData (line 144) | getProjectionData(){return null} method getViewLineCount (line 144) | getViewLineCount(){return 0} method getViewLineContent (line 144) | getViewLineContent(e,t,i){throw new Error("Not supported")} method getViewLineLength (line 144) | getViewLineLength(e,t,i){throw new Error("Not supported")} method getViewLineMinColumn (line 144) | getViewLineMinColumn(e,t,i){throw new Error("Not supported")} method getViewLineMaxColumn (line 144) | getViewLineMaxColumn(e,t,i){throw new Error("Not supported")} method getViewLineData (line 144) | getViewLineData(e,t,i){throw new Error("Not supported")} method getViewLinesData (line 144) | getViewLinesData(e,t,i,s,o,r,a){throw new Error("Not supported")} method getModelColumnOfViewPosition (line 144) | getModelColumnOfViewPosition(e,t){throw new Error("Not supported")} method getViewPositionOfModelPosition (line 144) | getViewPositionOfModelPosition(e,t){throw new Error("Not supported")} method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){throw new Error("Not supported")} method normalizePosition (line 144) | normalizePosition(e,t,i){throw new Error("Not supported")} method getInjectedTextAt (line 144) | getInjectedTextAt(e,t){throw new Error("Not supported")} function RQ (line 144) | function RQ(n){if(n>=b5.length)for(let e=1;e<=n;e++)b5[e]=z9e(e);return ... function z9e (line 144) | function z9e(n){return new Array(n+1).join(" ")} class $9e (line 144) | class $9e{constructor(e,t,i,s,o,r,a,l,c,d){this._editorId=e,this.model=t... method constructor (line 144) | constructor(e,t,i,s,o,r,a,l,c,d){this._editorId=e,this.model=t,this._v... method dispose (line 144) | dispose(){this.hiddenAreasDecorationIds=this.model.deltaDecorations(th... method createCoordinatesConverter (line 144) | createCoordinatesConverter(){return new j9e(this)} method _constructLines (line 144) | _constructLines(e,t){this.modelLineProjections=[],e&&(this.hiddenAreas... method getHiddenAreas (line 144) | getHiddenAreas(){return this.hiddenAreasDecorationIds.map(e=>this.mode... method setHiddenAreas (line 144) | setHiddenAreas(e){const t=e.map(h=>this.model.validateRange(h)),i=U9e(... method modelPositionIsVisible (line 144) | modelPositionIsVisible(e,t){return e<1||e>this.modelLineProjections.le... method getModelLineViewLineCount (line 144) | getModelLineViewLineCount(e){return e<1||e>this.modelLineProjections.l... method setTabSize (line 144) | setTabSize(e){return this.tabSize===e?!1:(this.tabSize=e,this._constru... method setWrappingSettings (line 144) | setWrappingSettings(e,t,i,s,o){const r=this.fontInfo.equals(e),a=this.... method createLineBreaksComputer (line 144) | createLineBreaksComputer(){return(this.wrappingStrategy==="advanced"?t... method onModelFlushed (line 144) | onModelFlushed(){this._constructLines(!0,null)} method onModelLinesDeleted (line 144) | onModelLinesDeleted(e,t,i){if(!e||e<=this._validModelVersionId)return ... method onModelLinesInserted (line 144) | onModelLinesInserted(e,t,i,s){if(!e||e<=this._validModelVersionId)retu... method onModelLineChanged (line 144) | onModelLineChanged(e,t,i){if(e!==null&&e<=this._validModelVersionId)re... method acceptVersionId (line 144) | acceptVersionId(e){this._validModelVersionId=e,this.modelLineProjectio... method getViewLineCount (line 144) | getViewLineCount(){return this.projectedModelLineLineCounts.getTotalSu... method _toValidViewLineNumber (line 144) | _toValidViewLineNumber(e){if(e<1)return 1;const t=this.getViewLineCoun... method getActiveIndentGuide (line 144) | getActiveIndentGuide(e,t,i){e=this._toValidViewLineNumber(e),t=this._t... method getViewLineInfo (line 144) | getViewLineInfo(e){e=this._toValidViewLineNumber(e);const t=this.proje... method getMinColumnOfViewLine (line 144) | getMinColumnOfViewLine(e){return this.modelLineProjections[e.modelLine... method getMaxColumnOfViewLine (line 144) | getMaxColumnOfViewLine(e){return this.modelLineProjections[e.modelLine... method getModelStartPositionOfViewLine (line 144) | getModelStartPositionOfViewLine(e){const t=this.modelLineProjections[e... method getModelEndPositionOfViewLine (line 144) | getModelEndPositionOfViewLine(e){const t=this.modelLineProjections[e.m... method getViewLineInfosGroupedByModelRanges (line 144) | getViewLineInfosGroupedByModelRanges(e,t){const i=this.getViewLineInfo... method getViewLinesBracketGuides (line 144) | getViewLinesBracketGuides(e,t,i,s){const o=i?this.convertViewPositionT... method getViewLinesIndentGuides (line 144) | getViewLinesIndentGuides(e,t){e=this._toValidViewLineNumber(e),t=this.... method getViewLineContent (line 144) | getViewLineContent(e){const t=this.getViewLineInfo(e);return this.mode... method getViewLineLength (line 144) | getViewLineLength(e){const t=this.getViewLineInfo(e);return this.model... method getViewLineMinColumn (line 144) | getViewLineMinColumn(e){const t=this.getViewLineInfo(e);return this.mo... method getViewLineMaxColumn (line 144) | getViewLineMaxColumn(e){const t=this.getViewLineInfo(e);return this.mo... method getViewLineData (line 144) | getViewLineData(e){const t=this.getViewLineInfo(e);return this.modelLi... method getViewLinesData (line 144) | getViewLinesData(e,t,i){e=this._toValidViewLineNumber(e),t=this._toVal... method validateViewPosition (line 144) | validateViewPosition(e,t,i){e=this._toValidViewLineNumber(e);const s=t... method validateViewRange (line 144) | validateViewRange(e,t){const i=this.validateViewPosition(e.startLineNu... method convertViewPositionToModelPosition (line 144) | convertViewPositionToModelPosition(e,t){const i=this.getViewLineInfo(e... method convertViewRangeToModelRange (line 144) | convertViewRangeToModelRange(e){const t=this.convertViewPositionToMode... method convertModelPositionToViewPosition (line 144) | convertModelPositionToViewPosition(e,t,i=2,s=!1,o=!1){const r=this.mod... method convertModelRangeToViewRange (line 144) | convertModelRangeToViewRange(e,t=0){if(e.isEmpty()){const i=this.conve... method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){let i=e-1;if(this.modelLineProje... method getDecorationsInRange (line 144) | getDecorationsInRange(e,t,i,s,o){const r=this.convertViewPositionToMod... method getInjectedTextAt (line 144) | getInjectedTextAt(e){const t=this.getViewLineInfo(e.lineNumber);return... method normalizePosition (line 144) | normalizePosition(e,t){const i=this.getViewLineInfo(e.lineNumber);retu... method getLineIndentColumn (line 144) | getLineIndentColumn(e){const t=this.getViewLineInfo(e);return t.modelL... function U9e (line 144) | function U9e(n){if(n.length===0)return[];const e=n.slice();e.sort(A.comp... class MQ (line 144) | class MQ{constructor(e,t){this.modelLineNumber=e,this.modelLineWrappedLi... method constructor (line 144) | constructor(e,t){this.modelLineNumber=e,this.modelLineWrappedLineIdx=t} class PQ (line 144) | class PQ{constructor(e,t){this.modelRange=e,this.viewLines=t}} method constructor (line 144) | constructor(e,t){this.modelRange=e,this.viewLines=t} class j9e (line 144) | class j9e{constructor(e){this._lines=e}convertViewPositionToModelPositio... method constructor (line 144) | constructor(e){this._lines=e} method convertViewPositionToModelPosition (line 144) | convertViewPositionToModelPosition(e){return this._lines.convertViewPo... method convertViewRangeToModelRange (line 144) | convertViewRangeToModelRange(e){return this._lines.convertViewRangeToM... method validateViewPosition (line 144) | validateViewPosition(e,t){return this._lines.validateViewPosition(e.li... method validateViewRange (line 144) | validateViewRange(e,t){return this._lines.validateViewRange(e,t)} method convertModelPositionToViewPosition (line 144) | convertModelPositionToViewPosition(e,t,i,s){return this._lines.convert... method convertModelRangeToViewRange (line 144) | convertModelRangeToViewRange(e,t){return this._lines.convertModelRange... method modelPositionIsVisible (line 144) | modelPositionIsVisible(e){return this._lines.modelPositionIsVisible(e.... method getModelLineViewLineCount (line 144) | getModelLineViewLineCount(e){return this._lines.getModelLineViewLineCo... method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){return this._lines.getViewLineNu... class K9e (line 144) | class K9e{constructor(e){this.model=e}dispose(){}createCoordinatesConver... method constructor (line 144) | constructor(e){this.model=e} method dispose (line 144) | dispose(){} method createCoordinatesConverter (line 144) | createCoordinatesConverter(){return new q9e(this)} method getHiddenAreas (line 144) | getHiddenAreas(){return[]} method setHiddenAreas (line 144) | setHiddenAreas(e){return!1} method setTabSize (line 144) | setTabSize(e){return!1} method setWrappingSettings (line 144) | setWrappingSettings(e,t,i,s){return!1} method createLineBreaksComputer (line 144) | createLineBreaksComputer(){const e=[];return{addRequest:(t,i,s)=>{e.pu... method onModelFlushed (line 144) | onModelFlushed(){} method onModelLinesDeleted (line 144) | onModelLinesDeleted(e,t,i){return new QB(t,i)} method onModelLinesInserted (line 144) | onModelLinesInserted(e,t,i,s){return new JB(t,i)} method onModelLineChanged (line 144) | onModelLineChanged(e,t,i){return[!1,new Zce(t,1),null,null]} method acceptVersionId (line 144) | acceptVersionId(e){} method getViewLineCount (line 144) | getViewLineCount(){return this.model.getLineCount()} method getActiveIndentGuide (line 144) | getActiveIndentGuide(e,t,i){return{startLineNumber:e,endLineNumber:e,i... method getViewLinesBracketGuides (line 144) | getViewLinesBracketGuides(e,t,i){return new Array(t-e+1).fill([])} method getViewLinesIndentGuides (line 144) | getViewLinesIndentGuides(e,t){const i=t-e+1,s=new Array(i);for(let o=0... method getViewLineContent (line 144) | getViewLineContent(e){return this.model.getLineContent(e)} method getViewLineLength (line 144) | getViewLineLength(e){return this.model.getLineLength(e)} method getViewLineMinColumn (line 144) | getViewLineMinColumn(e){return this.model.getLineMinColumn(e)} method getViewLineMaxColumn (line 144) | getViewLineMaxColumn(e){return this.model.getLineMaxColumn(e)} method getViewLineData (line 144) | getViewLineData(e){const t=this.model.tokenization.getLineTokens(e),i=... method getViewLinesData (line 144) | getViewLinesData(e,t,i){const s=this.model.getLineCount();e=Math.min(M... method getDecorationsInRange (line 144) | getDecorationsInRange(e,t,i,s,o){return this.model.getDecorationsInRan... method normalizePosition (line 144) | normalizePosition(e,t){return this.model.normalizePosition(e,t)} method getLineIndentColumn (line 144) | getLineIndentColumn(e){return this.model.getLineIndentColumn(e)} method getInjectedTextAt (line 144) | getInjectedTextAt(e){return null} class q9e (line 144) | class q9e{constructor(e){this._lines=e}_validPosition(e){return this._li... method constructor (line 144) | constructor(e){this._lines=e} method _validPosition (line 144) | _validPosition(e){return this._lines.model.validatePosition(e)} method _validRange (line 144) | _validRange(e){return this._lines.model.validateRange(e)} method convertViewPositionToModelPosition (line 144) | convertViewPositionToModelPosition(e){return this._validPosition(e)} method convertViewRangeToModelRange (line 144) | convertViewRangeToModelRange(e){return this._validRange(e)} method validateViewPosition (line 144) | validateViewPosition(e,t){return this._validPosition(t)} method validateViewRange (line 144) | validateViewRange(e,t){return this._validRange(t)} method convertModelPositionToViewPosition (line 144) | convertModelPositionToViewPosition(e){return this._validPosition(e)} method convertModelRangeToViewRange (line 144) | convertModelRangeToViewRange(e){return this._validRange(e)} method modelPositionIsVisible (line 144) | modelPositionIsVisible(e){const t=this._lines.model.getLineCount();ret... method getModelLineViewLineCount (line 144) | getModelLineViewLineCount(e){return 1} method getViewLineNumberOfModelPosition (line 144) | getViewLineNumberOfModelPosition(e,t){return e} class G9e (line 144) | class G9e{constructor(e){this.persist=0,this._requiredLanes=1,this.lanes... method constructor (line 144) | constructor(e){this.persist=0,this._requiredLanes=1,this.lanes=new Uin... method reset (line 144) | reset(e){const t=Math.ceil((e+1)*z_/8);this.lanes.length"u")return this._reduceR... method _reduceRestoreStateCompatibility (line 144) | _reduceRestoreStateCompatibility(e){return{scrollLeft:e.scrollLeft,scrol... method getTabSize (line 144) | getTabSize(){return this.model.getOptions().tabSize} method getLineCount (line 144) | getLineCount(){return this._lines.getViewLineCount()} method setViewport (line 144) | setViewport(e,t,i){this._viewportStart.update(this,e)} method getActiveIndentGuide (line 144) | getActiveIndentGuide(e,t,i){return this._lines.getActiveIndentGuide(e,t,i)} method getLinesIndentGuides (line 144) | getLinesIndentGuides(e,t){return this._lines.getViewLinesIndentGuides(e,t)} method getBracketGuidesInRangeByLine (line 144) | getBracketGuidesInRangeByLine(e,t,i,s){return this._lines.getViewLinesBr... method getLineContent (line 144) | getLineContent(e){return this._lines.getViewLineContent(e)} method getLineLength (line 144) | getLineLength(e){return this._lines.getViewLineLength(e)} method getLineMinColumn (line 144) | getLineMinColumn(e){return this._lines.getViewLineMinColumn(e)} method getLineMaxColumn (line 144) | getLineMaxColumn(e){return this._lines.getViewLineMaxColumn(e)} method getLineFirstNonWhitespaceColumn (line 144) | getLineFirstNonWhitespaceColumn(e){const t=fr(this.getLineContent(e));re... method getLineLastNonWhitespaceColumn (line 144) | getLineLastNonWhitespaceColumn(e){const t=Kd(this.getLineContent(e));ret... method getMinimapDecorationsInRange (line 144) | getMinimapDecorationsInRange(e){return this._decorations.getMinimapDecor... method getDecorationsInViewport (line 144) | getDecorationsInViewport(e){return this._decorations.getDecorationsViewp... method getInjectedTextAt (line 144) | getInjectedTextAt(e){return this._lines.getInjectedTextAt(e)} method getViewportViewLineRenderingData (line 144) | getViewportViewLineRenderingData(e,t){const s=this._decorations.getDecor... method getViewLineRenderingData (line 144) | getViewLineRenderingData(e){const t=this._decorations.getInlineDecoratio... method _getViewLineRenderingData (line 144) | _getViewLineRenderingData(e,t){const i=this.model.mightContainRTL(),s=th... method getViewLineData (line 144) | getViewLineData(e){return this._lines.getViewLineData(e)} method getMinimapLinesRenderingData (line 144) | getMinimapLinesRenderingData(e,t,i){const s=this._lines.getViewLinesData... method getAllOverviewRulerDecorations (line 144) | getAllOverviewRulerDecorations(e){const t=this.model.getOverviewRulerDec... method _invalidateDecorationsColorCache (line 144) | _invalidateDecorationsColorCache(){const e=this.model.getOverviewRulerDe... method getValueInRange (line 144) | getValueInRange(e,t){const i=this.coordinatesConverter.convertViewRangeT... method getValueLengthInRange (line 144) | getValueLengthInRange(e,t){const i=this.coordinatesConverter.convertView... method modifyPosition (line 144) | modifyPosition(e,t){const i=this.coordinatesConverter.convertViewPositio... method deduceModelPositionRelativeToViewPosition (line 144) | deduceModelPositionRelativeToViewPosition(e,t,i){const s=this.coordinate... method getPlainTextToCopy (line 144) | getPlainTextToCopy(e,t,i){const s=i?`\r method getRichTextToCopy (line 145) | getRichTextToCopy(e,t){const i=this.model.getLanguageId();if(i===bl||e.l... method _getHTMLToCopy (line 145) | _getHTMLToCopy(e,t){const i=e.startLineNumber,s=e.startColumn,o=e.endLin... method _getColorMap (line 145) | _getColorMap(){const e=Zn.getColorMap(),t=["#000000"];if(e)for(let i=1,s... method getPrimaryCursorState (line 145) | getPrimaryCursorState(){return this._cursor.getPrimaryCursorState()} method getLastAddedCursorIndex (line 145) | getLastAddedCursorIndex(){return this._cursor.getLastAddedCursorIndex()} method getCursorStates (line 145) | getCursorStates(){return this._cursor.getCursorStates()} method setCursorStates (line 145) | setCursorStates(e,t,i){return this._withViewEventsCollector(s=>this._cur... method getCursorColumnSelectData (line 145) | getCursorColumnSelectData(){return this._cursor.getCursorColumnSelectDat... method getCursorAutoClosedCharacters (line 145) | getCursorAutoClosedCharacters(){return this._cursor.getAutoClosedCharact... method setCursorColumnSelectData (line 145) | setCursorColumnSelectData(e){this._cursor.setCursorColumnSelectData(e)} method getPrevEditOperationType (line 145) | getPrevEditOperationType(){return this._cursor.getPrevEditOperationType()} method setPrevEditOperationType (line 145) | setPrevEditOperationType(e){this._cursor.setPrevEditOperationType(e)} method getSelection (line 145) | getSelection(){return this._cursor.getSelection()} method getSelections (line 145) | getSelections(){return this._cursor.getSelections()} method getPosition (line 145) | getPosition(){return this._cursor.getPrimaryCursorState().modelState.pos... method setSelections (line 145) | setSelections(e,t,i=0){this._withViewEventsCollector(s=>this._cursor.set... method saveCursorState (line 145) | saveCursorState(){return this._cursor.saveState()} method restoreCursorState (line 145) | restoreCursorState(e){this._withViewEventsCollector(t=>this._cursor.rest... method _executeCursorEdit (line 145) | _executeCursorEdit(e){if(this._cursor.context.cursorConfig.readOnly){thi... method executeEdits (line 145) | executeEdits(e,t,i){this._executeCursorEdit(s=>this._cursor.executeEdits... method startComposition (line 145) | startComposition(){this._executeCursorEdit(e=>this._cursor.startComposit... method endComposition (line 145) | endComposition(e){this._executeCursorEdit(t=>this._cursor.endComposition... method type (line 145) | type(e,t){this._executeCursorEdit(i=>this._cursor.type(i,e,t))} method compositionType (line 145) | compositionType(e,t,i,s,o){this._executeCursorEdit(r=>this._cursor.compo... method paste (line 145) | paste(e,t,i,s){this._executeCursorEdit(o=>this._cursor.paste(o,e,t,i,s))} method cut (line 145) | cut(e){this._executeCursorEdit(t=>this._cursor.cut(t,e))} method executeCommand (line 145) | executeCommand(e,t){this._executeCursorEdit(i=>this._cursor.executeComma... method executeCommands (line 145) | executeCommands(e,t){this._executeCursorEdit(i=>this._cursor.executeComm... method revealAllCursors (line 145) | revealAllCursors(e,t,i=!1){this._withViewEventsCollector(s=>this._cursor... method revealPrimaryCursor (line 145) | revealPrimaryCursor(e,t,i=!1){this._withViewEventsCollector(s=>this._cur... method revealTopMostCursor (line 145) | revealTopMostCursor(e){const t=this._cursor.getTopMostViewPosition(),i=n... method revealBottomMostCursor (line 145) | revealBottomMostCursor(e){const t=this._cursor.getBottomMostViewPosition... method revealRange (line 145) | revealRange(e,t,i,s,o){this._withViewEventsCollector(r=>r.emitViewEvent(... method changeWhitespace (line 145) | changeWhitespace(e){this.viewLayout.changeWhitespace(e)&&(this._eventDis... method _withViewEventsCollector (line 145) | _withViewEventsCollector(e){try{const t=this._eventDispatcher.beginEmitV... method batchEvents (line 145) | batchEvents(e){this._withViewEventsCollector(()=>{e()})} method normalizePosition (line 145) | normalizePosition(e,t){return this._lines.normalizePosition(e,t)} method getLineIndentColumn (line 145) | getLineIndentColumn(e){return this._lines.getLineIndentColumn(e)} class o$ (line 145) | class o${static create(e){const t=e._setTrackedRange(null,new A(1,1,1,1)... method create (line 145) | static create(e){const t=e._setTrackedRange(null,new A(1,1,1,1),1);ret... method viewLineNumber (line 145) | get viewLineNumber(){return this._viewLineNumber} method isValid (line 145) | get isValid(){return this._isValid} method modelTrackedRange (line 145) | get modelTrackedRange(){return this._modelTrackedRange} method startLineDelta (line 145) | get startLineDelta(){return this._startLineDelta} method constructor (line 145) | constructor(e,t,i,s,o){this._model=e,this._viewLineNumber=t,this._isVa... method dispose (line 145) | dispose(){this._model._setTrackedRange(this._modelTrackedRange,null,1)} method update (line 145) | update(e,t){const i=e.coordinatesConverter.convertViewPositionToModelP... method invalidate (line 145) | invalidate(){this._isValid=!1} class Y9e (line 145) | class Y9e{constructor(){this._asMap=Object.create(null),this.asArray=[]}... method constructor (line 145) | constructor(){this._asMap=Object.create(null),this.asArray=[]} method accept (line 145) | accept(e,t,i,s,o){const r=this._asMap[e];if(r){const a=r.data,l=a[a.le... class X9e (line 145) | class X9e{constructor(){this.hiddenAreas=new Map,this.shouldRecompute=!1... method constructor (line 145) | constructor(){this.hiddenAreas=new Map,this.shouldRecompute=!1,this.ra... method setHiddenAreas (line 145) | setHiddenAreas(e,t){const i=this.hiddenAreas.get(e);i&&OQ(i,t)||(this.... method getMergedRanges (line 145) | getMergedRanges(){if(!this.shouldRecompute)return this.ranges;this.sho... function Q9e (line 145) | function Q9e(n,e){const t=[];let i=0,s=0;for(;it.isS... method getAction (line 147) | getAction(e){return this._actions.get(e)||null} method trigger (line 147) | trigger(e,t,i){i=i||{};try{switch(this._beginUpdate(),t){case"compositio... method _triggerCommand (line 147) | _triggerCommand(e,t){this._commandService.executeCommand(e,t)} method _startComposition (line 147) | _startComposition(){this._modelData&&(this._modelData.viewModel.startCom... method _endComposition (line 147) | _endComposition(e){this._modelData&&(this._modelData.viewModel.endCompos... method _type (line 147) | _type(e,t){!this._modelData||t.length===0||(e==="keyboard"&&this._onWill... method _compositionType (line 147) | _compositionType(e,t,i,s,o){this._modelData&&this._modelData.viewModel.c... method _paste (line 147) | _paste(e,t,i,s,o,r){if(!this._modelData)return;const a=this._modelData.v... method _cut (line 147) | _cut(e){this._modelData&&this._modelData.viewModel.cut(e)} method _triggerEditorCommand (line 147) | _triggerEditorCommand(e,t,i){const s=G1.getEditorCommand(t);return s?(i=... method _getViewModel (line 147) | _getViewModel(){return this._modelData?this._modelData.viewModel:null} method pushUndoStop (line 147) | pushUndoStop(){return!this._modelData||this._configuration.options.get(9... method popUndoStop (line 147) | popUndoStop(){return!this._modelData||this._configuration.options.get(91... method executeEdits (line 147) | executeEdits(e,t,i){if(!this._modelData||this._configuration.options.get... method executeCommand (line 147) | executeCommand(e,t){this._modelData&&this._modelData.viewModel.executeCo... method executeCommands (line 147) | executeCommands(e,t){this._modelData&&this._modelData.viewModel.executeC... method createDecorationsCollection (line 147) | createDecorationsCollection(e){return new r6e(this,e)} method changeDecorations (line 147) | changeDecorations(e){return this._modelData?this._modelData.model.change... method getLineDecorations (line 147) | getLineDecorations(e){return this._modelData?this._modelData.model.getLi... method getDecorationsInRange (line 147) | getDecorationsInRange(e){return this._modelData?this._modelData.model.ge... method deltaDecorations (line 147) | deltaDecorations(e,t){return this._modelData?e.length===0&&t.length===0?... method removeDecorations (line 147) | removeDecorations(e){!this._modelData||e.length===0||this._modelData.mod... method removeDecorationsByType (line 147) | removeDecorationsByType(e){const t=this._decorationTypeKeysToIds[e];t&&t... method getLayoutInfo (line 147) | getLayoutInfo(){return this._configuration.options.get(145)} method createOverviewRuler (line 147) | createOverviewRuler(e){return!this._modelData||!this._modelData.hasRealV... method getContainerDomNode (line 147) | getContainerDomNode(){return this._domElement} method getDomNode (line 147) | getDomNode(){return!this._modelData||!this._modelData.hasRealView?null:t... method delegateVerticalScrollbarPointerDown (line 147) | delegateVerticalScrollbarPointerDown(e){!this._modelData||!this._modelDa... method delegateScrollFromMouseWheelEvent (line 147) | delegateScrollFromMouseWheelEvent(e){!this._modelData||!this._modelData.... method layout (line 147) | layout(e,t=!1){this._configuration.observeContainer(e),t||this.render()} method focus (line 147) | focus(){!this._modelData||!this._modelData.hasRealView||this._modelData.... method hasTextFocus (line 147) | hasTextFocus(){return!this._modelData||!this._modelData.hasRealView?!1:t... method hasWidgetFocus (line 147) | hasWidgetFocus(){return this._focusTracker&&this._focusTracker.hasFocus()} method addContentWidget (line 147) | addContentWidget(e){const t={widget:e,position:e.getPosition()};this._co... method layoutContentWidget (line 147) | layoutContentWidget(e){const t=e.getId();if(this._contentWidgets.hasOwnP... method removeContentWidget (line 147) | removeContentWidget(e){const t=e.getId();if(this._contentWidgets.hasOwnP... method addOverlayWidget (line 147) | addOverlayWidget(e){const t={widget:e,position:e.getPosition()};this._ov... method layoutOverlayWidget (line 147) | layoutOverlayWidget(e){const t=e.getId();if(this._overlayWidgets.hasOwnP... method removeOverlayWidget (line 147) | removeOverlayWidget(e){const t=e.getId();if(this._overlayWidgets.hasOwnP... method addGlyphMarginWidget (line 147) | addGlyphMarginWidget(e){const t={widget:e,position:e.getPosition()};this... method layoutGlyphMarginWidget (line 147) | layoutGlyphMarginWidget(e){const t=e.getId();if(this._glyphMarginWidgets... method removeGlyphMarginWidget (line 147) | removeGlyphMarginWidget(e){const t=e.getId();if(this._glyphMarginWidgets... method changeViewZones (line 147) | changeViewZones(e){!this._modelData||!this._modelData.hasRealView||this.... method getTargetAtClientPoint (line 147) | getTargetAtClientPoint(e,t){return!this._modelData||!this._modelData.has... method getScrolledVisiblePosition (line 147) | getScrolledVisiblePosition(e){if(!this._modelData||!this._modelData.hasR... method getOffsetForColumn (line 147) | getOffsetForColumn(e,t){return!this._modelData||!this._modelData.hasReal... method render (line 147) | render(e=!1){!this._modelData||!this._modelData.hasRealView||this._model... method setAriaOptions (line 147) | setAriaOptions(e){!this._modelData||!this._modelData.hasRealView||this._... method applyFontInfo (line 147) | applyFontInfo(e){So(e,this._configuration.options.get(50))} method setBanner (line 147) | setBanner(e,t){this._bannerDomNode&&this._domElement.contains(this._bann... method _attachModel (line 147) | _attachModel(e){if(!e){this._modelData=null;return}const t=[];this._domE... method _createView (line 147) | _createView(e){let t;this.isSimpleWidget?t={paste:(o,r,a,l)=>{this._past... method _postDetachModelCleanup (line 147) | _postDetachModelCleanup(e){e==null||e.removeAllDecorationsWithOwnerId(th... method _detachModel (line 147) | _detachModel(){var e;if((e=this._contributionsDisposable)===null||e===vo... method _removeDecorationType (line 147) | _removeDecorationType(e){this._codeEditorService.removeDecorationType(e)} method hasModel (line 147) | hasModel(){return this._modelData!==null} method showDropIndicatorAt (line 147) | showDropIndicatorAt(e){const t=[{range:new A(e.lineNumber,e.column,e.lin... method removeDropIndicator (line 147) | removeDropIndicator(){this._dropIntoEditorDecorations.clear()} method setContextValue (line 147) | setContextValue(e,t){this._contextKeyService.createKey(e,t)} method _beginUpdate (line 147) | _beginUpdate(){this._updateCounter++,this._updateCounter===1&&this._onBe... method _endUpdate (line 147) | _endUpdate(){this._updateCounter--,this._updateCounter===0&&this._onEndU... method constructor (line 147) | constructor(e,t,i,s,o,r){this.model=e,this.viewModel=t,this.view=i,this.... method dispose (line 147) | dispose(){tn(this.listenersToRemove),this.model.onBeforeDetached(this.at... class BQ (line 147) | class BQ extends ne{constructor(e){super(),this._emitterOptions=e,this._... method constructor (line 147) | constructor(e){super(),this._emitterOptions=e,this._onDidChangeToTrue=... method setValue (line 147) | setValue(e){const t=e?2:1;this._value!==t&&(this._value=t,this._value=... class nr (line 147) | class nr extends X{constructor(e,t){super({deliveryQueue:t}),this._contr... method constructor (line 147) | constructor(e,t){super({deliveryQueue:t}),this._contributions=e} method fire (line 147) | fire(e){this._contributions.onBeforeInteractionEvent(),super.fire(e)} class n6e (line 147) | class n6e extends ne{constructor(e,t){super(),this._editor=e,t.createKey... method constructor (line 147) | constructor(e,t){super(),this._editor=e,t.createKey("editorId",e.getId... method _updateFromConfig (line 147) | _updateFromConfig(){const e=this._editor.getOptions();this._tabMovesFo... method _updateFromSelection (line 147) | _updateFromSelection(){const e=this._editor.getSelections();e?(this._h... method _updateFromFocus (line 147) | _updateFromFocus(){this._editorFocus.set(this._editor.hasWidgetFocus()... method _updateFromModel (line 147) | _updateFromModel(){const e=this._editor.getModel();this._canUndo.set(!... class s6e (line 147) | class s6e extends ne{constructor(e,t,i){super(),this._editor=e,this._con... method constructor (line 147) | constructor(e,t,i){super(),this._editor=e,this._contextKeyService=t,th... method dispose (line 147) | dispose(){super.dispose()} method reset (line 147) | reset(){this._contextKeyService.bufferChangeEvents(()=>{this._langId.r... method _update (line 147) | _update(){const e=this._editor.getModel();if(!e){this.reset();return}t... class o6e (line 147) | class o6e extends ne{constructor(e,t){super(),this._onChange=this._regis... method constructor (line 147) | constructor(e,t){super(),this._onChange=this._register(new X),this.onC... method _update (line 147) | _update(){const e=this._hasDomElementFocus||this._overflowWidgetsDomNo... method hasFocus (line 147) | hasFocus(){var e;return(e=this._hadFocus)!==null&&e!==void 0?e:!1} class r6e (line 147) | class r6e{get length(){return this._decorationIds.length}constructor(e,t... method length (line 147) | get length(){return this._decorationIds.length} method constructor (line 147) | constructor(e,t){this._editor=e,this._decorationIds=[],this._isChangin... method onDidChange (line 147) | onDidChange(e,t,i){return this._editor.onDidChangeModelDecorations(s=>... method getRange (line 147) | getRange(e){return!this._editor.hasModel()||e>=this._decorationIds.len... method getRanges (line 147) | getRanges(){if(!this._editor.hasModel())return[];const e=this._editor.... method has (line 147) | has(e){return this._decorationIds.includes(e.id)} method clear (line 147) | clear(){this._decorationIds.length!==0&&this.set([])} method set (line 147) | set(e){try{this._isChangingDecorations=!0,this._editor.changeDecoratio... method append (line 147) | append(e){let t=[];try{this._isChangingDecorations=!0,this._editor.cha... function C5 (line 147) | function C5(n){return a6e+encodeURIComponent(n.toString())+l6e} function u6e (line 147) | function u6e(n){return c6e+encodeURIComponent(n.toString())+d6e} method constructor (line 147) | constructor(e){super(),this._themeService=e,this._onWillCreateCodeEditor... method willCreateCodeEditor (line 147) | willCreateCodeEditor(){this._onWillCreateCodeEditor.fire()} method addCodeEditor (line 147) | addCodeEditor(e){this._codeEditors[e.getId()]=e,this._onCodeEditorAdd.fi... method removeCodeEditor (line 147) | removeCodeEditor(e){delete this._codeEditors[e.getId()]&&this._onCodeEdi... method listCodeEditors (line 147) | listCodeEditors(){return Object.keys(this._codeEditors).map(e=>this._cod... method willCreateDiffEditor (line 147) | willCreateDiffEditor(){this._onWillCreateDiffEditor.fire()} method addDiffEditor (line 147) | addDiffEditor(e){this._diffEditors[e.getId()]=e,this._onDiffEditorAdd.fi... method listDiffEditors (line 147) | listDiffEditors(){return Object.keys(this._diffEditors).map(e=>this._dif... method getFocusedCodeEditor (line 147) | getFocusedCodeEditor(){let e=null;const t=this.listCodeEditors();for(con... method removeDecorationType (line 147) | removeDecorationType(e){const t=this._decorationOptionProviders.get(e);t... method setModelProperty (line 147) | setModelProperty(e,t,i){const s=e.toString();let o;this._modelProperties... method getModelProperty (line 147) | getModelProperty(e,t){const i=e.toString();if(this._modelProperties.has(... method openCodeEditor (line 147) | async openCodeEditor(e,t,i){for(const s of this._codeEditorOpenHandlers)... method registerCodeEditorOpenHandler (line 147) | registerCodeEditorOpenHandler(e){const t=this._codeEditorOpenHandlers.un... method constructor (line 147) | constructor(e,t){super(t),this._register(this.onCodeEditorAdd(()=>this._... method _checkContextKey (line 147) | _checkContextKey(){let e=!1;for(const t of this.listCodeEditors())if(!t.... method setActiveCodeEditor (line 147) | setActiveCodeEditor(e){this._activeCodeEditor=e} method getActiveCodeEditor (line 147) | getActiveCodeEditor(){return this._activeCodeEditor} method doOpenEditor (line 147) | doOpenEditor(e,t){if(!this.findModel(e,t.resource)){if(t.resource){const... method findModel (line 147) | findModel(e,t){const i=e.getModel();return i&&i.uri.toString()!==t.toStr... method mainContainer (line 147) | get mainContainer(){var e,t;return(t=(e=NV(this._codeEditorService.listC... method activeContainer (line 147) | get activeContainer(){var e,t;const i=(e=this._codeEditorService.getFocu... method mainContainerDimension (line 147) | get mainContainerDimension(){return Fm(this.mainContainer)} method activeContainerDimension (line 147) | get activeContainerDimension(){return Fm(this.activeContainer)} method containers (line 147) | get containers(){return tu(this._codeEditorService.listCodeEditors().map... method getContainer (line 147) | getContainer(){return this.activeContainer} method whenContainerStylesLoaded (line 147) | whenContainerStylesLoaded(){} method focus (line 147) | focus(){var e;(e=this._codeEditorService.getFocusedCodeEditor())===null|... method constructor (line 147) | constructor(e){this._codeEditorService=e,this.onDidLayoutMainContainer=A... method mainContainer (line 147) | get mainContainer(){return this._container} method constructor (line 147) | constructor(e,t){super(t),this._container=e} function YE (line 147) | function YE(n){return n.scheme===Tt.file?n.fsPath:n.path} class XE (line 147) | class XE{constructor(e,t,i,s,o,r,a){this.id=++ede,this.type=0,this.actua... method constructor (line 147) | constructor(e,t,i,s,o,r,a){this.id=++ede,this.type=0,this.actual=e,thi... method setValid (line 147) | setValid(e){this.isValid=e} method toString (line 147) | toString(){return`[id:${this.id}] [group:${this.groupId}] [${this.isVa... class VQ (line 147) | class VQ{constructor(e,t){this.resourceLabel=e,this.reason=t}} method constructor (line 147) | constructor(e,t){this.resourceLabel=e,this.reason=t} class zQ (line 147) | class zQ{constructor(){this.elements=new Map}createMessage(){const e=[],... method constructor (line 147) | constructor(){this.elements=new Map} method createMessage (line 147) | createMessage(){const e=[],t=[];for(const[,s]of this.elements)(s.reaso... method size (line 148) | get size(){return this.elements.size} method has (line 148) | has(e){return this.elements.has(e)} method set (line 148) | set(e,t){this.elements.set(e,t)} method delete (line 148) | delete(e){return this.elements.delete(e)} class m6e (line 148) | class m6e{constructor(e,t,i,s,o,r,a){this.id=++ede,this.type=1,this.actu... method constructor (line 148) | constructor(e,t,i,s,o,r,a){this.id=++ede,this.type=1,this.actual=e,thi... method canSplit (line 148) | canSplit(){return typeof this.actual.split=="function"} method removeResource (line 148) | removeResource(e,t,i){this.removedResources||(this.removedResources=ne... method setValid (line 148) | setValid(e,t,i){i?this.invalidatedResources&&(this.invalidatedResource... method toString (line 148) | toString(){return`[id:${this.id}] [group:${this.groupId}] [${this.inva... class tde (line 148) | class tde{constructor(e,t){this.resourceLabel=e,this.strResource=t,this.... method constructor (line 148) | constructor(e,t){this.resourceLabel=e,this.strResource=t,this._past=[]... method dispose (line 148) | dispose(){for(const e of this._past)e.type===1&&e.removeResource(this.... method toString (line 148) | toString(){const e=[];e.push(`* ${this.strResource}:`);for(let t=0;t0} method hasFutureElements (line 149) | hasFutureElements(){return this._future.length>0} method splitPastWorkspaceElement (line 149) | splitPastWorkspaceElement(e,t){for(let i=this._past.length-1;i>=0;i--)... method splitFutureWorkspaceElement (line 149) | splitFutureWorkspaceElement(e,t){for(let i=this._future.length-1;i>=0;... method moveBackward (line 149) | moveBackward(e){this._past.pop(),this._future.push(e),this.versionId++} method moveForward (line 149) | moveForward(e){this._future.pop(),this._past.push(e),this.versionId++} class w5 (line 149) | class w5{constructor(e){this.editStacks=e,this._versionIds=[];for(let t=... method constructor (line 149) | constructor(e){this.editStacks=e,this._versionIds=[];for(let t=0,i=thi... method isValid (line 149) | isValid(){for(let e=0,t=this.editStacks.length;e"u")... method _invokeResourcePrepare (line 150) | _invokeResourcePrepare(e,t){if(e.actual.type!==1||typeof e.actual.prepar... method _getAffectedEditStacks (line 150) | _getAffectedEditStacks(e){const t=[];for(const i of e.strResources)t.pus... method _tryToSplitAndUndo (line 150) | _tryToSplitAndUndo(e,t,i,s){if(t.canSplit())return this._splitPastWorksp... method _checkWorkspaceUndo (line 150) | _checkWorkspaceUndo(e,t,i,s){if(t.removedResources)return this._tryToSpl... method _workspaceUndo (line 150) | _workspaceUndo(e,t,i){const s=this._getAffectedEditStacks(t),o=this._che... method _isPartOfUndoGroup (line 150) | _isPartOfUndoGroup(e){if(!e.groupId)return!1;for(const[,t]of this._editS... method _confirmAndExecuteWorkspaceUndo (line 150) | async _confirmAndExecuteWorkspaceUndo(e,t,i,s){if(t.canSplit()&&!this._i... method _resourceUndo (line 150) | _resourceUndo(e,t,i){if(!t.isValid){e.flushAllElements();return}if(e.loc... method _findClosestUndoElementInGroup (line 150) | _findClosestUndoElementInGroup(e){if(!e)return[null,null];let t=null,i=n... method _continueUndoInGroup (line 150) | _continueUndoInGroup(e,t){if(!e)return;const[,i]=this._findClosestUndoEl... method undo (line 150) | undo(e){if(e instanceof th){const[,t]=this._findClosestUndoElementWithSo... method _undo (line 150) | _undo(e,t=0,i){if(!this._editStacks.has(e))return;const s=this._editStac... method _confirmAndContinueUndo (line 150) | async _confirmAndContinueUndo(e,t,i){if((await this._dialogService.confi... method _findClosestRedoElementWithSource (line 150) | _findClosestRedoElementWithSource(e){if(!e)return[null,null];let t=null,... method canRedo (line 150) | canRedo(e){if(e instanceof th){const[,i]=this._findClosestRedoElementWit... method _tryToSplitAndRedo (line 150) | _tryToSplitAndRedo(e,t,i,s){if(t.canSplit())return this._splitFutureWork... method _checkWorkspaceRedo (line 150) | _checkWorkspaceRedo(e,t,i,s){if(t.removedResources)return this._tryToSpl... method _workspaceRedo (line 150) | _workspaceRedo(e,t){const i=this._getAffectedEditStacks(t),s=this._check... method _executeWorkspaceRedo (line 150) | async _executeWorkspaceRedo(e,t,i){let s;try{s=await this._invokeWorkspa... method _resourceRedo (line 150) | _resourceRedo(e,t){if(!t.isValid){e.flushAllElements();return}if(e.locke... method _findClosestRedoElementInGroup (line 150) | _findClosestRedoElementInGroup(e){if(!e)return[null,null];let t=null,i=n... method _continueRedoInGroup (line 150) | _continueRedoInGroup(e){if(!e)return;const[,t]=this._findClosestRedoElem... method redo (line 150) | redo(e){if(e instanceof th){const[,t]=this._findClosestRedoElementWithSo... method _redo (line 150) | _redo(e){if(!this._editStacks.has(e))return;const t=this._editStacks.get... class QE (line 150) | class QE{constructor(e){this.returnValue=e}} method constructor (line 150) | constructor(e){this.returnValue=e} function Sr (line 150) | function Sr(n,e,t){return Math.min(Math.max(n,e),t)} class nde (line 150) | class nde{constructor(){this._n=1,this._val=0}update(e){return this._val... method constructor (line 150) | constructor(){this._n=1,this._val=0} method update (line 150) | update(e){return this._val=this._val+(e-this._val)/this._n,this._n+=1,... method value (line 150) | get value(){return this._val} class _6e (line 150) | class _6e{constructor(e){this._n=0,this._val=0,this._values=[],this._ind... method constructor (line 150) | constructor(e){this._n=0,this._val=0,this._values=[],this._index=0,thi... method update (line 150) | update(e){const t=this._values[this._index];return this._values[this._... method value (line 150) | get value(){return this._val} function i (line 150) | function i(s){let o=e.get(s);return o===void 0&&(o=++t,e.set(s,o)),o} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... class b6e (line 150) | class b6e{constructor(e){this._default=e}get(e){return this._default}upd... method constructor (line 150) | constructor(e){this._default=e} method get (line 150) | get(e){return this._default} method update (line 150) | update(e,t){return this._default} method default (line 150) | default(){return this._default} class C6e (line 150) | class C6e{constructor(e,t,i,s,o,r){this._logService=e,this._name=t,this.... method constructor (line 150) | constructor(e,t,i,s,o,r){this._logService=e,this._name=t,this._registr... method _key (line 150) | _key(e){return e.id+this._registry.all(e).reduce((t,i)=>lM(gA.of(i),t)... method get (line 150) | get(e){const t=this._key(e),i=this._cache.get(t);return i?Sr(i.value,t... method update (line 150) | update(e,t){const i=this._key(e);let s=this._cache.get(i);s||(s=new _6... method _overall (line 150) | _overall(){const e=new nde;for(const[,t]of this._cache)e.update(t.valu... method default (line 150) | default(){const e=this._overall()|0||this._default;return Sr(e,this._m... method constructor (line 150) | constructor(e,t){this._logService=e,this._data=new Map,this._isDev=t.isE... method for (line 150) | for(e,t,i){var s,o,r;const a=(s=i==null?void 0:i.min)!==null&&s!==void 0... method _overallAverage (line 150) | _overallAverage(){const e=new nde;for(const t of this._data.values())e.u... class Lx (line 150) | class Lx{static create(e,t){return new Lx(e,new pA(t))}get startLineNumb... method create (line 150) | static create(e,t){return new Lx(e,new pA(t))} method startLineNumber (line 150) | get startLineNumber(){return this._startLineNumber} method endLineNumber (line 150) | get endLineNumber(){return this._endLineNumber} method constructor (line 150) | constructor(e,t){this._startLineNumber=e,this._tokens=t,this._endLineN... method toString (line 150) | toString(){return this._tokens.toString(this._startLineNumber)} method _updateEndLineNumber (line 150) | _updateEndLineNumber(){this._endLineNumber=this._startLineNumber+this.... method isEmpty (line 150) | isEmpty(){return this._tokens.isEmpty()} method getLineTokens (line 150) | getLineTokens(e){return this._startLineNumber<=e&&e<=this._endLineNumb... method getRange (line 150) | getRange(){const e=this._tokens.getRange();return e&&new A(this._start... method removeTokens (line 150) | removeTokens(e){const t=e.startLineNumber-this._startLineNumber,i=e.en... method split (line 150) | split(e){const t=e.startLineNumber-this._startLineNumber,i=e.endLineNu... method applyEdit (line 150) | applyEdit(e,t){const[i,s,o]=Hm(t);this.acceptEdit(e,i,s,o,t.length>0?t... method acceptEdit (line 150) | acceptEdit(e,t,i,s,o){this._acceptDeleteRange(e),this._acceptInsertTex... method _acceptDeleteRange (line 150) | _acceptDeleteRange(e){if(e.startLineNumber===e.endLineNumber&&e.startC... method _acceptInsertText (line 150) | _acceptInsertText(e,t,i,s,o){if(t===0&&i===0)return;const r=e.lineNumb... class pA (line 150) | class pA{constructor(e){this._tokens=e,this._tokenCount=e.length/4}toStr... method constructor (line 150) | constructor(e){this._tokens=e,this._tokenCount=e.length/4} method toString (line 150) | toString(e){const t=[];for(let i=0;i=48&&r<=57||r>=... class UQ (line 150) | class UQ{constructor(e){this._tokens=e}getCount(){return this._tokens.le... method constructor (line 150) | constructor(e){this._tokens=e} method getCount (line 150) | getCount(){return this._tokens.length/4} method getStartCharacter (line 150) | getStartCharacter(e){return this._tokens[4*e+1]} method getEndCharacter (line 150) | getEndCharacter(e){return this._tokens[4*e+2]} method getMetadata (line 150) | getMetadata(e){return this._tokens[4*e+3]} method constructor (line 150) | constructor(e,t,i,s){this._legend=e,this._themeService=t,this._languageS... method getMetadata (line 150) | getMetadata(e,t,i){const s=this._languageService.languageIdCodec.encodeL... method warnOverlappingSemanticTokens (line 150) | warnOverlappingSemanticTokens(e,t){this._hasWarnedOverlappingTokens||(th... method warnInvalidLengthSemanticTokens (line 150) | warnInvalidLengthSemanticTokens(e,t){this._hasWarnedInvalidLengthTokens|... method warnInvalidEditStart (line 150) | warnInvalidEditStart(e,t,i,s,o){this._hasWarnedInvalidEditStart||(this._... function sde (line 150) | function sde(n,e,t){const i=n.data,s=n.data.length/5|0,o=Math.max(Math.c... class y6e (line 150) | class y6e{constructor(e,t,i,s){this.tokenTypeIndex=e,this.tokenModifierS... method constructor (line 150) | constructor(e,t,i,s){this.tokenTypeIndex=e,this.tokenModifierSet=t,thi... class Rf (line 150) | class Rf{constructor(){this._elementsCount=0,this._currentLengthIndex=0,... method constructor (line 150) | constructor(){this._elementsCount=0,this._currentLengthIndex=0,this._c... method _nullOutEntries (line 150) | static _nullOutEntries(e,t){for(let i=0;ii... function a$ (line 150) | function a$(n,e){if(!n)return _h;let t;typeof n!="string"?t=n.pattern:t=... function YQ (line 150) | function YQ(n,e){if(typeof e=="string")return n;const t=function(i,s){re... function x5 (line 150) | function x5(n,e){return e.trimForExclusions&&n.endsWith("/**")?n.substr(... function N6e (line 150) | function N6e(n,e){return function(t,i){return typeof t=="string"&&t.ends... function A6e (line 150) | function A6e(n,e){const t=`/${n}`,i=`\\${n}`,s=function(r,a){return type... function R6e (line 150) | function R6e(n,e){const t=ade(n.slice(1,-1).split(",").map(a=>a$(a,e)).f... function XQ (line 150) | function XQ(n,e,t){const i=jd===ks.sep,s=i?n:n.replace(x6e,jd),o=jd+s,r=... function M6e (line 150) | function M6e(n){try{const e=new RegExp(`^${ode(n)}$`);return function(t)... function P6e (line 150) | function P6e(n,e,t){return!n||typeof e!="string"?!1:rde(n)(e,void 0,t)} function rde (line 150) | function rde(n,e={}){if(!n)return ZQ;if(typeof n=="string"||O6e(n)){cons... function O6e (line 150) | function O6e(n){const e=n;return e?typeof e.base=="string"&&typeof e.pat... function F6e (line 150) | function F6e(n,e){const t=ade(Object.getOwnPropertyNames(n).map(a=>B6e(a... function B6e (line 150) | function B6e(n,e,t){if(e===!1)return _h;const i=a$(n,t);if(i===_h)return... function ade (line 150) | function ade(n,e){const t=n.filter(a=>!!a.basenames);if(t.length<2)retur... function l$ (line 150) | function l$(n,e,t,i,s,o){if(Array.isArray(n)){let r=0;for(const a of n){... function lde (line 150) | function lde(n){return typeof n=="string"?!1:Array.isArray(n)?n.every(ld... class QQ (line 150) | class QQ{constructor(e,t,i,s){this.uri=e,this.languageId=t,this.notebook... method constructor (line 150) | constructor(e,t,i,s){this.uri=e,this.languageId=t,this.notebookUri=i,t... method equals (line 150) | equals(e){var t,i;return this.notebookType===e.notebookType&&this.lang... class Rn (line 150) | class Rn{constructor(e){this._notebookInfoResolver=e,this._clock=0,this.... method constructor (line 150) | constructor(e){this._notebookInfoResolver=e,this._clock=0,this._entrie... method register (line 150) | register(e,t){let i={selector:e,provider:t,_score:-1,_time:this._clock... method has (line 150) | has(e){return this.all(e).length>0} method all (line 150) | all(e){if(!e)return[];this._updateScores(e);const t=[];for(const i of ... method ordered (line 150) | ordered(e){const t=[];return this._orderedForEach(e,i=>t.push(i.provid... method orderedGroups (line 150) | orderedGroups(e){const t=[];let i,s;return this._orderedForEach(e,o=>{... method _orderedForEach (line 150) | _orderedForEach(e,t){this._updateScores(e);for(const i of this._entrie... method _updateScores (line 150) | _updateScores(e){var t,i;const s=(t=this._notebookInfoResolver)===null... method _compareByScoreAndTime (line 150) | static _compareByScoreAndTime(e,t){return e._score{i.stopPropag... class ude (line 150) | class ude extends ne{constructor(e,t,i){super(),this._register(ce(e,Le.K... method constructor (line 150) | constructor(e,t,i){super(),this._register(ce(e,Le.KEY_DOWN,s=>{const o... function V6e (line 150) | function V6e(n){let e;const t=/^L?(\d+)(?:,(\d+))?(-L?(\d+)(?:,(\d+))?)?... function z6e (line 150) | function z6e(n,e={}){const t=d$(e);return t.textContent=n,t} function $6e (line 150) | function $6e(n,e={}){const t=d$(e);return hde(t,j6e(n,!!e.renderCodeSegm... function d$ (line 150) | function d$(n){const e=n.inline?"span":"div",t=document.createElement(e)... class U6e (line 150) | class U6e{constructor(e){this.source=e,this.index=0}eos(){return this.in... method constructor (line 150) | constructor(e){this.source=e,this.index=0} method eos (line 150) | eos(){return this.index>=this.source.length} method next (line 150) | next(){const e=this.peek();return this.advance(),e} method peek (line 150) | peek(){return this.source[this.index]} method advance (line 150) | advance(){this.index++} function hde (line 150) | function hde(n,e,t,i){let s;if(e.type===2)s=document.createTextNode(e.co... function j6e (line 150) | function j6e(n,e){const t={type:1,children:[]};let i=0,s=t;const o=[],r=... function K6e (line 151) | function K6e(n,e){return a9(n,e)!==0} function a9 (line 151) | function a9(n,e){switch(n){case"*":return 3;case"_":return 4;case"[":ret... function gm (line 151) | function gm(n){const e=new Array;let t,i=0,s=0;for(;(t=q6e.exec(n))!==nu... function _0 (line 151) | function _0(n){const e=ke("span");return e.classList.add(..._t.asClassNa... function G6e (line 151) | function G6e(n){const e=Z6e(n);if(e&&e.length>0)return new Uint32Array(e)} function Z6e (line 151) | function Z6e(n){if(Ja=0,Iu(n,L5,4352),Ja>0||(Iu(n,k5,4449),Ja>0)||(Iu(n,... function Iu (line 151) | function Iu(n,e,t){n>=t&&n>8&&(Op[Ja++]=n>>8&255),n>>16&&... function u$ (line 151) | function u$(...n){return function(e,t){for(let i=0,s=n.length;i.6} function J6e (line 151) | function J6e(n){const{upperPercent:e,lowerPercent:t,alphaPercent:i,numer... function eWe (line 151) | function eWe(n){let e=0,t=0,i=0,s=0;for(let o=0;o0... function nJ (line 151) | function nJ(n,e,t=!1){if(typeof n!="string"||typeof e!="string")return n... function sWe (line 151) | function sWe(n,e){const t=v0(n,n.toLowerCase(),0,e,e.toLowerCase(),0,{fi... function oWe (line 151) | function oWe(n,e,t,i,s,o){const r=Math.min(13,n.length);for(;t"u")return[];const e=[],t=n[1];for(let i=n.le... function p$ (line 151) | function p$(){const n=[],e=[];for(let t=0;t<=Xp;t++)e[t]=0;for(let t=0;t... function yde (line 151) | function yde(n){const e=[];for(let t=0;t<=n;t++)e[t]=0;return e} function iT (line 151) | function iT(n,e){if(e<0||e>=n.length)return!1;const t=n.codePointAt(e);s... function sJ (line 151) | function sJ(n,e){if(e<0||e>=n.length)return!1;switch(n.charCodeAt(e)){ca... function kN (line 151) | function kN(n,e,t){return e[n]!==t[n]} function rWe (line 151) | function rWe(n,e,t,i,s,o,r=!1){for(;eXp?Xp:n.length,l=... function aWe (line 151) | function aWe(n,e,t,i,s,o){let r=n-1,a=e-1;for(;r>=t&&a>=i;)s[r]===o[a]&&... function lWe (line 151) | function lWe(n,e,t,i,s,o,r,a,l,c,d){if(e[t]!==o[r])return Number.MIN_SAF... function cWe (line 151) | function cWe(n,e,t,i,s,o,r){return dWe(n,e,t,i,s,o,!0,r)} function dWe (line 151) | function dWe(n,e,t,i,s,o,r,a){let l=v0(n,e,t,i,s,o,a);if(n.length>=3){co... function uWe (line 151) | function uWe(n,e){if(e+1>=n.length)return;const t=n[e],i=n[e+1];if(t!==i... function gWe (line 151) | function gWe(n){return n.replace(fWe,(e,t)=>t?e:`\\${e}`)} function mWe (line 151) | function mWe(n){return n.replace(pWe,e=>`\\${e}`)} function _$ (line 151) | function _$(n){return n.indexOf(hWe)===-1?n:n.replace(_We,(e,t,i,s)=>i?e... function vWe (line 151) | function vWe(n){return n?n.replace(/\$\((.*?)\)/g,(e,t)=>` ${t} `).trim(... function AS (line 151) | function AS(n){E5.lastIndex=0;let e="";const t=[];let i=0;for(;;){const ... function T5 (line 151) | function T5(n,e,t=!1){const{text:i,iconOffsets:s}=e;if(!s||s.length===0)... class $o (line 151) | class $o{constructor(e="",t=!1){var i,s,o;if(this.value=e,typeof this.va... method constructor (line 151) | constructor(e="",t=!1){var i,s,o;if(this.value=e,typeof this.value!="s... method appendText (line 151) | appendText(e,t=0){return this.value+=CWe(this.supportThemeIcons?gWe(e)... method appendMarkdown (line 154) | appendMarkdown(e){return this.value+=e,this} method appendCodeblock (line 154) | appendCodeblock(e,t){return this.value+=` method appendLink (line 156) | appendLink(e,t,i){return this.value+="[",this.value+=this._escape(t,"]... method _escape (line 156) | _escape(e,t){const i=new RegExp(wl(t),"g");return e.replace(i,(s,o)=>e... function qC (line 156) | function qC(n){return Xd(n)?!n.value:Array.isArray(n)?n.every(qC):!0} function Xd (line 156) | function Xd(n){return n instanceof $o?!0:n&&typeof n=="object"?typeof n.... function bWe (line 156) | function bWe(n,e){return n===e?!0:!n||!e?!1:n.value===e.value&&n.isTrust... function CWe (line 156) | function CWe(n){return n.replace(/[\\`*_{}[\]()#+\-!~]/g,"\\$&")} function wWe (line 156) | function wWe(n,e){var t,i;const s=(i=(t=n.match(/^`+/gm))===null||t===vo... function nT (line 157) | function nT(n){return n.replace(/"/g,""")} function N5 (line 157) | function N5(n){return n&&n.replace(/\\([\\`*_{}[\]()#+\-.!~])/g,"$1")} function yWe (line 157) | function yWe(n){const e=[],t=n.split("|").map(s=>s.trim());n=t[0];const ... class v$ (line 157) | class v${constructor(e){this._prefix=e,this._lastId=0}nextId(){return th... method constructor (line 157) | constructor(e){this._prefix=e,this._lastId=0} method nextId (line 157) | nextId(){return this._prefix+ ++this._lastId} function n (line 157) | function n(e,t){t($r)} function t (line 157) | function t(re,Q){for(var Z=0;Zre.length)&&(Q=re.length);for(var Z=0,B=new... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... function r (line 157) | function r(re,Q){var Z=typeof Symbol<"u"&&re[Symbol.iterator]||re["@@ite... method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function a (line 158) | function a(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 158) | function l(re){e.defaults=re} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;S1;)Q&1&&(Z+=re),Q>>=1,r... function De (line 158) | function De(re,Q,Z,B){var H=Q.href,Y=Q.title?p(Q.title):null,G=re[1].rep... function lt (line 158) | function lt(re,Q){var Z=re.match(/^(\s+)(?:```)/);if(Z===null)return Q;v... function re (line 160) | function re(Z){this.options=Z||e.defaults} function Zt (line 172) | function Zt(re){return re.replace(/---/g,"—").replace(/--/g,"–").replace... function Oi (line 172) | function Oi(re){var Q="",Z,B,H=re.length;for(Z=0;Z"u"||re===null)throw new Error("marked(... function SWe (line 205) | function SWe(n){return JSON.stringify(n,xWe)} function f9 (line 205) | function f9(n){let e=JSON.parse(n);return e=g9(e),e} function xWe (line 205) | function xWe(n,e){return e instanceof RegExp?{$mid:2,source:e.source,fla... function g9 (line 205) | function g9(n,e=0){if(!n||e>200)return n;if(typeof n=="object"){switch(n... function GM (line 205) | function GM(n,e={},t={}){var i,s;const o=new be;let r=!1;const a=d$(e),l... function oJ (line 205) | function oJ(n){if(!n)return"";const e=n.split(/[\s+|:|,|\{|\?]/,1);retur... function R5 (line 205) | function R5(n,e){return/^\w[\w\d+.-]*:/.test(e)?e:n.path.endsWith("/")?u... function p9 (line 205) | function p9(n,e){const{config:t,allowedSchemes:i}=DWe(n),s=new be;s.add(... function DWe (line 205) | function DWe(n){var e;const t=[Tt.http,Tt.https,Tt.mailto,Tt.data,Tt.fil... function IWe (line 205) | function IWe(n){return typeof n=="string"?n:EWe(n)} function EWe (line 205) | function EWe(n,e){var t;let i=(t=n.value)!==null&&t!==void 0?t:"";i.leng... function NWe (line 205) | function NWe(){const n=new Bd.Renderer;return n.code=e=>e,n.blockquote=e... function WL (line 210) | function WL(n){let e="";return n.forEach(t=>{e+=t.raw}),e} function xde (line 210) | function xde(n){var e,t;if(n.tokens)for(let i=n.tokens.length-1;i>=0;i--... function RWe (line 211) | function RWe(n){return!!n.match(/(^|\s)\[.*\]\(\w*/)} function MWe (line 211) | function MWe(n){return!!n.match(/^[^\[]*\]\([^\)]*$/)} function PWe (line 211) | function PWe(n){var e;const t=n.items[n.items.length-1],i=t.tokens?t.tok... function FWe (line 211) | function FWe(n){for(let e=0;eFae(n))} method constructor (line 215) | constructor(e,t,i){this._options=e,this._languageService=t,this._openerS... method dispose (line 215) | dispose(){this._onDidRenderAsync.dispose()} method render (line 215) | render(e,t,i){if(!e)return{element:document.createElement("span"),dispos... method _getRenderOptions (line 215) | _getRenderOptions(e,t){return{codeBlockRenderer:async(i,s)=>{var o,r,a;l... method createHTML (line 215) | createHTML(n){return n} function b$ (line 215) | async function b$(n,e,t){try{return await n.open(e,{fromUserGesture:!0,a... function YWe (line 215) | function YWe(n){return n===!0?!0:n&&Array.isArray(n.enabledCommands)?n.e... method _targetWindow (line 215) | get _targetWindow(){return gt(this._target.targetElements[0])} method _targetDocumentElement (line 215) | get _targetDocumentElement(){return gt(this._target.targetElements[0]).d... method isDisposed (line 215) | get isDisposed(){return this._isDisposed} method isMouseIn (line 215) | get isMouseIn(){return this._lockMouseTracker.isMouseIn} method domNode (line 215) | get domNode(){return this._hover.containerDomNode} method onDispose (line 215) | get onDispose(){return this._onDispose.event} method onRequestLayout (line 215) | get onRequestLayout(){return this._onRequestLayout.event} method anchor (line 215) | get anchor(){return this._hoverPosition===2?0:1} method x (line 215) | get x(){return this._x} method y (line 215) | get y(){return this._y} method isLocked (line 215) | get isLocked(){return this._isLocked} method isLocked (line 215) | set isLocked(e){this._isLocked!==e&&(this._isLocked=e,this._hoverContain... method constructor (line 215) | constructor(e,t,i,s,o,r){var a,l,c,d,u,h,f,g;super(),this._keybindingSer... method addFocusTrap (line 215) | addFocusTrap(){if(!this._enableFocusTraps||this._addedFocusTrap)return;t... method findLastFocusableChild (line 215) | findLastFocusableChild(e){if(e.hasChildNodes())for(let t=0;t=r.end||r.start>=o.end)return{start:0,end:0};... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 215) | function t(o){return o.end-o.start<=0} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 215) | function i(o,r){return!t(e(o,r))} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function s (line 215) | function s(o,r){const a=[],l={start:o.start,end:Math.min(r.start,o.end)}... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectDown(w.cursorCon... function JWe (line 215) | function JWe(n){const e=n;return!!e&&typeof e.x=="number"&&typeof e.y=="... function I1 (line 215) | function I1(n,e,t){const i=t.mode===Qp.ALIGN?t.offset:t.offset+t.size,s=... class GC (line 215) | class GC extends ne{constructor(e,t){super(),this.container=null,this.us... method constructor (line 215) | constructor(e,t){super(),this.container=null,this.useFixedPosition=!1,... method setContainer (line 215) | setContainer(e,t){var i;this.useFixedPosition=t!==1;const s=this.useSh... method show (line 215) | show(e){var t,i,s;this.isVisible()&&this.hide(),wo(this.view),this.vie... method getViewElement (line 215) | getViewElement(){return this.view} method layout (line 215) | layout(){var e,t;if(this.isVisible()){if(this.delegate.canRelayout===!... method doLayout (line 215) | doLayout(){if(!this.isVisible())return;const e=this.delegate.getAnchor... method hide (line 215) | hide(e){const t=this.delegate;this.delegate=null,t!=null&&t.onHide&&t.... method isVisible (line 215) | isVisible(){return!!this.delegate} method onDOMEvent (line 215) | onDOMEvent(e,t){this.delegate&&(this.delegate.onDOMEvent?this.delegate... method dispose (line 215) | dispose(){this.hide(),super.dispose()} method constructor (line 254) | constructor(e){super(),this.layoutService=e,this.contextView=this._regis... method showContextView (line 254) | showContextView(e,t,i){let s;t?t===this.layoutService.getContainer(gt(t)... method layout (line 254) | layout(){this.contextView.layout()} method hideContextView (line 254) | hideContextView(e){this.contextView.hide(e),this.openContextView=void 0} class nHe (line 254) | class nHe extends _A{getContextViewElement(){return this.contextView.get... method getContextViewElement (line 254) | getContextViewElement(){return this.contextView.getViewElement()} class sHe (line 254) | class sHe{constructor(e,t,i){this.hoverDelegate=e,this.target=t,this.fad... method constructor (line 254) | constructor(e,t,i){this.hoverDelegate=e,this.target=t,this.fadeInAnima... method update (line 254) | async update(e,t,i){var s;if(this._cancellationTokenSource&&(this._can... method show (line 254) | show(e,t,i){const s=this._hoverWidget;if(this.hasContent(e)){const o={... method hasContent (line 254) | hasContent(e){return e?Xd(e)?!!e.value:!0:!1} method isDisposed (line 254) | get isDisposed(){var e;return(e=this._hoverWidget)===null||e===void 0?... method dispose (line 254) | dispose(){var e,t;(e=this._hoverWidget)===null||e===void 0||e.dispose(... method constructor (line 254) | constructor(e,t,i,s,o){super(),this._instantiationService=e,this._keybin... method showHover (line 254) | showHover(e,t,i){var s,o,r,a;if(cJ(this._currentHoverOptions)===cJ(e)||t... method hideHover (line 254) | hideHover(){var e;!((e=this._currentHover)===null||e===void 0)&&e.isLock... method doHideHover (line 254) | doHideHover(){this._currentHover=void 0,this._currentHoverOptions=void 0... method _intersectionChange (line 254) | _intersectionChange(e,t){e[e.length-1].isIntersecting||t.dispose()} method showAndFocusLastHover (line 254) | showAndFocusLastHover(){this._lastHoverOptions&&this.showHover(this._las... method _keyDown (line 254) | _keyDown(e,t,i){var s,o;if(e.key==="Alt"){t.isLocked=!0;return}const r=n... method _keyUp (line 254) | _keyUp(e,t){var i;e.key==="Alt"&&(t.isLocked=!1,t.isMouseIn||(this.hideH... method setupUpdatableHover (line 254) | setupUpdatableHover(e,t,i,s){t.setAttribute("custom-hover","true"),t.tit... method triggerUpdatableHover (line 254) | triggerUpdatableHover(e){const t=this._existingHovers.get(e);t&&t.show(!0)} method dispose (line 254) | dispose(){this._existingHovers.forEach(e=>e.dispose()),super.dispose()} function cJ (line 254) | function cJ(n){var e;if(n!==void 0)return(e=n==null?void 0:n.id)!==null&... class rHe (line 254) | class rHe{get anchorPosition(){return this._hover.anchor}constructor(e,t... method anchorPosition (line 254) | get anchorPosition(){return this._hover.anchor} method constructor (line 254) | constructor(e,t=!1){this._hover=e,this._focus=t,this.layer=1} method render (line 254) | render(e){return this._hover.render(e),this._focus&&this._hover.focus(... method getAnchor (line 254) | getAnchor(){return{x:this._hover.x,y:this._hover.y}} method layout (line 254) | layout(){this._hover.layout()} function dJ (line 254) | function dJ(n,e){for(e=e??gt(n).document.body;!n.hasAttribute("custom-ho... class C$ (line 254) | class C${constructor(e){this.metadata=e}static convert(e){return e.edits... method constructor (line 254) | constructor(e){this.metadata=e} method convert (line 254) | static convert(e){return e.edits.map(t=>{if(pm.is(t))return pm.lift(t)... class pm (line 254) | class pm extends C${static is(e){return e instanceof pm?!0:Er(e)&&pt.isU... method is (line 254) | static is(e){return e instanceof pm?!0:Er(e)&&pt.isUri(e.resource)&&Er... method lift (line 254) | static lift(e){return e instanceof pm?e:new pm(e.resource,e.textEdit,e... method constructor (line 254) | constructor(e,t,i=void 0,s){super(s),this.resource=e,this.textEdit=t,t... class aC (line 254) | class aC extends C${static is(e){return e instanceof aC?!0:Er(e)&&(!!e.n... method is (line 254) | static is(e){return e instanceof aC?!0:Er(e)&&(!!e.newResource||!!e.ol... method lift (line 254) | static lift(e){return e instanceof aC?e:new aC(e.oldResource,e.newReso... method constructor (line 254) | constructor(e,t,i={},s){super(s),this.oldResource=e,this.newResource=t... function aHe (line 254) | function aHe(n){return typeof n.type<"u"||typeof n.anyOf<"u"} function Lde (line 254) | function Lde(){return sT===null&&(sT=Object.create(null),Object.keys(vA.... function lHe (line 254) | function lHe(n){return Lde()[`editor.${n}`]||!1} function cHe (line 254) | function cHe(n){return Lde()[`diffEditor.${n}`]||!1} class Mn (line 254) | class Mn{static insert(e,t){return{range:new A(e.lineNumber,e.column,e.l... method insert (line 254) | static insert(e,t){return{range:new A(e.lineNumber,e.column,e.lineNumb... method delete (line 254) | static delete(e){return{range:e,text:null}} method replace (line 254) | static replace(e,t){return{range:e,text:t}} method replaceMove (line 254) | static replaceMove(e,t){return{range:e,text:t,forceMoveMarkers:!0}} function oT (line 254) | function oT(n){return Object.isFrozen(n)?n:h2e(n)} class bo (line 254) | class bo{static createEmptyModel(e){return new bo({},[],[],void 0,e)}con... method createEmptyModel (line 254) | static createEmptyModel(e){return new bo({},[],[],void 0,e)} method constructor (line 254) | constructor(e,t,i,s,o){this._contents=e,this._keys=t,this._overrides=i... method rawConfiguration (line 254) | get rawConfiguration(){var e;if(!this._rawConfiguration)if(!((e=this.r... method contents (line 254) | get contents(){return this._contents} method overrides (line 254) | get overrides(){return this._overrides} method keys (line 254) | get keys(){return this._keys} method isEmpty (line 254) | isEmpty(){return this._keys.length===0&&Object.keys(this._contents).le... method getValue (line 254) | getValue(e){return e?OY(this.contents,e):this.contents} method inspect (line 254) | inspect(e,t){const i=this;return{get value(){return oT(i.rawConfigurat... method getOverrideValue (line 254) | getOverrideValue(e,t){const i=this.getContentsForOverrideIdentifer(t);... method override (line 254) | override(e){let t=this.overrideConfigurations.get(e);return t||(t=this... method merge (line 254) | merge(...e){var t,i;const s=Tf(this.contents),o=Tf(this.overrides),r=[... method createOverrideConfigurationModel (line 254) | createOverrideConfigurationModel(e){const t=this.getContentsForOverrid... method mergeContents (line 254) | mergeContents(e,t){for(const i of Object.keys(t)){if(i in e&&Er(e[i])&... method getContentsForOverrideIdentifer (line 254) | getContentsForOverrideIdentifer(e){let t=null,i=null;const s=o=>{o&&(i... method toJSON (line 254) | toJSON(){return{contents:this.contents,overrides:this.overrides,keys:t... method addValue (line 254) | addValue(e,t){this.updateValue(e,t,!0)} method setValue (line 254) | setValue(e,t){this.updateValue(e,t,!1)} method removeValue (line 254) | removeValue(e){const t=this.keys.indexOf(e);t!==-1&&(this.keys.splice(... method updateValue (line 254) | updateValue(e,t,i){gle(this.contents,e,t,s=>this.logService.error(s)),... class uHe (line 254) | class uHe{constructor(e,t){this._name=e,this.logService=t,this._raw=null... method constructor (line 254) | constructor(e,t){this._name=e,this.logService=t,this._raw=null,this._c... method configurationModel (line 254) | get configurationModel(){return this._configurationModel||bo.createEmp... method parseRaw (line 254) | parseRaw(e,t){this._raw=e;const{contents:i,keys:s,overrides:o,restrict... method doParseRaw (line 254) | doParseRaw(e,t){const i=Un.as(_u.Configuration).getConfigurationProper... method filter (line 254) | filter(e,t,i,s){var o,r,a;let l=!1;if(!(s!=null&&s.scopes)&&!(s!=null&... method toOverrides (line 254) | toOverrides(e,t){const i=[];for(const s of Object.keys(e))if(Bm.test(s... class hHe (line 254) | class hHe{constructor(e,t,i,s,o,r,a,l,c,d,u,h,f){this.key=e,this.overrid... method constructor (line 254) | constructor(e,t,i,s,o,r,a,l,c,d,u,h,f){this.key=e,this.overrides=t,thi... method toInspectValue (line 254) | toInspectValue(e){return(e==null?void 0:e.value)!==void 0||(e==null?vo... method userInspectValue (line 254) | get userInspectValue(){return this._userInspectValue||(this._userInspe... method user (line 254) | get user(){return this.toInspectValue(this.userInspectValue)} class YM (line 254) | class YM{constructor(e,t,i,s,o,r,a,l,c,d){this._defaultConfiguration=e,t... method constructor (line 254) | constructor(e,t,i,s,o,r,a,l,c,d){this._defaultConfiguration=e,this._po... method getValue (line 254) | getValue(e,t,i){return this.getConsolidatedConfigurationModel(e,t,i).g... method updateValue (line 254) | updateValue(e,t,i={}){let s;i.resource?(s=this._memoryConfigurationByR... method inspect (line 254) | inspect(e,t,i){const s=this.getConsolidatedConfigurationModel(e,t,i),o... method applicationConfiguration (line 254) | get applicationConfiguration(){return this._applicationConfiguration} method userConfiguration (line 254) | get userConfiguration(){return this._userConfiguration||(this._userCon... method localUserConfiguration (line 254) | get localUserConfiguration(){return this._localUserConfiguration} method remoteUserConfiguration (line 254) | get remoteUserConfiguration(){return this._remoteUserConfiguration} method getConsolidatedConfigurationModel (line 254) | getConsolidatedConfigurationModel(e,t,i){let s=this.getConsolidatedCon... method getConsolidatedConfigurationModelForResource (line 254) | getConsolidatedConfigurationModelForResource({resource:e},t){let i=thi... method getWorkspaceConsolidatedConfiguration (line 254) | getWorkspaceConsolidatedConfiguration(){return this._workspaceConsolid... method getFolderConsolidatedConfiguration (line 254) | getFolderConsolidatedConfiguration(e){let t=this._foldersConsolidatedC... method getFolderConfigurationModelForResource (line 254) | getFolderConfigurationModelForResource(e,t){if(t&&e){const i=t.getFold... method toData (line 254) | toData(){return{defaults:{contents:this._defaultConfiguration.contents... method parse (line 254) | static parse(e,t){const i=this.parseConfigurationModel(e.defaults,t),s... method parseConfigurationModel (line 254) | static parseConfigurationModel(e,t){return new bo(e.contents,e.keys,e.... class fHe (line 254) | class fHe{constructor(e,t,i,s,o){this.change=e,this.previous=t,this.curr... method constructor (line 254) | constructor(e,t,i,s,o){this.change=e,this.previous=t,this.currentConfi... method previousConfiguration (line 255) | get previousConfiguration(){return!this._previousConfiguration&&this.p... method affectsConfiguration (line 255) | affectsConfiguration(e,t){var i;const s=this._marker+e,o=this._affects... function pHe (line 255) | function pHe(n,e,t){return{kind:2,commandId:n,commandArgs:e,isBubble:t}} class kx (line 255) | class kx{constructor(e,t,i){var s;this._log=i,this._defaultKeybindings=e... method constructor (line 255) | constructor(e,t,i){var s;this._log=i,this._defaultKeybindings=e,this._... method _isTargetedForRemoval (line 255) | static _isTargetedForRemoval(e,t,i){if(t){for(let s=0;s"u"){this._map.... method _addToLookupMap (line 255) | _addToLookupMap(e){if(!e.command)return;let t=this._lookupMap.get(e.co... method _removeFromLookupMap (line 255) | _removeFromLookupMap(e){if(!e.command)return;const t=this._lookupMap.g... method whenIsEntirelyIncluded (line 255) | static whenIsEntirelyIncluded(e,t){return!t||t.type===1?!0:!e||e.type=... method getKeybindings (line 255) | getKeybindings(){return this._keybindings} method lookupPrimaryKeybinding (line 255) | lookupPrimaryKeybinding(e,t){const i=this._lookupMap.get(e);if(typeof ... method resolve (line 255) | resolve(e,t,i){const s=[...t,i];this._log(`| Resolving ${s}`);const o=... method _findCommand (line 255) | _findCommand(e,t){for(let i=t.length-1;i>=0;i--){const s=t[i];if(kx._c... method _contextMatchesRules (line 255) | static _contextMatchesRules(e,t){return t?t.evaluate(e):!0} function uJ (line 255) | function uJ(n){return n?`${n.serialize()}`:"no when condition"} function hJ (line 255) | function hJ(n){return n.extensionId?n.isBuiltinExtension?`built-in exten... class _He (line 255) | class _He extends ne{get onDidUpdateKeybindings(){return this._onDidUpda... method onDidUpdateKeybindings (line 255) | get onDidUpdateKeybindings(){return this._onDidUpdateKeybindings?this.... method inChordMode (line 255) | get inChordMode(){return this._currentChords.length>0} method constructor (line 255) | constructor(e,t,i,s,o){super(),this._contextKeyService=e,this._command... method dispose (line 255) | dispose(){super.dispose()} method _log (line 255) | _log(e){this._logging&&this._logService.info(`[KeybindingService]: ${e... method getKeybindings (line 255) | getKeybindings(){return this._getResolver().getKeybindings()} method lookupKeybinding (line 255) | lookupKeybinding(e,t){const i=this._getResolver().lookupPrimaryKeybind... method dispatchEvent (line 255) | dispatchEvent(e,t){return this._dispatch(e,t)} method softDispatch (line 255) | softDispatch(e,t){this._log("/ Soft dispatching keyboard event");const... method _scheduleLeaveChordMode (line 255) | _scheduleLeaveChordMode(){const e=Date.now();this._currentChordChecker... method _expectAnotherChord (line 255) | _expectAnotherChord(e,t){switch(this._currentChords.push({keypress:e,l... method _leaveChordMode (line 255) | _leaveChordMode(){this._currentChordStatusMessage&&(this._currentChord... method _dispatch (line 255) | _dispatch(e,t){return this._doDispatch(this.resolveKeyboardEvent(e),t,... method _singleModifierDispatch (line 255) | _singleModifierDispatch(e,t){const i=this.resolveKeyboardEvent(e),[s]=... method _doDispatch (line 255) | _doDispatch(e,t,i=!1){var s;let o=!1;if(e.hasMultipleChords())return c... method mightProducePrintableCharacter (line 255) | mightProducePrintableCharacter(e){return e.ctrlKey||e.metaKey?!1:e.key... class E1 (line 255) | class E1{constructor(e){this._ctrlKey=e?e.ctrlKey:!1,this._shiftKey=e?e.... method constructor (line 255) | constructor(e){this._ctrlKey=e?e.ctrlKey:!1,this._shiftKey=e?e.shiftKe... method has (line 255) | has(e){switch(e){case"ctrl":return this._ctrlKey;case"shift":return th... class fJ (line 255) | class fJ{constructor(e,t,i,s,o,r,a){this._resolvedKeybindingItemBrand=vo... method constructor (line 255) | constructor(e,t,i,s,o,r,a){this._resolvedKeybindingItemBrand=void 0,th... function b9 (line 255) | function b9(n){const e=[];for(let t=0,i=n.length;tthis._getLabel(e))} method getAriaLabel (line 255) | getAriaLabel(){return vHe.toLabel(this._os,this._chords,e=>this._getAr... method getElectronAccelerator (line 255) | getElectronAccelerator(){return this._chords.length>1||this._chords[0]... method getUserSettingsLabel (line 255) | getUserSettingsLabel(){return CHe.toLabel(this._os,this._chords,e=>thi... method hasMultipleChords (line 255) | hasMultipleChords(){return this._chords.length>1} method getChords (line 255) | getChords(){return this._chords.map(e=>this._getChord(e))} method _getChord (line 255) | _getChord(e){return new IRe(e.ctrlKey,e.shiftKey,e.altKey,e.metaKey,th... method getDispatchChords (line 255) | getDispatchChords(){return this._chords.map(e=>this._getChordDispatch(... method getSingleModifierDispatchChords (line 255) | getSingleModifierDispatchChords(){return this._chords.map(e=>this._get... class HL (line 255) | class HL extends yHe{constructor(e,t){super(t,e)}_keyCodeToUILabel(e){if... method constructor (line 255) | constructor(e,t){super(t,e)} method _keyCodeToUILabel (line 255) | _keyCodeToUILabel(e){if(this._os===2)switch(e){case 15:return"←";case ... method _getLabel (line 255) | _getLabel(e){return e.isDuplicateModifierCase()?"":this._keyCodeToUILa... method _getAriaLabel (line 255) | _getAriaLabel(e){return e.isDuplicateModifierCase()?"":Wf.toString(e.k... method _getElectronAccelerator (line 255) | _getElectronAccelerator(e){return Wf.toElectronAccelerator(e.keyCode)} method _getUserSettingsLabel (line 255) | _getUserSettingsLabel(e){if(e.isDuplicateModifierCase())return"";const... method _getChordDispatch (line 255) | _getChordDispatch(e){return HL.getDispatchStr(e)} method getDispatchStr (line 255) | static getDispatchStr(e){if(e.isModifierKey())return null;let t="";ret... method _getSingleModifierChordDispatch (line 255) | _getSingleModifierChordDispatch(e){return e.keyCode===5&&!e.shiftKey&&... method _scanCodeToKeyCode (line 255) | static _scanCodeToKeyCode(e){const t=zV[e];if(t!==-1)return t;switch(e... method _toKeyCodeChord (line 255) | static _toKeyCodeChord(e){if(!e)return null;if(e instanceof kg)return ... method resolveKeybinding (line 255) | static resolveKeybinding(e,t){const i=b9(e.chords.map(s=>this._toKeyCo... class bg (line 255) | class bg{constructor(e){this.callback=e}report(e){this._value=e,this.cal... method constructor (line 255) | constructor(e){this.callback=e} method report (line 255) | report(e){this._value=e,this.callback(this._value)} method report (line 255) | report(){} class SHe (line 255) | class SHe{constructor(){this._value="",this._pos=0}reset(e){return this.... method constructor (line 255) | constructor(){this._value="",this._pos=0} method reset (line 255) | reset(e){return this._value=e,this._pos=0,this} method next (line 255) | next(){return this._pos+=1,this} method hasNext (line 255) | hasNext(){return this._pos!1,t=()=>!1){return new lC(new kHe(e,t))}s... method forUris (line 255) | static forUris(e=()=>!1,t=()=>!1){return new lC(new kHe(e,t))} method forStrings (line 255) | static forStrings(){return new lC(new SHe)} method forConfigKeys (line 255) | static forConfigKeys(){return new lC(new xHe)} method constructor (line 255) | constructor(e){this._iter=e} method clear (line 255) | clear(){this._root=void 0} method set (line 255) | set(e,t){const i=this._iter.reset(e);let s;this._root||(this._root=new... method get (line 255) | get(e){var t;return(t=this._getNode(e))===null||t===void 0?void 0:t.va... method _getNode (line 255) | _getNode(e){const t=this._iter.reset(e);let i=this._root;for(;i;){cons... method has (line 255) | has(e){const t=this._getNode(e);return!((t==null?void 0:t.value)===voi... method delete (line 255) | delete(e){return this._delete(e,!1)} method deleteSuperstr (line 255) | deleteSuperstr(e){return this._delete(e,!0)} method _delete (line 255) | _delete(e,t){var i;const s=this._iter.reset(e),o=[];let r=this._root;f... method _min (line 255) | _min(e){for(;e.left;)e=e.left;return e} method findSubstr (line 255) | findSubstr(e){const t=this._iter.reset(e);let i=this._root,s;for(;i;){... method findSuperstr (line 255) | findSuperstr(e){return this._findSuperstrOrElement(e,!1)} method _findSuperstrOrElement (line 255) | _findSuperstrOrElement(e,t){const i=this._iter.reset(e);let s=this._ro... method forEach (line 255) | forEach(e){for(const[t,i]of this)e(i,t)} method _entries (line 255) | _entries(e){const t=[];return this._dfsEntries(e,t),t[Symbol.iterator]()} method _dfsEntries (line 255) | _dfsEntries(e,t){e&&(e.left&&this._dfsEntries(e.left,t),e.value&&t.pus... method [Symbol.iterator] (line 255) | *[Symbol.iterator](){yield*this._entries(this._root)} function C9 (line 255) | function C9(n){const e=n;return typeof(e==null?void 0:e.id)=="string"&&p... function DHe (line 255) | function DHe(n){const e=n;return typeof(e==null?void 0:e.id)=="string"&&... function EHe (line 255) | function EHe(n,e){if(typeof n=="string"||typeof n>"u")return typeof n=="... function THe (line 255) | function THe(n){const e=n;return typeof(e==null?void 0:e.id)=="string"&&... class NHe (line 255) | class NHe{constructor(e,t){this.raw=t,this.uri=e.uri,this.index=e.index,... method constructor (line 255) | constructor(e,t){this.raw=t,this.uri=e.uri,this.index=e.index,this.nam... method toJSON (line 255) | toJSON(){return{uri:this.uri,name:this.name,index:this.index}} function AHe (line 255) | function AHe(n){return n.id===Dde} function aT (line 255) | function aT(n,e=!1){RHe(n,!1,e)} function RHe (line 255) | function RHe(n,e,t){const i=MHe(n,e);YC.push(i),i.userConfigured?Ede.pus... function MHe (line 255) | function MHe(n,e){return{id:n.id,mime:n.mime,filename:n.filename,extensi... function PHe (line 255) | function PHe(){YC=YC.filter(n=>n.userConfigured),y$=[]} function OHe (line 255) | function OHe(n,e){return FHe(n,e).map(t=>t.id)} function FHe (line 255) | function FHe(n,e){let t;if(n)switch(n.scheme){case Tt.file:t=n.fsPath;br... function gJ (line 255) | function gJ(n,e,t){var i;let s,o,r;for(let a=t.length-1;a>=0;a--){const ... function BHe (line 255) | function BHe(n){if(YV(n)&&(n=n.substr(1)),n.length>0)for(let e=YC.length... class WHe (line 255) | class WHe{constructor(){this._languageIdToLanguage=[],this._languageToLa... method constructor (line 255) | constructor(){this._languageIdToLanguage=[],this._languageToLanguageId... method _register (line 255) | _register(e,t){this._languageIdToLanguage[t]=e,this._languageToLanguag... method register (line 255) | register(e){if(this._languageToLanguageId.has(e))return;const t=this._... method encodeLanguageId (line 255) | encodeLanguageId(e){return this._languageToLanguageId.get(e)||0} method decodeLanguageId (line 255) | decodeLanguageId(e){return this._languageIdToLanguage[e]||pJ} class zL (line 255) | class zL extends ne{constructor(e=!0,t=!1){super(),this._onDidChange=thi... method constructor (line 255) | constructor(e=!0,t=!1){super(),this._onDidChange=this._register(new X)... method dispose (line 255) | dispose(){zL.instanceCount--,super.dispose()} method _initializeFromRegistry (line 255) | _initializeFromRegistry(){this._languages={},this._mimeTypesMap={},thi... method _registerLanguages (line 255) | _registerLanguages(e){for(const t of e)this._registerLanguage(t);this.... method _registerLanguage (line 255) | _registerLanguage(e){const t=e.id;let i;lT.call(this._languages,t)?i=t... method _mergeLanguage (line 255) | _mergeLanguage(e,t){const i=t.id;let s=null;if(Array.isArray(t.mimetyp... method isRegisteredLanguageId (line 255) | isRegisteredLanguageId(e){return e?lT.call(this._languages,e):!1} method getRegisteredLanguageIds (line 255) | getRegisteredLanguageIds(){return Object.keys(this._languages)} method getLanguageIdByLanguageName (line 255) | getLanguageIdByLanguageName(e){const t=e.toLowerCase();return lT.call(... method getLanguageIdByMimeType (line 255) | getLanguageIdByMimeType(e){return e&&lT.call(this._mimeTypesMap,e)?thi... method guessLanguageIdByFilepathOrFirstLine (line 255) | guessLanguageIdByFilepathOrFirstLine(e,t){return!e&&!t?[]:OHe(e,t)} class $L (line 255) | class $L extends ne{constructor(e=!1){super(),this._onDidRequestBasicLan... method constructor (line 255) | constructor(e=!1){super(),this._onDidRequestBasicLanguageFeatures=this... method dispose (line 255) | dispose(){$L.instanceCount--,super.dispose()} method isRegisteredLanguageId (line 255) | isRegisteredLanguageId(e){return this._registry.isRegisteredLanguageId... method getLanguageIdByLanguageName (line 255) | getLanguageIdByLanguageName(e){return this._registry.getLanguageIdByLa... method getLanguageIdByMimeType (line 255) | getLanguageIdByMimeType(e){return this._registry.getLanguageIdByMimeTy... method guessLanguageIdByFilepathOrFirstLine (line 255) | guessLanguageIdByFilepathOrFirstLine(e,t){const i=this._registry.guess... method createById (line 255) | createById(e){return new mJ(this.onDidChange,()=>this._createAndGetLan... method createByFilepathOrFirstLine (line 255) | createByFilepathOrFirstLine(e,t){return new mJ(this.onDidChange,()=>{c... method _createAndGetLanguageIdentifier (line 255) | _createAndGetLanguageIdentifier(e){return(!e||!this.isRegisteredLangua... method requestBasicLanguageFeatures (line 255) | requestBasicLanguageFeatures(e){this._requestedBasicLanguages.has(e)||... method requestRichLanguageFeatures (line 255) | requestRichLanguageFeatures(e){this._requestedRichLanguages.has(e)||(t... class mJ (line 255) | class mJ{constructor(e,t){this._onDidChangeLanguages=e,this._selector=t,... method constructor (line 255) | constructor(e,t){this._onDidChangeLanguages=e,this._selector=t,this._l... method _dispose (line 255) | _dispose(){this._listener&&(this._listener.dispose(),this._listener=nu... method onDidChange (line 255) | get onDidChange(){return this._listener||(this._listener=this._onDidCh... method _evaluate (line 255) | _evaluate(){var e;const t=this._selector();t!==this.languageId&&(this.... method delay (line 255) | get delay(){return-1} function $He (line 255) | function $He(n){QM=n} function Ur (line 255) | function Ur(n){return n==="element"?zHe.value:VHe.value} function XC (line 255) | function XC(){return QM("element",!0)} function UHe (line 255) | function UHe(n){Tde=n} function bu (line 255) | function bu(){return Tde} class jHe (line 255) | class jHe{constructor(e){this.spliceables=e}splice(e,t,i){this.spliceabl... method constructor (line 255) | constructor(e){this.spliceables=e} method splice (line 255) | splice(e,t,i){this.spliceables.forEach(s=>s.splice(e,t,i))} class j_ (line 255) | class j_ extends Error{constructor(e,t){super(`ListError [${e}] ${t}`)}} method constructor (line 255) | constructor(e,t){super(`ListError [${e}] ${t}`)} function _J (line 255) | function _J(n,e){const t=[];for(const i of e){if(n.start>=i.range.end)co... function k9 (line 255) | function k9({start:n,end:e},t){return{start:n+t,end:e+t}} function KHe (line 255) | function KHe(n){const e=[];let t=null;for(const i of n){const s=i.range.... function qHe (line 255) | function qHe(...n){return KHe(n.reduce((e,t)=>e.concat(t),[]))} class GHe (line 255) | class GHe{get paddingTop(){return this._paddingTop}set paddingTop(e){thi... method paddingTop (line 255) | get paddingTop(){return this._paddingTop} method paddingTop (line 255) | set paddingTop(e){this._size=this._size+e-this._paddingTop,this._paddi... method constructor (line 255) | constructor(e){this.groups=[],this._size=0,this._paddingTop=0,this._pa... method splice (line 255) | splice(e,t,i=[]){const s=i.length-t,o=_J({start:0,end:e},this.groups),... method count (line 255) | get count(){const e=this.groups.length;return e?this.groups[e-1].range... method size (line 255) | get size(){return this._size} method indexAt (line 255) | indexAt(e){if(e<0)return-1;if(e{for(const i of e)this.getRenderer... method getRenderer (line 255) | getRenderer(e){const t=this.renderers.get(e);if(!t)throw new Error(`No... method getDragElements (line 255) | getDragElements(n){return[n]} method getDragURI (line 255) | getDragURI(){return null} method onDragStart (line 255) | onDragStart(){} method onDragOver (line 255) | onDragOver(){return!1} method drop (line 255) | drop(){} method dispose (line 255) | dispose(){} class TD (line 255) | class TD{constructor(e){this.elements=e}update(){}getData(){return this.... method constructor (line 255) | constructor(e){this.elements=e} method update (line 255) | update(){} method getData (line 255) | getData(){return this.elements} class XHe (line 255) | class XHe{constructor(e){this.elements=e}update(){}getData(){return this... method constructor (line 255) | constructor(e){this.elements=e} method update (line 255) | update(){} method getData (line 255) | getData(){return this.elements} class QHe (line 255) | class QHe{constructor(){this.types=[],this.files=[]}update(e){if(e.types... method constructor (line 255) | constructor(){this.types=[],this.files=[]} method update (line 255) | update(e){if(e.types&&this.types.splice(0,this.types.length,...e.types... method getData (line 255) | getData(){return{types:this.types,files:this.files}} function JHe (line 255) | function JHe(n,e){return Array.isArray(n)&&Array.isArray(e)?zn(n,e):n===e} class eVe (line 255) | class eVe{constructor(e){e!=null&&e.getSetSize?this.getSetSize=e.getSetS... method constructor (line 255) | constructor(e){e!=null&&e.getSetSize?this.getSetSize=e.getSetSize.bind... class vc (line 255) | class vc{get contentHeight(){return this.rangeMap.size}get onDidScroll()... method contentHeight (line 255) | get contentHeight(){return this.rangeMap.size} method onDidScroll (line 255) | get onDidScroll(){return this.scrollableElement.onScroll} method scrollableElementDomNode (line 255) | get scrollableElementDomNode(){return this.scrollableElement.getDomNod... method horizontalScrolling (line 255) | get horizontalScrolling(){return this._horizontalScrolling} method horizontalScrolling (line 255) | set horizontalScrolling(e){if(e!==this._horizontalScrolling){if(e&&thi... method constructor (line 255) | constructor(e,t,i,s=Tu){var o,r,a,l,c,d,u,h,f,g,p,_,b;if(this.virtualD... method updateOptions (line 255) | updateOptions(e){e.paddingBottom!==void 0&&(this.paddingBottom=e.paddi... method createRangeMap (line 255) | createRangeMap(e){return new GHe(e)} method splice (line 255) | splice(e,t,i=[]){if(this.splicing)throw new Error("Can't run recursive... method _splice (line 255) | _splice(e,t,i=[]){const s=this.getRenderRange(this.lastRenderTop,this.... method eventuallyUpdateScrollDimensions (line 255) | eventuallyUpdateScrollDimensions(){this._scrollHeight=this.contentHeig... method eventuallyUpdateScrollWidth (line 255) | eventuallyUpdateScrollWidth(){if(!this.horizontalScrolling){this.scrol... method updateScrollWidth (line 255) | updateScrollWidth(){if(!this.horizontalScrolling)return;let e=0;for(co... method rerender (line 255) | rerender(){if(this.supportDynamicHeights){for(const e of this.items)e.... method length (line 255) | get length(){return this.items.length} method renderHeight (line 255) | get renderHeight(){return this.scrollableElement.getScrollDimensions()... method firstVisibleIndex (line 255) | get firstVisibleIndex(){return this.getRenderRange(this.lastRenderTop,... method element (line 255) | element(e){return this.items[e].element} method indexOf (line 255) | indexOf(e){return this.items.findIndex(t=>t.element===e)} method domElement (line 255) | domElement(e){const t=this.items[e].row;return t&&t.domNode} method elementHeight (line 255) | elementHeight(e){return this.items[e].size} method elementTop (line 255) | elementTop(e){return this.rangeMap.positionAt(e)} method indexAt (line 255) | indexAt(e){return this.rangeMap.indexAt(e)} method indexAfter (line 255) | indexAfter(e){return this.rangeMap.indexAfter(e)} method layout (line 255) | layout(e,t){const i={height:typeof e=="number"?e:xMe(this.domNode)};th... method render (line 255) | render(e,t,i,s,o,r=!1){const a=this.getRenderRange(t,i),l=Ho.relativeC... method insertItemInDOM (line 255) | insertItemInDOM(e,t){var i,s,o;const r=this.items[e];if(!r.row)if(t)r.... method measureItemWidth (line 255) | measureItemWidth(e){if(!e.row||!e.row.domNode)return;e.row.domNode.sty... method updateItemInDOM (line 255) | updateItemInDOM(e,t){e.row.domNode.style.top=`${this.elementTop(t)}px`... method removeItemFromDOM (line 255) | removeItemFromDOM(e){const t=this.items[e];if(t.dragStartDisposable.di... method getScrollTop (line 255) | getScrollTop(){return this.scrollableElement.getScrollPosition().scrol... method setScrollTop (line 255) | setScrollTop(e,t){this.scrollableElementUpdateDisposable&&(this.scroll... method scrollTop (line 255) | get scrollTop(){return this.getScrollTop()} method scrollTop (line 255) | set scrollTop(e){this.setScrollTop(e)} method scrollHeight (line 255) | get scrollHeight(){return this._scrollHeight+(this.horizontalScrolling... method onMouseClick (line 255) | get onMouseClick(){return Ae.map(this.disposables.add(new ei(this.domN... method onMouseDblClick (line 255) | get onMouseDblClick(){return Ae.map(this.disposables.add(new ei(this.d... method onMouseMiddleClick (line 255) | get onMouseMiddleClick(){return Ae.filter(Ae.map(this.disposables.add(... method onMouseDown (line 255) | get onMouseDown(){return Ae.map(this.disposables.add(new ei(this.domNo... method onMouseOver (line 255) | get onMouseOver(){return Ae.map(this.disposables.add(new ei(this.domNo... method onMouseOut (line 255) | get onMouseOut(){return Ae.map(this.disposables.add(new ei(this.domNod... method onContextMenu (line 255) | get onContextMenu(){return Ae.any(Ae.map(this.disposables.add(new ei(t... method onTouchStart (line 255) | get onTouchStart(){return Ae.map(this.disposables.add(new ei(this.domN... method onTap (line 255) | get onTap(){return Ae.map(this.disposables.add(new ei(this.rowsContain... method toMouseEvent (line 255) | toMouseEvent(e){const t=this.getItemIndexFromEventTarget(e.target||nul... method toTouchEvent (line 255) | toTouchEvent(e){const t=this.getItemIndexFromEventTarget(e.target||nul... method toGestureEvent (line 255) | toGestureEvent(e){const t=this.getItemIndexFromEventTarget(e.initialTa... method toDragEvent (line 255) | toDragEvent(e){const t=this.getItemIndexFromEventTarget(e.target||null... method onScroll (line 255) | onScroll(e){try{const t=this.getRenderRange(this.lastRenderTop,this.la... method onTouchChange (line 255) | onTouchChange(e){e.preventDefault(),e.stopPropagation(),this.scrollTop... method onDragStart (line 255) | onDragStart(e,t,i){var s,o;if(!i.dataTransfer)return;const r=this.dnd.... method onDragOver (line 255) | onDragOver(e){var t,i;if(e.browserEvent.preventDefault(),this.onDragLe... method onDragLeave (line 255) | onDragLeave(e){var t,i;this.onDragLeaveTimeout.dispose(),this.onDragLe... method onDrop (line 255) | onDrop(e){if(!this.canDrop)return;const t=this.currentDragData;this.te... method onDragEnd (line 255) | onDragEnd(e){var t,i;this.canDrop=!1,this.teardownDragAndDropScrollTop... method clearDragOverFeedback (line 255) | clearDragOverFeedback(){this.currentDragFeedback=void 0,this.currentDr... method setupDragAndDropScrollTopAnimation (line 255) | setupDragAndDropScrollTopAnimation(e){if(!this.dragOverAnimationDispos... method animateDragAndDropScrollTop (line 255) | animateDragAndDropScrollTop(e){if(this.dragOverMouseY===void 0)return;... method teardownDragAndDropScrollTopAnimation (line 255) | teardownDragAndDropScrollTopAnimation(){this.dragOverAnimationStopDisp... method getTargetSector (line 255) | getTargetSector(e,t){if(t===void 0)return;const i=e.offsetY/this.items... method getItemIndexFromEventTarget (line 255) | getItemIndexFromEventTarget(e){const t=this.scrollableElement.getDomNo... method getRenderRange (line 255) | getRenderRange(e,t){return{start:this.rangeMap.indexAt(e),end:this.ran... method _rerender (line 255) | _rerender(e,t,i){const s=this.getRenderRange(e,t);let o,r;e===this.ele... method probeDynamicHeight (line 255) | probeDynamicHeight(e){var t,i,s;const o=this.items[e];if(this.virtualD... method getElementDomId (line 255) | getElementDomId(e){return`${this.domId}_${e}`} method dispose (line 255) | dispose(){var e,t;for(const i of this.items)if(i.dragStartDisposable.d... function D9 (line 255) | function D9(n=lu){return(e,t)=>zn(e,t,n)} function Nde (line 255) | function Nde(){return(n,e)=>n.equals(e)} function tVe (line 255) | function tVe(n,e,t){return!n||!e?n===e:t(n,e)} class ca (line 255) | class ca{constructor(e,t,i){this.owner=e,this.debugNameSource=t,this.ref... method constructor (line 255) | constructor(e,t,i){this.owner=e,this.debugNameSource=t,this.referenceF... method getDebugName (line 255) | getDebugName(e){return iVe(e,this)} function iVe (line 255) | function iVe(n,e){var t;const i=I9.get(n);if(i)return i;const s=nVe(n,e)... function nVe (line 255) | function nVe(n,e){const t=I9.get(n);if(t)return t;const i=e.owner?oVe(e.... function sVe (line 255) | function sVe(n,e){for(const t in n)if(n[t]===e)return t} function oVe (line 255) | function oVe(n){var e;const t=CJ.get(n);if(t)return t;const i=rVe(n);let... function rVe (line 255) | function rVe(n){const e=n.constructor;return e?e.name:"Object"} function JM (line 255) | function JM(n){const e=n.toString(),i=/\/\*\*\s*@description\s*([^*]*)\*... function vh (line 255) | function vh(){return aVe} function lVe (line 255) | function lVe(n){Ade=n} function cVe (line 255) | function cVe(n){Rde=n} class Mde (line 255) | class Mde{get TChange(){return null}reportChanges(){this.get()}read(e){r... method TChange (line 255) | get TChange(){return null} method reportChanges (line 255) | reportChanges(){this.get()} method read (line 255) | read(e){return e?e.readObservable(this):this.get()} method map (line 255) | map(e,t){const i=t===void 0?void 0:e,s=t===void 0?e:t;return Rde({owne... method recomputeInitiallyAndOnChange (line 255) | recomputeInitiallyAndOnChange(e,t){return e.add(Ade(this,t)),this} class ND (line 255) | class ND extends Mde{constructor(){super(...arguments),this.observers=ne... method constructor (line 255) | constructor(){super(...arguments),this.observers=new Set} method addObserver (line 255) | addObserver(e){const t=this.observers.size;this.observers.add(e),t===0... method removeObserver (line 255) | removeObserver(e){this.observers.delete(e)&&this.observers.size===0&&t... method onFirstObserverAdded (line 255) | onFirstObserverAdded(){} method onLastObserverRemoved (line 255) | onLastObserverRemoved(){} function rn (line 255) | function rn(n,e){const t=new eP(n,e);try{n(t)}finally{t.finish()}} function DN (line 255) | function DN(n){if(cT)n(cT);else{const e=new eP(n,void 0);cT=e;try{n(e)}f... function dVe (line 255) | async function dVe(n,e){const t=new eP(n,e);try{await n(t)}finally{t.fin... function jL (line 255) | function jL(n,e,t){n?e(n):rn(e,t)} class eP (line 255) | class eP{constructor(e,t){var i;this._fn=e,this._getDebugName=t,this.upd... method constructor (line 255) | constructor(e,t){var i;this._fn=e,this._getDebugName=t,this.updatingOb... method getDebugName (line 255) | getDebugName(){return this._getDebugName?this._getDebugName():JM(this.... method updateObserver (line 255) | updateObserver(e,t){this.updatingObservers.push({observer:e,observable... method finish (line 255) | finish(){var e;const t=this.updatingObservers;for(let i=0;i`} method beginUpdate (line 255) | beginUpdate(e){this.updateCount++;const t=this.updateCount===1;if(this... method endUpdate (line 255) | endUpdate(e){if(this.updateCount--,this.updateCount===0){const t=[...t... method handlePossibleChange (line 255) | handlePossibleChange(e){if(this.state===3&&this.dependencies.has(e)&&!... method handleChange (line 255) | handleChange(e,t){if(this.dependencies.has(e)&&!this.dependenciesToBeR... method readObservable (line 255) | readObservable(e){e.addObserver(this);const t=e.get();return this.depe... method addObserver (line 255) | addObserver(e){const t=!this.observers.has(e)&&this.updateCount>0;supe... method removeObserver (line 255) | removeObserver(e){const t=this.observers.has(e)&&this.updateCount>0;su... class gVe (line 255) | class gVe extends C0{constructor(e,t,i,s,o=void 0,r,a){super(e,t,i,s,o,r... method constructor (line 255) | constructor(e,t,i,s,o=void 0,r,a){super(e,t,i,s,o,r),this.set=a} function Ut (line 255) | function Ut(n){return new iP(new ca(void 0,void 0,n),n,void 0,void 0)} function tP (line 255) | function tP(n,e){var t;return new iP(new ca(n.owner,n.debugName,(t=n.deb... function AD (line 255) | function AD(n,e){var t;return new iP(new ca(n.owner,n.debugName,(t=n.deb... function uc (line 255) | function uc(n){const e=new be,t=tP({owner:void 0,debugName:void 0,debugR... class iP (line 255) | class iP{get debugName(){var e;return(e=this._debugNameData.getDebugName... method debugName (line 255) | get debugName(){var e;return(e=this._debugNameData.getDebugName(this))... method constructor (line 255) | constructor(e,t,i,s){var o,r;this._debugNameData=e,this._runFn=t,this.... method dispose (line 255) | dispose(){this.disposed=!0;for(const e of this.dependencies)e.removeOb... method _runIfNeeded (line 255) | _runIfNeeded(){var e,t,i;if(this.state===3)return;const s=this.depende... method toString (line 255) | toString(){return`Autorun<${this.debugName}>`} method beginUpdate (line 255) | beginUpdate(){this.state===3&&(this.state=1),this.updateCount++} method endUpdate (line 255) | endUpdate(){if(this.updateCount===1)do{if(this.state===1){this.state=3... method handlePossibleChange (line 255) | handlePossibleChange(e){this.state===3&&this.dependencies.has(e)&&!thi... method handleChange (line 255) | handleChange(e,t){this.dependencies.has(e)&&!this.dependenciesToBeRemo... method readObservable (line 255) | readObservable(e){if(this.disposed)return e.get();e.addObserver(this);... function Vd (line 255) | function Vd(n){return new pVe(n)} class pVe (line 255) | class pVe extends Mde{constructor(e){super(),this.value=e}get debugName(... method constructor (line 255) | constructor(e){super(),this.value=e} method debugName (line 255) | get debugName(){return this.toString()} method get (line 255) | get(){return this.value} method addObserver (line 255) | addObserver(e){} method removeObserver (line 255) | removeObserver(e){} method toString (line 255) | toString(){return`Const: ${this.value}`} function qi (line 255) | function qi(n,e){return new Iv(n,e)} class Iv (line 255) | class Iv extends ND{constructor(e,t){super(),this.event=e,this._getValue... method constructor (line 255) | constructor(e,t){super(),this.event=e,this._getValue=t,this.hasValue=!... method getDebugName (line 255) | getDebugName(){return JM(this._getValue)} method debugName (line 255) | get debugName(){const e=this.getDebugName();return"From Event"+(e?`: $... method onFirstObserverAdded (line 255) | onFirstObserverAdded(){this.subscription=this.event(this.handleEvent)} method onLastObserverRemoved (line 255) | onLastObserverRemoved(){this.subscription.dispose(),this.subscription=... method get (line 255) | get(){return this.subscription?(this.hasValue||this.handleEvent(void 0... function e (line 255) | function e(t,i){let s=!1;Iv.globalTransaction===void 0&&(Iv.globalTransa... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function Ko (line 255) | function Ko(n,e){return new mVe(n,e)} class mVe (line 255) | class mVe extends ND{constructor(e,t){super(),this.debugName=e,this.even... method constructor (line 255) | constructor(e,t){super(),this.debugName=e,this.event=t,this.handleEven... method onFirstObserverAdded (line 255) | onFirstObserverAdded(){this.subscription=this.event(this.handleEvent)} method onLastObserverRemoved (line 255) | onLastObserverRemoved(){this.subscription.dispose(),this.subscription=... method get (line 255) | get(){} function nP (line 255) | function nP(n){return typeof n=="string"?new wJ(n):new wJ(void 0,n)} class wJ (line 255) | class wJ extends ND{get debugName(){var e;return(e=new ca(this._owner,th... method debugName (line 255) | get debugName(){var e;return(e=new ca(this._owner,this._debugName,void... method constructor (line 255) | constructor(e,t){super(),this._debugName=e,this._owner=t} method trigger (line 255) | trigger(e,t){if(!e){rn(i=>{this.trigger(i,t)},()=>`Trigger signal ${th... method get (line 255) | get(){} function RD (line 255) | function RD(n,e){const t=new _Ve(!0,e);return n.addObserver(t),e?e(n.get... class _Ve (line 255) | class _Ve{constructor(e,t){this._forceRecompute=e,this._handleValue=t,th... method constructor (line 255) | constructor(e,t){this._forceRecompute=e,this._handleValue=t,this._coun... method beginUpdate (line 255) | beginUpdate(e){this._counter++} method endUpdate (line 255) | endUpdate(e){this._counter--,this._counter===0&&this._forceRecompute&&... method handlePossibleChange (line 255) | handlePossibleChange(e){} method handleChange (line 255) | handleChange(e,t){} function vVe (line 255) | function vVe(n,e){let t;return Rt(n,s=>(t=e(s,t),t))} function bVe (line 255) | function bVe(n,e,t,i){let s=new yJ(t,i);return Uf({debugReferenceFn:t,ow... class yJ (line 255) | class yJ{constructor(e,t){this._map=e,this._keySelector=t,this._cache=ne... method constructor (line 255) | constructor(e,t){this._map=e,this._keySelector=t,this._cache=new Map,t... method dispose (line 255) | dispose(){this._cache.forEach(e=>e.store.dispose()),this._cache.clear()} method setItems (line 255) | setItems(e){const t=[],i=new Set(this._cache.keys());for(const s of e)... method getItems (line 255) | getItems(){return this._items} function Ode (line 255) | function Ode(n,e,t,i){return e||(e=s=>s!=null),new Promise((s,o)=>{let r... class CVe (line 255) | class CVe{constructor(e){this.trait=e,this.renderedElements=[]}get templ... method constructor (line 255) | constructor(e){this.trait=e,this.renderedElements=[]} method templateId (line 255) | get templateId(){return`template:${this.trait.name}`} method renderTemplate (line 255) | renderTemplate(e){return e} method renderElement (line 255) | renderElement(e,t,i){const s=this.renderedElements.findIndex(o=>o.temp... method splice (line 255) | splice(e,t,i){const s=[];for(const o of this.renderedElements)o.index<... method renderIndexes (line 255) | renderIndexes(e){for(const{index:t,templateData:i}of this.renderedElem... method disposeTemplate (line 255) | disposeTemplate(e){const t=this.renderedElements.findIndex(i=>i.templa... method name (line 255) | get name(){return this._trait} method renderer (line 255) | get renderer(){return new CVe(this)} method constructor (line 255) | constructor(e){this._trait=e,this.indexes=[],this.sortedIndexes=[],this.... method splice (line 255) | splice(e,t,i){const s=i.length-t,o=e+t,r=[];let a=0;for(;a=0} method dispose (line 255) | dispose(){tn(this._onChange)} class wVe (line 255) | class wVe extends SA{constructor(e){super("selected"),this.setAriaSelect... method constructor (line 255) | constructor(e){super("selected"),this.setAriaSelected=e} method renderIndex (line 255) | renderIndex(e,t){super.renderIndex(e,t),this.setAriaSelected&&(this.co... class M5 (line 255) | class M5{constructor(e,t,i){this.trait=e,this.view=t,this.identityProvid... method constructor (line 255) | constructor(e,t,i){this.trait=e,this.view=t,this.identityProvider=i} method splice (line 255) | splice(e,t,i){if(!this.identityProvider)return this.trait.splice(e,t,n... function mm (line 255) | function mm(n){return n.tagName==="INPUT"||n.tagName==="TEXTAREA"} function MD (line 255) | function MD(n,e){return n.classList.contains(e)?!0:n.classList.contains(... function RS (line 255) | function RS(n){return MD(n,"monaco-editor")} function yVe (line 255) | function yVe(n){return MD(n,"monaco-custom-toggle")} function SVe (line 255) | function SVe(n){return MD(n,"action-item")} function Dx (line 255) | function Dx(n){return MD(n,"monaco-tree-sticky-row")} function qL (line 255) | function qL(n){return n.classList.contains("monaco-tree-sticky-container")} function Fde (line 255) | function Fde(n){return n.tagName==="A"&&n.classList.contains("monaco-but... class Bde (line 255) | class Bde{get onKeyDown(){return Ae.chain(this.disposables.add(new ei(th... method onKeyDown (line 255) | get onKeyDown(){return Ae.chain(this.disposables.add(new ei(this.view.... method constructor (line 255) | constructor(e,t,i){this.list=e,this.view=t,this.disposables=new be,thi... method updateOptions (line 255) | updateOptions(e){e.multipleSelectionSupport!==void 0&&(this.multipleSe... method onEnter (line 255) | onEnter(e){e.preventDefault(),e.stopPropagation(),this.list.setSelecti... method onUpArrow (line 255) | onUpArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusPre... method onDownArrow (line 255) | onDownArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focusN... method onPageUpArrow (line 255) | onPageUpArrow(e){e.preventDefault(),e.stopPropagation(),this.list.focu... method onPageDownArrow (line 255) | onPageDownArrow(e){e.preventDefault(),e.stopPropagation(),this.list.fo... method onCtrlA (line 255) | onCtrlA(e){e.preventDefault(),e.stopPropagation(),this.list.setSelecti... method onEscape (line 255) | onEscape(e){this.list.getSelection().length&&(e.preventDefault(),e.sto... method dispose (line 255) | dispose(){this.disposables.dispose(),this.multipleSelectionDisposables... method mightProducePrintableCharacter (line 255) | mightProducePrintableCharacter(n){return n.ctrlKey||n.metaKey||n.altKey?... class LVe (line 255) | class LVe{constructor(e,t,i,s,o){this.list=e,this.view=t,this.keyboardNa... method constructor (line 255) | constructor(e,t,i,s,o){this.list=e,this.view=t,this.keyboardNavigation... method updateOptions (line 255) | updateOptions(e){var t,i;!((t=e.typeNavigationEnabled)!==null&&t!==voi... method enable (line 255) | enable(){if(this.enabled)return;let e=!1;const t=Ae.chain(this.enabled... method disable (line 255) | disable(){this.enabled&&(this.enabledDisposables.clear(),this.enabled=... method onClear (line 255) | onClear(){var e;const t=this.list.getFocus();if(t.length>0&&t[0]===thi... method onInput (line 255) | onInput(e){if(!e){this.state=T1.Idle,this.triggered=!1;return}const t=... method dispose (line 255) | dispose(){this.disable(),this.enabledDisposables.dispose(),this.dispos... class kVe (line 255) | class kVe{constructor(e,t){this.list=e,this.view=t,this.disposables=new ... method constructor (line 255) | constructor(e,t){this.list=e,this.view=t,this.disposables=new be;const... method onTab (line 255) | onTab(e){if(e.target!==this.view.domNode)return;const t=this.list.getF... method dispose (line 255) | dispose(){this.disposables.dispose()} function Wde (line 255) | function Wde(n){return Xt?n.browserEvent.metaKey:n.browserEvent.ctrlKey} function Hde (line 255) | function Hde(n){return n.browserEvent.shiftKey} function DVe (line 255) | function DVe(n){return sz(n)&&n.button===2} class Vde (line 255) | class Vde{constructor(e){this.list=e,this.disposables=new be,this._onPoi... method constructor (line 255) | constructor(e){this.list=e,this.disposables=new be,this._onPointer=new... method updateOptions (line 255) | updateOptions(e){e.multipleSelectionSupport!==void 0&&(this.multipleSe... method isSelectionSingleChangeEvent (line 255) | isSelectionSingleChangeEvent(e){return this.multipleSelectionControlle... method isSelectionRangeChangeEvent (line 255) | isSelectionRangeChangeEvent(e){return this.multipleSelectionController... method isSelectionChangeEvent (line 255) | isSelectionChangeEvent(e){return this.isSelectionSingleChangeEvent(e)|... method onMouseDown (line 255) | onMouseDown(e){RS(e.browserEvent.target)||Ao()!==e.browserEvent.target... method onContextMenu (line 255) | onContextMenu(e){if(mm(e.browserEvent.target)||RS(e.browserEvent.targe... method onViewPointer (line 255) | onViewPointer(e){if(!this.mouseSupport||mm(e.browserEvent.target)||RS(... method onDoubleClick (line 255) | onDoubleClick(e){if(mm(e.browserEvent.target)||RS(e.browserEvent.targe... method changeSelection (line 255) | changeSelection(e){const t=e.index;let i=this.list.getAnchor();if(this... method dispose (line 255) | dispose(){this.disposables.dispose()} class zde (line 255) | class zde{constructor(e,t){this.styleElement=e,this.selectorSuffix=t}sty... method constructor (line 255) | constructor(e,t){this.styleElement=e,this.selectorSuffix=t} method style (line 255) | style(e){var t,i;const s=this.selectorSuffix&&`.${this.selectorSuffix}... method getDragURI (line 298) | getDragURI(){return null} method onDragStart (line 298) | onDragStart(){} method onDragOver (line 298) | onDragOver(){return!1} method drop (line 298) | drop(){} method dispose (line 298) | dispose(){} function TVe (line 298) | function TVe(n,e){const t=n.indexOf(e);if(t===-1)return[];const i=[];let... function E9 (line 298) | function E9(n,e){const t=[];let i=0,s=0;for(;it.renderTemplate(e))} method renderElement (line 298) | renderElement(e,t,i,s){let o=0;for(const r of this.renderers)r.renderE... method disposeElement (line 298) | disposeElement(e,t,i,s){var o;let r=0;for(const a of this.renderers)(o... method disposeTemplate (line 298) | disposeTemplate(e){let t=0;for(const i of this.renderers)i.disposeTemp... class RVe (line 298) | class RVe{constructor(e){this.accessibilityProvider=e,this.templateId="a... method constructor (line 298) | constructor(e){this.accessibilityProvider=e,this.templateId="a18n"} method renderTemplate (line 298) | renderTemplate(e){return{container:e,disposables:new be}} method renderElement (line 298) | renderElement(e,t,i){const s=this.accessibilityProvider.getAriaLabel(e... method setAriaLabel (line 298) | setAriaLabel(e,t){e?t.setAttribute("aria-label",e):t.removeAttribute("... method disposeElement (line 298) | disposeElement(e,t,i,s){i.disposables.clear()} method disposeTemplate (line 298) | disposeTemplate(e){e.disposables.dispose()} class MVe (line 298) | class MVe{constructor(e,t){this.list=e,this.dnd=t}getDragElements(e){con... method constructor (line 298) | constructor(e,t){this.list=e,this.dnd=t} method getDragElements (line 298) | getDragElements(e){const t=this.list.getSelectedElements();return t.in... method getDragURI (line 298) | getDragURI(e){return this.dnd.getDragURI(e)} method getDragLabel (line 298) | getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabe... method onDragStart (line 298) | onDragStart(e,t){var i,s;(s=(i=this.dnd).onDragStart)===null||s===void... method onDragOver (line 298) | onDragOver(e,t,i,s,o){return this.dnd.onDragOver(e,t,i,s,o)} method onDragLeave (line 298) | onDragLeave(e,t,i,s){var o,r;(r=(o=this.dnd).onDragLeave)===null||r===... method onDragEnd (line 298) | onDragEnd(e){var t,i;(i=(t=this.dnd).onDragEnd)===null||i===void 0||i.... method drop (line 298) | drop(e,t,i,s,o){this.dnd.drop(e,t,i,s,o)} method dispose (line 298) | dispose(){this.dnd.dispose()} class El (line 298) | class El{get onDidChangeFocus(){return Ae.map(this.eventBufferer.wrapEve... method onDidChangeFocus (line 298) | get onDidChangeFocus(){return Ae.map(this.eventBufferer.wrapEvent(this... method onDidChangeSelection (line 298) | get onDidChangeSelection(){return Ae.map(this.eventBufferer.wrapEvent(... method domId (line 298) | get domId(){return this.view.domId} method onDidScroll (line 298) | get onDidScroll(){return this.view.onDidScroll} method onMouseClick (line 298) | get onMouseClick(){return this.view.onMouseClick} method onMouseDblClick (line 298) | get onMouseDblClick(){return this.view.onMouseDblClick} method onMouseMiddleClick (line 298) | get onMouseMiddleClick(){return this.view.onMouseMiddleClick} method onPointer (line 298) | get onPointer(){return this.mouseController.onPointer} method onMouseDown (line 298) | get onMouseDown(){return this.view.onMouseDown} method onMouseOver (line 298) | get onMouseOver(){return this.view.onMouseOver} method onMouseOut (line 298) | get onMouseOut(){return this.view.onMouseOut} method onTouchStart (line 298) | get onTouchStart(){return this.view.onTouchStart} method onTap (line 298) | get onTap(){return this.view.onTap} method onContextMenu (line 298) | get onContextMenu(){let e=!1;const t=Ae.chain(this.disposables.add(new... method onKeyDown (line 298) | get onKeyDown(){return this.disposables.add(new ei(this.view.domNode,"... method onDidFocus (line 298) | get onDidFocus(){return Ae.signal(this.disposables.add(new ei(this.vie... method onDidBlur (line 298) | get onDidBlur(){return Ae.signal(this.disposables.add(new ei(this.view... method constructor (line 298) | constructor(e,t,i,s,o=EVe){var r,a,l,c;this.user=e,this._options=o,thi... method createListView (line 298) | createListView(e,t,i,s){return new vc(e,t,i,s)} method createMouseController (line 298) | createMouseController(e){return new Vde(this)} method updateOptions (line 298) | updateOptions(e={}){var t,i;this._options={...this._options,...e},(t=t... method options (line 298) | get options(){return this._options} method splice (line 298) | splice(e,t,i=[]){if(e<0||e>this.view.length)throw new j_(this.user,`In... method rerender (line 298) | rerender(){this.view.rerender()} method element (line 298) | element(e){return this.view.element(e)} method indexOf (line 298) | indexOf(e){return this.view.indexOf(e)} method indexAt (line 298) | indexAt(e){return this.view.indexAt(e)} method length (line 298) | get length(){return this.view.length} method contentHeight (line 298) | get contentHeight(){return this.view.contentHeight} method onDidChangeContentHeight (line 298) | get onDidChangeContentHeight(){return this.view.onDidChangeContentHeight} method scrollTop (line 298) | get scrollTop(){return this.view.getScrollTop()} method scrollTop (line 298) | set scrollTop(e){this.view.setScrollTop(e)} method scrollHeight (line 298) | get scrollHeight(){return this.view.scrollHeight} method renderHeight (line 298) | get renderHeight(){return this.view.renderHeight} method firstVisibleIndex (line 298) | get firstVisibleIndex(){return this.view.firstVisibleIndex} method ariaLabel (line 298) | get ariaLabel(){return this._ariaLabel} method ariaLabel (line 298) | set ariaLabel(e){this._ariaLabel=e,this.view.domNode.setAttribute("ari... method domFocus (line 298) | domFocus(){this.view.domNode.focus({preventScroll:!0})} method layout (line 298) | layout(e,t){this.view.layout(e,t)} method setSelection (line 298) | setSelection(e,t){for(const i of e)if(i<0||i>=this.length)throw new j_... method getSelection (line 298) | getSelection(){return this.selection.get()} method getSelectedElements (line 298) | getSelectedElements(){return this.getSelection().map(e=>this.view.elem... method setAnchor (line 298) | setAnchor(e){if(typeof e>"u"){this.anchor.set([]);return}if(e<0||e>=th... method getAnchor (line 298) | getAnchor(){return NV(this.anchor.get(),void 0)} method getAnchorElement (line 298) | getAnchorElement(){const e=this.getAnchor();return typeof e>"u"?void 0... method setFocus (line 298) | setFocus(e,t){for(const i of e)if(i<0||i>=this.length)throw new j_(thi... method focusNext (line 298) | focusNext(e=1,t=!1,i,s){if(this.length===0)return;const o=this.focus.g... method focusPrevious (line 298) | focusPrevious(e=1,t=!1,i,s){if(this.length===0)return;const o=this.foc... method focusNextPage (line 298) | async focusNextPage(e,t){let i=this.view.indexAt(this.view.getScrollTo... method focusPreviousPage (line 298) | async focusPreviousPage(e,t,i=()=>0){let s;const o=i(),r=this.view.get... method focusLast (line 298) | focusLast(e,t){if(this.length===0)return;const i=this.findPreviousInde... method focusFirst (line 298) | focusFirst(e,t){this.focusNth(0,e,t)} method focusNth (line 298) | focusNth(e,t,i){if(this.length===0)return;const s=this.findNextIndex(e... method findNextIndex (line 298) | findNextIndex(e,t=!1,i){for(let s=0;s=this.leng... method findPreviousIndex (line 298) | findPreviousIndex(e,t=!1,i){for(let s=0;sthis.view.element(e))} method reveal (line 298) | reveal(e,t,i=0){if(e<0||e>=this.length)throw new j_(this.user,`Invalid... method getRelativeTop (line 298) | getRelativeTop(e,t=0){if(e<0||e>=this.length)throw new j_(this.user,`I... method getHTMLElement (line 298) | getHTMLElement(){return this.view.domNode} method getScrollableElement (line 298) | getScrollableElement(){return this.view.scrollableElementDomNode} method getElementID (line 298) | getElementID(e){return this.view.getElementDomId(e)} method getElementTop (line 298) | getElementTop(e){return this.view.elementTop(e)} method style (line 298) | style(e){this.styleController.style(e)} method toListEvent (line 298) | toListEvent({indexes:e,browserEvent:t}){return{indexes:e,elements:e.ma... method _onFocusChange (line 298) | _onFocusChange(){const e=this.focus.get();this.view.domNode.classList.... method onDidChangeActiveDescendant (line 298) | onDidChangeActiveDescendant(){var e;const t=this.focus.get();if(t.leng... method _onSelectionChange (line 298) | _onSelectionChange(){const e=this.selection.get();this.view.domNode.cl... method dispose (line 298) | dispose(){this._onDidDispose.fire(),this.disposables.dispose(),this._o... class PVe (line 298) | class PVe{get templateId(){return $de}renderTemplate(e){const t=Object.c... method templateId (line 298) | get templateId(){return $de} method renderTemplate (line 298) | renderTemplate(e){const t=Object.create(null);return t.root=e,t.text=w... method renderElement (line 298) | renderElement(e,t,i){const s=i,o=e.text,r=e.detail,a=e.decoratorRight,... method disposeTemplate (line 298) | disposeTemplate(e){} class nh (line 298) | class nh extends ne{constructor(e,t,i,s,o){super(),this.options=[],this.... method constructor (line 298) | constructor(e,t,i,s,o){super(),this.options=[],this._currentSelection=... method setTitle (line 298) | setTitle(e){!this._hover&&e?this._hover=this._register(bu().setupUpdat... method getHeight (line 298) | getHeight(){return 22} method getTemplateId (line 298) | getTemplateId(){return $de} method constructSelectDropDown (line 298) | constructSelectDropDown(e){this.contextViewProvider=e,this.selectDropD... method registerListeners (line 298) | registerListeners(){this._register(rs(this.selectElement,"change",t=>{... method onDidSelect (line 298) | get onDidSelect(){return this._onDidSelect.event} method setOptions (line 298) | setOptions(e,t){zn(this.options,e)||(this.options=e,this.selectElement... method setOptionsList (line 298) | setOptionsList(){var e;(e=this.selectList)===null||e===void 0||e.splic... method select (line 298) | select(e){e>=0&&ethis.options.l... method focus (line 298) | focus(){this.selectElement&&(this.selectElement.tabIndex=0,this.select... method blur (line 298) | blur(){this.selectElement&&(this.selectElement.tabIndex=-1,this.select... method setFocusable (line 298) | setFocusable(e){this.selectElement.tabIndex=e?0:-1} method render (line 298) | render(e){this.container=e,e.classList.add("select-container"),e.appen... method initStyleSheet (line 298) | initStyleSheet(){const e=[];this.styles.listFocusBackground&&e.push(`.... method styleSelectElement (line 299) | styleSelectElement(){var e,t,i;const s=(e=this.styles.selectBackground... method styleList (line 299) | styleList(){var e,t;const i=(e=this.styles.selectBackground)!==null&&e... method createOption (line 299) | createOption(e,t,i){const s=document.createElement("option");return s.... method showSelectDropDown (line 299) | showSelectDropDown(){this.selectionDetailsPane.innerText="",!(!this.co... method hideSelectDropDown (line 299) | hideSelectDropDown(e){!this.contextViewProvider||!this._isVisible||(th... method renderSelectDropDown (line 299) | renderSelectDropDown(e,t){return e.appendChild(this.selectDropDownCont... method measureMaxDetailsHeight (line 299) | measureMaxDetailsHeight(){let e=0;return this.options.forEach((t,i)=>{... method layoutSelectDropDown (line 299) | layoutSelectDropDown(e){if(this._skipLayout)return!1;if(this.selectLis... method setWidthControlElement (line 299) | setWidthControlElement(e){let t=0;if(e){let i=0,s=0;this.options.forEa... method createSelectList (line 299) | createSelectList(e){if(this.selectList)return;this.selectDropDownListC... method onPointerUp (line 299) | onPointerUp(e){if(!this.selectList.length)return;ii.stop(e);const t=e.... method onListBlur (line 299) | onListBlur(){this._sticky||(this.selected!==this._currentSelection&&th... method renderDescriptionMarkdown (line 299) | renderDescriptionMarkdown(e,t){const i=o=>{for(let r=0;r0&&(ii.stop(e,!0),this.options[this.selecte... method onPageUp (line 299) | onPageUp(e){ii.stop(e),this.selectList.focusPreviousPage(),setTimeout(... method onPageDown (line 299) | onPageDown(e){ii.stop(e),this.selectList.focusNextPage(),setTimeout(()... method onHome (line 299) | onHome(e){ii.stop(e),!(this.options.length<2)&&(this.selected=0,this.o... method onEnd (line 299) | onEnd(e){ii.stop(e),!(this.options.length<2)&&(this.selected=this.opti... method onCharacter (line 299) | onCharacter(e){const t=Wf.toString(e.keyCode);let i=-1;for(let s=0;s=0&&ethis.... method runAction (line 299) | runAction(e,t){this.actionRunner.run(this._action,this.getActionContex... method getActionContext (line 299) | getActionContext(e,t){return e} method setFocusable (line 299) | setFocusable(e){this.selectBox.setFocusable(e)} method focus (line 299) | focus(){var e;(e=this.selectBox)===null||e===void 0||e.focus()} method blur (line 299) | blur(){var e;(e=this.selectBox)===null||e===void 0||e.blur()} method render (line 299) | render(e){this.selectBox.render(e)} class WVe (line 299) | class WVe extends f0{constructor(e,t){super(),this._onDidChangeVisibilit... method constructor (line 299) | constructor(e,t){super(),this._onDidChangeVisibility=this._register(ne... method element (line 299) | get element(){return this._element} method show (line 299) | show(){this.visible||(this.visible=!0,this._onDidChangeVisibility.fire... method hide (line 299) | hide(){this.visible&&(this.visible=!1,this._onDidChangeVisibility.fire... method dispose (line 299) | dispose(){super.dispose(),this.hide(),this.boxContainer&&(this.boxCont... class HVe (line 299) | class HVe extends WVe{constructor(e,t){super(e,t),this._options=t,this._... method constructor (line 299) | constructor(e,t){super(e,t),this._options=t,this._actions=[],this.acti... method menuOptions (line 299) | set menuOptions(e){this._menuOptions=e} method menuOptions (line 299) | get menuOptions(){return this._menuOptions} method actions (line 299) | get actions(){return this._options.actionProvider?this._options.action... method actions (line 299) | set actions(e){this._actions=e} method show (line 299) | show(){super.show(),this.element.classList.add("active"),this._options... method hide (line 299) | hide(){super.hide()} method onHide (line 299) | onHide(){this.hide(),this.element.classList.remove("active")} class xA (line 299) | class xA extends Rd{constructor(e,t,i,s=Object.create(null)){super(null,... method constructor (line 299) | constructor(e,t,i,s=Object.create(null)){super(null,e,s),this.actionIt... method render (line 299) | render(e){this.actionItem=e;const t=o=>{var r;this.element=we(o,ke("a.... method getTooltip (line 299) | getTooltip(){let e=null;return this.action.tooltip?e=this.action.toolt... method setActionContext (line 299) | setActionContext(e){super.setActionContext(e),this.dropdownMenu&&(this... method show (line 299) | show(){var e;(e=this.dropdownMenu)===null||e===void 0||e.show()} method updateEnabled (line 299) | updateEnabled(){var e,t;const i=!this.action.enabled;(e=this.actionIte... function VVe (line 299) | function VVe(n){return n&&typeof n=="object"&&typeof n.original=="string... function zVe (line 299) | function zVe(n){return n?n.condition!==void 0:!1} class dC (line 299) | class dC extends ne{constructor(e,t=Object.create(null)){super(),this.da... method constructor (line 299) | constructor(e,t=Object.create(null)){super(),this.database=e,this.opti... method registerListeners (line 299) | registerListeners(){this._register(this.database.onDidChangeItemsExter... method onDidChangeItemsExternal (line 299) | onDidChangeItemsExternal(e){var t,i;this._onDidChangeStorage.pause();t... method acceptExternal (line 299) | acceptExternal(e,t){if(this.state===N1.Closed)return;let i=!1;ll(t)?i=... method get (line 299) | get(e,t){const i=this.cache.get(e);return ll(i)?t:i} method getBoolean (line 299) | getBoolean(e,t){const i=this.get(e);return ll(i)?t:i==="true"} method getNumber (line 299) | getNumber(e,t){const i=this.get(e);return ll(i)?t:parseInt(i,10)} method set (line 299) | async set(e,t,i=!1){if(this.state===N1.Closed)return;if(ll(t))return t... method delete (line 299) | async delete(e,t=!1){if(!(this.state===N1.Closed||!this.cache.delete(e... method hasPending (line 299) | get hasPending(){return this.pendingInserts.size>0||this.pendingDelete... method flushPending (line 299) | async flushPending(){if(!this.hasPending)return;const e={insert:this.p... method doFlush (line 299) | async doFlush(e){return this.options.hint===cC.STORAGE_IN_MEMORY?this.... class P5 (line 299) | class P5{constructor(){this.onDidChangeItemsExternal=Ae.None,this.items=... method constructor (line 299) | constructor(){this.onDidChangeItemsExternal=Ae.None,this.items=new Map} method updateItems (line 299) | async updateItems(e){var t,i;(t=e.insert)===null||t===void 0||t.forEac... function $Ve (line 299) | function $Ve(n){const e=n.get(IN);if(e)try{return JSON.parse(e)}catch{}r... class sP (line 299) | class sP extends ne{constructor(e={flushInterval:sP.DEFAULT_FLUSH_INTERV... method constructor (line 299) | constructor(e={flushInterval:sP.DEFAULT_FLUSH_INTERVAL}){super(),this.... method onDidChangeValue (line 299) | onDidChangeValue(e,t,i){return Ae.filter(this._onDidChangeValue.event,... method emitDidChangeValue (line 299) | emitDidChangeValue(e,t){const{key:i,external:s}=t;if(i===IN){switch(e)... method get (line 299) | get(e,t,i){var s;return(s=this.getStorage(t))===null||s===void 0?void ... method getBoolean (line 299) | getBoolean(e,t,i){var s;return(s=this.getStorage(t))===null||s===void ... method getNumber (line 299) | getNumber(e,t,i){var s;return(s=this.getStorage(t))===null||s===void 0... method store (line 299) | store(e,t,i,s,o=!1){if(ll(t)){this.remove(e,i,o);return}this.withPause... method remove (line 299) | remove(e,t,i=!1){this.withPausedEmitters(()=>{var s;this.updateKeyTarg... method withPausedEmitters (line 299) | withPausedEmitters(e){this._onDidChangeValue.pause(),this._onDidChange... method updateKeyTarget (line 299) | updateKeyTarget(e,t,i,s=!1){var o,r;const a=this.getKeyTargets(t);type... method workspaceKeyTargets (line 299) | get workspaceKeyTargets(){return this._workspaceKeyTargets||(this._wor... method profileKeyTargets (line 299) | get profileKeyTargets(){return this._profileKeyTargets||(this._profile... method applicationKeyTargets (line 299) | get applicationKeyTargets(){return this._applicationKeyTargets||(this.... method getKeyTargets (line 299) | getKeyTargets(e){switch(e){case-1:return this.applicationKeyTargets;ca... method loadKeyTargets (line 299) | loadKeyTargets(e){const t=this.getStorage(e);return t?$Ve(t):Object.cr... class UVe (line 299) | class UVe extends sP{constructor(){super(),this.applicationStorage=this.... method constructor (line 299) | constructor(){super(),this.applicationStorage=this._register(new dC(ne... method getStorage (line 299) | getStorage(e){switch(e){case-1:return this.applicationStorage;case 0:r... function jVe (line 299) | function jVe(n,e){const t={...e};for(const i in n){const s=n[i];t[i]=s!=... function tb (line 299) | function tb(n){return jVe(n,eb)} function QVe (line 299) | function QVe(n,e,t,i){const s=n.getActions(e),o=Yf.getInstance(),r=o.key... function rP (line 299) | function rP(n,e,t,i,s,o){const r=n.getActions(e);jde(r,t,!1,typeof i=="s... function jde (line 299) | function jde(n,e,t,i=r=>r==="navigation",s=()=>!1,o=!1){let r,a;Array.is... method constructor (line 299) | constructor(e,t,i,s,o,r,a,l){super(void 0,e,{icon:!!(e.class||e.item.ico... method _menuItemAction (line 299) | get _menuItemAction(){return this._action} method _commandAction (line 299) | get _commandAction(){return this._wantsAltCommand&&this._menuItemAction.... method onClick (line 299) | async onClick(e){e.preventDefault(),e.stopPropagation();try{await this.a... method render (line 299) | render(e){if(super.render(e),e.classList.add("menu-entry"),this.options.... method updateLabel (line 299) | updateLabel(){this.options.label&&this.label&&(this.label.textContent=th... method getTooltip (line 299) | getTooltip(){var e;const t=this._keybindingService.lookupKeybinding(this... method updateClass (line 300) | updateClass(){this.options.icon&&(this._commandAction!==this._menuItemAc... method _updateItemClass (line 300) | _updateItemClass(e){this._itemClassDispose.value=void 0;const{element:t,... method constructor (line 300) | constructor(e,t,i,s,o){var r,a,l;const c={...t,menuAsChild:(r=t==null?vo... method render (line 300) | render(e){super.render(e),mi(this.element),e.classList.add("menu-entry")... method constructor (line 300) | constructor(e,t,i,s,o,r,a,l){var c,d,u;super(null,e),this._keybindingSer... method update (line 300) | update(e){var t;!((t=this._options)===null||t===void 0)&&t.persistLastAc... method _getDefaultActionKeybindingLabel (line 300) | _getDefaultActionKeybindingLabel(e){var t;let i;if(!((t=this._options)==... method setActionContext (line 300) | setActionContext(e){super.setActionContext(e),this._defaultAction.setAct... method render (line 300) | render(e){this._container=e,super.render(this._container),this._containe... method focus (line 300) | focus(e){e?this._dropdown.focus():(this._defaultAction.element.tabIndex=... method blur (line 300) | blur(){this._defaultAction.element.tabIndex=-1,this._dropdown.blur(),thi... method setFocusable (line 300) | setFocusable(e){e?this._defaultAction.element.tabIndex=0:(this._defaultA... method dispose (line 300) | dispose(){this._defaultAction.dispose(),this._dropdown.dispose(),super.d... method constructor (line 300) | constructor(e,t){super(null,e,e.actions.map(i=>({text:i.id===Ms.ID?"────... method render (line 300) | render(e){super.render(e),e.style.borderColor=Ge(y1)} method runAction (line 300) | runAction(e,t){const i=this.action.actions[t];i&&this.actionRunner.run(i)} function Kde (line 300) | function Kde(n,e,t){return e instanceof Na?n.createInstance(Um,e,t):e in... class hc (line 300) | class hc extends ne{constructor(e,t={}){var i,s,o,r,a,l,c;super(),this._... method constructor (line 300) | constructor(e,t={}){var i,s,o,r,a,l,c;super(),this._actionRunnerDispos... method refreshRole (line 300) | refreshRole(){this.length()>=1?this.actionsList.setAttribute("role",th... method setFocusable (line 300) | setFocusable(e){if(this.focusable=e,this.focusable){const t=this.viewI... method isTriggerKeyEvent (line 300) | isTriggerKeyEvent(e){let t=!1;return this._triggerKeys.keys.forEach(i=... method updateFocusedItem (line 300) | updateFocusedItem(){var e,t;for(let i=0;it.setActionCo... method actionRunner (line 300) | get actionRunner(){return this._actionRunner} method actionRunner (line 300) | set actionRunner(e){this._actionRunner=e,this._actionRunnerDisposables... method getContainer (line 300) | getContainer(){return this.domNode} method getAction (line 300) | getAction(e){var t;if(typeof e=="number")return(t=this.viewItems[e])==... method push (line 300) | push(e,t={}){const i=Array.isArray(e)?e:[e];let s=Nm(t.index)?t.index:... method clear (line 300) | clear(){this.isEmpty()||(this.viewItems=tn(this.viewItems),this.viewIt... method length (line 300) | length(){return this.viewItems.length} method isEmpty (line 300) | isEmpty(){return this.viewItems.length===0} method focus (line 300) | focus(e){let t=!1,i;if(e===void 0?t=!0:typeof e=="number"?i=e:typeof e... method focusFirst (line 300) | focusFirst(){return this.focusedItem=this.length()-1,this.focusNext(!0)} method focusLast (line 300) | focusLast(){return this.focusedItem=0,this.focusPrevious(!0)} method focusNext (line 300) | focusNext(e){if(typeof this.focusedItem>"u")this.focusedItem=this.view... method focusPrevious (line 300) | focusPrevious(e){if(typeof this.focusedItem>"u")this.focusedItem=0;els... method updateFocus (line 300) | updateFocus(e,t,i=!1){var s,o;typeof this.focusedItem>"u"&&this.action... method doTrigger (line 300) | doTrigger(e){if(typeof this.focusedItem>"u")return;const t=this.viewIt... method run (line 300) | async run(e,t){await this._actionRunner.run(e,t)} method dispose (line 300) | dispose(){this._context=void 0,this.viewItems=tn(this.viewItems),this.... class uC (line 300) | class uC extends hc{constructor(e,t,i,s){e.classList.add("monaco-menu-co... method constructor (line 300) | constructor(e,t,i,s){e.classList.add("monaco-menu-container"),e.setAtt... method initializeOrUpdateStyleSheet (line 300) | initializeOrUpdateStyleSheet(e,t){this.styleSheet||(W2(e)?this.styleSh... method styleScrollElement (line 300) | styleScrollElement(e,t){var i,s;const o=(i=t.foregroundColor)!==null&&... method getContainer (line 300) | getContainer(){return this.scrollableElement.getDomNode()} method onScroll (line 300) | get onScroll(){return this.scrollableElement.onScroll} method focusItemByElement (line 300) | focusItemByElement(e){const t=this.focusedItem;this.setFocusedItem(e),... method setFocusedItem (line 300) | setFocusedItem(e){for(let t=0;te.dispose()... method getMarker (line 665) | getMarker(e,t){const i=this._markerDecorations.get(e);return i&&i.getMar... method _handleMarkerChange (line 665) | _handleMarkerChange(e){e.forEach(t=>{const i=this._markerDecorations.get... method _onModelAdded (line 665) | _onModelAdded(e){const t=new rze(e);this._markerDecorations.set(e.uri,t)... method _onModelRemoved (line 665) | _onModelRemoved(e){var t;const i=this._markerDecorations.get(e.uri);i&&(... method _updateDecorations (line 665) | _updateDecorations(e){const t=this._markerService.read({resource:e.model... class rze (line 665) | class rze extends ne{constructor(e){super(),this.model=e,this._map=new k... method constructor (line 665) | constructor(e){super(),this.model=e,this._map=new kOe,this._register(d... method update (line 665) | update(e){const{added:t,removed:i}=nze(new Set(this._map.keys()),new S... method getMarker (line 665) | getMarker(e){return this._map.getKey(e.id)} method _createDecorationRange (line 665) | _createDecorationRange(e,t){let i=A.lift(t);if(t.severity===Qn.Hint&&!... method _createDecorationOption (line 665) | _createDecorationOption(e){let t,i,s,o,r;switch(e.severity){case Qn.Hi... method _hasMarkerTag (line 665) | _hasMarkerTag(e,t){return e.tags?e.tags.indexOf(t)>=0:!1} function q_ (line 665) | function q_(n){return n.toString()} class lze (line 665) | class lze{constructor(e,t,i){this.model=e,this._modelEventListeners=new ... method constructor (line 665) | constructor(e,t,i){this.model=e,this._modelEventListeners=new be,this.... method dispose (line 665) | dispose(){this._modelEventListeners.dispose()} class dze (line 665) | class dze{constructor(e,t,i,s,o,r,a,l){this.uri=e,this.initialUndoRedoSn... method constructor (line 665) | constructor(e,t,i,s,o,r,a,l){this.uri=e,this.initialUndoRedoSnapshot=t... method constructor (line 665) | constructor(e,t,i,s,o){super(),this._configurationService=e,this._resour... method _readModelOptions (line 665) | static _readModelOptions(e,t){var i;let s=zo.tabSize;if(e.editor&&typeof... method _getEOL (line 667) | _getEOL(e,t){if(e)return this._resourcePropertiesService.getEOL(e,t);con... method _shouldRestoreUndoStack (line 669) | _shouldRestoreUndoStack(){const e=this._configurationService.getValue("f... method getCreationOptions (line 669) | getCreationOptions(e,t,i){const s=typeof e=="string"?e:e.languageId;let ... method _updateModelOptions (line 669) | _updateModelOptions(e){const t=this._modelCreationOptionsByLanguageAndRe... method _setModelOptionsForModel (line 669) | static _setModelOptionsForModel(e,t,i){i&&i.defaultEOL!==t.defaultEOL&&e... method _insertDisposedModel (line 669) | _insertDisposedModel(e){this._disposedModels.set(q_(e.uri),e),this._disp... method _removeDisposedModel (line 669) | _removeDisposedModel(e){const t=this._disposedModels.get(q_(e));return t... method _ensureDisposedModelsHeapSize (line 669) | _ensureDisposedModelsHeapSize(e){if(this._disposedModelsHeapSize>e){cons... method _createModelData (line 669) | _createModelData(e,t,i,s){const o=this.getCreationOptions(t,i,s),r=new T... method createModel (line 669) | createModel(e,t,i,s=!1){let o;return t?o=this._createModelData(e,t,i,s):... method getModels (line 669) | getModels(){const e=[],t=Object.keys(this._models);for(let i=0,s=t.lengt... method getModel (line 669) | getModel(e){const t=q_(e),i=this._models[t];return i?i.model:null} method _schemaShouldMaintainUndoRedoElements (line 669) | _schemaShouldMaintainUndoRedoElements(e){return e.scheme===Tt.file||e.sc... method _onWillDispose (line 669) | _onWillDispose(e){const t=q_(e.uri),i=this._models[t],s=this._undoRedoSe... method _onDidChangeLanguage (line 669) | _onDidChangeLanguage(e,t){const i=t.oldLanguage,s=e.getLanguageId(),o=th... method _getSHA1Computer (line 669) | _getSHA1Computer(){return new aP} class aP (line 669) | class aP{canComputeSHA1(e){return e.getValueLength()<=aP.MAX_MODEL_SIZE}... method canComputeSHA1 (line 669) | canComputeSHA1(e){return e.getValueLength()<=aP.MAX_MODEL_SIZE} method computeSHA1 (line 669) | computeSHA1(e){const t=new cM,i=e.createSnapshot();let s;for(;s=i.read... class uze (line 669) | class uze{constructor(){this.providers=[],this.defaultProvider=void 0}re... method constructor (line 669) | constructor(){this.providers=[],this.defaultProvider=void 0} method registerQuickAccessProvider (line 669) | registerQuickAccessProvider(e){return e.prefix.length===0?this.default... method getQuickAccessProviders (line 669) | getQuickAccessProviders(){return tu([this.defaultProvider,...this.prov... method getQuickAccessProvider (line 669) | getQuickAccessProvider(e){return e&&this.providers.find(i=>e.startsWit... method constructor (line 669) | constructor(e,t){super(),this.quickInputService=e,this.instantiationServ... method show (line 669) | show(e="",t){this.doShowOrPick(e,!1,t)} method doShowOrPick (line 669) | doShowOrPick(e,t,i){var s,o,r,a;const[l,c]=this.getOrInstantiateProvider... method adjustValueSelection (line 669) | adjustValueSelection(e,t,i){var s;let o;i!=null&&i.preserveValue?o=[e.va... method registerPickerListeners (line 669) | registerPickerListeners(e,t,i,s,o){const r=new be,a=this.visibleQuickAcc... method getOrInstantiateProvider (line 669) | getOrInstantiateProvider(e,t){const i=this.registry.getQuickAccessProvid... class Vw (line 669) | class Vw extends Il{constructor(e){var t;super(),this._onChange=this._re... method constructor (line 669) | constructor(e){var t;super(),this._onChange=this._register(new X),this... method enabled (line 669) | get enabled(){return this.domNode.getAttribute("aria-disabled")!=="true"} method focus (line 669) | focus(){this.domNode.focus()} method checked (line 669) | get checked(){return this._checked} method checked (line 669) | set checked(e){this._checked=e,this.domNode.setAttribute("aria-checked... method width (line 669) | width(){return 22} method applyStyles (line 669) | applyStyles(){this.domNode&&(this.domNode.style.borderColor=this._chec... method enable (line 669) | enable(){this.domNode.setAttribute("aria-disabled",String(!1))} method disable (line 669) | disable(){this.domNode.setAttribute("aria-disabled",String(!0))} class Gde (line 669) | class Gde{constructor(e){this.nodes=e}toString(){return this.nodes.map(e... method constructor (line 669) | constructor(e){this.nodes=e} method toString (line 669) | toString(){return this.nodes.map(e=>typeof e=="string"?e:e.label).join... function mze (line 669) | function mze(n){const e=[];let t=0,i;for(;i=pze.exec(n);){i.index-t>0&&e... function vze (line 669) | function vze(n){if(!n)return;let e;const t=n.dark.toString();return F5[t... function AA (line 669) | function AA(n,e,t){let i=n.iconClass||vze(n.iconPath);return n.alwaysVis... function bze (line 669) | function bze(n,e,t){yo(e);const i=mze(n);let s=0;for(const o of i.nodes)... class PD (line 669) | class PD extends ne{constructor(e){super(),this.ui=e,this._widgetUpdated... method constructor (line 669) | constructor(e){super(),this.ui=e,this._widgetUpdated=!1,this.visible=!... method title (line 669) | get title(){return this._title} method title (line 669) | set title(e){this._title=e,this.update()} method description (line 669) | get description(){return this._description} method description (line 669) | set description(e){this._description=e,this.update()} method step (line 669) | get step(){return this._steps} method step (line 669) | set step(e){this._steps=e,this.update()} method totalSteps (line 669) | get totalSteps(){return this._totalSteps} method totalSteps (line 669) | set totalSteps(e){this._totalSteps=e,this.update()} method enabled (line 669) | get enabled(){return this._enabled} method enabled (line 669) | set enabled(e){this._enabled=e,this.update()} method contextKey (line 669) | get contextKey(){return this._contextKey} method contextKey (line 669) | set contextKey(e){this._contextKey=e,this.update()} method busy (line 669) | get busy(){return this._busy} method busy (line 669) | set busy(e){this._busy=e,this.update()} method ignoreFocusOut (line 669) | get ignoreFocusOut(){return this._ignoreFocusOut} method ignoreFocusOut (line 669) | set ignoreFocusOut(e){const t=this._ignoreFocusOut!==e&&!iu;this._igno... method buttons (line 669) | get buttons(){return this._buttons} method buttons (line 669) | set buttons(e){this._buttons=e,this.buttonsUpdated=!0,this.update()} method toggles (line 669) | get toggles(){return this._toggles} method toggles (line 669) | set toggles(e){this._toggles=e??[],this.togglesUpdated=!0,this.update()} method validationMessage (line 669) | get validationMessage(){return this._validationMessage} method validationMessage (line 669) | set validationMessage(e){this._validationMessage=e,this.update()} method severity (line 669) | get severity(){return this._severity} method severity (line 669) | set severity(e){this._severity=e,this.update()} method show (line 669) | show(){this.visible||(this.visibleDisposables.add(this.ui.onDidTrigger... method hide (line 669) | hide(){this.visible&&this.ui.hide()} method didHide (line 669) | didHide(e=JC.Other){this.visible=!1,this.visibleDisposables.clear(),th... method willHide (line 669) | willHide(e=JC.Other){this.onWillHideEmitter.fire({reason:e})} method update (line 669) | update(){var e,t;if(!this.visible)return;const i=this.getTitle();i&&th... method getTitle (line 669) | getTitle(){return this.title&&this.step?`${this.title} (${this.getStep... method getDescription (line 669) | getDescription(){return this.description||""} method getSteps (line 669) | getSteps(){return this.step&&this.totalSteps?v("quickInput.steps","{0}... method showMessageDecoration (line 669) | showMessageDecoration(e){if(this.ui.inputBox.showDecoration(e),e!==us.... method dispose (line 669) | dispose(){this.hide(),this.onDisposeEmitter.fire(),super.dispose()} class ZL (line 669) | class ZL extends PD{constructor(){super(...arguments),this._value="",thi... method constructor (line 669) | constructor(){super(...arguments),this._value="",this.onDidChangeValue... method quickNavigate (line 669) | get quickNavigate(){return this._quickNavigate} method quickNavigate (line 669) | set quickNavigate(e){this._quickNavigate=e,this.update()} method value (line 669) | get value(){return this._value} method value (line 669) | set value(e){this.doSetValue(e)} method doSetValue (line 669) | doSetValue(e,t){this._value!==e&&(this._value=e,t||this.update(),this.... method ariaLabel (line 669) | set ariaLabel(e){this._ariaLabel=e,this.update()} method ariaLabel (line 669) | get ariaLabel(){return this._ariaLabel} method placeholder (line 669) | get placeholder(){return this._placeholder} method placeholder (line 669) | set placeholder(e){this._placeholder=e,this.update()} method items (line 669) | get items(){return this._items} method scrollTop (line 669) | get scrollTop(){return this.ui.list.scrollTop} method scrollTop (line 669) | set scrollTop(e){this.ui.list.scrollTop=e} method items (line 669) | set items(e){this._items=e,this.itemsUpdated=!0,this.update()} method canSelectMany (line 669) | get canSelectMany(){return this._canSelectMany} method canSelectMany (line 669) | set canSelectMany(e){this._canSelectMany=e,this.update()} method canAcceptInBackground (line 669) | get canAcceptInBackground(){return this._canAcceptInBackground} method canAcceptInBackground (line 669) | set canAcceptInBackground(e){this._canAcceptInBackground=e} method matchOnDescription (line 669) | get matchOnDescription(){return this._matchOnDescription} method matchOnDescription (line 669) | set matchOnDescription(e){this._matchOnDescription=e,this.update()} method matchOnDetail (line 669) | get matchOnDetail(){return this._matchOnDetail} method matchOnDetail (line 669) | set matchOnDetail(e){this._matchOnDetail=e,this.update()} method matchOnLabel (line 669) | get matchOnLabel(){return this._matchOnLabel} method matchOnLabel (line 669) | set matchOnLabel(e){this._matchOnLabel=e,this.update()} method matchOnLabelMode (line 669) | get matchOnLabelMode(){return this._matchOnLabelMode} method matchOnLabelMode (line 669) | set matchOnLabelMode(e){this._matchOnLabelMode=e,this.update()} method sortByLabel (line 669) | get sortByLabel(){return this._sortByLabel} method sortByLabel (line 669) | set sortByLabel(e){this._sortByLabel=e,this.update()} method keepScrollPosition (line 669) | get keepScrollPosition(){return this._keepScrollPosition} method keepScrollPosition (line 669) | set keepScrollPosition(e){this._keepScrollPosition=e} method itemActivation (line 669) | get itemActivation(){return this._itemActivation} method itemActivation (line 669) | set itemActivation(e){this._itemActivation=e} method activeItems (line 669) | get activeItems(){return this._activeItems} method activeItems (line 669) | set activeItems(e){this._activeItems=e,this.activeItemsUpdated=!0,this... method selectedItems (line 669) | get selectedItems(){return this._selectedItems} method selectedItems (line 669) | set selectedItems(e){this._selectedItems=e,this.selectedItemsUpdated=!... method keyMods (line 669) | get keyMods(){return this._quickNavigate?hze:this.ui.keyMods} method valueSelection (line 669) | get valueSelection(){const e=this.ui.inputBox.getSelection();if(e)retu... method valueSelection (line 669) | set valueSelection(e){this._valueSelection=e,this.valueSelectionUpdate... method customButton (line 669) | get customButton(){return this._customButton} method customButton (line 669) | set customButton(e){this._customButton=e,this.update()} method customLabel (line 669) | get customLabel(){return this._customButtonLabel} method customLabel (line 669) | set customLabel(e){this._customButtonLabel=e,this.update()} method customHover (line 669) | get customHover(){return this._customButtonHover} method customHover (line 669) | set customHover(e){this._customButtonHover=e,this.update()} method ok (line 669) | get ok(){return this._ok} method ok (line 669) | set ok(e){this._ok=e,this.update()} method hideInput (line 669) | get hideInput(){return!!this._hideInput} method hideInput (line 669) | set hideInput(e){this._hideInput=e,this.update()} method trySelectFirst (line 669) | trySelectFirst(){this.canSelectMany||this.ui.list.focus(_n.First)} method show (line 669) | show(){this.visible||(this.visibleDisposables.add(this.ui.inputBox.onD... method handleAccept (line 669) | handleAccept(e){let t=!1;this.onWillAcceptEmitter.fire({veto:()=>t=!0}... method registerQuickNavigation (line 669) | registerQuickNavigation(){return ce(this.ui.container,Le.KEY_UP,e=>{if... method update (line 669) | update(){if(!this.visible)return;const e=this.keepScrollPosition?this.... method focus (line 669) | focus(e){this.ui.list.focus(e),this.canSelectMany&&this.ui.list.domFoc... method accept (line 669) | accept(e){e&&!this._canAcceptInBackground||this.activeItems[0]&&(this.... method constructor (line 669) | constructor(){super(...arguments),this._value="",this.valueSelectionUpda... method value (line 669) | get value(){return this._value} method value (line 669) | set value(e){this._value=e||"",this.update()} method placeholder (line 669) | get placeholder(){return this._placeholder} method placeholder (line 669) | set placeholder(e){this._placeholder=e,this.update()} method password (line 669) | get password(){return this._password} method password (line 669) | set password(e){this._password=e,this.update()} method show (line 669) | show(){this.visible||(this.visibleDisposables.add(this.ui.inputBox.onDid... method update (line 669) | update(){if(!this.visible)return;this.ui.container.classList.remove("hid... method constructor (line 669) | constructor(e,t){super("element",!1,i=>this.getOverrideOptions(i),e,t)} method getOverrideOptions (line 669) | getOverrideOptions(e){var t;const i=(co(e.content)?(t=e.content.textCont... class RA (line 670) | class RA extends ne{get onDidClick(){return this._onDidClick.event}const... method onDidClick (line 670) | get onDidClick(){return this._onDidClick.event} method constructor (line 670) | constructor(e,t){super(),this._label="",this._onDidClick=this._registe... method dispose (line 670) | dispose(){super.dispose(),this._element.remove()} method getContentElements (line 670) | getContentElements(e){const t=[];for(let i of gm(e))if(typeof i=="stri... method updateBackground (line 670) | updateBackground(e){let t;this.options.secondary?t=e?this.options.butt... method element (line 670) | get element(){return this._element} method label (line 670) | set label(e){var t;if(this._label===e||Xd(this._label)&&Xd(e)&&bWe(thi... method label (line 670) | get label(){return this._label} method icon (line 670) | set icon(e){this._element.classList.add(..._t.asClassNameArray(e))} method enabled (line 670) | set enabled(e){e?(this._element.classList.remove("disabled"),this._ele... method enabled (line 670) | get enabled(){return!this._element.classList.contains("disabled")} method setTitle (line 670) | setTitle(e){var t;!this._hover&&e!==""?this._hover=this._register(bu()... class j9 (line 670) | class j9{constructor(e,t,i){this.options=t,this.styles=i,this.count=0,th... method constructor (line 670) | constructor(e,t,i){this.options=t,this.styles=i,this.count=0,this.elem... method setCount (line 670) | setCount(e){this.count=e,this.render()} method setTitleFormat (line 670) | setTitleFormat(e){this.titleFormat=e,this.render()} method render (line 670) | render(){var e,t;this.element.textContent=l0(this.countFormat,this.cou... class lP (line 670) | class lP extends ne{constructor(e,t){super(),this.progressSignal=this._r... method constructor (line 670) | constructor(e,t){super(),this.progressSignal=this._register(new Qs),th... method create (line 670) | create(e,t){this.element=document.createElement("div"),this.element.cl... method off (line 670) | off(){this.bit.style.width="inherit",this.bit.style.opacity="1",this.e... method stop (line 670) | stop(){return this.doDone(!1)} method doDone (line 670) | doDone(e){return this.element.classList.add(NJ),this.element.classList... method infinite (line 670) | infinite(){return this.bit.style.width="2%",this.bit.style.opacity="1"... method infiniteLongRunning (line 670) | infiniteLongRunning(){this.element.classList.add(W5)} method getContainer (line 670) | getContainer(){return this.element} class Qde (line 670) | class Qde extends Vw{constructor(e){var t;super({icon:Te.caseSensitive,t... method constructor (line 670) | constructor(e){var t;super({icon:Te.caseSensitive,title:Dze+e.appendTi... class Jde (line 670) | class Jde extends Vw{constructor(e){var t;super({icon:Te.wholeWord,title... method constructor (line 670) | constructor(e){var t;super({icon:Te.wholeWord,title:Ize+e.appendTitle,... class eue (line 670) | class eue extends Vw{constructor(e){var t;super({icon:Te.regex,title:Eze... method constructor (line 670) | constructor(e){var t;super({icon:Te.regex,title:Eze+e.appendTitle,isCh... class Tze (line 670) | class Tze{constructor(e,t=0,i=e.length,s=t-1){this.items=e,this.start=t,... method constructor (line 670) | constructor(e,t=0,i=e.length,s=t-1){this.items=e,this.start=t,this.end... method current (line 670) | current(){return this.index===this.start-1||this.index===this.end?null... method next (line 670) | next(){return this.index=Math.min(this.index+1,this.end),this.current()} method previous (line 670) | previous(){return this.index=Math.max(this.index-1,this.start-1),this.... method first (line 670) | first(){return this.index=this.start,this.current()} method last (line 670) | last(){return this.index=this.end-1,this.current()} class Nze (line 670) | class Nze{constructor(e=[],t=10){this._initialize(e),this._limit=t,this.... method constructor (line 670) | constructor(e=[],t=10){this._initialize(e),this._limit=t,this._onChang... method getHistory (line 670) | getHistory(){return this._elements} method add (line 670) | add(e){this._history.delete(e),this._history.add(e),this._onChange()} method next (line 670) | next(){return this._navigator.next()} method previous (line 670) | previous(){return this._currentPosition()!==0?this._navigator.previous... method current (line 670) | current(){return this._navigator.current()} method first (line 670) | first(){return this._navigator.first()} method last (line 670) | last(){return this._navigator.last()} method isLast (line 670) | isLast(){return this._currentPosition()>=this._elements.length-1} method isNowhere (line 670) | isNowhere(){return this._navigator.current()===null} method has (line 670) | has(e){return this._history.has(e)} method _onChange (line 670) | _onChange(){this._reduceToLimit();const e=this._elements;this._navigat... method _reduceToLimit (line 670) | _reduceToLimit(){const e=this._elements;e.length>this._limit&&this._in... method _currentPosition (line 670) | _currentPosition(){const e=this._navigator.current();return e?this._el... method _initialize (line 670) | _initialize(e){this._history=new Set;for(const t of e)this._history.ad... method _elements (line 670) | get _elements(){const e=[];return this._history.forEach(t=>e.push(t)),e} class Aze (line 670) | class Aze extends Il{constructor(e,t,i){var s;super(),this.state="idle",... method constructor (line 670) | constructor(e,t,i){var s;super(),this.state="idle",this.maxHeight=Numb... method onBlur (line 670) | onBlur(){this._hideMessage(),this.options.showPlaceholderOnFocus&&this... method onFocus (line 670) | onFocus(){this._showMessage(),this.options.showPlaceholderOnFocus&&thi... method setPlaceHolder (line 670) | setPlaceHolder(e){this.placeholder=e,this.input.setAttribute("placehol... method setTooltip (line 670) | setTooltip(e){this.tooltip=e,this.hover?this.hover.update(e):this.hove... method inputElement (line 670) | get inputElement(){return this.input} method value (line 670) | get value(){return this.input.value} method value (line 670) | set value(e){this.input.value!==e&&(this.input.value=e,this.onValueCha... method height (line 670) | get height(){return typeof this.cachedHeight=="number"?this.cachedHeig... method focus (line 670) | focus(){this.input.focus()} method blur (line 670) | blur(){this.input.blur()} method hasFocus (line 670) | hasFocus(){return hM(this.input)} method select (line 670) | select(e=null){this.input.select(),e&&(this.input.setSelectionRange(e.... method isSelectionAtEnd (line 670) | isSelectionAtEnd(){return this.input.selectionEnd===this.input.value.l... method getSelection (line 670) | getSelection(){var e;const t=this.input.selectionStart;if(t===null)ret... method enable (line 670) | enable(){this.input.removeAttribute("disabled")} method disable (line 670) | disable(){this.blur(),this.input.disabled=!0,this._hideMessage()} method paddingRight (line 670) | set paddingRight(e){this.input.style.width=`calc(100% - ${e}px)`,this.... method updateScrollDimensions (line 670) | updateScrollDimensions(){if(typeof this.cachedContentHeight!="number"|... method showMessage (line 670) | showMessage(e,t){if(this.state==="open"&&vl(this.message,e))return;thi... method hideMessage (line 670) | hideMessage(){this.message=null,this.element.classList.remove("info"),... method validate (line 670) | validate(){let e=null;return this.validation&&(e=this.validation(this.... method stylesForType (line 670) | stylesForType(e){const t=this.options.inputBoxStyles;switch(e){case 1:... method classForType (line 670) | classForType(e){switch(e){case 1:return"info";case 2:return"warning";d... method _showMessage (line 670) | _showMessage(){if(!this.contextViewProvider||!this.message)return;let ... method _hideMessage (line 670) | _hideMessage(){this.contextViewProvider&&(this.state==="open"&&this.co... method onValueChange (line 670) | onValueChange(){this._onDidChange.fire(this.value),this.validate(),thi... method updateMirror (line 670) | updateMirror(){if(!this.mirror)return;const e=this.value,i=e.charCodeA... method applyStyles (line 670) | applyStyles(){var e,t,i;const s=this.options.inputBoxStyles,o=(e=s.inp... method layout (line 670) | layout(){if(!this.mirror)return;const e=this.cachedContentHeight;this.... method insertAtCursor (line 670) | insertAtCursor(e){const t=this.inputElement,i=t.selectionStart,s=t.sel... method dispose (line 670) | dispose(){var e;this._hideMessage(),this.message=null,(e=this.actionba... class tue (line 670) | class tue extends Aze{constructor(e,t,i){const s=v({}," or {0} for histo... method constructor (line 670) | constructor(e,t,i){const s=v({}," or {0} for history","⇅"),o=v({}," ({... method dispose (line 670) | dispose(){super.dispose(),this.observer&&(this.observer.disconnect(),t... method addToHistory (line 670) | addToHistory(e){this.value&&(e||this.value!==this.getCurrentValue())&&... method isAtLastInHistory (line 670) | isAtLastInHistory(){return this.history.isLast()} method isNowhereInHistory (line 670) | isNowhereInHistory(){return this.history.isNowhere()} method showNextValue (line 670) | showNextValue(){this.history.has(this.value)||this.addToHistory();let ... method showPreviousValue (line 670) | showPreviousValue(){this.history.has(this.value)||this.addToHistory();... method setPlaceHolder (line 670) | setPlaceHolder(e){super.setPlaceHolder(e),this.setTooltip(e)} method onBlur (line 670) | onBlur(){super.onBlur(),this._onDidBlur.fire()} method onFocus (line 670) | onFocus(){super.onFocus(),this._onDidFocus.fire()} method getCurrentValue (line 670) | getCurrentValue(){let e=this.history.current();return e||(e=this.histo... method getPreviousValue (line 670) | getPreviousValue(){return this.history.previous()||this.history.first()} method getNextValue (line 670) | getNextValue(){return this.history.next()} class iue (line 670) | class iue extends Il{constructor(e,t,i){super(),this.fixFocusOnOptionCli... method constructor (line 670) | constructor(e,t,i){super(),this.fixFocusOnOptionClickEnabled=!0,this.i... method onDidChange (line 670) | get onDidChange(){return this.inputBox.onDidChange} method layout (line 670) | layout(e){this.inputBox.layout(),this.updateInputBoxPadding(e.collapse... method enable (line 670) | enable(){var e,t,i;this.domNode.classList.remove("disabled"),this.inpu... method disable (line 670) | disable(){var e,t,i;this.domNode.classList.add("disabled"),this.inputB... method setFocusInputOnOptionClick (line 670) | setFocusInputOnOptionClick(e){this.fixFocusOnOptionClickEnabled=e} method setEnabled (line 670) | setEnabled(e){e?this.enable():this.disable()} method setAdditionalToggles (line 670) | setAdditionalToggles(e){for(const t of this.additionalToggles)t.domNod... method updateInputBoxPadding (line 670) | updateInputBoxPadding(e=!1){var t,i,s,o,r,a;e?this.inputBox.paddingRig... method getValue (line 670) | getValue(){return this.inputBox.value} method setValue (line 670) | setValue(e){this.inputBox.value!==e&&(this.inputBox.value=e)} method select (line 670) | select(){this.inputBox.select()} method focus (line 670) | focus(){this.inputBox.focus()} method getCaseSensitive (line 670) | getCaseSensitive(){var e,t;return(t=(e=this.caseSensitive)===null||e==... method setCaseSensitive (line 670) | setCaseSensitive(e){this.caseSensitive&&(this.caseSensitive.checked=e)} method getWholeWords (line 670) | getWholeWords(){var e,t;return(t=(e=this.wholeWords)===null||e===void ... method setWholeWords (line 670) | setWholeWords(e){this.wholeWords&&(this.wholeWords.checked=e)} method getRegex (line 670) | getRegex(){var e,t;return(t=(e=this.regex)===null||e===void 0?void 0:e... method setRegex (line 670) | setRegex(e){this.regex&&(this.regex.checked=e,this.validate())} method focusOnCaseSensitive (line 670) | focusOnCaseSensitive(){var e;(e=this.caseSensitive)===null||e===void 0... method highlightFindOptions (line 670) | highlightFindOptions(){this.domNode.classList.remove("highlight-"+this... method validate (line 670) | validate(){this.inputBox.validate()} method showMessage (line 670) | showMessage(e){this.inputBox.showMessage(e)} method clearMessage (line 670) | clearMessage(){this.inputBox.hideMessage()} class Pze (line 670) | class Pze extends ne{constructor(e,t,i){super(),this.parent=e,this.onKey... method constructor (line 670) | constructor(e,t,i){super(),this.parent=e,this.onKeyDown=o=>rs(this.fin... method value (line 670) | get value(){return this.findInput.getValue()} method value (line 670) | set value(e){this.findInput.setValue(e)} method select (line 670) | select(e=null){this.findInput.inputBox.select(e)} method getSelection (line 670) | getSelection(){return this.findInput.inputBox.getSelection()} method isSelectionAtEnd (line 670) | isSelectionAtEnd(){return this.findInput.inputBox.isSelectionAtEnd()} method placeholder (line 670) | get placeholder(){return this.findInput.inputBox.inputElement.getAttri... method placeholder (line 670) | set placeholder(e){this.findInput.inputBox.setPlaceHolder(e)} method password (line 670) | get password(){return this.findInput.inputBox.inputElement.type==="pas... method password (line 670) | set password(e){this.findInput.inputBox.inputElement.type=e?"password"... method enabled (line 670) | set enabled(e){this.findInput.inputBox.inputElement.toggleAttribute("r... method toggles (line 670) | set toggles(e){this.findInput.setAdditionalToggles(e)} method setAttribute (line 670) | setAttribute(e,t){this.findInput.inputBox.inputElement.setAttribute(e,t)} method showDecoration (line 670) | showDecoration(e){e===us.Ignore?this.findInput.clearMessage():this.fin... method stylesForType (line 670) | stylesForType(e){return this.findInput.inputBox.stylesForType(e===us.I... method setFocus (line 670) | setFocus(){this.findInput.focus()} method layout (line 670) | layout(){this.findInput.inputBox.layout()} class Oze (line 670) | class Oze{get templateId(){return this.renderer.templateId}constructor(e... method templateId (line 670) | get templateId(){return this.renderer.templateId} method constructor (line 670) | constructor(e,t){this.renderer=e,this.modelProvider=t} method renderTemplate (line 670) | renderTemplate(e){return{data:this.renderer.renderTemplate(e),disposab... method renderElement (line 670) | renderElement(e,t,i,s){var o;if((o=i.disposable)===null||o===void 0||o... method disposeTemplate (line 670) | disposeTemplate(e){e.disposable&&(e.disposable.dispose(),e.disposable=... class Fze (line 670) | class Fze{constructor(e,t){this.modelProvider=e,this.accessibilityProvid... method constructor (line 670) | constructor(e,t){this.modelProvider=e,this.accessibilityProvider=t} method getWidgetAriaLabel (line 670) | getWidgetAriaLabel(){return this.accessibilityProvider.getWidgetAriaLa... method getAriaLabel (line 670) | getAriaLabel(e){const t=this.modelProvider();return t.isResolved(e)?th... function Bze (line 670) | function Bze(n,e){return{...e,accessibilityProvider:e.accessibilityProvi... class Wze (line 670) | class Wze{constructor(e,t,i,s,o={}){const r=()=>this.model,a=s.map(l=>ne... method constructor (line 670) | constructor(e,t,i,s,o={}){const r=()=>this.model,a=s.map(l=>new Oze(l,... method updateOptions (line 670) | updateOptions(e){this.list.updateOptions(e)} method getHTMLElement (line 670) | getHTMLElement(){return this.list.getHTMLElement()} method onDidFocus (line 670) | get onDidFocus(){return this.list.onDidFocus} method widget (line 670) | get widget(){return this.list} method onDidDispose (line 670) | get onDidDispose(){return this.list.onDidDispose} method onMouseDblClick (line 670) | get onMouseDblClick(){return Ae.map(this.list.onMouseDblClick,({elemen... method onPointer (line 670) | get onPointer(){return Ae.map(this.list.onPointer,({element:e,index:t,... method onDidChangeSelection (line 670) | get onDidChangeSelection(){return Ae.map(this.list.onDidChangeSelectio... method model (line 670) | get model(){return this._model} method model (line 670) | set model(e){this._model=e,this.list.splice(0,this.list.length,Xr(e.le... method getFocus (line 670) | getFocus(){return this.list.getFocus()} method getSelection (line 670) | getSelection(){return this.list.getSelection()} method getSelectedElements (line 670) | getSelectedElements(){return this.getSelection().map(e=>this.model.get... method style (line 670) | style(e){this.list.style(e)} method dispose (line 670) | dispose(){this.list.dispose()} class L$ (line 670) | class L${constructor(e){this.el=e,this.disposables=new be}get onPointerM... method constructor (line 670) | constructor(e){this.el=e,this.disposables=new be} method onPointerMove (line 670) | get onPointerMove(){return this.disposables.add(new ei(gt(this.el),"mo... method onPointerUp (line 670) | get onPointerUp(){return this.disposables.add(new ei(gt(this.el),"mous... method dispose (line 670) | dispose(){this.disposables.dispose()} class k$ (line 670) | class k${get onPointerMove(){return this.disposables.add(new ei(this.el,... method onPointerMove (line 670) | get onPointerMove(){return this.disposables.add(new ei(this.el,fn.Chan... method onPointerUp (line 670) | get onPointerUp(){return this.disposables.add(new ei(this.el,fn.End)).... method constructor (line 670) | constructor(e){this.el=e,this.disposables=new be} method dispose (line 670) | dispose(){this.disposables.dispose()} class PA (line 670) | class PA{get onPointerMove(){return this.factory.onPointerMove}get onPoi... method onPointerMove (line 670) | get onPointerMove(){return this.factory.onPointerMove} method onPointerUp (line 670) | get onPointerUp(){return this.factory.onPointerUp} method constructor (line 670) | constructor(e){this.factory=e} method dispose (line 670) | dispose(){} class Vo (line 670) | class Vo extends ne{get state(){return this._state}get orthogonalStartSa... method state (line 670) | get state(){return this._state} method orthogonalStartSash (line 670) | get orthogonalStartSash(){return this._orthogonalStartSash} method orthogonalEndSash (line 670) | get orthogonalEndSash(){return this._orthogonalEndSash} method state (line 670) | set state(e){this._state!==e&&(this.el.classList.toggle("disabled",e==... method orthogonalStartSash (line 670) | set orthogonalStartSash(e){if(this._orthogonalStartSash!==e){if(this.o... method orthogonalEndSash (line 670) | set orthogonalEndSash(e){if(this._orthogonalEndSash!==e){if(this.ortho... method constructor (line 670) | constructor(e,t,i){super(),this.hoverDelay=$ze,this.hoverDelayer=this.... method onPointerStart (line 670) | onPointerStart(e,t){ii.stop(e);let i=!1;if(!e.__orthogonalSashEvent){c... method onPointerDoublePress (line 670) | onPointerDoublePress(e){const t=this.getOrthogonalSash(e);t&&t._onDidR... method onMouseEnter (line 670) | static onMouseEnter(e,t=!1){e.el.classList.contains("active")?(e.hover... method onMouseLeave (line 670) | static onMouseLeave(e,t=!1){e.hoverDelayer.cancel(),e.el.classList.rem... method clearSashHoverState (line 670) | clearSashHoverState(){Vo.onMouseLeave(this)} method layout (line 670) | layout(){if(this.orientation===0){const e=this.layoutProvider;this.el.... method getOrthogonalSash (line 670) | getOrthogonalSash(e){var t;const i=(t=e.initialTarget)!==null&&t!==voi... method dispose (line 670) | dispose(){super.dispose(),this.el.remove()} class nue (line 670) | class nue{set size(e){this._size=e}get size(){return this._size}get visi... method size (line 670) | set size(e){this._size=e} method size (line 670) | get size(){return this._size} method visible (line 670) | get visible(){return typeof this._cachedVisibleSize>"u"} method setVisible (line 670) | setVisible(e,t){var i,s;if(e!==this.visible){e?(this.size=Sr(this._cac... method minimumSize (line 670) | get minimumSize(){return this.visible?this.view.minimumSize:0} method viewMinimumSize (line 670) | get viewMinimumSize(){return this.view.minimumSize} method maximumSize (line 670) | get maximumSize(){return this.visible?this.view.maximumSize:0} method viewMaximumSize (line 670) | get viewMaximumSize(){return this.view.maximumSize} method priority (line 670) | get priority(){return this.view.priority} method proportionalLayout (line 670) | get proportionalLayout(){var e;return(e=this.view.proportionalLayout)!... method snap (line 670) | get snap(){return!!this.view.snap} method enabled (line 670) | set enabled(e){this.container.style.pointerEvents=e?"":"none"} method constructor (line 670) | constructor(e,t,i,s){this.container=e,this.view=t,this.disposable=s,th... method layout (line 670) | layout(e,t){this.layoutContainer(e);try{this.view.layout(this.size,e,t... method dispose (line 670) | dispose(){this.disposable.dispose()} class Kze (line 670) | class Kze extends nue{layoutContainer(e){this.container.style.top=`${e}p... method layoutContainer (line 670) | layoutContainer(e){this.container.style.top=`${e}px`,this.container.st... class qze (line 670) | class qze extends nue{layoutContainer(e){this.container.style.left=`${e}... method layoutContainer (line 670) | layoutContainer(e){this.container.style.left=`${e}px`,this.container.s... function e (line 670) | function e(s){return{type:"split",index:s}} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 670) | function t(s){return{type:"auto",index:s}} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} function i (line 670) | function i(s){return{type:"invisible",cachedVisibleSize:s}} method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... class sue (line 670) | class sue extends ne{get orthogonalStartSash(){return this._orthogonalSt... method orthogonalStartSash (line 670) | get orthogonalStartSash(){return this._orthogonalStartSash} method orthogonalEndSash (line 670) | get orthogonalEndSash(){return this._orthogonalEndSash} method startSnappingEnabled (line 670) | get startSnappingEnabled(){return this._startSnappingEnabled} method endSnappingEnabled (line 670) | get endSnappingEnabled(){return this._endSnappingEnabled} method orthogonalStartSash (line 670) | set orthogonalStartSash(e){for(const t of this.sashItems)t.sash.orthog... method orthogonalEndSash (line 670) | set orthogonalEndSash(e){for(const t of this.sashItems)t.sash.orthogon... method startSnappingEnabled (line 670) | set startSnappingEnabled(e){this._startSnappingEnabled!==e&&(this._sta... method endSnappingEnabled (line 670) | set endSnappingEnabled(e){this._endSnappingEnabled!==e&&(this._endSnap... method constructor (line 670) | constructor(e,t={}){var i,s,o,r,a;super(),this.size=0,this._contentSiz... method style (line 670) | style(e){e.separatorBorder.isTransparent()?(this.el.classList.remove("... method addView (line 670) | addView(e,t,i=this.viewItems.length,s){this.doAddView(e,t,i,s)} method layout (line 670) | layout(e,t){const i=Math.max(this.size,this._contentSize);if(this.size... method saveProportions (line 670) | saveProportions(){this.proportionalLayout&&this._contentSize>0&&(this.... method onSashStart (line 670) | onSashStart({sash:e,start:t,alt:i}){for(const a of this.viewItems)a.en... method onSashChange (line 670) | onSashChange({current:e}){const{index:t,start:i,sizes:s,alt:o,minDelta... method onSashEnd (line 670) | onSashEnd(e){this._onDidSashChange.fire(e),this.sashDragState.disposab... method onViewChange (line 670) | onViewChange(e,t){const i=this.viewItems.indexOf(e);i<0||i>=this.viewI... method resizeView (line 670) | resizeView(e,t){if(!(e<0||e>=this.viewItems.length)){if(this.state!==D... method distributeViewSizes (line 670) | distributeViewSizes(){const e=[];let t=0;for(const a of this.viewItems... method getViewSize (line 670) | getViewSize(e){return e<0||e>=this.viewItems.length?-1:this.viewItems[... method doAddView (line 670) | doAddView(e,t,i=this.viewItems.length,s){if(this.state!==Df.Idle)throw... method relayout (line 670) | relayout(e,t){const i=this.viewItems.reduce((s,o)=>s+o.size,0);this.re... method resize (line 670) | resize(e,t,i=this.viewItems.map(d=>d.size),s,o,r=Number.NEGATIVE_INFIN... method distributeEmptySpace (line 670) | distributeEmptySpace(e){const t=this.viewItems.reduce((a,l)=>a+l.size,... method layoutViews (line 670) | layoutViews(){this._contentSize=this.viewItems.reduce((t,i)=>t+i.size,... method updateScrollableElement (line 670) | updateScrollableElement(){this.orientation===0?this.scrollableElement.... method updateSashEnablement (line 670) | updateSashEnablement(){let e=!1;const t=this.viewItems.map(l=>e=l.size... method getSashPosition (line 670) | getSashPosition(e){let t=0;for(let i=0;i .monaco-spli... method getSelectedElements (line 674) | getSelectedElements(){return this.list.getSelectedElements()} method getSelection (line 674) | getSelection(){return this.list.getSelection()} method getFocus (line 674) | getFocus(){return this.list.getFocus()} method dispose (line 674) | dispose(){this.disposables.dispose()} class dl (line 674) | class dl extends Error{constructor(e,t){super(`TreeError [${e}] ${t}`)}} method constructor (line 674) | constructor(e,t){super(`TreeError [${e}] ${t}`)} class D$ (line 674) | class D${constructor(e){this.fn=e,this._map=new WeakMap}map(e){let t=thi... method constructor (line 674) | constructor(e){this.fn=e,this._map=new WeakMap} method map (line 674) | map(e){let t=this._map.get(e);return t||(t=this.fn(e),this._map.set(e,... function I$ (line 674) | function I$(n){return typeof n=="object"&&"visibility"in n&&"data"in n} function YL (line 674) | function YL(n){switch(n){case!0:return 1;case!1:return 0;default:return n}} function H5 (line 674) | function H5(n){return typeof n.collapsible=="boolean"} class Yze (line 674) | class Yze{constructor(e,t,i,s={}){var o;this.user=e,this.list=t,this.roo... method constructor (line 674) | constructor(e,t,i,s={}){var o;this.user=e,this.list=t,this.rootRef=[],... method splice (line 674) | splice(e,t,i=oi.empty(),s={}){if(e.length===0)throw new dl(this.user,"... method spliceSmart (line 674) | spliceSmart(e,t,i,s,o,r){var a;s===void 0&&(s=oi.empty()),r===void 0&&... method spliceSimple (line 674) | spliceSimple(e,t,i=oi.empty(),{onDidCreateNode:s,onDidDeleteNode:o,dif... method rerender (line 674) | rerender(e){if(e.length===0)throw new dl(this.user,"Invalid tree locat... method has (line 674) | has(e){return this.hasTreeNode(e)} method getListIndex (line 674) | getListIndex(e){const{listIndex:t,visible:i,revealed:s}=this.getTreeNo... method getListRenderCount (line 674) | getListRenderCount(e){return this.getTreeNode(e).renderNodeCount} method isCollapsible (line 674) | isCollapsible(e){return this.getTreeNode(e).collapsible} method setCollapsible (line 674) | setCollapsible(e,t){const i=this.getTreeNode(e);typeof t>"u"&&(t=!i.co... method isCollapsed (line 674) | isCollapsed(e){return this.getTreeNode(e).collapsed} method setCollapsed (line 674) | setCollapsed(e,t,i){const s=this.getTreeNode(e);typeof t>"u"&&(t=!s.co... method _setCollapseState (line 674) | _setCollapseState(e,t){const{node:i,listIndex:s,revealed:o}=this.getTr... method _setListNodeCollapseState (line 674) | _setListNodeCollapseState(e,t,i,s){const o=this._setNodeCollapseState(... method _setNodeCollapseState (line 674) | _setNodeCollapseState(e,t,i){let s;if(e===this.root?s=!1:(H5(t)?(s=e.c... method expandTo (line 674) | expandTo(e){this.eventBufferer.bufferEvents(()=>{let t=this.getTreeNod... method refilter (line 674) | refilter(){const e=this.root.renderNodeCount,t=this.updateNodeAfterFil... method createTreeNode (line 674) | createTreeNode(e,t,i,s,o,r){const a={parent:t,element:e.element,childr... method updateNodeAfterCollapseChange (line 674) | updateNodeAfterCollapseChange(e){const t=e.renderNodeCount,i=[];return... method _updateNodeAfterCollapseChange (line 674) | _updateNodeAfterCollapseChange(e,t){if(e.visible===!1)return 0;if(t.pu... method updateNodeAfterFilterChange (line 674) | updateNodeAfterFilterChange(e){const t=e.renderNodeCount,i=[];return t... method _updateNodeAfterFilterChange (line 674) | _updateNodeAfterFilterChange(e,t,i,s=!0){let o;if(e!==this.root){if(o=... method _updateAncestorsRenderNodeCount (line 674) | _updateAncestorsRenderNodeCount(e,t){if(t!==0)for(;e;)e.renderNodeCoun... method _filterNode (line 674) | _filterNode(e,t){const i=this.filter?this.filter.filter(e.element,t):1... method hasTreeNode (line 674) | hasTreeNode(e,t=this.root){if(!e||e.length===0)return!0;const[i,...s]=... method getTreeNode (line 674) | getTreeNode(e,t=this.root){if(!e||e.length===0)return t;const[i,...s]=... method getTreeNodeWithListIndex (line 674) | getTreeNodeWithListIndex(e){if(e.length===0)return{node:this.root,list... method getParentNodeWithListIndex (line 674) | getParentNodeWithListIndex(e,t=this.root,i=0,s=!0,o=!0){const[r,...a]=... method getNode (line 674) | getNode(e=[]){return this.getTreeNode(e)} method getNodeLocation (line 674) | getNodeLocation(e){const t=[];let i=e;for(;i.parent;)t.push(i.parent.c... method getParentNodeLocation (line 674) | getParentNodeLocation(e){if(e.length!==0)return e.length===1?[]:i2e(e)... method getFirstElementChild (line 674) | getFirstElementChild(e){const t=this.getTreeNode(e);if(t.children.leng... class Xze (line 674) | class Xze extends TD{constructor(e){super(e.elements.map(t=>t.element)),... method constructor (line 674) | constructor(e){super(e.elements.map(t=>t.element)),this.data=e} function V5 (line 674) | function V5(n){return n instanceof TD?new Xze(n):n} class Qze (line 674) | class Qze{constructor(e,t){this.modelProvider=e,this.dnd=t,this.autoExpa... method constructor (line 674) | constructor(e,t){this.modelProvider=e,this.dnd=t,this.autoExpandDispos... method getDragURI (line 674) | getDragURI(e){return this.dnd.getDragURI(e.element)} method getDragLabel (line 674) | getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabe... method onDragStart (line 674) | onDragStart(e,t){var i,s;(s=(i=this.dnd).onDragStart)===null||s===void... method onDragOver (line 674) | onDragOver(e,t,i,s,o,r=!0){const a=this.dnd.onDragOver(V5(e),t&&t.elem... method drop (line 674) | drop(e,t,i,s,o){this.autoExpandDisposable.dispose(),this.autoExpandNod... method onDragEnd (line 674) | onDragEnd(e){var t,i;(i=(t=this.dnd).onDragEnd)===null||i===void 0||i.... method dispose (line 674) | dispose(){this.disposables.dispose(),this.dnd.dispose()} function Jze (line 674) | function Jze(n,e){return e&&{...e,identityProvider:e.identityProvider&&{... class E$ (line 674) | class E${constructor(e){this.delegate=e}getHeight(e){return this.delegat... method constructor (line 674) | constructor(e){this.delegate=e} method getHeight (line 674) | getHeight(e){return this.delegate.getHeight(e.element)} method getTemplateId (line 674) | getTemplateId(e){return this.delegate.getTemplateId(e.element)} method hasDynamicHeight (line 674) | hasDynamicHeight(e){return!!this.delegate.hasDynamicHeight&&this.deleg... method setDynamicHeight (line 674) | setDynamicHeight(e,t){var i,s;(s=(i=this.delegate).setDynamicHeight)==... class e$e (line 674) | class e$e{get elements(){return this._elements}constructor(e,t=[]){this.... method elements (line 674) | get elements(){return this._elements} method constructor (line 674) | constructor(e,t=[]){this._elements=t,this.disposables=new be,this.onDi... method dispose (line 674) | dispose(){this.disposables.dispose()} class XL (line 674) | class XL{constructor(e,t,i,s,o,r={}){var a;this.renderer=e,this.modelPro... method constructor (line 674) | constructor(e,t,i,s,o,r={}){var a;this.renderer=e,this.modelProvider=t... method updateOptions (line 674) | updateOptions(e={}){if(typeof e.indent<"u"){const t=Sr(e.indent,0,40);... method renderTemplate (line 674) | renderTemplate(e){const t=we(e,ke(".monaco-tl-row")),i=we(t,ke(".monac... method renderElement (line 674) | renderElement(e,t,i,s){this.renderedNodes.set(e,i),this.renderedElemen... method disposeElement (line 674) | disposeElement(e,t,i,s){var o,r;i.indentGuidesDisposable.dispose(),(r=... method disposeTemplate (line 674) | disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)} method onDidChangeTwistieState (line 674) | onDidChangeTwistieState(e){const t=this.renderedElements.get(e);t&&thi... method onDidChangeNodeTwistieState (line 674) | onDidChangeNodeTwistieState(e){const t=this.renderedNodes.get(e);t&&(t... method renderTreeElement (line 674) | renderTreeElement(e,t){const i=XL.DefaultIndent+(e.depth-1)*this.inden... method _renderIndentGuides (line 674) | _renderIndentGuides(e,t){if(wo(t.indent),t.indentGuidesDisposable.disp... method _onDidChangeActiveNodes (line 674) | _onDidChangeActiveNodes(e){if(!this.shouldRenderIndentGuides)return;co... method dispose (line 674) | dispose(){this.renderedNodes.clear(),this.renderedElements.clear(),thi... class t$e (line 674) | class t$e{get totalCount(){return this._totalCount}get matchCount(){retu... method totalCount (line 674) | get totalCount(){return this._totalCount} method matchCount (line 674) | get matchCount(){return this._matchCount} method constructor (line 674) | constructor(e,t,i){this.tree=e,this.keyboardNavigationLabelProvider=t,... method filter (line 674) | filter(e,t){let i=1;if(this._filter){const r=this._filter.filter(e,t);... method reset (line 674) | reset(){this._totalCount=0,this._matchCount=0} method dispose (line 674) | dispose(){tn(this.disposables)} method pattern (line 674) | get pattern(){return this._pattern} method mode (line 674) | get mode(){return this._mode} method mode (line 674) | set mode(e){e!==this._mode&&(this._mode=e,this.widget&&(this.widget.mode... method matchType (line 674) | get matchType(){return this._matchType} method matchType (line 674) | set matchType(e){e!==this._matchType&&(this._matchType=e,this.widget&&(t... method constructor (line 674) | constructor(e,t,i,s,o,r={}){var a,l;this.tree=e,this.view=i,this.filter=... method updateOptions (line 674) | updateOptions(e={}){e.defaultFindMode!==void 0&&(this.mode=e.defaultFind... method onDidSpliceModel (line 674) | onDidSpliceModel(){!this.widget||this.pattern.length===0||(this.tree.ref... method render (line 674) | render(){var e,t,i,s;const o=this.filter.totalCount>0&&this.filter.match... method shouldAllowFocus (line 674) | shouldAllowFocus(e){return!this.widget||!this.pattern||this.filter.total... method layout (line 674) | layout(e){var t;this.width=e,(t=this.widget)===null||t===void 0||t.layou... method dispose (line 674) | dispose(){this._history=void 0,this._onDidChangePattern.dispose(),this.e... function n$e (line 674) | function n$e(n,e){return n.position===e.position&&oue(n,e)} function oue (line 674) | function oue(n,e){return n.node.element===e.node.element&&n.startIndex==... class s$e (line 674) | class s$e{constructor(e=[]){this.stickyNodes=e}get count(){return this.s... method constructor (line 674) | constructor(e=[]){this.stickyNodes=e} method count (line 674) | get count(){return this.stickyNodes.length} method equal (line 674) | equal(e){return zn(this.stickyNodes,e.stickyNodes,n$e)} method lastNodePartiallyVisible (line 674) | lastNodePartiallyVisible(){if(this.count===0)return!1;const e=this.sti... method animationStateChanged (line 674) | animationStateChanged(e){if(!zn(this.stickyNodes,e.stickyNodes,oue)||t... class o$e (line 674) | class o$e{constrainStickyScrollNodes(e,t,i){for(let s=0;s0,i... method createElement (line 674) | createElement(e,t,i){const s=e.startIndex,o=document.createElement("div"... method setAccessibilityAttributes (line 674) | setAccessibilityAttributes(e,t,i,s){var o;if(!this.accessibilityProvider... method setVisible (line 674) | setVisible(e){this._rootDomNode.classList.toggle("empty",!e),e||this.sti... method domFocus (line 674) | domFocus(){this.stickyScrollFocus.domFocus()} method focusedLast (line 674) | focusedLast(){return this.stickyScrollFocus.focusedLast()} method dispose (line 674) | dispose(){this.stickyScrollFocus.dispose(),this._previousStateDisposable... class a$e (line 674) | class a$e extends ne{get domHasFocus(){return this._domHasFocus}set domH... method domHasFocus (line 674) | get domHasFocus(){return this._domHasFocus} method domHasFocus (line 674) | set domHasFocus(e){e!==this._domHasFocus&&(this._onDidChangeHasFocus.f... method constructor (line 674) | constructor(e,t){super(),this.container=e,this.view=t,this.focusedInde... method handleContextMenu (line 674) | handleContextMenu(e){const t=e.browserEvent.target;if(!qL(t)&&!Dx(t)){... method onKeyDown (line 674) | onKeyDown(e){if(this.domHasFocus&&this.state){if(e.key==="ArrowUp")thi... method onMouseDown (line 674) | onMouseDown(e){const t=e.browserEvent.target;!qL(t)&&!Dx(t)||(e.browse... method updateElements (line 674) | updateElements(e,t){if(t&&t.count===0)throw new Error("Sticky scroll s... method setFocusedElement (line 674) | setFocusedElement(e){const t=this.state;if(!t)throw new Error("Cannot ... method scrollNodeUnderWidget (line 674) | scrollNodeUnderWidget(e,t){const i=t.stickyNodes[t.count-1],s=t.count>... method domFocus (line 674) | domFocus(){if(!this.state)throw new Error("Cannot focus when state is ... method focusedLast (line 674) | focusedLast(){return this.state?this.view.getHTMLElement().classList.c... method removeFocus (line 674) | removeFocus(){this.focusedIndex!==-1&&(this.toggleElementFocus(this.el... method setFocus (line 674) | setFocus(e){if(0>e)throw new Error("addFocus() can not remove focus");... method toggleElementFocus (line 674) | toggleElementFocus(e,t){this.toggleElementActiveFocus(e,t&&this.domHas... method toggleCurrentElementActiveFocus (line 674) | toggleCurrentElementActiveFocus(e){this.focusedIndex!==-1&&this.toggle... method toggleElementActiveFocus (line 674) | toggleElementActiveFocus(e,t){e.classList.toggle("focused",t)} method toggleElementPassiveFocus (line 674) | toggleElementPassiveFocus(e,t){e.classList.toggle("passive-focused",t)} method toggleStickyScrollFocused (line 674) | toggleStickyScrollFocused(e){this.view.getHTMLElement().classList.togg... method onFocus (line 674) | onFocus(){if(!this.state||this.elements.length===0)throw new Error("Ca... method onBlur (line 674) | onBlur(){this.domHasFocus=!1,this.toggleCurrentElementActiveFocus(!1)} method dispose (line 674) | dispose(){this.toggleStickyScrollFocused(!1),this._onDidChangeHasFocus... function dT (line 674) | function dT(n){let e=Tv.Unknown;return PF(n.browserEvent.target,"monaco-... function l$e (line 674) | function l$e(n){const e=qL(n.browserEvent.target);return{element:n.eleme... function EN (line 674) | function EN(n,e){e(n),n.children.forEach(t=>EN(t,e))} class z5 (line 674) | class z5{get nodeSet(){return this._nodeSet||(this._nodeSet=this.createN... method nodeSet (line 674) | get nodeSet(){return this._nodeSet||(this._nodeSet=this.createNodeSet(... method constructor (line 674) | constructor(e,t){this.getFirstViewElementWithTrait=e,this.identityProv... method set (line 674) | set(e,t){!(t!=null&&t.__forceEvent)&&zn(this.nodes,e)||this._set(e,!1,t)} method _set (line 674) | _set(e,t,i){if(this.nodes=[...e],this.elements=void 0,this._nodeSet=vo... method get (line 674) | get(){return this.elements||(this.elements=this.nodes.map(e=>e.element... method getNodes (line 674) | getNodes(){return this.nodes} method has (line 674) | has(e){return this.nodeSet.has(e)} method onDidModelSplice (line 674) | onDidModelSplice({insertedNodes:e,deletedNodes:t}){if(!this.identityPr... method createNodeSet (line 674) | createNodeSet(){const e=new Set;for(const t of this.nodes)e.add(t);ret... class c$e (line 674) | class c$e extends Vde{constructor(e,t,i){super(e),this.tree=t,this.stick... method constructor (line 674) | constructor(e,t,i){super(e),this.tree=t,this.stickyScrollProvider=i} method onViewPointer (line 674) | onViewPointer(e){if(Fde(e.browserEvent.target)||mm(e.browserEvent.targ... method handleStickyScrollMouseEvent (line 674) | handleStickyScrollMouseEvent(e,t){if(yVe(e.browserEvent.target)||SVe(e... method onDoubleClick (line 674) | onDoubleClick(e){e.browserEvent.target.classList.contains("monaco-tl-t... method onMouseDown (line 674) | onMouseDown(e){const t=e.browserEvent.target;if(!qL(t)&&!Dx(t)){super.... method onContextMenu (line 674) | onContextMenu(e){const t=e.browserEvent.target;if(!qL(t)&&!Dx(t)){supe... class d$e (line 674) | class d$e extends El{constructor(e,t,i,s,o,r,a,l){super(e,t,i,s,l),this.... method constructor (line 674) | constructor(e,t,i,s,o,r,a,l){super(e,t,i,s,l),this.focusTrait=o,this.s... method createMouseController (line 674) | createMouseController(e){return new c$e(this,e.tree,e.stickyScrollProv... method splice (line 674) | splice(e,t,i=[]){if(super.splice(e,t,i),i.length===0)return;const s=[]... method setFocus (line 674) | setFocus(e,t,i=!1){super.setFocus(e,t),i||this.focusTrait.set(e.map(s=... method setSelection (line 674) | setSelection(e,t,i=!1){super.setSelection(e,t),i||this.selectionTrait.... method setAnchor (line 674) | setAnchor(e,t=!1){super.setAnchor(e),t||(typeof e>"u"?this.anchorTrait... class rue (line 674) | class rue{get onDidScroll(){return this.view.onDidScroll}get onDidChange... method onDidScroll (line 674) | get onDidScroll(){return this.view.onDidScroll} method onDidChangeFocus (line 674) | get onDidChangeFocus(){return this.eventBufferer.wrapEvent(this.focus.... method onDidChangeSelection (line 674) | get onDidChangeSelection(){return this.eventBufferer.wrapEvent(this.se... method onMouseDblClick (line 674) | get onMouseDblClick(){return Ae.filter(Ae.map(this.view.onMouseDblClic... method onMouseOver (line 674) | get onMouseOver(){return Ae.map(this.view.onMouseOver,dT)} method onMouseOut (line 674) | get onMouseOut(){return Ae.map(this.view.onMouseOut,dT)} method onContextMenu (line 674) | get onContextMenu(){var e,t;return Ae.any(Ae.filter(Ae.map(this.view.o... method onPointer (line 674) | get onPointer(){return Ae.map(this.view.onPointer,dT)} method onKeyDown (line 674) | get onKeyDown(){return this.view.onKeyDown} method onDidFocus (line 674) | get onDidFocus(){return this.view.onDidFocus} method onDidChangeModel (line 674) | get onDidChangeModel(){return Ae.signal(this.model.onDidSplice)} method onDidChangeCollapseState (line 674) | get onDidChangeCollapseState(){return this.model.onDidChangeCollapseSt... method findMode (line 674) | get findMode(){var e,t;return(t=(e=this.findController)===null||e===vo... method findMode (line 674) | set findMode(e){this.findController&&(this.findController.mode=e)} method findMatchType (line 674) | get findMatchType(){var e,t;return(t=(e=this.findController)===null||e... method findMatchType (line 674) | set findMatchType(e){this.findController&&(this.findController.matchTy... method expandOnDoubleClick (line 674) | get expandOnDoubleClick(){return typeof this._options.expandOnDoubleCl... method expandOnlyOnTwistieClick (line 674) | get expandOnlyOnTwistieClick(){return typeof this._options.expandOnlyO... method onDidDispose (line 674) | get onDidDispose(){return this.view.onDidDispose} method constructor (line 674) | constructor(e,t,i,s,o={}){var r;this._user=e,this._options=o,this.even... method updateOptions (line 674) | updateOptions(e={}){var t;this._options={...this._options,...e};for(co... method options (line 674) | get options(){return this._options} method updateStickyScroll (line 674) | updateStickyScroll(e){var t;!this.stickyScrollController&&this._option... method getHTMLElement (line 674) | getHTMLElement(){return this.view.getHTMLElement()} method scrollTop (line 674) | get scrollTop(){return this.view.scrollTop} method scrollTop (line 674) | set scrollTop(e){this.view.scrollTop=e} method scrollHeight (line 674) | get scrollHeight(){return this.view.scrollHeight} method renderHeight (line 674) | get renderHeight(){return this.view.renderHeight} method ariaLabel (line 674) | get ariaLabel(){return this.view.ariaLabel} method ariaLabel (line 674) | set ariaLabel(e){this.view.ariaLabel=e} method domFocus (line 674) | domFocus(){var e;!((e=this.stickyScrollController)===null||e===void 0)... method layout (line 674) | layout(e,t){var i;this.view.layout(e,t),Nm(t)&&((i=this.findController... method style (line 674) | style(e){var t,i;const s=`.${this.view.domId}`,o=[];e.treeIndentGuides... method getParentElement (line 675) | getParentElement(e){const t=this.model.getParentNodeLocation(e);return... method getFirstElementChild (line 675) | getFirstElementChild(e){return this.model.getFirstElementChild(e)} method getNode (line 675) | getNode(e){return this.model.getNode(e)} method getNodeLocation (line 675) | getNodeLocation(e){return this.model.getNodeLocation(e)} method collapse (line 675) | collapse(e,t=!1){return this.model.setCollapsed(e,!0,t)} method expand (line 675) | expand(e,t=!1){return this.model.setCollapsed(e,!1,t)} method toggleCollapsed (line 675) | toggleCollapsed(e,t=!1){return this.model.setCollapsed(e,void 0,t)} method isCollapsible (line 675) | isCollapsible(e){return this.model.isCollapsible(e)} method setCollapsible (line 675) | setCollapsible(e,t){return this.model.setCollapsible(e,t)} method isCollapsed (line 675) | isCollapsed(e){return this.model.isCollapsed(e)} method refilter (line 675) | refilter(){this._onWillRefilter.fire(void 0),this.model.refilter()} method setSelection (line 675) | setSelection(e,t){this.eventBufferer.bufferEvents(()=>{const i=e.map(o... method getSelection (line 675) | getSelection(){return this.selection.get()} method setFocus (line 675) | setFocus(e,t){this.eventBufferer.bufferEvents(()=>{const i=e.map(o=>th... method focusNext (line 675) | focusNext(e=1,t=!1,i,s=Np(i)&&i.altKey?void 0:this.focusNavigationFilt... method focusPrevious (line 675) | focusPrevious(e=1,t=!1,i,s=Np(i)&&i.altKey?void 0:this.focusNavigation... method focusNextPage (line 675) | focusNextPage(e,t=Np(e)&&e.altKey?void 0:this.focusNavigationFilter){r... method focusPreviousPage (line 675) | focusPreviousPage(e,t=Np(e)&&e.altKey?void 0:this.focusNavigationFilte... method focusFirst (line 675) | focusFirst(e,t=Np(e)&&e.altKey?void 0:this.focusNavigationFilter){this... method getFocus (line 675) | getFocus(){return this.focus.get()} method reveal (line 675) | reveal(e,t){this.model.expandTo(e);const i=this.model.getListIndex(e);... method onLeftArrow (line 675) | onLeftArrow(e){e.preventDefault(),e.stopPropagation();const t=this.vie... method onRightArrow (line 675) | onRightArrow(e){e.preventDefault(),e.stopPropagation();const t=this.vi... method onSpace (line 675) | onSpace(e){e.preventDefault(),e.stopPropagation();const t=this.view.ge... method dispose (line 675) | dispose(){var e;tn(this.disposables),(e=this.stickyScrollController)==... class T$ (line 675) | class T${constructor(e,t,i={}){this.user=e,this.rootRef=null,this.nodes=... method constructor (line 675) | constructor(e,t,i={}){this.user=e,this.rootRef=null,this.nodes=new Map... method setChildren (line 675) | setChildren(e,t=oi.empty(),i={}){const s=this.getElementLocation(e);th... method _setChildren (line 675) | _setChildren(e,t=oi.empty(),i){const s=new Set,o=new Set,r=l=>{var c;i... method preserveCollapseState (line 675) | preserveCollapseState(e=oi.empty()){return this.sorter&&(e=[...e].sort... method rerender (line 675) | rerender(e){const t=this.getElementLocation(e);this.model.rerender(t)} method getFirstElementChild (line 675) | getFirstElementChild(e=null){const t=this.getElementLocation(e);return... method has (line 675) | has(e){return this.nodes.has(e)} method getListIndex (line 675) | getListIndex(e){const t=this.getElementLocation(e);return this.model.g... method getListRenderCount (line 675) | getListRenderCount(e){const t=this.getElementLocation(e);return this.m... method isCollapsible (line 675) | isCollapsible(e){const t=this.getElementLocation(e);return this.model.... method setCollapsible (line 675) | setCollapsible(e,t){const i=this.getElementLocation(e);return this.mod... method isCollapsed (line 675) | isCollapsed(e){const t=this.getElementLocation(e);return this.model.is... method setCollapsed (line 675) | setCollapsed(e,t,i){const s=this.getElementLocation(e);return this.mod... method expandTo (line 675) | expandTo(e){const t=this.getElementLocation(e);this.model.expandTo(t)} method refilter (line 675) | refilter(){this.model.refilter()} method getNode (line 675) | getNode(e=null){if(e===null)return this.model.getNode(this.model.rootR... method getNodeLocation (line 675) | getNodeLocation(e){return e.element} method getParentNodeLocation (line 675) | getParentNodeLocation(e){if(e===null)throw new dl(this.user,"Invalid g... method getElementLocation (line 675) | getElementLocation(e){if(e===null)return[];const t=this.nodes.get(e);i... function TN (line 675) | function TN(n){const e=[n.element],t=n.incompressible||!1;return{element... function NN (line 675) | function NN(n){const e=[n.element],t=n.incompressible||!1;let i,s;for(;[... function K9 (line 675) | function K9(n,e=0){let t;return en.getId(t).toString()).join("\0")} class h$e (line 675) | class h$e{get onDidSplice(){return this.model.onDidSplice}get onDidChang... method onDidSplice (line 675) | get onDidSplice(){return this.model.onDidSplice} method onDidChangeCollapseState (line 675) | get onDidChangeCollapseState(){return this.model.onDidChangeCollapseSt... method onDidChangeRenderNodeCount (line 675) | get onDidChangeRenderNodeCount(){return this.model.onDidChangeRenderNo... method constructor (line 675) | constructor(e,t,i={}){this.user=e,this.rootRef=null,this.nodes=new Map... method setChildren (line 675) | setChildren(e,t=oi.empty(),i){const s=i.diffIdentityProvider&&u$e(i.di... method isCompressionEnabled (line 675) | isCompressionEnabled(){return this.enabled} method setCompressionEnabled (line 675) | setCompressionEnabled(e){if(e===this.enabled)return;this.enabled=e;con... method _setChildren (line 675) | _setChildren(e,t,i){const s=new Set,o=a=>{for(const l of a.element.ele... method has (line 675) | has(e){return this.nodes.has(e)} method getListIndex (line 675) | getListIndex(e){const t=this.getCompressedNode(e);return this.model.ge... method getListRenderCount (line 675) | getListRenderCount(e){const t=this.getCompressedNode(e);return this.mo... method getNode (line 675) | getNode(e){if(typeof e>"u")return this.model.getNode();const t=this.ge... method getNodeLocation (line 675) | getNodeLocation(e){const t=this.model.getNodeLocation(e);return t===nu... method getParentNodeLocation (line 675) | getParentNodeLocation(e){const t=this.getCompressedNode(e),i=this.mode... method getFirstElementChild (line 675) | getFirstElementChild(e){const t=this.getCompressedNode(e);return this.... method isCollapsible (line 675) | isCollapsible(e){const t=this.getCompressedNode(e);return this.model.i... method setCollapsible (line 675) | setCollapsible(e,t){const i=this.getCompressedNode(e);return this.mode... method isCollapsed (line 675) | isCollapsed(e){const t=this.getCompressedNode(e);return this.model.isC... method setCollapsed (line 675) | setCollapsed(e,t,i){const s=this.getCompressedNode(e);return this.mode... method expandTo (line 675) | expandTo(e){const t=this.getCompressedNode(e);this.model.expandTo(t)} method rerender (line 675) | rerender(e){const t=this.getCompressedNode(e);this.model.rerender(t)} method refilter (line 675) | refilter(){this.model.refilter()} method getCompressedNode (line 675) | getCompressedNode(e){if(e===null)return null;const t=this.nodes.get(e)... class N$ (line 675) | class N${get element(){return this.node.element===null?null:this.unwrapp... method element (line 675) | get element(){return this.node.element===null?null:this.unwrapper(this... method children (line 675) | get children(){return this.node.children.map(e=>new N$(this.unwrapper,... method depth (line 675) | get depth(){return this.node.depth} method visibleChildrenCount (line 675) | get visibleChildrenCount(){return this.node.visibleChildrenCount} method visibleChildIndex (line 675) | get visibleChildIndex(){return this.node.visibleChildIndex} method collapsible (line 675) | get collapsible(){return this.node.collapsible} method collapsed (line 675) | get collapsed(){return this.node.collapsed} method visible (line 675) | get visible(){return this.node.visible} method filterData (line 675) | get filterData(){return this.node.filterData} method constructor (line 675) | constructor(e,t){this.unwrapper=e,this.node=t} function g$e (line 675) | function g$e(n,e){return{splice(t,i,s){e.splice(t,i,s.map(o=>n.map(o)))}... function p$e (line 675) | function p$e(n,e){return{...e,identityProvider:e.identityProvider&&{getI... class m$e (line 675) | class m$e{get onDidSplice(){return Ae.map(this.model.onDidSplice,({inser... method onDidSplice (line 675) | get onDidSplice(){return Ae.map(this.model.onDidSplice,({insertedNodes... method onDidChangeCollapseState (line 675) | get onDidChangeCollapseState(){return Ae.map(this.model.onDidChangeCol... method onDidChangeRenderNodeCount (line 675) | get onDidChangeRenderNodeCount(){return Ae.map(this.model.onDidChangeR... method constructor (line 675) | constructor(e,t,i={}){this.rootRef=null,this.elementMapper=i.elementMa... method setChildren (line 675) | setChildren(e,t=oi.empty(),i={}){this.model.setChildren(e,t,i)} method isCompressionEnabled (line 675) | isCompressionEnabled(){return this.model.isCompressionEnabled()} method setCompressionEnabled (line 675) | setCompressionEnabled(e){this.model.setCompressionEnabled(e)} method has (line 675) | has(e){return this.model.has(e)} method getListIndex (line 675) | getListIndex(e){return this.model.getListIndex(e)} method getListRenderCount (line 675) | getListRenderCount(e){return this.model.getListRenderCount(e)} method getNode (line 675) | getNode(e){return this.nodeMapper.map(this.model.getNode(e))} method getNodeLocation (line 675) | getNodeLocation(e){return e.element} method getParentNodeLocation (line 675) | getParentNodeLocation(e){return this.model.getParentNodeLocation(e)} method getFirstElementChild (line 675) | getFirstElementChild(e){const t=this.model.getFirstElementChild(e);ret... method isCollapsible (line 675) | isCollapsible(e){return this.model.isCollapsible(e)} method setCollapsible (line 675) | setCollapsible(e,t){return this.model.setCollapsible(e,t)} method isCollapsed (line 675) | isCollapsed(e){return this.model.isCollapsed(e)} method setCollapsed (line 675) | setCollapsed(e,t,i){return this.model.setCollapsed(e,t,i)} method expandTo (line 675) | expandTo(e){return this.model.expandTo(e)} method rerender (line 675) | rerender(e){return this.model.rerender(e)} method refilter (line 675) | refilter(){return this.model.refilter()} method getCompressedTreeNode (line 675) | getCompressedTreeNode(e=null){return this.model.getNode(e)} class A$ (line 675) | class A$ extends rue{get onDidChangeCollapseState(){return this.model.on... method onDidChangeCollapseState (line 675) | get onDidChangeCollapseState(){return this.model.onDidChangeCollapseSt... method constructor (line 675) | constructor(e,t,i,s,o={}){super(e,t,i,s,o),this.user=e} method setChildren (line 675) | setChildren(e,t=oi.empty(),i){this.model.setChildren(e,t,i)} method rerender (line 675) | rerender(e){if(e===void 0){this.view.rerender();return}this.model.rere... method hasElement (line 675) | hasElement(e){return this.model.has(e)} method createModel (line 675) | createModel(e,t,i){return new T$(e,t,i)} class lue (line 675) | class lue{get compressedTreeNodeProvider(){return this._compressedTreeNo... method compressedTreeNodeProvider (line 675) | get compressedTreeNodeProvider(){return this._compressedTreeNodeProvid... method constructor (line 675) | constructor(e,t,i){this._compressedTreeNodeProvider=e,this.stickyScrol... method renderTemplate (line 675) | renderTemplate(e){return{compressedTreeNode:void 0,data:this.renderer.... method renderElement (line 675) | renderElement(e,t,i,s){let o=this.stickyScrollDelegate.getCompressedNo... method disposeElement (line 675) | disposeElement(e,t,i,s){var o,r,a,l;i.compressedTreeNode?(r=(o=this.re... method disposeTemplate (line 675) | disposeTemplate(e){this.renderer.disposeTemplate(e.data)} method renderTwistie (line 675) | renderTwistie(e,t){return this.renderer.renderTwistie?this.renderer.re... class v$e (line 675) | class v$e{constructor(e){this.modelProvider=e,this.compressedStickyNodes... method constructor (line 675) | constructor(e){this.modelProvider=e,this.compressedStickyNodes=new Map} method getCompressedNode (line 675) | getCompressedNode(e){return this.compressedStickyNodes.get(e)} method constrainStickyScrollNodes (line 675) | constrainStickyScrollNodes(e,t,i){if(this.compressedStickyNodes.clear(... method compressStickyNodes (line 675) | compressStickyNodes(e){if(e.length===0)throw new Error("Can't compress... function b$e (line 675) | function b$e(n,e){return e&&{...e,keyboardNavigationLabelProvider:e.keyb... class cue (line 675) | class cue extends A${constructor(e,t,i,s,o={}){const r=()=>this,a=new v$... method constructor (line 675) | constructor(e,t,i,s,o={}){const r=()=>this,a=new v$e(()=>this.model),l... method setChildren (line 675) | setChildren(e,t=oi.empty(),i){this.model.setChildren(e,t,i)} method createModel (line 675) | createModel(e,t,i){return new m$e(e,t,i)} method updateOptions (line 675) | updateOptions(e={}){super.updateOptions(e),typeof e.compressionEnabled... method getCompressedTreeNode (line 675) | getCompressedTreeNode(e=null){return this.model.getCompressedTreeNode(e)} function $5 (line 675) | function $5(n){return{...n,children:[],refreshPromise:void 0,stale:!0,sl... function q9 (line 675) | function q9(n,e){return e.parent?e.parent===n?!0:q9(n,e.parent):!1} function C$e (line 675) | function C$e(n,e){return n===e||q9(n,e)||q9(e,n)} class R$ (line 675) | class R${get element(){return this.node.element.element}get children(){r... method element (line 675) | get element(){return this.node.element.element} method children (line 675) | get children(){return this.node.children.map(e=>new R$(e))} method depth (line 675) | get depth(){return this.node.depth} method visibleChildrenCount (line 675) | get visibleChildrenCount(){return this.node.visibleChildrenCount} method visibleChildIndex (line 675) | get visibleChildIndex(){return this.node.visibleChildIndex} method collapsible (line 675) | get collapsible(){return this.node.collapsible} method collapsed (line 675) | get collapsed(){return this.node.collapsed} method visible (line 675) | get visible(){return this.node.visible} method filterData (line 675) | get filterData(){return this.node.filterData} method constructor (line 675) | constructor(e){this.node=e} class w$e (line 675) | class w$e{constructor(e,t,i){this.renderer=e,this.nodeMapper=t,this.onDi... method constructor (line 675) | constructor(e,t,i){this.renderer=e,this.nodeMapper=t,this.onDidChangeT... method renderTemplate (line 675) | renderTemplate(e){return{templateData:this.renderer.renderTemplate(e)}} method renderElement (line 675) | renderElement(e,t,i,s){this.renderer.renderElement(this.nodeMapper.map... method renderTwistie (line 675) | renderTwistie(e,t){return e.slow?(t.classList.add(..._t.asClassNameArr... method disposeElement (line 675) | disposeElement(e,t,i,s){var o,r;(r=(o=this.renderer).disposeElement)==... method disposeTemplate (line 675) | disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)} method dispose (line 675) | dispose(){this.renderedNodes.clear()} function FJ (line 675) | function FJ(n){return{browserEvent:n.browserEvent,elements:n.elements.ma... function BJ (line 675) | function BJ(n){return{browserEvent:n.browserEvent,element:n.element&&n.e... class y$e (line 675) | class y$e extends TD{constructor(e){super(e.elements.map(t=>t.element)),... method constructor (line 675) | constructor(e){super(e.elements.map(t=>t.element)),this.data=e} function U5 (line 675) | function U5(n){return n instanceof TD?new y$e(n):n} class S$e (line 675) | class S$e{constructor(e){this.dnd=e}getDragURI(e){return this.dnd.getDra... method constructor (line 675) | constructor(e){this.dnd=e} method getDragURI (line 675) | getDragURI(e){return this.dnd.getDragURI(e.element)} method getDragLabel (line 675) | getDragLabel(e,t){if(this.dnd.getDragLabel)return this.dnd.getDragLabe... method onDragStart (line 675) | onDragStart(e,t){var i,s;(s=(i=this.dnd).onDragStart)===null||s===void... method onDragOver (line 675) | onDragOver(e,t,i,s,o,r=!0){return this.dnd.onDragOver(U5(e),t&&t.eleme... method drop (line 675) | drop(e,t,i,s,o){this.dnd.drop(U5(e),t&&t.element,i,s,o)} method onDragEnd (line 675) | onDragEnd(e){var t,i;(i=(t=this.dnd).onDragEnd)===null||i===void 0||i.... method dispose (line 675) | dispose(){this.dnd.dispose()} function due (line 675) | function due(n){return n&&{...n,collapseByDefault:!0,identityProvider:n.... function G9 (line 675) | function G9(n,e){e(n),n.children.forEach(t=>G9(t,e))} class uue (line 675) | class uue{get onDidScroll(){return this.tree.onDidScroll}get onDidChange... method onDidScroll (line 675) | get onDidScroll(){return this.tree.onDidScroll} method onDidChangeFocus (line 675) | get onDidChangeFocus(){return Ae.map(this.tree.onDidChangeFocus,FJ)} method onDidChangeSelection (line 675) | get onDidChangeSelection(){return Ae.map(this.tree.onDidChangeSelectio... method onMouseDblClick (line 675) | get onMouseDblClick(){return Ae.map(this.tree.onMouseDblClick,BJ)} method onPointer (line 675) | get onPointer(){return Ae.map(this.tree.onPointer,BJ)} method onDidFocus (line 675) | get onDidFocus(){return this.tree.onDidFocus} method onDidChangeModel (line 675) | get onDidChangeModel(){return this.tree.onDidChangeModel} method onDidChangeCollapseState (line 675) | get onDidChangeCollapseState(){return this.tree.onDidChangeCollapseState} method onDidChangeFindOpenState (line 675) | get onDidChangeFindOpenState(){return this.tree.onDidChangeFindOpenState} method onDidChangeStickyScrollFocused (line 675) | get onDidChangeStickyScrollFocused(){return this.tree.onDidChangeStick... method onDidDispose (line 675) | get onDidDispose(){return this.tree.onDidDispose} method constructor (line 675) | constructor(e,t,i,s,o,r={}){this.user=e,this.dataSource=o,this.nodes=n... method createTree (line 675) | createTree(e,t,i,s,o){const r=new E$(i),a=s.map(c=>new w$e(c,this.node... method updateOptions (line 675) | updateOptions(e={}){this.tree.updateOptions(e)} method getHTMLElement (line 675) | getHTMLElement(){return this.tree.getHTMLElement()} method scrollTop (line 675) | get scrollTop(){return this.tree.scrollTop} method scrollTop (line 675) | set scrollTop(e){this.tree.scrollTop=e} method scrollHeight (line 675) | get scrollHeight(){return this.tree.scrollHeight} method renderHeight (line 675) | get renderHeight(){return this.tree.renderHeight} method domFocus (line 675) | domFocus(){this.tree.domFocus()} method layout (line 675) | layout(e,t){this.tree.layout(e,t)} method style (line 675) | style(e){this.tree.style(e)} method getInput (line 675) | getInput(){return this.root.element} method setInput (line 675) | async setInput(e,t){this.refreshPromises.forEach(s=>s.cancel()),this.r... method _updateChildren (line 675) | async _updateChildren(e=this.root.element,t=!0,i=!1,s,o){if(typeof thi... method rerender (line 675) | rerender(e){if(e===void 0||e===this.root.element){this.tree.rerender()... method getNode (line 675) | getNode(e=this.root.element){const t=this.getDataNode(e),i=this.tree.g... method collapse (line 675) | collapse(e,t=!1){const i=this.getDataNode(e);return this.tree.collapse... method expand (line 675) | async expand(e,t=!1){if(typeof this.root.element>"u")throw new dl(this... method setSelection (line 675) | setSelection(e,t){const i=e.map(s=>this.getDataNode(s));this.tree.setS... method getSelection (line 675) | getSelection(){return this.tree.getSelection().map(t=>t.element)} method setFocus (line 675) | setFocus(e,t){const i=e.map(s=>this.getDataNode(s));this.tree.setFocus... method getFocus (line 675) | getFocus(){return this.tree.getFocus().map(t=>t.element)} method reveal (line 675) | reveal(e,t){this.tree.reveal(this.getDataNode(e),t)} method getParentElement (line 675) | getParentElement(e){const t=this.tree.getParentElement(this.getDataNod... method getFirstElementChild (line 675) | getFirstElementChild(e=this.root.element){const t=this.getDataNode(e),... method getDataNode (line 675) | getDataNode(e){const t=this.nodes.get(e===this.root.element?null:e);if... method refreshAndRenderNode (line 675) | async refreshAndRenderNode(e,t,i,s){await this.refreshNode(e,t,i),!thi... method refreshNode (line 675) | async refreshNode(e,t,i){let s;if(this.subTreeRefreshPromises.forEach(... method doRefreshSubTree (line 675) | async doRefreshSubTree(e,t,i){let s;e.refreshPromise=new Promise(o=>s=... method doRefreshNode (line 675) | async doRefreshNode(e,t,i){e.hasChildren=!!this.dataSource.hasChildren... method doGetChildren (line 675) | doGetChildren(e){let t=this.refreshPromises.get(e);if(t)return t;const... method _onDidChangeCollapseState (line 675) | _onDidChangeCollapseState({node:e,deep:t}){e.element!==null&&!e.collap... method setChildren (line 675) | setChildren(e,t,i,s){const o=[...t];if(e.children.length===0&&o.length... method render (line 675) | render(e,t,i){const s=e.children.map(r=>this.asTreeElement(r,t)),o=i&&... method asTreeElement (line 675) | asTreeElement(e,t){if(e.stale)return{element:e,collapsible:e.hasChildr... method processChildren (line 675) | processChildren(e){return this.sorter&&(e=[...e].sort(this.sorter.comp... method dispose (line 675) | dispose(){this.disposables.dispose(),this.tree.dispose()} class M$ (line 675) | class M${get element(){return{elements:this.node.element.elements.map(e=... method element (line 675) | get element(){return{elements:this.node.element.elements.map(e=>e.elem... method children (line 675) | get children(){return this.node.children.map(e=>new M$(e))} method depth (line 675) | get depth(){return this.node.depth} method visibleChildrenCount (line 675) | get visibleChildrenCount(){return this.node.visibleChildrenCount} method visibleChildIndex (line 675) | get visibleChildIndex(){return this.node.visibleChildIndex} method collapsible (line 675) | get collapsible(){return this.node.collapsible} method collapsed (line 675) | get collapsed(){return this.node.collapsed} method visible (line 675) | get visible(){return this.node.visible} method filterData (line 675) | get filterData(){return this.node.filterData} method constructor (line 675) | constructor(e){this.node=e} class x$e (line 675) | class x$e{constructor(e,t,i,s){this.renderer=e,this.nodeMapper=t,this.co... method constructor (line 675) | constructor(e,t,i,s){this.renderer=e,this.nodeMapper=t,this.compressib... method renderTemplate (line 675) | renderTemplate(e){return{templateData:this.renderer.renderTemplate(e)}} method renderElement (line 675) | renderElement(e,t,i,s){this.renderer.renderElement(this.nodeMapper.map... method renderCompressedElements (line 675) | renderCompressedElements(e,t,i,s){this.renderer.renderCompressedElemen... method renderTwistie (line 675) | renderTwistie(e,t){return e.slow?(t.classList.add(..._t.asClassNameArr... method disposeElement (line 675) | disposeElement(e,t,i,s){var o,r;(r=(o=this.renderer).disposeElement)==... method disposeCompressedElements (line 675) | disposeCompressedElements(e,t,i,s){var o,r;(r=(o=this.renderer).dispos... method disposeTemplate (line 675) | disposeTemplate(e){this.renderer.disposeTemplate(e.templateData)} method dispose (line 675) | dispose(){this.renderedNodes.clear(),this.disposables=tn(this.disposab... function L$e (line 675) | function L$e(n){const e=n&&due(n);return e&&{...e,keyboardNavigationLabe... class k$e (line 675) | class k$e extends uue{constructor(e,t,i,s,o,r,a={}){super(e,t,i,o,r,a),t... method constructor (line 675) | constructor(e,t,i,s,o,r,a={}){super(e,t,i,o,r,a),this.compressionDeleg... method createTree (line 675) | createTree(e,t,i,s,o){const r=new E$(i),a=s.map(c=>new x$e(c,this.node... method asTreeElement (line 675) | asTreeElement(e,t){return{incompressible:this.compressionDelegate.isIn... method updateOptions (line 675) | updateOptions(e={}){this.tree.updateOptions(e)} method render (line 675) | render(e,t,i){if(!this.identityProvider)return super.render(e,t);const... method processChildren (line 675) | processChildren(e){return this.filter&&(e=oi.filter(e,t=>{const i=this... function D$e (line 675) | function D$e(n){return typeof n=="boolean"?n?1:0:I$(n)?YL(n.visibility):... class I$e (line 675) | class I$e extends rue{constructor(e,t,i,s,o,r={}){super(e,t,i,s,r),this.... method constructor (line 675) | constructor(e,t,i,s,o,r={}){super(e,t,i,s,r),this.user=e,this.dataSour... method createModel (line 675) | createModel(e,t,i){return new T$(e,t,i)} class E$e (line 675) | class E$e{get lastFocusedList(){return this._lastFocusedWidget}construct... method lastFocusedList (line 675) | get lastFocusedList(){return this._lastFocusedWidget} method constructor (line 675) | constructor(){this.disposables=new be,this.lists=[],this._lastFocusedW... method setLastFocusedList (line 675) | setLastFocusedList(e){var t,i;e!==this._lastFocusedWidget&&((t=this._l... method register (line 675) | register(e,t){if(this._hasCreatedStyleController||(this._hasCreatedSty... method dispose (line 675) | dispose(){this.disposables.dispose()} function fP (line 675) | function fP(n,e){const t=n.createScoped(e.getHTMLElement());return pue.b... function gP (line 675) | function gP(n,e){const t=QL.bindTo(n),i=()=>{const s=e.scrollTop===0,o=e... function Mh (line 675) | function Mh(n){return n.getValue(nb)==="alt"} class M$e (line 675) | class M$e extends ne{constructor(e){super(),this.configurationService=e,... method constructor (line 675) | constructor(e){super(),this.configurationService=e,this.useAltAsMultip... method registerListeners (line 675) | registerListeners(){this._register(this.configurationService.onDidChan... method isSelectionSingleChangeEvent (line 675) | isSelectionSingleChangeEvent(e){return this.useAltAsMultipleSelectionM... method isSelectionRangeChangeEvent (line 675) | isSelectionRangeChangeEvent(e){return Hde(e)} function pP (line 675) | function pP(n,e){var t;const i=n.get(qt),s=n.get(Li),o=new be;return[{..... method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c){const d=typeof o.horizontalScrolling<"u"?... method updateOptions (line 675) | updateOptions(e){super.updateOptions(e),e.overrideStyles!==void 0&&this.... method updateStyles (line 675) | updateStyles(e){this.style(e?tb(e):eb)} method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c){const d=typeof o.horizontalScrolling<"u"?... method updateOptions (line 675) | updateOptions(e){super.updateOptions(e),e.overrideStyles!==void 0&&this.... method updateStyles (line 675) | updateStyles(e){this.style(e?tb(e):eb)} method dispose (line 675) | dispose(){this.disposables.dispose(),super.dispose()} method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c,d){const u=typeof r.horizontalScrolling<"u... method updateOptions (line 675) | updateOptions(e){super.updateOptions(e),e.overrideStyles!==void 0&&this.... method updateStyles (line 675) | updateStyles(e){this.style(e?tb(e):eb)} method dispose (line 675) | dispose(){this.disposables.dispose(),super.dispose()} class $$ (line 675) | class $$ extends ne{constructor(e,t){var i;super(),this.widget=e,this._o... method constructor (line 675) | constructor(e,t){var i;super(),this.widget=e,this._onDidOpen=this._reg... method onSelectionFromKeyboard (line 675) | onSelectionFromKeyboard(e){if(e.elements.length!==1)return;const t=e.b... method onPointer (line 675) | onPointer(e,t){if(!this.openOnSingleClick||t.detail===2)return;const s... method onMouseDblClick (line 675) | onMouseDblClick(e,t){if(!t)return;const i=t.target;if(i.classList.cont... method _open (line 675) | _open(e,t,i,s,o){e&&this._onDidOpen.fire({editorOptions:{preserveFocus... class Cue (line 675) | class Cue extends $${constructor(e,t){super(e,t),this.widget=e}getSelect... method constructor (line 675) | constructor(e,t){super(e,t),this.widget=e} method getSelectedElement (line 675) | getSelectedElement(){return this.widget.getSelectedElements()[0]} class P$e (line 675) | class P$e extends $${constructor(e,t){super(e,t)}getSelectedElement(){re... method constructor (line 675) | constructor(e,t){super(e,t)} method getSelectedElement (line 675) | getSelectedElement(){return this.widget.getSelectedElements()[0]} class O$e (line 675) | class O$e extends $${constructor(e,t){super(e,t)}getSelectedElement(){va... method constructor (line 675) | constructor(e,t){super(e,t)} method getSelectedElement (line 675) | getSelectedElement(){var e;return(e=this.widget.getSelection()[0])!==n... function F$e (line 675) | function F$e(n){let e=!1;return t=>{if(t.toKeyCodeChord().isModifierKey(... method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c){const{options:d,getTypeNavigationMode:u,d... method updateOptions (line 675) | updateOptions(e){super.updateOptions(e),this.internals.updateOptions(e)} method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c){const{options:d,getTypeNavigationMode:u,d... method updateOptions (line 675) | updateOptions(e={}){super.updateOptions(e),e.overrideStyles&&this.intern... method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c,d){const{options:u,getTypeNavigationMode:h... method updateOptions (line 675) | updateOptions(e={}){super.updateOptions(e),e.overrideStyles!==void 0&&th... method onDidOpen (line 675) | get onDidOpen(){return this.internals.onDidOpen} method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c,d){const{options:u,getTypeNavigationMode:h... method updateOptions (line 675) | updateOptions(e={}){super.updateOptions(e),e.overrideStyles&&this.intern... method constructor (line 675) | constructor(e,t,i,s,o,r,a,l,c,d,u){const{options:h,getTypeNavigationMode... method updateOptions (line 675) | updateOptions(e){super.updateOptions(e),this.internals.updateOptions(e)} function wue (line 675) | function wue(n){const e=n.getValue(H$);if(e==="highlight")return cg.High... function yue (line 675) | function yue(n){const e=n.getValue(z$);if(e==="fuzzy")return w0.Fuzzy;if... function FD (line 675) | function FD(n,e){var t;const i=n.get(qt),s=n.get(Wg),o=n.get(Ct),r=n.get... method onDidOpen (line 675) | get onDidOpen(){return this.navigator.onDidOpen} method constructor (line 675) | constructor(e,t,i,s,o,r,a){var l;this.tree=e,this.disposables=[],this.co... method updateOptions (line 675) | updateOptions(e){e.multipleSelectionSupport!==void 0&&this.listSupportsM... method updateStyleOverrides (line 675) | updateStyleOverrides(e){this.tree.style(e?tb(e):eb)} method dispose (line 675) | dispose(){this.disposables=tn(this.disposables)} class _m (line 675) | class _m extends ne{constructor(e,t){var i;super(),this.options=t,this.t... method constructor (line 675) | constructor(e,t){var i;super(),this.options=t,this.text="",this.title=... method element (line 675) | get element(){return this.domNode} method set (line 675) | set(e,t=[],i="",s){e||(e=""),s&&(e=_m.escapeNewLines(e,t)),!(this.didE... method render (line 675) | render(){var e,t,i,s;const o=[];let r=0;for(const a of this.highlights... method escapeNewLines (line 675) | static escapeNewLines(e,t){let i=0,s=0;return e.replace(/\r\n|\r|\n/g,... class Ky (line 676) | class Ky{constructor(e){this._element=e}get element(){return this._eleme... method constructor (line 676) | constructor(e){this._element=e} method element (line 676) | get element(){return this._element} method textContent (line 676) | set textContent(e){this.disposed||e===this._textContent||(this._textCo... method className (line 676) | set className(e){this.disposed||e===this._className||(this._className=... method empty (line 676) | set empty(e){this.disposed||e===this._empty||(this._empty=e,this._elem... method dispose (line 676) | dispose(){this.disposed=!0} class zA (line 676) | class zA extends ne{constructor(e,t){var i;super(),this.customHovers=new... method constructor (line 676) | constructor(e,t){var i;super(),this.customHovers=new Map,this.creation... method element (line 676) | get element(){return this.domNode.element} method setLabel (line 676) | setLabel(e,t,i){var s;const o=["monaco-icon-label"],r=["monaco-icon-la... method setupHover (line 676) | setupHover(e,t){const i=this.customHovers.get(e);if(i&&(i.dispose(),th... method dispose (line 676) | dispose(){super.dispose();for(const e of this.customHovers.values())e.... method getOrCreateSuffixNode (line 676) | getOrCreateSuffixNode(){if(!this.suffixNode){const e=this._register(ne... method getOrCreateDescriptionNode (line 676) | getOrCreateDescriptionNode(){var e;if(!this.descriptionNode){const t=t... class W$e (line 676) | class W$e{constructor(e){this.container=e,this.label=void 0,this.singleL... method constructor (line 676) | constructor(e){this.container=e,this.label=void 0,this.singleLabel=voi... method setLabel (line 676) | setLabel(e,t){if(!(this.label===e&&vl(this.options,t)))if(this.label=e... function H$e (line 676) | function H$e(n,e,t){if(!t)return;let i=0;return n.map(s=>{const o={start... class V$e (line 676) | class V$e extends ne{constructor(e,t){super(),this.container=e,this.supp... method constructor (line 676) | constructor(e,t){super(),this.container=e,this.supportIcons=t,this.lab... method setLabel (line 676) | setLabel(e,t){if(!(this.label===e&&vl(this.options,t)))if(this.label=e... class $w (line 676) | class $w extends ne{constructor(e,t,i){super(),this.os=t,this.keyElement... method constructor (line 676) | constructor(e,t,i){super(),this.os=t,this.keyElements=new Set,this.opt... method element (line 676) | get element(){return this.domNode} method set (line 676) | set(e,t){this.didEverRender&&this.keybinding===e&&$w.areSame(this.matc... method render (line 676) | render(){var e;if(this.clear(),this.keybinding){const t=this.keybindin... method clear (line 676) | clear(){wo(this.domNode),this.keyElements.clear()} method renderChord (line 676) | renderChord(e,t,i){const s=w$.modifierLabels[this.os];t.ctrlKey&&this.... method renderKey (line 676) | renderKey(e,t,i,s){we(e,this.createKeyElement(t,i?".highlight":"")),s&... method renderUnbound (line 676) | renderUnbound(e){we(e,this.createKeyElement(v("unbound","Unbound")))} method createKeyElement (line 676) | createKeyElement(e,t=""){const i=uT("span.monaco-keybinding-key"+t,voi... method areSame (line 676) | static areSame(e,t){return e===t||!e&&!t?!0:!!e&&!!t&&vl(e.firstPart,t... function z$e (line 676) | function z$e(n,e,t=!1){const i=n||"",s=e||"",o=jJ.value.collator.compare... function $$e (line 676) | function $$e(n,e,t){const i=n.toLowerCase(),s=e.toLowerCase(),o=U$e(n,e,... function U$e (line 676) | function U$e(n,e,t){const i=n.toLowerCase(),s=e.toLowerCase(),o=i.starts... class xue (line 676) | class xue{constructor(e,t,i){this.index=e,this.hasCheckbox=t,this._hidde... method constructor (line 676) | constructor(e,t,i){this.index=e,this.hasCheckbox=t,this._hidden=!1,thi... method saneLabel (line 676) | get saneLabel(){return this._init.value.saneLabel} method saneSortLabel (line 676) | get saneSortLabel(){return this._init.value.saneSortLabel} method saneAriaLabel (line 676) | get saneAriaLabel(){return this._init.value.saneAriaLabel} method element (line 676) | get element(){return this._element} method element (line 676) | set element(e){this._element=e} method hidden (line 676) | get hidden(){return this._hidden} method hidden (line 676) | set hidden(e){this._hidden=e} method saneDescription (line 676) | get saneDescription(){return this._saneDescription} method saneDescription (line 676) | set saneDescription(e){this._saneDescription=e} method saneDetail (line 676) | get saneDetail(){return this._saneDetail} method saneDetail (line 676) | set saneDetail(e){this._saneDetail=e} method saneTooltip (line 676) | get saneTooltip(){return this._saneTooltip} method saneTooltip (line 676) | set saneTooltip(e){this._saneTooltip=e} method labelHighlights (line 676) | get labelHighlights(){return this._labelHighlights} method labelHighlights (line 676) | set labelHighlights(e){this._labelHighlights=e} method descriptionHighlights (line 676) | get descriptionHighlights(){return this._descriptionHighlights} method descriptionHighlights (line 676) | set descriptionHighlights(e){this._descriptionHighlights=e} method detailHighlights (line 676) | get detailHighlights(){return this._detailHighlights} method detailHighlights (line 676) | set detailHighlights(e){this._detailHighlights=e} class sr (line 676) | class sr extends xue{constructor(e,t,i,s,o,r){var a,l,c;super(e,t,o),thi... method constructor (line 676) | constructor(e,t,i,s,o,r){var a,l,c;super(e,t,o),this.fireButtonTrigger... method separator (line 676) | get separator(){return this._separator} method separator (line 676) | set separator(e){this._separator=e} method checked (line 676) | get checked(){return this._checked} method checked (line 676) | set checked(e){e!==this._checked&&(this._checked=e,this._onChecked.fir... method checkboxDisabled (line 676) | get checkboxDisabled(){return!!this.item.disabled} class Cp (line 676) | class Cp extends xue{constructor(e,t,i){super(e,!1,i),this.fireSeparator... method constructor (line 676) | constructor(e,t,i){super(e,!1,i),this.fireSeparatorButtonTriggered=t,t... class j$e (line 676) | class j$e{getHeight(e){return e instanceof Cp?30:e.saneDetail?44:22}getT... method getHeight (line 676) | getHeight(e){return e instanceof Cp?30:e.saneDetail?44:22} method getTemplateId (line 676) | getTemplateId(e){return e instanceof sr?ek.ID:BD.ID} class K$e (line 676) | class K$e{getWidgetAriaLabel(){return v("quickInput","Quick Input")}getA... method getWidgetAriaLabel (line 676) | getWidgetAriaLabel(){return v("quickInput","Quick Input")} method getAriaLabel (line 676) | getAriaLabel(e){var t;return!((t=e.separator)===null||t===void 0)&&t.l... method getWidgetRole (line 676) | getWidgetRole(){return"listbox"} method getRole (line 676) | getRole(e){return e.hasCheckbox?"checkbox":"option"} method isChecked (line 676) | isChecked(e){if(!(!e.hasCheckbox||!(e instanceof sr)))return{get value... class Lue (line 676) | class Lue{constructor(e){this.hoverDelegate=e}renderTemplate(e){const t=... method constructor (line 676) | constructor(e){this.hoverDelegate=e} method renderTemplate (line 676) | renderTemplate(e){const t=Object.create(null);t.toDisposeElement=new b... method disposeTemplate (line 676) | disposeTemplate(e){e.toDisposeElement.dispose(),e.toDisposeTemplate.di... method disposeElement (line 676) | disposeElement(e,t,i){i.toDisposeElement.clear(),i.actionBar.clear()} method constructor (line 676) | constructor(e,t){super(e),this.themeService=t,this._itemsWithSeparatorsF... method templateId (line 676) | get templateId(){return Q9.ID} method renderTemplate (line 676) | renderTemplate(e){const t=super.renderTemplate(e);return t.toDisposeTemp... method renderElement (line 676) | renderElement(e,t,i){var s,o,r;const a=e.element;i.element=a,a.element=(... method disposeElement (line 676) | disposeElement(e,t,i){this.removeItemWithSeparator(e.element),super.disp... method isItemWithSeparatorVisible (line 676) | isItemWithSeparatorVisible(e){return this._itemsWithSeparatorsFrequency.... method addItemWithSeparator (line 676) | addItemWithSeparator(e){this._itemsWithSeparatorsFrequency.set(e,(this._... method removeItemWithSeparator (line 676) | removeItemWithSeparator(e){const t=this._itemsWithSeparatorsFrequency.ge... class BD (line 676) | class BD extends Lue{constructor(){super(...arguments),this._visibleSepa... method constructor (line 676) | constructor(){super(...arguments),this._visibleSeparatorsFrequency=new... method templateId (line 676) | get templateId(){return BD.ID} method visibleSeparators (line 676) | get visibleSeparators(){return[...this._visibleSeparatorsFrequency.key... method isSeparatorVisible (line 676) | isSeparatorVisible(e){return this._visibleSeparatorsFrequency.has(e)} method renderElement (line 676) | renderElement(e,t,i){var s;const o=e.element;i.element=o,o.element=(s=... method disposeElement (line 676) | disposeElement(e,t,i){var s;this.removeSeparator(e.element),this.isSep... method addSeparator (line 676) | addSeparator(e){this._visibleSeparatorsFrequency.set(e,(this._visibleS... method removeSeparator (line 676) | removeSeparator(e){const t=this._visibleSeparatorsFrequency.get(e)||0;... method constructor (line 676) | constructor(e,t,i,s,o,r){super(),this.parent=e,this.hoverDelegate=t,this... method onDidChangeFocus (line 676) | get onDidChangeFocus(){return Ae.map(this._tree.onDidChangeFocus,e=>e.el... method onDidChangeSelection (line 676) | get onDidChangeSelection(){return Ae.map(this._tree.onDidChangeSelection... method scrollTop (line 676) | get scrollTop(){return this._tree.scrollTop} method scrollTop (line 676) | set scrollTop(e){this._tree.scrollTop=e} method ariaLabel (line 676) | get ariaLabel(){return this._tree.ariaLabel} method ariaLabel (line 676) | set ariaLabel(e){this._tree.ariaLabel=e??""} method enabled (line 676) | set enabled(e){this._tree.getHTMLElement().style.pointerEvents=e?"":"none"} method matchOnDescription (line 676) | get matchOnDescription(){return this._matchOnDescription} method matchOnDescription (line 676) | set matchOnDescription(e){this._matchOnDescription=e} method matchOnDetail (line 676) | get matchOnDetail(){return this._matchOnDetail} method matchOnDetail (line 676) | set matchOnDetail(e){this._matchOnDetail=e} method matchOnLabel (line 676) | get matchOnLabel(){return this._matchOnLabel} method matchOnLabel (line 676) | set matchOnLabel(e){this._matchOnLabel=e} method matchOnLabelMode (line 676) | get matchOnLabelMode(){return this._matchOnLabelMode} method matchOnLabelMode (line 676) | set matchOnLabelMode(e){this._matchOnLabelMode=e} method sortByLabel (line 676) | get sortByLabel(){return this._sortByLabel} method sortByLabel (line 676) | set sortByLabel(e){this._sortByLabel=e} method shouldLoop (line 676) | get shouldLoop(){return this._shouldLoop} method shouldLoop (line 676) | set shouldLoop(e){this._shouldLoop=e} method _registerListeners (line 676) | _registerListeners(){this._registerOnKeyDown(),this._registerOnContainer... method _registerOnKeyDown (line 676) | _registerOnKeyDown(){this._register(this._tree.onKeyDown(e=>{const t=new... method _registerOnContainerClick (line 676) | _registerOnContainerClick(){this._register(ce(this._container,Le.CLICK,e... method _registerOnMouseMiddleClick (line 676) | _registerOnMouseMiddleClick(){this._register(ce(this._container,Le.AUXCL... method _registerOnElementChecked (line 676) | _registerOnElementChecked(){this._register(this._elementChecked.event(e=... method _registerOnContextMenu (line 676) | _registerOnContextMenu(){this._register(this._tree.onContextMenu(e=>{e.e... method _registerHoverListeners (line 676) | _registerHoverListeners(){const e=this._register(new Iae(this.hoverDeleg... method _registerSeparatorActionShowingListeners (line 676) | _registerSeparatorActionShowingListeners(){this._register(this._tree.onD... method _registerSelectionChangeListener (line 676) | _registerSelectionChangeListener(){this._register(this._tree.onDidChange... method getAllVisibleChecked (line 676) | getAllVisibleChecked(){return this._allVisibleChecked(this._itemElements... method getCheckedCount (line 676) | getCheckedCount(){return this._itemElements.filter(e=>e.checked).length} method getVisibleCount (line 676) | getVisibleCount(){return this._itemElements.filter(e=>!e.hidden).length} method setAllVisibleChecked (line 676) | setAllVisibleChecked(e){try{this._shouldFireCheckedEvents=!1,this._itemE... method setElements (line 676) | setElements(e){this._elementDisposable.clear(),this._inputElements=e;con... method setFocusedElements (line 676) | setFocusedElements(e){const t=e.map(i=>this._itemElements.find(s=>s.item... method getActiveDescendant (line 676) | getActiveDescendant(){return this._tree.getHTMLElement().getAttribute("a... method setSelectedElements (line 676) | setSelectedElements(e){const t=e.map(i=>this._itemElements.find(s=>s.ite... method getCheckedElements (line 676) | getCheckedElements(){return this._itemElements.filter(e=>e.checked).map(... method setCheckedElements (line 676) | setCheckedElements(e){try{this._shouldFireCheckedEvents=!1;const t=new S... method focus (line 676) | focus(e){var t;if(this._itemElements.length)switch(e===_n.Second&&this._... method clearFocus (line 676) | clearFocus(){this._tree.setFocus([])} method domFocus (line 676) | domFocus(){this._tree.domFocus()} method layout (line 676) | layout(e){this._tree.getHTMLElement().style.maxHeight=e?`${Math.floor(e/... method filter (line 676) | filter(e){if(!(this._sortByLabel||this._matchOnLabel||this._matchOnDescr... method toggleCheckbox (line 676) | toggleCheckbox(){try{this._shouldFireCheckedEvents=!1;const e=this._tree... method display (line 676) | display(e){this._container.style.display=e?"":"none"} method isDisplayed (line 676) | isDisplayed(){return this._container.style.display!=="none"} method style (line 676) | style(e){this._tree.style(e)} method toggleHover (line 676) | toggleHover(){const e=this._tree.getFocus()[0];if(!(e!=null&&e.saneToolt... method _allVisibleChecked (line 676) | _allVisibleChecked(e,t=!0){for(let i=0,s=e.length;i{const i=t.get(Cc).currentQuickInput;if(i)ret... method currentQuickInput (line 676) | get currentQuickInput(){var e;return(e=this.controller)!==null&&e!==void... method container (line 676) | get container(){return this._container} method constructor (line 676) | constructor(e,t,i,s){super(),this.options=e,this.layoutService=t,this.in... method registerKeyModsListeners (line 676) | registerKeyModsListeners(e,t){const i=s=>{this.keyMods.ctrlCmd=s.ctrlKey... method getUI (line 676) | getUI(e){if(this.ui)return e&>(this._container)!==gt(this.layoutServic... method reparentUI (line 676) | reparentUI(e){this.ui&&(this._container=e,we(this._container,this.ui.con... method pick (line 676) | pick(e,t={},i=Qt.None){return new Promise((s,o)=>{let r=d=>{var u;r=s,(u... method createQuickPick (line 676) | createQuickPick(){const e=this.getUI(!0);return new ZL(e)} method createInputBox (line 676) | createInputBox(){const e=this.getUI(!0);return new kze(e)} method show (line 676) | show(e){const t=this.getUI(!0);this.onShowEmitter.fire();const i=this.co... method isVisible (line 676) | isVisible(){return!!this.ui&&this.ui.container.style.display!=="none"} method setVisibilities (line 676) | setVisibilities(e){const t=this.getUI();t.title.style.display=e.title?""... method setEnabled (line 676) | setEnabled(e){if(e!==this.enabled){this.enabled=e;for(const t of this.ge... method hide (line 676) | hide(e){var t,i;const s=this.controller;if(!s)return;s.willHide(e);const... method layout (line 676) | layout(e,t){this.dimension=e,this.titleBarOffset=t,this.updateLayout()} method updateLayout (line 676) | updateLayout(){if(this.ui&&this.isVisible()){this.ui.container.style.top... method applyStyles (line 676) | applyStyles(e){this.styles=e,this.updateStyles()} method updateStyles (line 676) | updateStyles(){if(this.ui){const{quickInputTitleBackground:e,quickInputB... method controller (line 677) | get controller(){return this._controller||(this._controller=this._regist... method hasController (line 677) | get hasController(){return!!this._controller} method currentQuickInput (line 677) | get currentQuickInput(){return this.controller.currentQuickInput} method quickAccess (line 677) | get quickAccess(){return this._quickAccess||(this._quickAccess=this._reg... method constructor (line 677) | constructor(e,t,i,s,o){super(i),this.instantiationService=e,this.context... method createController (line 677) | createController(e=this.layoutService,t){const i={idPrefix:"quickInput_"... method setContextKey (line 677) | setContextKey(e){let t;e&&(t=this.contexts.get(e),t||(t=new He(e,!1).bin... method resetContextKeys (line 677) | resetContextKeys(){this.contexts.forEach(e=>{e.get()&&e.reset()})} method pick (line 677) | pick(e,t={},i=Qt.None){return this.controller.pick(e,t,i)} method createQuickPick (line 677) | createQuickPick(){return this.controller.createQuickPick()} method createInputBox (line 677) | createInputBox(){return this.controller.createInputBox()} method updateStyles (line 677) | updateStyles(){this.hasController&&this.controller.applyStyles(this.comp... method computeStyles (line 677) | computeStyles(){return{widget:{quickInputBackground:Ge(RX),quickInputFor... method constructor (line 677) | constructor(e,t,i,s,o,r){super(t,i,s,new i9(e.getContainerDomNode(),o),r... method createController (line 677) | createController(){return super.createController(this.host)} method activeService (line 677) | get activeService(){const e=this.codeEditorService.getFocusedCodeEditor(... method currentQuickInput (line 677) | get currentQuickInput(){return this.activeService.currentQuickInput} method quickAccess (line 677) | get quickAccess(){return this.activeService.quickAccess} method constructor (line 677) | constructor(e,t){this.instantiationService=e,this.codeEditorService=t,th... method pick (line 677) | pick(e,t={},i=Qt.None){return this.activeService.pick(e,t,i)} method createQuickPick (line 677) | createQuickPick(){return this.activeService.createQuickPick()} method createInputBox (line 677) | createInputBox(){return this.activeService.createInputBox()} class tw (line 677) | class tw{static get(e){return e.getContribution(tw.ID)}constructor(e){th... method get (line 677) | static get(e){return e.getContribution(tw.ID)} method constructor (line 677) | constructor(e){this.editor=e,this.widget=new _P(this.editor)} method dispose (line 677) | dispose(){this.widget.dispose()} class _P (line 677) | class _P{constructor(e){this.codeEditor=e,this.domNode=document.createEl... method constructor (line 677) | constructor(e){this.codeEditor=e,this.domNode=document.createElement("... method getId (line 677) | getId(){return _P.ID} method getDomNode (line 677) | getDomNode(){return this.domNode} method getPosition (line 677) | getPosition(){return{preference:2}} method dispose (line 677) | dispose(){this.codeEditor.removeOverlayWidget(this)} class Q$e (line 677) | class Q$e{constructor(e,t,i,s,o){this._parsedThemeRuleBrand=void 0,this.... method constructor (line 677) | constructor(e,t,i,s,o){this._parsedThemeRuleBrand=void 0,this.token=e,... function J$e (line 677) | function J$e(n){if(!n||!Array.isArray(n))return[];const e=[];let t=0;for... function eUe (line 677) | function eUe(n,e){n.sort((d,u)=>{const h=oUe(d.token,u.token);return h!=... class iUe (line 677) | class iUe{constructor(){this._lastColorId=0,this._id2color=[],this._colo... method constructor (line 677) | constructor(){this._lastColorId=0,this._id2color=[],this._color2id=new... method getId (line 677) | getId(e){if(e===null)return 0;const t=e.match(tUe);if(!t)throw new Err... method getColorMap (line 677) | getColorMap(){return this._id2color.slice(0)} class Iue (line 677) | class Iue{static createFromRawTokenTheme(e,t){return this.createFromPars... method createFromRawTokenTheme (line 677) | static createFromRawTokenTheme(e,t){return this.createFromParsedTokenT... method createFromParsedTokenTheme (line 677) | static createFromParsedTokenTheme(e,t){return eUe(e,t)} method constructor (line 677) | constructor(e,t){this._colorMap=e,this._root=t,this._cache=new Map} method getColorMap (line 677) | getColorMap(){return this._colorMap.getColorMap()} method _match (line 677) | _match(e){return this._root.match(e)} method match (line 677) | match(e,t){let i=this._cache.get(t);if(typeof i>"u"){const s=this._mat... function sUe (line 677) | function sUe(n){const e=n.match(nUe);if(!e)return 0;switch(e[1]){case"co... function oUe (line 677) | function oUe(n,e){return ne?1:0} class U$ (line 677) | class U${constructor(e,t,i){this._themeTrieElementRuleBrand=void 0,this.... method constructor (line 677) | constructor(e,t,i){this._themeTrieElementRuleBrand=void 0,this._fontSt... method clone (line 677) | clone(){return new U$(this._fontStyle,this._foreground,this._background)} method acceptOverwrite (line 677) | acceptOverwrite(e,t,i){e!==-1&&(this._fontStyle=e),t!==0&&(this._foreg... class j$ (line 677) | class j${constructor(e){this._themeTrieElementBrand=void 0,this._mainRul... method constructor (line 677) | constructor(e){this._themeTrieElementBrand=void 0,this._mainRule=e,thi... method match (line 677) | match(e){if(e==="")return this._mainRule;const t=e.indexOf(".");let i,... method insert (line 677) | insert(e,t,i,s){if(e===""){this._mainRule.acceptOverwrite(t,i,s);retur... function rUe (line 677) | function rUe(n){const e=[];for(let t=1,i=n.length;t({fo... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} function t (line 678) | function t(i){const s=o=>Pr(o)?o:void 0;if(i&&Array.isArray(i.src)&&i.sr... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} class hUe (line 678) | class hUe{constructor(){this._onDidChange=new X,this.onDidChange=this._o... method constructor (line 678) | constructor(){this._onDidChange=new X,this.onDidChange=this._onDidChan... method registerIcon (line 678) | registerIcon(e,t,i,s){const o=this.iconsById[e];if(o){if(i&&!o.descrip... method getIcons (line 678) | getIcons(){return Object.keys(this.iconsById).map(e=>this.iconsById[e])} method getIcon (line 678) | getIcon(e){return this.iconsById[e]} method getIconSchema (line 678) | getIconSchema(){return this.iconSchema} method toString (line 678) | toString(){const e=(o,r)=>o.id.localeCompare(r.id),t=o=>{for(;_t.isThe... function Jn (line 679) | function Jn(n,e,t,i){return sb.registerIcon(n,e,t,i)} function Eue (line 679) | function Eue(){return sb} function fUe (line 679) | function fUe(){const n=fae();for(const e in n){const t="\\"+n[e].toStrin... function gUe (line 679) | function gUe(n){const e=new be,t=e.add(new X),i=Eue();return e.add(i.onD... class Rue (line 680) | class Rue{getIcon(e){const t=Eue();let i=e.defaults;for(;_t.isThemeIcon(... method getIcon (line 680) | getIcon(e){const t=Eue();let i=e.defaults;for(;_t.isThemeIcon(i);){con... class Pue (line 680) | class Pue{constructor(e,t){this.semanticHighlighting=!1,this.themeData=t... method constructor (line 680) | constructor(e,t){this.semanticHighlighting=!1,this.themeData=t;const i... method base (line 680) | get base(){return this.themeData.base} method notifyBaseUpdated (line 680) | notifyBaseUpdated(){this.themeData.inherit&&(this.colors=null,this._to... method getColors (line 680) | getColors(){if(!this.colors){const e=new Map;for(const t in this.theme... method getColor (line 680) | getColor(e,t){const i=this.getColors().get(e);if(i)return i;if(t!==!1)... method getDefault (line 680) | getDefault(e){let t=this.defaultColors[e];return t||(t=Mue.resolveDefa... method defines (line 680) | defines(e){return this.getColors().has(e)} method type (line 680) | get type(){switch(this.base){case jf:return Jl.LIGHT;case Gv:return Jl... method tokenTheme (line 680) | get tokenTheme(){if(!this._tokenTheme){let e=[],t=[];if(this.themeData... method getTokenStyleMetadata (line 680) | getTokenStyleMetadata(e,t,i){const o=this.tokenTheme._match([e].concat... function RN (line 680) | function RN(n){return n===jf||n===hC||n===Gv||n===Zv} function n6 (line 680) | function n6(n){switch(n){case jf:return aUe;case hC:return lUe;case Gv:r... function hT (line 680) | function hT(n){const e=n6(n);return new Pue(n,e)} class mUe (line 680) | class mUe extends ne{constructor(){super(),this._onColorThemeChange=this... method constructor (line 680) | constructor(){super(),this._onColorThemeChange=this._register(new X),t... method registerEditorContainer (line 681) | registerEditorContainer(e){return W2(e)?this._registerShadowDomContain... method _registerRegularEditorContainer (line 681) | _registerRegularEditorContainer(){return this._globalStyleElement||(th... method _registerShadowDomContainer (line 681) | _registerShadowDomContainer(e){const t=yl(e,i=>{i.className="monaco-co... method defineTheme (line 681) | defineTheme(e,t){if(!/^[a-z0-9\-]+$/i.test(e))throw new Error("Illegal... method getColorTheme (line 681) | getColorTheme(){return this._theme} method setColorMapOverride (line 681) | setColorMapOverride(e){this._colorMapOverride=e,this._updateThemeOrCol... method setTheme (line 681) | setTheme(e){let t;this._knownThemes.has(e)?t=this._knownThemes.get(e):... method _updateActualTheme (line 681) | _updateActualTheme(e){!e||this._theme===e||(this._theme=e,this._update... method _onOSSchemeChanged (line 681) | _onOSSchemeChanged(){if(this._autoDetectHighContrast){const e=Ji.match... method setAutoDetectHighContrast (line 681) | setAutoDetectHighContrast(e){this._autoDetectHighContrast=e,this._onOS... method _updateThemeOrColorMap (line 681) | _updateThemeOrColorMap(){const e=[],t={},i={addRule:r=>{t[r]||(e.push(... method _updateCSS (line 683) | _updateCSS(){this._allCSS=`${this._codiconCSS} method getFileIconTheme (line 684) | getFileIconTheme(){return{hasFileIcons:!1,hasFolderIcons:!1,hidesExplo... method getProductIconTheme (line 684) | getProductIconTheme(){return this._builtInProductIconTheme} method constructor (line 684) | constructor(e,t,i){super(),this._contextKeyService=e,this._layoutService... method initReducedMotionListeners (line 684) | initReducedMotionListeners(e){this._register(ce(e,"change",()=>{this._sy... method onDidChangeScreenReaderOptimized (line 684) | get onDidChangeScreenReaderOptimized(){return this._onDidChangeScreenRea... method isScreenReaderOptimized (line 684) | isScreenReaderOptimized(){const e=this._configurationService.getValue("e... method onDidChangeReducedMotion (line 684) | get onDidChangeReducedMotion(){return this._onDidChangeReducedMotion.event} method isMotionReduced (line 684) | isMotionReduced(){const e=this._configMotionReduced;return e==="on"||e==... method getAccessibilitySupport (line 684) | getAccessibilitySupport(){return this._accessibilitySupport} method constructor (line 684) | constructor(e,t,i){this._commandService=e,this._keybindingService=t,this... method createMenu (line 684) | createMenu(e,t,i){return new a6(e,this._hiddenStates,{emitEventsForSubme... method resetHiddenStates (line 684) | resetHiddenStates(e){this._hiddenStates.reset(e)} method constructor (line 684) | constructor(e){this._storageService=e,this._disposables=new be,this._onD... method dispose (line 684) | dispose(){this._onDidChange.dispose(),this._disposables.dispose()} method _isHiddenByDefault (line 684) | _isHiddenByDefault(e,t){var i;return(i=this._hiddenByDefaultCache.get(`$... method setDefaultState (line 684) | setDefaultState(e,t,i){this._hiddenByDefaultCache.set(`${e.id}/${t}`,i)} method isHidden (line 684) | isHidden(e,t){var i,s;const o=this._isHiddenByDefault(e,t),r=(s=(i=this.... method updateHidden (line 684) | updateHidden(e,t,i){this._isHiddenByDefault(e,t)&&(i=!i);const o=this._d... method reset (line 684) | reset(e){if(e===void 0)this._data=Object.create(null),this._persist();el... method _persist (line 684) | _persist(){try{this._ignoreChangeEvent=!0;const e=JSON.stringify(this._d... method constructor (line 684) | constructor(e,t,i,s,o,r){this._id=e,this._hiddenStates=t,this._collectCo... method structureContextKeys (line 684) | get structureContextKeys(){return this._structureContextKeys} method preconditionContextKeys (line 684) | get preconditionContextKeys(){return this._preconditionContextKeys} method toggledContextKeys (line 684) | get toggledContextKeys(){return this._toggledContextKeys} method refresh (line 684) | refresh(){this._menuGroups.length=0,this._structureContextKeys.clear(),t... method _collectContextKeys (line 684) | _collectContextKeys(e){if(wp._fillInKbExprKeys(e.when,this._structureCon... method createActionGroups (line 684) | createActionGroups(e){const t=[];for(const i of this._menuGroups){const[... method _fillInKbExprKeys (line 684) | static _fillInKbExprKeys(e,t){if(e)for(const i of e.keys())t.add(i)} method _compareMenuItems (line 684) | static _compareMenuItems(e,t){const i=e.group,s=t.group;if(i!==s){if(i){... method _compareTitles (line 684) | static _compareTitles(e,t){const i=typeof e=="string"?e:e.original,s=typ... method constructor (line 684) | constructor(e,t,i,s,o,r){this._disposables=new be,this._menuInfo=new r6(... method getActions (line 684) | getActions(e){return this._menuInfo.createActionGroups(e)} method dispose (line 684) | dispose(){this._disposables.dispose(),this._onDidChange.dispose()} function vUe (line 684) | function vUe(n,e,t){const i=fPe(e)?e.submenu.id:e.id,s=typeof e.title=="... function Oue (line 684) | function Oue(n,e=void 0,t,i){return $v({id:`configureKeybinding/${n}`,la... method constructor (line 684) | constructor(e,t){super(),this.layoutService=e,this.logService=t,this.map... method installWebKitWriteTextWorkaround (line 684) | installWebKitWriteTextWorkaround(){const e=()=>{const t=new hD;this.webK... method writeText (line 684) | async writeText(e,t){if(this.writeResources([]),t){this.mapTextToType.se... method fallbackWriteText (line 684) | fallbackWriteText(e){const t=Rw(),i=t.activeElement,s=t.body.appendChild... method readText (line 684) | async readText(e){if(e)return this.mapTextToType.get(e)||"";try{return a... method readFindText (line 684) | async readFindText(){return this.findText} method writeFindText (line 684) | async writeFindText(e){this.findText=e} method writeResources (line 684) | async writeResources(e){e.length===0?this.clearResources():(this.resourc... method readResources (line 684) | async readResources(){const e=await this.computeResourcesStateHash();ret... method computeResourcesStateHash (line 684) | async computeResourcesStateHash(){if(this.resources.length===0)return;co... method clearResources (line 684) | clearResources(){this.resources=[],this.resourcesStateHash=void 0} method constructor (line 684) | constructor(e,t){this._id=e,this._parent=t,this._value=Object.create(nul... method value (line 684) | get value(){return{...this._value}} method setValue (line 684) | setValue(e,t){return this._value[e]!==t?(this._value[e]=t,!0):!1} method removeValue (line 684) | removeValue(e){return e in this._value?(delete this._value[e],!0):!1} method getValue (line 684) | getValue(e){const t=this._value[e];return typeof t>"u"&&this._parent?thi... class iw (line 684) | class iw extends K${constructor(){super(-1,null)}setValue(e,t){return!1}... method constructor (line 684) | constructor(){super(-1,null)} method setValue (line 684) | setValue(e,t){return!1} method removeValue (line 684) | removeValue(e){return!1} method getValue (line 684) | getValue(e){} class ik (line 684) | class ik extends K${constructor(e,t,i){super(e,null),this._configuration... method constructor (line 684) | constructor(e,t,i){super(e,null),this._configurationService=t,this._va... method dispose (line 684) | dispose(){this._listener.dispose()} method getValue (line 684) | getValue(e){if(e.indexOf(ik._keyPrefix)!==0)return super.getValue(e);i... method setValue (line 684) | setValue(e,t){return super.setValue(e,t)} method removeValue (line 684) | removeValue(e){return super.removeValue(e)} class yUe (line 684) | class yUe{constructor(e,t,i){this._service=e,this._key=t,this._defaultVa... method constructor (line 684) | constructor(e,t,i){this._service=e,this._key=t,this._defaultValue=i,th... method set (line 684) | set(e){this._service.setContext(this._key,e)} method reset (line 684) | reset(){typeof this._defaultValue>"u"?this._service.removeContext(this... method get (line 684) | get(){return this._service.getContextKeyValue(this._key)} class JJ (line 684) | class JJ{constructor(e){this.key=e}affectsSome(e){return e.has(this.key)... method constructor (line 684) | constructor(e){this.key=e} method affectsSome (line 684) | affectsSome(e){return e.has(this.key)} method allKeysContainedIn (line 684) | allKeysContainedIn(e){return this.affectsSome(e)} class eee (line 684) | class eee{constructor(e){this.keys=e}affectsSome(e){for(const t of this.... method constructor (line 684) | constructor(e){this.keys=e} method affectsSome (line 684) | affectsSome(e){for(const t of this.keys)if(e.has(t))return!0;return!1} method allKeysContainedIn (line 684) | allKeysContainedIn(e){return this.keys.every(t=>e.has(t))} class SUe (line 684) | class SUe{constructor(e){this.events=e}affectsSome(e){for(const t of thi... method constructor (line 684) | constructor(e){this.events=e} method affectsSome (line 684) | affectsSome(e){for(const t of this.events)if(t.affectsSome(e))return!0... method allKeysContainedIn (line 684) | allKeysContainedIn(e){return this.events.every(t=>t.allKeysContainedIn... function xUe (line 684) | function xUe(n,e){return n.allKeysContainedIn(new Set(Object.keys(e)))} class Fue (line 684) | class Fue extends ne{constructor(e){super(),this._onDidChangeContext=thi... method constructor (line 684) | constructor(e){super(),this._onDidChangeContext=this._register(new a0(... method createKey (line 684) | createKey(e,t){if(this._isDisposed)throw new Error("AbstractContextKey... method bufferChangeEvents (line 684) | bufferChangeEvents(e){this._onDidChangeContext.pause();try{e()}finally... method createScoped (line 684) | createScoped(e){if(this._isDisposed)throw new Error("AbstractContextKe... method contextMatchesRules (line 684) | contextMatchesRules(e){if(this._isDisposed)throw new Error("AbstractCo... method getContextKeyValue (line 684) | getContextKeyValue(e){if(!this._isDisposed)return this.getContextValue... method setContext (line 684) | setContext(e,t){if(this._isDisposed)return;const i=this.getContextValu... method removeContext (line 684) | removeContext(e){this._isDisposed||this.getContextValuesContainer(this... method getContext (line 684) | getContext(e){return this._isDisposed?iw.INSTANCE:this.getContextValue... method dispose (line 684) | dispose(){super.dispose(),this._isDisposed=!0} method constructor (line 684) | constructor(e){super(0),this._contexts=new Map,this._lastContextId=0;con... method getContextValuesContainer (line 684) | getContextValuesContainer(e){return this._isDisposed?iw.INSTANCE:this._c... method createChildContext (line 684) | createChildContext(e=this._myContextId){if(this._isDisposed)throw new Er... method disposeContext (line 684) | disposeContext(e){this._isDisposed||this._contexts.delete(e)} class LUe (line 684) | class LUe extends Fue{constructor(e,t){if(super(e.createChildContext()),... method constructor (line 684) | constructor(e,t){if(super(e.createChildContext()),this._parentChangeLi... method _updateParentChangeListener (line 684) | _updateParentChangeListener(){this._parentChangeListener.value=this._p... method dispose (line 684) | dispose(){this._isDisposed||(this._parent.disposeContext(this._myConte... method getContextValuesContainer (line 684) | getContextValuesContainer(e){return this._isDisposed?iw.INSTANCE:this.... method createChildContext (line 684) | createChildContext(e=this._myContextId){if(this._isDisposed)throw new ... method disposeContext (line 684) | disposeContext(e){this._isDisposed||this._parent.disposeContext(e)} function kUe (line 684) | function kUe(n){for(;n;){if(n.hasAttribute(Ix)){const e=n.getAttribute(I... function DUe (line 684) | function DUe(n,e,t){n.get(Ct).createKey(String(e),IUe(t))} function IUe (line 684) | function IUe(n){return $re(n,e=>{if(typeof e=="object"&&e.$mid===1)retur... method handler (line 684) | handler(){return[...He.all()].sort((n,e)=>n.key.localeCompare(e.key))} method constructor (line 684) | constructor(e,t){this.key=e,this.data=t,this.incoming=new Map,this.outgo... class tee (line 684) | class tee{constructor(e){this._hashFn=e,this._nodes=new Map}roots(){cons... method constructor (line 684) | constructor(e){this._hashFn=e,this._nodes=new Map} method roots (line 684) | roots(){const e=[];for(const t of this._nodes.values())t.outgoing.size... method insertEdge (line 684) | insertEdge(e,t){const i=this.lookupOrInsertNode(e),s=this.lookupOrInse... method removeNode (line 684) | removeNode(e){const t=this._hashFn(e);this._nodes.delete(t);for(const ... method lookupOrInsertNode (line 684) | lookupOrInsertNode(e){const t=this._hashFn(e);let i=this._nodes.get(t)... method isEmpty (line 684) | isEmpty(){return this._nodes.size===0} method toString (line 684) | toString(){const e=[];for(const[t,i]of this._nodes)e.push(`${t} method findCycleSlow (line 688) | findCycleSlow(){for(const[e,t]of this._nodes){const i=new Set([e]),s=t... method _findCycle (line 688) | _findCycle(e,t){for(const[i,s]of e.outgoing){if(t.has(i))return[...t,i... class iee (line 688) | class iee extends Error{constructor(e){var t;super("cyclic dependency be... method constructor (line 688) | constructor(e){var t;super("cyclic dependency between services"),this.... class qA (line 689) | class qA{constructor(e=new kD,t=!1,i,s=TUe){var o;this._services=e,this.... method constructor (line 689) | constructor(e=new kD,t=!1,i,s=TUe){var o;this._services=e,this._strict... method dispose (line 689) | dispose(){if(!this._isDisposed){this._isDisposed=!0,tn(this._children)... method _throwIfDisposed (line 689) | _throwIfDisposed(){if(this._isDisposed)throw new Error("InstantiationS... method createChild (line 689) | createChild(e,t){this._throwIfDisposed();const i=this,s=new class exte... method invokeFunction (line 689) | invokeFunction(e,...t){this._throwIfDisposed();const i=Qr.traceInvocat... method createInstance (line 689) | createInstance(e,...t){this._throwIfDisposed();let i,s;return e instan... method _createInstance (line 689) | _createInstance(e,t=[],i){const s=Hd.getServiceDependencies(e).sort((a... method _setCreatedServiceInstance (line 689) | _setCreatedServiceInstance(e,t){if(this._services.get(e)instanceof qu)... method _getServiceInstanceOrDescriptor (line 689) | _getServiceInstanceOrDescriptor(e){const t=this._services.get(e);retur... method _getOrCreateServiceInstance (line 689) | _getOrCreateServiceInstance(e,t){this._globalGraph&&this._globalGraphI... method _safeCreateAndCacheServiceInstance (line 689) | _safeCreateAndCacheServiceInstance(e,t,i){if(this._activeInstantiation... method _createAndCacheServiceInstance (line 689) | _createAndCacheServiceInstance(e,t,i){var s;const o=new tee(l=>l.id.to... method _createServiceInstanceWithOwner (line 689) | _createServiceInstanceWithOwner(e,t,i=[],s,o){if(this._services.get(e)... method _createServiceInstance (line 689) | _createServiceInstance(e,t,i=[],s,o,r){if(s){const a=new qA(void 0,thi... method _throwIfStrict (line 689) | _throwIfStrict(e,t){if(t&&console.warn(e),this._strict)throw new Error... class Qr (line 689) | class Qr{static traceInvocation(e,t){return e?new Qr(2,t.name||new Error... method traceInvocation (line 689) | static traceInvocation(e,t){return e?new Qr(2,t.name||new Error().stac... method traceCreation (line 691) | static traceCreation(e,t){return e?new Qr(1,t.name):Qr._None} method constructor (line 691) | constructor(e,t){this.type=e,this.name=t,this._start=Date.now(),this._... method branch (line 691) | branch(e,t){const i=new Qr(3,e.toString());return this._dep.push([e,t,... method stop (line 691) | stop(){const e=Date.now()-this._start;Qr._totals+=e;let t=!1;function ... method constructor (line 693) | constructor(){super(0,null)} method stop (line 693) | stop(){} method branch (line 693) | branch(){return this} class AUe (line 693) | class AUe{constructor(){this._byResource=new hs,this._byOwner=new Map}se... method constructor (line 693) | constructor(){this._byResource=new hs,this._byOwner=new Map} method set (line 693) | set(e,t,i){let s=this._byResource.get(e);s||(s=new Map,this._byResourc... method get (line 693) | get(e,t){const i=this._byResource.get(e);return i==null?void 0:i.get(t)} method delete (line 693) | delete(e,t){let i=!1,s=!1;const o=this._byResource.get(e);o&&(i=o.dele... method values (line 693) | values(e){var t,i,s,o;return typeof e=="string"?(i=(t=this._byOwner.ge... class RUe (line 693) | class RUe{constructor(e){this.errors=0,this.infos=0,this.warnings=0,this... method constructor (line 693) | constructor(e){this.errors=0,this.infos=0,this.warnings=0,this.unknown... method dispose (line 693) | dispose(){this._subscription.dispose()} method _update (line 693) | _update(e){for(const t of e){const i=this._data.get(t);i&&this._substr... method _resourceStats (line 693) | _resourceStats(e){const t={errors:0,warnings:0,infos:0,unknowns:0};if(... method _substract (line 693) | _substract(e){this.errors-=e.errors,this.warnings-=e.warnings,this.inf... method _add (line 693) | _add(e){this.errors+=e.errors,this.warnings+=e.warnings,this.infos+=e.... class Ip (line 693) | class Ip{constructor(){this._onMarkerChanged=new nae({delay:0,merge:Ip._... method constructor (line 693) | constructor(){this._onMarkerChanged=new nae({delay:0,merge:Ip._merge})... method dispose (line 693) | dispose(){this._stats.dispose(),this._onMarkerChanged.dispose()} method remove (line 693) | remove(e,t){for(const i of t||[])this.changeOne(e,i,[])} method changeOne (line 693) | changeOne(e,t,i){if(Bre(i))this._data.delete(t,e)&&this._onMarkerChang... method _toMarker (line 693) | static _toMarker(e,t,i){let{code:s,severity:o,message:r,source:a,start... method changeAll (line 693) | changeAll(e,t){const i=[],s=this._data.values(e);if(s)for(const o of s... method read (line 693) | read(e=Object.create(null)){let{owner:t,resource:i,severities:s,take:o... method _accept (line 693) | static _accept(e,t){return t===void 0||(t&e.severity)===e.severity} method _merge (line 693) | static _merge(e){const t=new hs;for(const i of e)for(const s of i)t.se... class MUe (line 693) | class MUe extends ne{get configurationModel(){return this._configuration... method configurationModel (line 693) | get configurationModel(){return this._configurationModel} method constructor (line 693) | constructor(e){super(),this.logService=e,this._configurationModel=bo.c... method reload (line 693) | reload(){return this.resetConfigurationModel(),this.configurationModel} method getConfigurationDefaultOverrides (line 693) | getConfigurationDefaultOverrides(){return{}} method resetConfigurationModel (line 693) | resetConfigurationModel(){this._configurationModel=bo.createEmptyModel... method updateConfigurationModel (line 693) | updateConfigurationModel(e,t){const i=this.getConfigurationDefaultOver... class yt (line 693) | class yt{static register(e){return new yt(e.fileName)}constructor(e){thi... method register (line 693) | static register(e){return new yt(e.fileName)} method constructor (line 693) | constructor(e){this.fileName=e} class PUe (line 693) | class PUe{constructor(e){this.randomOneOf=e}} method constructor (line 693) | constructor(e){this.randomOneOf=e} class At (line 693) | class At{constructor(e,t,i,s,o,r,a){this.sound=e,this.name=t,this.legacy... method constructor (line 693) | constructor(e,t,i,s,o,r,a){this.sound=e,this.name=t,this.legacySoundSe... method register (line 693) | static register(e){const t=new PUe("randomOneOf"in e.sound?e.sound.ran... class OUe (line 693) | class OUe extends ne{constructor(e,t=[]){super(),this.logger=new pPe([e,... method constructor (line 693) | constructor(e,t=[]){super(),this.logger=new pPe([e,...t]),this._regist... method onDidChangeLogLevel (line 693) | get onDidChangeLogLevel(){return this.logger.onDidChangeLogLevel} method setLevel (line 693) | setLevel(e){this.logger.setLevel(e)} method getLevel (line 693) | getLevel(){return this.logger.getLevel()} method trace (line 693) | trace(e,...t){this.logger.trace(e,...t)} method debug (line 693) | debug(e,...t){this.logger.debug(e,...t)} method info (line 693) | info(e,...t){this.logger.info(e,...t)} method warn (line 693) | warn(e,...t){this.logger.warn(e,...t)} method error (line 693) | error(e,...t){this.logger.error(e,...t)} function WD (line 693) | function WD(n){Bue.push(n)} function FUe (line 693) | function FUe(){return Bue.slice(0)} class BUe (line 693) | class BUe{constructor(e){this.disposed=!1,this.model=e,this._onWillDispo... method constructor (line 693) | constructor(e){this.disposed=!1,this.model=e,this._onWillDispose=new X} method textEditorModel (line 693) | get textEditorModel(){return this.model} method dispose (line 693) | dispose(){this.disposed=!0,this._onWillDispose.fire()} method constructor (line 693) | constructor(e){this.modelService=e} method createModelReference (line 693) | createModelReference(e){const t=this.modelService.getModel(e);return t?P... class bP (line 693) | class bP{show(){return bP.NULL_PROGRESS_RUNNER}async showWhile(e,t){awai... method show (line 693) | show(){return bP.NULL_PROGRESS_RUNNER} method showWhile (line 693) | async showWhile(e,t){await e} class WUe (line 693) | class WUe{withProgress(e,t,i){return t({report:()=>{}})}} method withProgress (line 693) | withProgress(e,t,i){return t({report:()=>{}})} class HUe (line 693) | class HUe{constructor(){this.isExtensionDevelopment=!1,this.isBuilt=!1}} method constructor (line 693) | constructor(){this.isExtensionDevelopment=!1,this.isBuilt=!1} class VUe (line 693) | class VUe{async confirm(e){return{confirmed:this.doConfirm(e.message,e.d... method confirm (line 693) | async confirm(e){return{confirmed:this.doConfirm(e.message,e.detail),c... method doConfirm (line 693) | doConfirm(e,t){let i=e;return t&&(i=i+` method prompt (line 695) | async prompt(e){var t,i;let s;if(this.doConfirm(e.message,e.detail)){c... method error (line 695) | async error(e,t){await this.prompt({type:us.Error,message:e,detail:t})} class nk (line 695) | class nk{info(e){return this.notify({severity:us.Info,message:e})}warn(e... method info (line 695) | info(e){return this.notify({severity:us.Info,message:e})} method warn (line 695) | warn(e){return this.notify({severity:us.Warning,message:e})} method error (line 695) | error(e){return this.notify({severity:us.Error,message:e})} method notify (line 695) | notify(e){switch(e.severity){case us.Error:console.error(e.message);br... method prompt (line 695) | prompt(e,t,i,s){return nk.NO_OP} method status (line 695) | status(e,t){return ne.None} method constructor (line 695) | constructor(e){this._onWillExecuteCommand=new X,this._onDidExecuteComman... method executeCommand (line 695) | executeCommand(e,...t){const i=ri.getCommand(e);if(!i)return Promise.rej... method constructor (line 695) | constructor(e,t,i,s,o,r){super(e,t,i,s,o),this._cachedResolver=null,this... method addDynamicKeybinding (line 695) | addDynamicKeybinding(e,t,i,s){return Jc(ri.registerCommand(e,i),this.add... method addDynamicKeybindings (line 695) | addDynamicKeybindings(e){const t=e.map(i=>{var s;return{keybinding:eB(i.... method updateResolver (line 695) | updateResolver(){this._cachedResolver=null,this._onDidUpdateKeybindings.... method _getResolver (line 695) | _getResolver(){if(!this._cachedResolver){const e=this._toNormalizedKeybi... method _documentHasFocus (line 695) | _documentHasFocus(){return Ji.document.hasFocus()} method _toNormalizedKeybindingItems (line 695) | _toNormalizedKeybindingItems(e,t){const i=[];let s=0;for(const o of e){c... method resolveKeyboardEvent (line 695) | resolveKeyboardEvent(e){const t=new kg(e.ctrlKey,e.shiftKey,e.altKey,e.m... class zUe (line 695) | class zUe extends ne{constructor(e,t){super(),this.domNode=e,this._regis... method constructor (line 695) | constructor(e,t){super(),this.domNode=e,this._register(t)} function nee (line 695) | function nee(n){return n&&typeof n=="object"&&(!n.overrideIdentifier||ty... method constructor (line 695) | constructor(e){this.logService=e,this._onDidChangeConfiguration=new X,th... method getValue (line 695) | getValue(e,t){const i=typeof e=="string"?e:void 0,s=nee(e)?e:nee(t)?t:{}... method updateValues (line 695) | updateValues(e){const t={data:this._configuration.toData()},i=[];for(con... method updateValue (line 695) | updateValue(e,t,i,s){return this.updateValues([[e,t]])} method inspect (line 695) | inspect(e,t={}){return this._configuration.inspect(e,t,void 0)} method constructor (line 695) | constructor(e,t,i){this.configurationService=e,this.modelService=t,this.... method getValue (line 695) | getValue(e,t,i){const s=ee.isIPosition(t)?t:null,o=s?typeof i=="string"?... method getLanguage (line 695) | getLanguage(e,t){const i=this.modelService.getModel(e);return i?t?i.getL... method constructor (line 695) | constructor(e){this.configurationService=e} method getEOL (line 695) | getEOL(e,t){const i=this.configurationService.getValue("files.eol",{over... class $Ue (line 697) | class $Ue{publicLog2(){}} method publicLog2 (line 697) | publicLog2(){} class sk (line 697) | class sk{constructor(){const e=pt.from({scheme:sk.SCHEME,authority:"mode... method constructor (line 697) | constructor(){const e=pt.from({scheme:sk.SCHEME,authority:"model",path... method getWorkspace (line 697) | getWorkspace(){return this.workspace} method getWorkspaceFolder (line 697) | getWorkspaceFolder(e){return e&&e.scheme===sk.SCHEME?this.workspace.fo... function ZA (line 697) | function ZA(n,e,t){if(!e||!(n instanceof GA))return;const i=[];Object.ke... method constructor (line 697) | constructor(e){this._modelService=e} method hasPreviewHandler (line 697) | hasPreviewHandler(){return!1} method apply (line 697) | async apply(e,t){const i=Array.isArray(e)?e:C$.convert(e),s=new Map;for(... class UUe (line 697) | class UUe{getUriLabel(e,t){return e.scheme==="file"?e.fsPath:e.path}getU... method getUriLabel (line 697) | getUriLabel(e,t){return e.scheme==="file"?e.fsPath:e.path} method getUriBasenameLabel (line 697) | getUriBasenameLabel(e){return dc(e)} method constructor (line 697) | constructor(e,t){super(e),this._codeEditorService=t} method showContextView (line 697) | showContextView(e,t,i){if(!t){const s=this._codeEditorService.getFocused... class jUe (line 697) | class jUe{constructor(){this._neverEmitter=new X,this.onDidChangeTrust=t... method constructor (line 697) | constructor(){this._neverEmitter=new X,this.onDidChangeTrust=this._nev... method isWorkspaceTrusted (line 697) | isWorkspaceTrusted(){return!0} class KUe (line 697) | class KUe extends $L{constructor(){super()}} method constructor (line 697) | constructor(){super()} class qUe (line 697) | class qUe extends OUe{constructor(){super(new gPe)}} method constructor (line 697) | constructor(){super(new gPe)} method constructor (line 697) | constructor(e,t,i,s,o,r){super(e,t,i,s,o,r),this.configure({blockMouse:!... class GUe (line 697) | class GUe{async playSignal(e,t){}} method playSignal (line 697) | async playSignal(e,t){} function i (line 697) | function i(l){s||r({});const c=e.get(l);if(!c)throw new Error("Missing s... method constructor (line 115) | constructor(w){super(w),this._isPaged=w.isPaged} method _getColumnSelectResult (line 115) | _getColumnSelectResult(w,y,S,x){return mv.columnSelectUp(w.cursorConfi... function r (line 697) | function r(l){if(s)return t;s=!0;for(const[d,u]of FY())e.get(d)||e.set(d... method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function a (line 697) | function a(l){if(s)return l();const c=new be,d=c.add(o.event(()=>{d.disp... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... class uu (line 697) | class uu{static capture(e){if(e.getScrollTop()===0||e.hasPendingScrollAn... method capture (line 697) | static capture(e){if(e.getScrollTop()===0||e.hasPendingScrollAnimation... method constructor (line 697) | constructor(e,t,i,s,o){this._initialScrollTop=e,this._initialContentHe... method restore (line 697) | restore(e){if(!(this._initialContentHeight===e.getContentHeight()&&thi... method restoreRelativeVerticalPositionOfCursor (line 697) | restoreRelativeVerticalPositionOfCursor(e){if(this._initialContentHeig... function q$ (line 697) | function q$(){return e7&&!!e7.VSCODE_DEV} function Wue (line 697) | function Wue(n){if(q$()){const e=ZUe();return e.add(n),{dispose(){e.dele... function ZUe (line 697) | function ZUe(){fT||(fT=new Set);const n=globalThis;return n.$hotReload_a... function YUe (line 697) | function YUe(n,e,t,i){if(n.length===0)return e;if(e.length===0)return n;... function YA (line 697) | function YA(n,e){const t=new be,i=n.createDecorationsCollection();return... function MS (line 697) | function MS(n,e){return n.appendChild(e),dt(()=>{n.removeChild(e)})} function XUe (line 697) | function XUe(n,e){return n.prepend(e),dt(()=>{n.removeChild(e)})} class Hue (line 697) | class Hue extends ne{get width(){return this._width}get height(){return ... method width (line 697) | get width(){return this._width} method height (line 697) | get height(){return this._height} method automaticLayout (line 697) | get automaticLayout(){return this._automaticLayout} method constructor (line 697) | constructor(e,t){super(),this._automaticLayout=!1,this.elementSizeObse... method observe (line 697) | observe(e){this.elementSizeObserver.observe(e)} method setAutomaticLayout (line 697) | setAutomaticLayout(e){this._automaticLayout=e,e?this.elementSizeObserv... function see (line 697) | function see(n,e,t){let i=e.get(),s=i,o=i;const r=li("animatedValue",i);... function QUe (line 697) | function QUe(n,e,t,i){return n===i?e+t:t*(-Math.pow(2,-10*n/i)+1)+e} class Vue (line 697) | class Vue extends ne{constructor(e,t,i){super(),this._register(new CP(e,... method constructor (line 697) | constructor(e,t,i){super(),this._register(new CP(e,i)),this._register(... class XA (line 697) | class XA{get afterLineNumber(){return this._afterLineNumber.get()}constr... method afterLineNumber (line 697) | get afterLineNumber(){return this._afterLineNumber.get()} method constructor (line 697) | constructor(e,t){this._afterLineNumber=e,this.heightInPx=t,this.domNod... class CP (line 697) | class CP{constructor(e,t){this._editor=e,this._domElement=t,this._overla... method constructor (line 697) | constructor(e,t){this._editor=e,this._domElement=t,this._overlayWidget... method dispose (line 697) | dispose(){this._editor.removeOverlayWidget(this._overlayWidget)} function jm (line 697) | function jm(n,e){return Ut(t=>{for(let[i,s]of Object.entries(e))s&&typeo... function Wc (line 697) | function Wc(n,e){return JUe([n],e),n} function JUe (line 697) | function JUe(n,e){q$()&&Ko("reload",i=>Wue(({oldExports:s})=>{if([...Obj... function QA (line 697) | function QA(n,e,t,i){const s=new be,o=[];return s.add(uc((r,a)=>{const l... class eje (line 697) | class eje extends $n{dispose(){super.dispose(!0)}} method dispose (line 697) | dispose(){super.dispose(!0)} function oee (line 697) | function oee(n,e){const t=mL(e,s=>s.original.startLineNumber<=n.lineNumb... function tje (line 697) | function tje(n,e){return n.lineNumber===e.lineNumber?new Ar(0,e.column-n... function ije (line 697) | function ije(n,e){let t;return n.filter(i=>{const s=e(i,t);return t=i,s})} method constructor (line 697) | constructor(e,t,i,s,o,r,a,l,c){super(),this._parentNode=e,this._visible=... method next (line 697) | next(){rn(e=>{const t=this._visible.get();this._setVisible(!0,e),t&&this... method prev (line 697) | prev(){rn(e=>{this._setVisible(!0,e),this._state.get().model.previousGro... method close (line 697) | close(){rn(e=>{this._setVisible(!1,e)})} method constructor (line 697) | constructor(e,t,i,s,o){super(),this._diffs=e,this._models=t,this._setVis... method _goToGroupDelta (line 697) | _goToGroupDelta(e,t){const i=this.groups.get();!i||i.length<=1||jL(t,s=>... method nextGroup (line 697) | nextGroup(e){this._goToGroupDelta(1,e)} method previousGroup (line 697) | previousGroup(e){this._goToGroupDelta(-1,e)} method _goToLineDelta (line 697) | _goToLineDelta(e){const t=this.currentGroup.get();!t||t.lines.length<=1|... method goToNextLine (line 697) | goToNextLine(){this._goToLineDelta(1)} method goToPreviousLine (line 697) | goToPreviousLine(){this._goToLineDelta(-1)} method goToLine (line 697) | goToLine(e){const t=this.currentGroup.get();if(!t)return;const i=t.lines... method revealCurrentElementInEditor (line 697) | revealCurrentElementInEditor(){if(!this.canClose.get())return;this._setV... method close (line 697) | close(){this.canClose.get()&&(this._setVisible(!1,void 0),this._models.m... function rje (line 697) | function rje(n,e,t){const i=[];for(const s of TV(n,(o,r)=>r.modified.sta... class aje (line 697) | class aje{constructor(e,t){this.range=e,this.lines=t}} method constructor (line 697) | constructor(e,t){this.range=e,this.lines=t} class lje (line 697) | class lje{constructor(){this.type=kr.Header}} method constructor (line 697) | constructor(){this.type=kr.Header} class cje (line 697) | class cje{constructor(e,t){this.diff=e,this.originalLineNumber=t,this.ty... method constructor (line 697) | constructor(e,t){this.diff=e,this.originalLineNumber=t,this.type=kr.De... class dje (line 697) | class dje{constructor(e,t){this.diff=e,this.modifiedLineNumber=t,this.ty... method constructor (line 697) | constructor(e,t){this.diff=e,this.modifiedLineNumber=t,this.type=kr.Ad... class uje (line 697) | class uje{constructor(e,t){this.originalLineNumber=e,this.modifiedLineNu... method constructor (line 697) | constructor(e,t){this.originalLineNumber=e,this.modifiedLineNumber=t,t... method constructor (line 697) | constructor(e,t,i,s,o,r){super(),this._element=e,this._model=t,this._wid... method _render (line 697) | _render(e){const t=this._models.getOriginalOptions(),i=this._models.getM... method _createRow (line 697) | _createRow(e,t,i,s,o,r,a,l,c){const d=s.get(145),u=d.glyphMarginWidth+d.... method _getLineHtml (line 697) | _getLineHtml(e,t,i,s,o){const r=e.getLineContent(s),a=t.get(50),l=Is.cre... class hje (line 697) | class hje{constructor(e){this.editors=e}getOriginalModel(){return this.e... method constructor (line 697) | constructor(e){this.editors=e} method getOriginalModel (line 697) | getOriginalModel(){return this.editors.original.getModel()} method getOriginalOptions (line 697) | getOriginalOptions(){return this.editors.original.getOptions()} method originalReveal (line 697) | originalReveal(e){this.editors.original.revealRange(e),this.editors.or... method getModifiedModel (line 697) | getModifiedModel(){return this.editors.modified.getModel()} method getModifiedOptions (line 697) | getModifiedOptions(){return this.editors.modified.getOptions()} method modifiedReveal (line 697) | modifiedReveal(e){e&&(this.editors.modified.revealRange(e),this.editor... method modifiedSetSelection (line 697) | modifiedSetSelection(e){this.editors.modified.setSelection(e)} method modifiedFocus (line 697) | modifiedFocus(){this.editors.modified.focus()} method getModifiedPosition (line 697) | getModifiedPosition(){var e;return(e=this.editors.modified.getPosition... class vm (line 697) | class vm extends ne{constructor(e,t,i,s,o){super(),this._rootElement=e,t... method constructor (line 697) | constructor(e,t,i,s,o){super(),this._rootElement=e,this._diffModel=t,t... class Y$ (line 697) | class Y${static compute(e){const t=[],i=[];for(const s of e){let o=t.fin... method compute (line 697) | static compute(e){const t=[],i=[];for(const s of e){let o=t.findIndex(... method constructor (line 697) | constructor(e,t){this._trackCount=e,this.trackPerLineIdx=t} method getTrack (line 697) | getTrack(e){return this.trackPerLineIdx[e]} method getTrackCount (line 697) | getTrackCount(){return this._trackCount} class ree (line 697) | class ree extends Vue{constructor(e,t,i,s,o){const r=wi("div.diff-hidden... method constructor (line 697) | constructor(e,t,i,s,o){const r=wi("div.diff-hidden-lines-widget");supe... class vje (line 697) | class vje extends ne{constructor(e,t,i,s){super(),this._editors=e,this._... method constructor (line 697) | constructor(e,t,i,s){super(),this._editors=e,this._diffModel=t,this._o... class bje (line 697) | class bje{resetSash(){this._sashRatio.set(void 0,void 0)}constructor(e,t... method resetSash (line 697) | resetSash(){this._sashRatio.set(void 0,void 0)} method constructor (line 697) | constructor(e,t){this._options=e,this.dimensions=t,this.sashLeft=Pde(t... method _computeSashLeft (line 697) | _computeSashLeft(e,t){const i=this.dimensions.width.read(t),s=Math.flo... class $ue (line 697) | class $ue extends ne{constructor(e,t,i,s,o,r){super(),this._domNode=e,th... method constructor (line 697) | constructor(e,t,i,s,o,r){super(),this._domNode=e,this._dimensions=t,th... method constructor (line 697) | constructor(e){this.instantiationService=e} method createDiffProvider (line 697) | createDiffProvider(e){return this.instantiationService.createInstance(JA... method constructor (line 697) | constructor(e,t,i){this.editorWorkerService=t,this.telemetryService=i,th... method dispose (line 697) | dispose(){var e;(e=this.diffAlgorithmOnDidChangeSubscription)===null||e=... method computeDiff (line 697) | async computeDiff(e,t,i,s){var o,r;if(typeof this.diffAlgorithm!="string... method setOptions (line 697) | setOptions(e){var t;let i=!1;e.diffAlgorithm&&this.diffAlgorithm!==e.dif... method setActiveMovedText (line 697) | setActiveMovedText(e){this._activeMovedText.set(e,void 0)} method constructor (line 697) | constructor(e,t,i){super(),this.model=e,this._options=t,this._diffProvid... method ensureModifiedLineIsVisible (line 697) | ensureModifiedLineIsVisible(e,t,i){var s,o;if(((s=this.diff.get())===nul... method ensureOriginalLineIsVisible (line 697) | ensureOriginalLineIsVisible(e,t,i){var s,o;if(((s=this.diff.get())===nul... method waitForDiff (line 697) | async waitForDiff(){await Ode(this.isDiffUpToDate,e=>e)} method serializeState (line 697) | serializeState(){const e=this._unchangedRegions.get();return{collapsedRe... method restoreSerializedState (line 697) | restoreSerializedState(e){var t;const i=(t=e.collapsedRegions)===null||t... function yje (line 697) | function yje(n,e,t){return{changes:n.changes.map(i=>new Cl(i.original,i.... function Sje (line 697) | function Sje(n,e,t){let i=n.originalRange,s=n.modifiedRange;return(i.end... class X$ (line 697) | class X${static fromDiffResult(e){return new X$(e.changes.map(t=>new Kue... method fromDiffResult (line 697) | static fromDiffResult(e){return new X$(e.changes.map(t=>new Kue(t)),e.... method constructor (line 697) | constructor(e,t,i,s){this.mappings=e,this.movedTexts=t,this.identical=... class Kue (line 697) | class Kue{constructor(e){this.lineRangeMapping=e}} method constructor (line 697) | constructor(e){this.lineRangeMapping=e} class em (line 697) | class em{static fromDiffs(e,t,i,s,o){const r=Cl.inverse(e,t,i),a=[];for(... method fromDiffs (line 697) | static fromDiffs(e,t,i,s,o){const r=Cl.inverse(e,t,i),a=[];for(const l... method originalUnchangedRange (line 697) | get originalUnchangedRange(){return Vt.ofLength(this.originalLineNumbe... method modifiedUnchangedRange (line 697) | get modifiedUnchangedRange(){return Vt.ofLength(this.modifiedLineNumbe... method constructor (line 697) | constructor(e,t,i,s,o){this.originalLineNumber=e,this.modifiedLineNumb... method setVisibleRanges (line 697) | setVisibleRanges(e,t){const i=[],s=new Gl(e.map(l=>l.modified)).subtra... method shouldHideControls (line 697) | shouldHideControls(e){return this._shouldHideControls.read(e)} method getHiddenOriginalRange (line 697) | getHiddenOriginalRange(e){return Vt.ofLength(this.originalLineNumber+t... method getHiddenModifiedRange (line 697) | getHiddenModifiedRange(e){return Vt.ofLength(this.modifiedLineNumber+t... method setHiddenModifiedRange (line 697) | setHiddenModifiedRange(e,t){const i=e.startLineNumber-this.modifiedLin... method getMaxVisibleLineCountTop (line 697) | getMaxVisibleLineCountTop(){return this.lineCount-this._visibleLineCou... method getMaxVisibleLineCountBottom (line 697) | getMaxVisibleLineCountBottom(){return this.lineCount-this._visibleLine... method showMoreAbove (line 697) | showMoreAbove(e=10,t){const i=this.getMaxVisibleLineCountTop();this._v... method showMoreBelow (line 697) | showMoreBelow(e=10,t){const i=this.lineCount-this._visibleLineCountTop... method showAll (line 697) | showAll(e){this._visibleLineCountBottom.set(this.lineCount-this._visib... method showModifiedLine (line 697) | showModifiedLine(e,t,i){const s=e+1-(this.modifiedLineNumber+this._vis... method showOriginalLine (line 697) | showOriginalLine(e,t,i){const s=e-this.originalLineNumber,o=this.origi... method collapseAll (line 697) | collapseAll(e){this._visibleLineCountTop.set(0,e),this._visibleLineCou... method setState (line 697) | setState(e,t,i){e=Math.max(Math.min(e,this.lineCount),0),t=Math.max(Ma... class xje (line 697) | class xje extends ne{get visibility(){return this._visibility}set visibi... method visibility (line 697) | get visibility(){return this._visibility} method visibility (line 697) | set visibility(e){this._visibility!==e&&(this._visibility=e,this._diff... method constructor (line 697) | constructor(e,t,i,s,o,r,a,l,c){super(),this._getViewZoneId=e,this._mar... method _updateLightBulbPosition (line 699) | _updateLightBulbPosition(e,t,i){const{top:s}=bs(e),o=t-s,r=Math.floor(... function Lje (line 699) | function Lje(n,e,t,i){So(i,e.fontInfo);const s=t.length>0,o=new Ow(1e4);... class kje (line 699) | class kje{constructor(e,t,i,s){this.lineTokens=e,this.lineBreakData=t,th... method constructor (line 699) | constructor(e,t,i,s){this.lineTokens=e,this.lineBreakData=t,this.might... class Q$ (line 699) | class Q${static fromEditor(e){var t;const i=e.getOptions(),s=i.get(50),o... method fromEditor (line 699) | static fromEditor(e){var t;const i=e.getOptions(),s=i.get(50),o=i.get(... method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c,d,u){this.tabSize=e,this.fontInfo=t,this... function fee (line 699) | function fee(n,e,t,i,s,o,r,a){a.appendString('
{var u;return(u... method setActions (line 699) | setActions(e,t=[],i){var s,o,r;this._sessionDisposables.clear();const a=... method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c){super(e,{resetMenu:t,...i},s,o,r,a,l,c),t... method setActions (line 699) | setActions(){throw new Gi("This toolbar is populated from a menu.")} method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c){super(),this._diffModel=t,this._editors=i... method computeStagedValue (line 699) | computeStagedValue(e){var t;const i=(t=e.innerChanges)!==null&&t!==void ... method layout (line 699) | layout(e){this.elements.gutter.style.left=e+"px"} class vee (line 699) | class vee{constructor(e,t,i,s,o,r){this.mapping=e,this.showAlways=t,this... method constructor (line 699) | constructor(e,t,i,s,o,r){this.mapping=e,this.showAlways=t,this.menuId=... method id (line 699) | get id(){return this.mapping.modified.toString()} method range (line 699) | get range(){var e;return(e=this.rangeOverride)!==null&&e!==void 0?e:th... method constructor (line 699) | constructor(e,t,i,s){super(),this._item=e,this._elements=wi("div.gutterI... method layout (line 699) | layout(e,t){this._lastItemRange=e,this._lastViewRange=t;let i=this._elem... method setBreadcrumbsSourceFactory (line 699) | static setBreadcrumbsSourceFactory(e){this._breadcrumbsSourceFactory.set... method isUpdatingHiddenAreas (line 699) | get isUpdatingHiddenAreas(){return this._isUpdatingHiddenAreas} method constructor (line 699) | constructor(e,t,i,s){super(),this._editors=e,this._diffModel=t,this._opt... class bee (line 699) | class bee extends Vue{constructor(e,t,i,s,o,r,a,l){const c=wi("div.diff-... method constructor (line 699) | constructor(e,t,i,s,o,r,a,l){const c=wi("div.diff-hidden-lines-widget"... method constructor (line 699) | constructor(e,t,i,s,o,r,a){super(),this._editors=e,this._rootElement=t,t... class Pje (line 699) | class Pje extends ne{constructor(e,t,i,s){super(),this._editors=e,this._... method constructor (line 699) | constructor(e,t,i,s){super(),this._editors=e,this._diffModel=t,this._o... class ak (line 699) | class ak extends ne{getId(){return this._id}constructor(e,t,i,s){super()... method getId (line 699) | getId(){return this._id} method constructor (line 699) | constructor(e,t,i,s){super(),this._lineNumber=e,this._widget=t,this._d... method getDomNode (line 699) | getDomNode(){return this._domNode} method getPosition (line 699) | getPosition(){return{lane:Dh.Right,range:{startColumn:1,startLineNumbe... function gf (line 699) | function gf(n,e,t){const i=n.bindTo(e);return tP({debugName:()=>`Set Con... function Oje (line 699) | function Oje(n){return Nv.get(n)} class Nv (line 699) | class Nv{static get(e){let t=Nv._map.get(e);if(!t){t=new Nv(e),Nv._map.s... method get (line 699) | static get(e){let t=Nv._map.get(e);if(!t){t=new Nv(e),Nv._map.set(e,t)... method constructor (line 699) | constructor(e){this.editor=e,this.model=qi(this.editor.onDidChangeMode... method onDidContentSizeChange (line 699) | get onDidContentSizeChange(){return this._onDidContentSizeChange.event} method constructor (line 699) | constructor(e,t,i,s,o,r,a){super(),this.originalEditorElement=e,this.mod... method _createLeftHandSideEditor (line 699) | _createLeftHandSideEditor(e,t){const i=this._adjustOptionsForLeftHandSid... method _createRightHandSideEditor (line 699) | _createRightHandSideEditor(e,t){const i=this._adjustOptionsForRightHandS... method _constructInnerEditor (line 699) | _constructInnerEditor(e,t,i,s){const o=this._createInnerEditor(e,t,i,s);... method _adjustOptionsForLeftHandSide (line 699) | _adjustOptionsForLeftHandSide(e,t){const i=this._adjustOptionsForSubEdit... method _adjustOptionsForRightHandSide (line 699) | _adjustOptionsForRightHandSide(e,t){const i=this._adjustOptionsForSubEdi... method _adjustOptionsForSubEditor (line 699) | _adjustOptionsForSubEditor(e){const t={...e,dimension:{height:0,width:0}... method _updateAriaLabel (line 699) | _updateAriaLabel(e){var t;e||(e="");const i=v("diff-aria-navigation-tip"... class wP (line 699) | class wP extends ne{constructor(){super(...arguments),this._id=++wP.idCo... method constructor (line 699) | constructor(){super(...arguments),this._id=++wP.idCounter,this._onDidD... method getId (line 699) | getId(){return this.getEditorType()+":v2:"+this._id} method getVisibleColumnFromPosition (line 699) | getVisibleColumnFromPosition(e){return this._targetEditor.getVisibleCo... method getPosition (line 699) | getPosition(){return this._targetEditor.getPosition()} method setPosition (line 699) | setPosition(e,t="api"){this._targetEditor.setPosition(e,t)} method revealLine (line 699) | revealLine(e,t=0){this._targetEditor.revealLine(e,t)} method revealLineInCenter (line 699) | revealLineInCenter(e,t=0){this._targetEditor.revealLineInCenter(e,t)} method revealLineInCenterIfOutsideViewport (line 699) | revealLineInCenterIfOutsideViewport(e,t=0){this._targetEditor.revealLi... method revealLineNearTop (line 699) | revealLineNearTop(e,t=0){this._targetEditor.revealLineNearTop(e,t)} method revealPosition (line 699) | revealPosition(e,t=0){this._targetEditor.revealPosition(e,t)} method revealPositionInCenter (line 699) | revealPositionInCenter(e,t=0){this._targetEditor.revealPositionInCente... method revealPositionInCenterIfOutsideViewport (line 699) | revealPositionInCenterIfOutsideViewport(e,t=0){this._targetEditor.reve... method revealPositionNearTop (line 699) | revealPositionNearTop(e,t=0){this._targetEditor.revealPositionNearTop(... method getSelection (line 699) | getSelection(){return this._targetEditor.getSelection()} method getSelections (line 699) | getSelections(){return this._targetEditor.getSelections()} method setSelection (line 699) | setSelection(e,t="api"){this._targetEditor.setSelection(e,t)} method setSelections (line 699) | setSelections(e,t="api"){this._targetEditor.setSelections(e,t)} method revealLines (line 699) | revealLines(e,t,i=0){this._targetEditor.revealLines(e,t,i)} method revealLinesInCenter (line 699) | revealLinesInCenter(e,t,i=0){this._targetEditor.revealLinesInCenter(e,... method revealLinesInCenterIfOutsideViewport (line 699) | revealLinesInCenterIfOutsideViewport(e,t,i=0){this._targetEditor.revea... method revealLinesNearTop (line 699) | revealLinesNearTop(e,t,i=0){this._targetEditor.revealLinesNearTop(e,t,i)} method revealRange (line 699) | revealRange(e,t=0,i=!1,s=!0){this._targetEditor.revealRange(e,t,i,s)} method revealRangeInCenter (line 699) | revealRangeInCenter(e,t=0){this._targetEditor.revealRangeInCenter(e,t)} method revealRangeInCenterIfOutsideViewport (line 699) | revealRangeInCenterIfOutsideViewport(e,t=0){this._targetEditor.revealR... method revealRangeNearTop (line 699) | revealRangeNearTop(e,t=0){this._targetEditor.revealRangeNearTop(e,t)} method revealRangeNearTopIfOutsideViewport (line 699) | revealRangeNearTopIfOutsideViewport(e,t=0){this._targetEditor.revealRa... method revealRangeAtTop (line 699) | revealRangeAtTop(e,t=0){this._targetEditor.revealRangeAtTop(e,t)} method getSupportedActions (line 699) | getSupportedActions(){return this._targetEditor.getSupportedActions()} method focus (line 699) | focus(){this._targetEditor.focus()} method trigger (line 699) | trigger(e,t,i){this._targetEditor.trigger(e,t,i)} method createDecorationsCollection (line 699) | createDecorationsCollection(e){return this._targetEditor.createDecorat... method changeDecorations (line 699) | changeDecorations(e){return this._targetEditor.changeDecorations(e)} method editorOptions (line 699) | get editorOptions(){return this._options} method constructor (line 699) | constructor(e,t){this._accessibilityService=t,this._diffEditorWidth=li(t... method updateOptions (line 699) | updateOptions(e){const t=wee(e,this._options.get()),i={...this._options.... method setWidth (line 699) | setWidth(e){this._diffEditorWidth.set(e,void 0)} function wee (line 699) | function wee(n,e){var t,i,s,o,r,a,l,c;return{enableSplitViewResizing:rt(... method onDidContentSizeChange (line 699) | get onDidContentSizeChange(){return this._editors.onDidContentSizeChange} method constructor (line 699) | constructor(e,t,i,s,o,r,a,l){var c;super(),this._domElement=e,this._pare... method _createInnerEditor (line 699) | _createInnerEditor(e,t,i,s){return e.createInstance(jC,t,i,s)} method _createDiffEditorContributions (line 699) | _createDiffEditorContributions(){const e=G1.getDiffEditorContributions()... method _targetEditor (line 699) | get _targetEditor(){return this._editors.modified} method getEditorType (line 699) | getEditorType(){return mD.IDiffEditor} method layout (line 699) | layout(e){this._rootSizeObserver.observe(e)} method hasTextFocus (line 699) | hasTextFocus(){return this._editors.original.hasTextFocus()||this._edito... method saveViewState (line 699) | saveViewState(){var e;const t=this._editors.original.saveViewState(),i=t... method restoreViewState (line 699) | restoreViewState(e){var t;if(e&&e.original&&e.modified){const i=e;this._... method handleInitialized (line 699) | handleInitialized(){this._editors.original.handleInitialized(),this._edi... method createViewModel (line 699) | createViewModel(e){return this._instantiationService.createInstance(y6,e... method getModel (line 699) | getModel(){var e,t;return(t=(e=this._diffModel.get())===null||e===void 0... method setModel (line 699) | setModel(e,t){!e&&this._diffModel.get()&&this._accessibleDiffViewer.get(... method updateOptions (line 699) | updateOptions(e){this._options.updateOptions(e)} method getContainerDomNode (line 699) | getContainerDomNode(){return this._domElement} method getOriginalEditor (line 699) | getOriginalEditor(){return this._editors.original} method getModifiedEditor (line 699) | getModifiedEditor(){return this._editors.modified} method getLineChanges (line 699) | getLineChanges(){var e;const t=(e=this._diffModel.get())===null||e===voi... method revert (line 699) | revert(e){const t=this._diffModel.get();!t||!t.isDiffUpToDate.get()||thi... method revertRangeMappings (line 699) | revertRangeMappings(e){const t=this._diffModel.get();if(!t||!t.isDiffUpT... method _goTo (line 699) | _goTo(e){this._editors.modified.setPosition(new ee(e.lineRangeMapping.mo... method goToDiff (line 699) | goToDiff(e){var t,i,s,o;const r=(i=(t=this._diffModel.get())===null||t==... method revealFirstDiff (line 699) | revealFirstDiff(){const e=this._diffModel.get();e&&this.waitForDiff().th... method accessibleDiffViewerNext (line 699) | accessibleDiffViewerNext(){this._accessibleDiffViewer.get().next()} method accessibleDiffViewerPrev (line 699) | accessibleDiffViewerPrev(){this._accessibleDiffViewer.get().prev()} method waitForDiff (line 699) | async waitForDiff(){const e=this._diffModel.get();e&&await e.waitForDiff()} method mapToOtherSide (line 699) | mapToOtherSide(){var e,t;const i=this._editors.modified.hasWidgetFocus()... method switchSide (line 699) | switchSide(){const{destination:e,destinationSelection:t}=this.mapToOther... method exitCompareMove (line 699) | exitCompareMove(){const e=this._diffModel.get();e&&e.movedTextToCompare.... method collapseAllUnchangedRegions (line 699) | collapseAllUnchangedRegions(){var e;const t=(e=this._diffModel.get())===... method showAllUnchangedRegions (line 699) | showAllUnchangedRegions(){var e;const t=(e=this._diffModel.get())===null... method _handleCursorPositionChange (line 699) | _handleCursorPositionChange(e,t){var i,s;if((e==null?void 0:e.reason)===... function Vje (line 699) | function Vje(n){return n.mappings.map(e=>{const t=e.lineRangeMapping;let... function $je (line 699) | function $je(n){if(!n){if(yee)return;yee=!0}eFe(n||Ji.document.body)} method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c,d,u,h,f){const g={...t};g.ariaLabel=g.aria... method addCommand (line 699) | addCommand(e,t,i){if(!this._standaloneKeybindingService)return console.w... method createContextKey (line 699) | createContextKey(e,t){return this._contextKeyService.createKey(e,t)} method addAction (line 699) | addAction(e){if(typeof e.id!="string"||typeof e.label!="string"||typeof ... method _triggerCommand (line 699) | _triggerCommand(e,t){if(this._codeEditorService instanceof hA)try{this._... method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c,d,u,h,f,g,p,_){const b={...t};ZA(u,b,!1);c... method dispose (line 699) | dispose(){super.dispose()} method updateOptions (line 699) | updateOptions(e){ZA(this._configurationService,e,!1),typeof e.theme=="st... method _postDetachModelCleanup (line 699) | _postDetachModelCleanup(e){super._postDetachModelCleanup(e),e&&this._own... method constructor (line 699) | constructor(e,t,i,s,o,r,a,l,c,d,u,h){const f={...t};ZA(l,f,!0);const g=r... method dispose (line 699) | dispose(){super.dispose()} method updateOptions (line 699) | updateOptions(e){ZA(this._configurationService,e,!0),typeof e.theme=="st... method _createInnerEditor (line 699) | _createInnerEditor(e,t,i){return e.createInstance(tR,t,i)} method getOriginalEditor (line 699) | getOriginalEditor(){return super.getOriginalEditor()} method getModifiedEditor (line 699) | getModifiedEditor(){return super.getModifiedEditor()} method addCommand (line 699) | addCommand(e,t,i){return this.getModifiedEditor().addCommand(e,t,i)} method createContextKey (line 699) | createContextKey(e,t){return this.getModifiedEditor().createContextKey(e... method addAction (line 699) | addAction(e){return this.getModifiedEditor().addAction(e)} function Yue (line 699) | function Yue(n,e,t,i,s){if(t=t||"",!i){const o=t.indexOf(` function See (line 700) | function See(n,e,t,i){return n.createModel(e,t,i)} class Kje (line 700) | class Kje{constructor(e,t){this.viewModel=e,this.deltaScrollVertical=t}g... method constructor (line 700) | constructor(e,t){this.viewModel=e,this.deltaScrollVertical=t} method getId (line 700) | getId(){return this.viewModel} method constructor (line 700) | constructor(e,t,i,s){super(),this._container=e,this._overflowWidgetsDomN... method setScrollLeft (line 700) | setScrollLeft(e){this._modifiedContentWidth.get()-this._modifiedWidth.ge... method setData (line 700) | setData(e){this._data=e;function t(s){return{...s,scrollBeyondLastLine:!... method render (line 700) | render(e,t,i,s){this._elements.root.style.visibility="visible",this._ele... method hide (line 700) | hide(){this._elements.root.style.top="-100000px",this._elements.root.sty... function xee (line 700) | function xee(n){return qi(e=>{const t=new be;return t.add(n.onDidFocusEd... class qje (line 700) | class qje{constructor(e){this._create=e,this._unused=new Set,this._used=... method constructor (line 700) | constructor(e){this._create=e,this._unused=new Set,this._used=new Set,... method getUnusedObj (line 700) | getUnusedObj(e){var t;let i;if(this._unused.size===0)i=this._create(e)... method dispose (line 700) | dispose(){for(const e of this._used)e.dispose();for(const e of this._u... method constructor (line 700) | constructor(e,t,i,s,o,r){super(),this._element=e,this._dimension=t,this.... method render (line 700) | render(e){const t=this.scrollTop.read(e);let i=0,s=0,o=0;const r=this._s... class Zje (line 700) | class Zje extends ne{constructor(e,t,i,s){super(),this.viewModel=e,this.... method constructor (line 700) | constructor(e,t,i,s){super(),this.viewModel=e,this._objectPool=t,this.... method dispose (line 700) | dispose(){this._clear(),super.dispose()} method toString (line 700) | toString(){var e;return`VirtualViewItem(${(e=this.viewModel.entry.valu... method getKey (line 700) | getKey(){return this.viewModel.getKey()} method setViewState (line 700) | setViewState(e,t){var i;this.viewModel.collapsed.set(e.collapsed,t),th... method _updateTemplateData (line 700) | _updateTemplateData(e){var t;const i=this._templateRef.get();i&&this.v... method _clear (line 700) | _clear(){const e=this._templateRef.get();e&&rn(t=>{this._updateTemplat... method hide (line 700) | hide(){this._isHidden.set(!0,void 0)} method render (line 700) | render(e,t,i,s){this._isHidden.set(!1,void 0);let o=this._templateRef.... method constructor (line 700) | constructor(e,t,i){super(),this._element=e,this._workbenchUIElementFacto... function Qje (line 700) | function Qje(n,e,t){return St.initialize(t||{}).createInstance(E6,n,e)} function Jje (line 700) | function Jje(n){return St.get(vi).onCodeEditorAdd(t=>{n(t)})} function eKe (line 700) | function eKe(n){return St.get(vi).onDiffEditorAdd(t=>{n(t)})} function tKe (line 700) | function tKe(){return St.get(vi).listCodeEditors()} function iKe (line 700) | function iKe(){return St.get(vi).listDiffEditors()} function nKe (line 700) | function nKe(n,e,t){return St.initialize(t||{}).createInstance(T6,n,e)} function sKe (line 700) | function sKe(n,e){const t=St.initialize(e||{});return new A6(n,{},t)} function oKe (line 700) | function oKe(n){if(typeof n.id!="string"||typeof n.run!="function")throw... function rKe (line 700) | function rKe(n){if(typeof n.id!="string"||typeof n.label!="string"||type... function aKe (line 700) | function aKe(n){return Xue([n])} function Xue (line 700) | function Xue(n){const e=St.get(Li);return e instanceof nw?e.addDynamicKe... function lKe (line 700) | function lKe(n,e,t){const i=St.get(An),s=i.getLanguageIdByMimeType(e)||e... function cKe (line 700) | function cKe(n,e){const t=St.get(An),i=t.getLanguageIdByMimeType(e)||e||... function dKe (line 700) | function dKe(n,e,t){n&&St.get(Uh).changeOne(e,n.uri,t)} function uKe (line 700) | function uKe(n){St.get(Uh).changeAll(n,[])} function hKe (line 700) | function hKe(n){return St.get(Uh).read(n)} function fKe (line 700) | function fKe(n){return St.get(Uh).onMarkerChanged(n)} function gKe (line 700) | function gKe(n){return St.get(Pn).getModel(n)} function pKe (line 700) | function pKe(){return St.get(Pn).getModels()} function mKe (line 700) | function mKe(n){return St.get(Pn).onModelAdded(n)} function _Ke (line 700) | function _Ke(n){return St.get(Pn).onModelRemoved(n)} function vKe (line 700) | function vKe(n){return St.get(Pn).onModelLanguageChanged(t=>{n({model:t.... function bKe (line 700) | function bKe(n){return k4e(St.get(Pn),St.get(gn),n)} function CKe (line 700) | function CKe(n,e){const t=St.get(An),i=St.get(Tl);return Sz.colorizeElem... function wKe (line 700) | function wKe(n,e,t){const i=St.get(An);return St.get(Tl).registerEditorC... function yKe (line 700) | function yKe(n,e,t=4){return St.get(Tl).registerEditorContainer(Ji.docum... function SKe (line 700) | function SKe(n){const e=Zn.get(n);return e||{getInitialState:()=>OC,toke... function xKe (line 700) | function xKe(n,e){Zn.getOrCreate(e);const t=SKe(e),i=Wh(n),s=[];let o=t.... function LKe (line 700) | function LKe(n,e){St.get(Tl).defineTheme(n,e)} function kKe (line 700) | function kKe(n){St.get(Tl).setTheme(n)} function DKe (line 700) | function DKe(){lB.clearAllFontInfos()} function IKe (line 700) | function IKe(n,e){return ri.registerCommand({id:n,handler:e})} function EKe (line 700) | function EKe(n){return St.get($a).registerOpener({async open(t){return t... function TKe (line 700) | function TKe(n){return St.get(vi).registerCodeEditorOpenHandler(async(t,... function NKe (line 700) | function NKe(){return{create:Qje,getEditors:tKe,getDiffEditors:iKe,onDid... function AKe (line 700) | function AKe(n,e){if(!e||!Array.isArray(e))return!1;for(const t of e)if(... function pT (line 700) | function pT(n,e){return typeof n=="boolean"?n:e} function kee (line 700) | function kee(n,e){return typeof n=="string"?n:e} function RKe (line 700) | function RKe(n){const e={};for(const t of n)e[t]=!0;return e} function Dee (line 700) | function Dee(n,e=!1){e&&(n=n.map(function(i){return i.toLowerCase()}));c... function R6 (line 700) | function R6(n,e,t){e=e.replace(/@@/g,"");let i=0,s;do s=!1,e=e.replace(... function MKe (line 700) | function MKe(n,e,t,i){if(i<0)return n;if(i=10... function PKe (line 700) | function PKe(n,e,t,i){let s=-1,o=t,r=t.match(/^\$(([sS]?)(\d\d?)|#)(.*)$... function M6 (line 700) | function M6(n,e,t){if(t){if(typeof t=="string")return t;if(t.token||t.to... class OKe (line 700) | class OKe{constructor(e){this.regex=new RegExp(""),this.action={token:""... method constructor (line 700) | constructor(e){this.regex=new RegExp(""),this.action={token:""},this.m... method setRegex (line 700) | setRegex(e,t){let i;if(typeof t=="string")i=t;else if(t instanceof Reg... method setAction (line 700) | setAction(e,t){this.action=M6(e,this.name,t)} method resolveRegex (line 700) | resolveRegex(e){return this.regex instanceof RegExp?this.regex:this.re... function Que (line 700) | function Que(n,e){if(!e||typeof e!="object")throw new Error("Monarch: ex... function FKe (line 701) | function FKe(n){RC.registerLanguage(n)} function BKe (line 701) | function BKe(){let n=[];return n=n.concat(RC.getLanguages()),n} function WKe (line 701) | function WKe(n){return St.get(An).languageIdCodec.encodeLanguageId(n)} function HKe (line 701) | function HKe(n,e){return St.withServices(()=>{const i=St.get(An).onDidRe... function VKe (line 701) | function VKe(n,e){return St.withServices(()=>{const i=St.get(An).onDidRe... function zKe (line 701) | function zKe(n,e){if(!St.get(An).isRegisteredLanguageId(n))throw new Err... class $Ke (line 701) | class $Ke{constructor(e,t){this._languageId=e,this._actual=t}dispose(){}... method constructor (line 701) | constructor(e,t){this._languageId=e,this._actual=t} method dispose (line 701) | dispose(){} method getInitialState (line 701) | getInitialState(){return this._actual.getInitialState()} method tokenize (line 701) | tokenize(e,t,i){if(typeof this._actual.tokenize=="function")return lk.... method tokenizeEncoded (line 701) | tokenizeEncoded(e,t,i){const s=this._actual.tokenizeEncoded(e,i);retur... class lk (line 701) | class lk{constructor(e,t,i,s){this._languageId=e,this._actual=t,this._la... method constructor (line 701) | constructor(e,t,i,s){this._languageId=e,this._actual=t,this._languageS... method dispose (line 701) | dispose(){} method getInitialState (line 701) | getInitialState(){return this._actual.getInitialState()} method _toClassicTokens (line 701) | static _toClassicTokens(e,t){const i=[];let s=0;for(let o=0,r=e.length... method adaptTokenize (line 701) | static adaptTokenize(e,t,i,s){const o=t.tokenize(i,s),r=lk._toClassicT... method tokenize (line 701) | tokenize(e,t,i){return lk.adaptTokenize(this._languageId,this._actual,... method _toBinaryTokens (line 701) | _toBinaryTokens(e,t){const i=e.encodeLanguageId(this._languageId),s=th... method tokenizeEncoded (line 701) | tokenizeEncoded(e,t,i){const s=this._actual.tokenize(e,i),o=this._toBi... function UKe (line 701) | function UKe(n){return typeof n.getInitialState=="function"} function jKe (line 701) | function jKe(n){return"tokenizeEncoded"in n} function Jue (line 701) | function Jue(n){return n&&typeof n.then=="function"} function KKe (line 701) | function KKe(n){const e=St.get(Tl);if(n){const t=[null];for(let i=1,s=n.... function ehe (line 701) | function ehe(n,e){return jKe(e)?new $Ke(n,e):new lk(n,e,St.get(An),St.ge... function eU (line 701) | function eU(n,e){const t=new aRe(async()=>{const i=await Promise.resolve... function qKe (line 701) | function qKe(n,e){if(!St.get(An).isRegisteredLanguageId(n))throw new Err... function GKe (line 701) | function GKe(n,e){const t=i=>new yL(St.get(An),St.get(Tl),n,Que(n,i),St.... function ZKe (line 701) | function ZKe(n,e){return St.get(Xe).referenceProvider.register(n,e)} function YKe (line 701) | function YKe(n,e){return St.get(Xe).renameProvider.register(n,e)} function XKe (line 701) | function XKe(n,e){return St.get(Xe).newSymbolNamesProvider.register(n,e)} function QKe (line 701) | function QKe(n,e){return St.get(Xe).signatureHelpProvider.register(n,e)} function JKe (line 701) | function JKe(n,e){return St.get(Xe).hoverProvider.register(n,{provideHov... function eqe (line 701) | function eqe(n,e){return St.get(Xe).documentSymbolProvider.register(n,e)} function tqe (line 701) | function tqe(n,e){return St.get(Xe).documentHighlightProvider.register(n... function iqe (line 701) | function iqe(n,e){return St.get(Xe).linkedEditingRangeProvider.register(... function nqe (line 701) | function nqe(n,e){return St.get(Xe).definitionProvider.register(n,e)} function sqe (line 701) | function sqe(n,e){return St.get(Xe).implementationProvider.register(n,e)} function oqe (line 701) | function oqe(n,e){return St.get(Xe).typeDefinitionProvider.register(n,e)} function rqe (line 701) | function rqe(n,e){return St.get(Xe).codeLensProvider.register(n,e)} function aqe (line 701) | function aqe(n,e,t){return St.get(Xe).codeActionProvider.register(n,{pro... function lqe (line 701) | function lqe(n,e){return St.get(Xe).documentFormattingEditProvider.regis... function cqe (line 701) | function cqe(n,e){return St.get(Xe).documentRangeFormattingEditProvider.... function dqe (line 701) | function dqe(n,e){return St.get(Xe).onTypeFormattingEditProvider.registe... function uqe (line 701) | function uqe(n,e){return St.get(Xe).linkProvider.register(n,e)} function hqe (line 701) | function hqe(n,e){return St.get(Xe).completionProvider.register(n,e)} function fqe (line 701) | function fqe(n,e){return St.get(Xe).colorProvider.register(n,e)} function gqe (line 701) | function gqe(n,e){return St.get(Xe).foldingRangeProvider.register(n,e)} function pqe (line 701) | function pqe(n,e){return St.get(Xe).declarationProvider.register(n,e)} function mqe (line 701) | function mqe(n,e){return St.get(Xe).selectionRangeProvider.register(n,e)} function _qe (line 701) | function _qe(n,e){return St.get(Xe).documentSemanticTokensProvider.regis... function vqe (line 701) | function vqe(n,e){return St.get(Xe).documentRangeSemanticTokensProvider.... function bqe (line 701) | function bqe(n,e){return St.get(Xe).inlineCompletionsProvider.register(n... function Cqe (line 701) | function Cqe(n,e){return St.get(Xe).inlineEditProvider.register(n,e)} function wqe (line 701) | function wqe(n,e){return St.get(Xe).inlayHintsProvider.register(n,e)} function yqe (line 701) | function yqe(){return{register:FKe,getLanguages:BKe,onLanguage:HKe,onLan... method constructor (line 701) | constructor(){this._tokens=new WeakMap} method add (line 701) | add(n,e){let t=this._tokens.get(n);t||(t=n.invokeWithinContext(s=>{const... method cancel (line 701) | cancel(n){const e=this._tokens.get(n);if(!e)return;const t=e.tokens.pop(... class Sqe (line 701) | class Sqe extends $n{constructor(e,t){super(t),this.editor=e,this._unreg... method constructor (line 701) | constructor(e,t){super(t),this.editor=e,this._unregister=e.invokeWithi... method dispose (line 701) | dispose(){this._unregister(),super.dispose()} method constructor (line 701) | constructor(){super({id:"editor.cancelOperation",kbOpts:{weight:100,prim... method runEditorCommand (line 701) | runEditorCommand(n,e){n.get(tU).cancel(e)} method constructor (line 701) | constructor(e,t){if(this.flags=t,this.flags&1){const i=e.getModel();this... method _equals (line 701) | _equals(e){if(!(e instanceof P6))return!1;const t=e;return!(this.modelVe... method validate (line 701) | validate(e){return this._equals(new P6(e,this.flags))} class Km (line 701) | class Km extends Sqe{constructor(e,t,i,s){super(e,s),this._listener=new ... method constructor (line 701) | constructor(e,t,i,s){super(e,s),this._listener=new be,t&4&&this._liste... method dispose (line 701) | dispose(){this._listener.dispose(),super.dispose()} class iU (line 701) | class iU extends $n{constructor(e,t){super(t),this._listener=e.onDidChan... method constructor (line 701) | constructor(e,t){super(t),this._listener=e.onDidChangeContent(()=>this... method dispose (line 701) | dispose(){this._listener.dispose(),super.dispose()} function Ph (line 701) | function Ph(n){return n&&typeof n.getEditorType=="function"?n.getEditorT... function nU (line 701) | function nU(n){return n&&typeof n.getEditorType=="function"?n.getEditorT... function xqe (line 701) | function xqe(n){return!!n&&typeof n=="object"&&typeof n.onDidChangeActiv... function nhe (line 701) | function nhe(n){return Ph(n)?n:nU(n)?n.getModifiedEditor():xqe(n)&&Ph(n.... class ow (line 701) | class ow{static _handleEolEdits(e,t){let i;const s=[];for(const o of t)t... method _handleEolEdits (line 701) | static _handleEolEdits(e,t){let i;const s=[];for(const o of t)typeof o... method _isFullModelReplaceEdit (line 701) | static _isFullModelReplaceEdit(e,t){if(!e.hasModel())return!1;const i=... method execute (line 701) | static execute(e,t,i){i&&e.pushUndoStop();const s=uu.capture(e),o=ow._... class Iee (line 701) | class Iee{constructor(e){this.value=e,this._lower=e.toLowerCase()}static... method constructor (line 701) | constructor(e){this.value=e,this._lower=e.toLowerCase()} method toKey (line 701) | static toKey(e){return typeof e=="string"?e.toLowerCase():e._lower} class Lqe (line 701) | class Lqe{constructor(e){if(this._set=new Set,e)for(const t of e)this.ad... method constructor (line 701) | constructor(e){if(this._set=new Set,e)for(const t of e)this.add(t)} method add (line 701) | add(e){this._set.add(Iee.toKey(e))} method has (line 701) | has(e){return this._set.has(Iee.toKey(e))} function she (line 701) | function she(n,e,t){const i=[],s=new Lqe,o=n.ordered(t);for(const a of o... class x0 (line 701) | class x0{static setFormatterSelector(e){return{dispose:x0._selectors.uns... method setFormatterSelector (line 701) | static setFormatterSelector(e){return{dispose:x0._selectors.unshift(e)}} method select (line 701) | static async select(e,t,i,s){if(e.length===0)return;const o=oi.first(x... function ohe (line 701) | async function ohe(n,e,t,i,s,o,r){const a=n.get(ht),{documentRangeFormat... function kqe (line 701) | async function kqe(n,e,t,i,s,o){var r,a;const l=n.get(bc),c=n.get(er),d=... function Dqe (line 701) | async function Dqe(n,e,t,i,s,o){const r=n.get(ht),a=n.get(Xe),l=Ph(e)?e.... function Iqe (line 701) | async function Iqe(n,e,t,i,s,o){const r=n.get(bc),a=n.get(v_);let l,c;Ph... function Eqe (line 701) | async function Eqe(n,e,t,i,s,o){const r=e.documentRangeFormattingEditPro... function Tqe (line 701) | async function Tqe(n,e,t,i,s){const o=she(e.documentFormattingEditProvid... function rhe (line 701) | function rhe(n,e,t,i,s,o,r){const a=e.onTypeFormattingEditProvider.order... method getOrCreate (line 706) | static getOrCreate(e){return Y5[e]||(Y5[e]=new bhe(e)),Y5[e]} method constructor (line 706) | constructor(e){this._languageId=e,this._loadingTriggered=!1,this._lazyLo... method load (line 706) | load(){return this._loadingTriggered||(this._loadingTriggered=!0,vhe[thi... function ft (line 706) | function ft(n){const e=n.id;vhe[e]=n,PS.languages.register(n);const t=Fq... method constructor (line 711) | constructor(e,t,i){this._onDidChange=new Uw.Emitter,this._languageId=e,t... method onDidChange (line 711) | get onDidChange(){return this._onDidChange.event} method languageId (line 711) | get languageId(){return this._languageId} method modeConfiguration (line 711) | get modeConfiguration(){return this._modeConfiguration} method diagnosticsOptions (line 711) | get diagnosticsOptions(){return this.options} method options (line 711) | get options(){return this._options} method setOptions (line 711) | setOptions(e){this._options=e||Object.create(null),this._onDidChange.fir... method setDiagnosticsOptions (line 711) | setDiagnosticsOptions(e){this.setOptions(e)} method setModeConfiguration (line 711) | setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),t... function lU (line 711) | function lU(){return je(()=>import("./B-k8r3hf.js"),[],import.meta.url)} method constructor (line 716) | constructor(e,t,i){this._onDidChange=new yP.Emitter,this._languageId=e,t... method onDidChange (line 716) | get onDidChange(){return this._onDidChange.event} method languageId (line 716) | get languageId(){return this._languageId} method options (line 716) | get options(){return this._options} method modeConfiguration (line 716) | get modeConfiguration(){return this._modeConfiguration} method setOptions (line 716) | setOptions(e){this._options=e||Object.create(null),this._onDidChange.fir... method setModeConfiguration (line 716) | setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),t... function xP (line 716) | function xP(n){return{completionItems:!0,hovers:!0,documentSymbols:!0,li... function tGe (line 716) | function tGe(){return je(()=>import("./CZogWebk.js"),[],import.meta.url)} function LP (line 716) | function LP(n,e=SP,t=xP(n)){const i=new Yqe(n,e,t);let s;const o=yP.lang... method constructor (line 721) | constructor(e,t,i){this._onDidChange=new VD.Emitter,this._languageId=e,t... method onDidChange (line 721) | get onDidChange(){return this._onDidChange.event} method languageId (line 721) | get languageId(){return this._languageId} method modeConfiguration (line 721) | get modeConfiguration(){return this._modeConfiguration} method diagnosticsOptions (line 721) | get diagnosticsOptions(){return this._diagnosticsOptions} method setDiagnosticsOptions (line 721) | setDiagnosticsOptions(e){this._diagnosticsOptions=e||Object.create(null)... method setModeConfiguration (line 721) | setModeConfiguration(e){this._modeConfiguration=e||Object.create(null),t... function Dhe (line 721) | function Dhe(){return je(()=>import("./BjtZpFsH.js"),[],import.meta.url)} method constructor (line 726) | constructor(n,e,t,i,s){this._onDidChange=new rw.Emitter,this._onDidExtra... method onDidChange (line 726) | get onDidChange(){return this._onDidChange.event} method onDidExtraLibsChange (line 726) | get onDidExtraLibsChange(){return this._onDidExtraLibsChange.event} method modeConfiguration (line 726) | get modeConfiguration(){return this._modeConfiguration} method workerOptions (line 726) | get workerOptions(){return this._workerOptions} method inlayHintsOptions (line 726) | get inlayHintsOptions(){return this._inlayHintsOptions} method getExtraLibs (line 726) | getExtraLibs(){return this._extraLibs} method addExtraLib (line 726) | addExtraLib(n,e){let t;if(typeof e>"u"?t=`ts:extralib-${Math.random().to... method setExtraLibs (line 726) | setExtraLibs(n){for(const e in this._extraLibs)this._removedExtraLibs[e]... method _fireOnDidExtraLibsChangeSoon (line 726) | _fireOnDidExtraLibsChangeSoon(){this._onDidExtraLibsChangeTimeout===-1&&... method getCompilerOptions (line 726) | getCompilerOptions(){return this._compilerOptions} method setCompilerOptions (line 726) | setCompilerOptions(n){this._compilerOptions=n||Object.create(null),this.... method getDiagnosticsOptions (line 726) | getDiagnosticsOptions(){return this._diagnosticsOptions} method setDiagnosticsOptions (line 726) | setDiagnosticsOptions(n){this._diagnosticsOptions=n||Object.create(null)... method setWorkerOptions (line 726) | setWorkerOptions(n){this._workerOptions=n||Object.create(null),this._onD... method setInlayHintsOptions (line 726) | setInlayHintsOptions(n){this._inlayHintsOptions=n||Object.create(null),t... method setMaximumWorkerIdleTime (line 726) | setMaximumWorkerIdleTime(n){} method setEagerModelSync (line 726) | setEagerModelSync(n){this._eagerModelSync=n} method getEagerModelSync (line 726) | getEagerModelSync(){return this._eagerModelSync} method setModeConfiguration (line 726) | setModeConfiguration(n){this._modeConfiguration=n||Object.create(null),t... function kP (line 726) | function kP(){return je(()=>import("./3cNudfSz.js"),[],import.meta.url)} class yGe (line 726) | class yGe extends zr{constructor(){super({id:"diffEditor.toggleCollapseU... method constructor (line 726) | constructor(){super({id:"diffEditor.toggleCollapseUnchangedRegions",ti... method run (line 726) | run(e,...t){const i=e.get(qt),s=!i.getValue("diffEditor.hideUnchangedR... class Fhe (line 726) | class Fhe extends zr{constructor(){super({id:"diffEditor.toggleShowMoved... method constructor (line 726) | constructor(){super({id:"diffEditor.toggleShowMovedCodeBlocks",title:N... method run (line 726) | run(e,...t){const i=e.get(qt),s=!i.getValue("diffEditor.experimental.s... class Bhe (line 726) | class Bhe extends zr{constructor(){super({id:"diffEditor.toggleUseInline... method constructor (line 726) | constructor(){super({id:"diffEditor.toggleUseInlineViewWhenSpaceIsLimi... method run (line 726) | run(e,...t){const i=e.get(qt),s=!i.getValue("diffEditor.useInlineViewW... class SGe (line 726) | class SGe extends mu{constructor(){super({id:"diffEditor.switchSide",tit... method constructor (line 726) | constructor(){super({id:"diffEditor.switchSide",title:Nt("switchSide",... method runEditorCommand (line 726) | runEditorCommand(e,t,i){const s=Kw(e);if(s instanceof Tg){if(i&&i.dryR... class xGe (line 726) | class xGe extends mu{constructor(){super({id:"diffEditor.exitCompareMove... method constructor (line 726) | constructor(){super({id:"diffEditor.exitCompareMove",title:Nt("exitCom... method runEditorCommand (line 726) | runEditorCommand(e,t,...i){const s=Kw(e);s instanceof Tg&&s.exitCompar... class LGe (line 726) | class LGe extends mu{constructor(){super({id:"diffEditor.collapseAllUnch... method constructor (line 726) | constructor(){super({id:"diffEditor.collapseAllUnchangedRegions",title... method runEditorCommand (line 726) | runEditorCommand(e,t,...i){const s=Kw(e);s instanceof Tg&&s.collapseAl... class kGe (line 726) | class kGe extends mu{constructor(){super({id:"diffEditor.showAllUnchange... method constructor (line 726) | constructor(){super({id:"diffEditor.showAllUnchangedRegions",title:Nt(... method runEditorCommand (line 726) | runEditorCommand(e,t,...i){const s=Kw(e);s instanceof Tg&&s.showAllUnc... class O6 (line 726) | class O6 extends zr{constructor(){super({id:"diffEditor.revert",title:Nt... method constructor (line 726) | constructor(){super({id:"diffEditor.revert",title:Nt("revert","Revert"... method run (line 726) | run(e,t){var i;const s=DGe(e,t.originalUri,t.modifiedUri);s instanceof... class jw (line 726) | class jw extends zr{constructor(){super({id:jw.id,title:Nt("editor.actio... method constructor (line 726) | constructor(){super({id:jw.id,title:Nt("editor.action.accessibleDiffVi... method run (line 726) | run(e){const t=Kw(e);t==null||t.accessibleDiffViewerNext()} class $D (line 726) | class $D extends zr{constructor(){super({id:$D.id,title:Nt("editor.actio... method constructor (line 726) | constructor(){super({id:$D.id,title:Nt("editor.action.accessibleDiffVi... method run (line 726) | run(e){const t=Kw(e);t==null||t.accessibleDiffViewerPrev()} function DGe (line 726) | function DGe(n,e,t){return n.get(vi).listDiffEditors().find(o=>{var r,a;... function Kw (line 726) | function Kw(n){const t=n.get(vi).listDiffEditors(),i=Ao();if(i)for(const... function IGe (line 726) | function IGe(n,e){let t=e;for(;t;){if(t===n)return!0;t=t.parentElement}r... method get (line 726) | static get(e){return e.getContribution(F6.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 726) | constructor(e,t){this.editor=e,this.selectionAnchorSetContextKey=DP.bind... method setSelectionAnchor (line 726) | setSelectionAnchor(){if(this.editor.hasModel()){const e=this.editor.getP... method goToSelectionAnchor (line 726) | goToSelectionAnchor(){if(this.editor.hasModel()&&this.decorationId){cons... method selectFromAnchorToCursor (line 726) | selectFromAnchorToCursor(){if(this.editor.hasModel()&&this.decorationId)... method cancelSelectionAnchor (line 726) | cancelSelectionAnchor(){if(this.decorationId){const e=this.decorationId;... method dispose (line 726) | dispose(){this.cancelSelectionAnchor(),this.modelChangeListener.dispose()} class NGe (line 726) | class NGe extends Ke{constructor(){super({id:"editor.action.setSelection... method constructor (line 726) | constructor(){super({id:"editor.action.setSelectionAnchor",label:v("se... method run (line 726) | async run(e,t){var i;(i=Ng.get(t))===null||i===void 0||i.setSelectionA... class AGe (line 726) | class AGe extends Ke{constructor(){super({id:"editor.action.goToSelectio... method constructor (line 726) | constructor(){super({id:"editor.action.goToSelectionAnchor",label:v("g... method run (line 726) | async run(e,t){var i;(i=Ng.get(t))===null||i===void 0||i.goToSelection... class RGe (line 726) | class RGe extends Ke{constructor(){super({id:"editor.action.selectFromAn... method constructor (line 726) | constructor(){super({id:"editor.action.selectFromAnchorToCursor",label... method run (line 726) | async run(e,t){var i;(i=Ng.get(t))===null||i===void 0||i.selectFromAnc... class MGe (line 726) | class MGe extends Ke{constructor(){super({id:"editor.action.cancelSelect... method constructor (line 726) | constructor(){super({id:"editor.action.cancelSelectionAnchor",label:v(... method run (line 726) | async run(e,t){var i;(i=Ng.get(t))===null||i===void 0||i.cancelSelecti... class OGe (line 726) | class OGe extends Ke{constructor(){super({id:"editor.action.jumpToBracke... method constructor (line 726) | constructor(){super({id:"editor.action.jumpToBracket",label:v("smartSe... method run (line 726) | run(e,t){var i;(i=ed.get(t))===null||i===void 0||i.jumpToBracket()} class FGe (line 726) | class FGe extends Ke{constructor(){super({id:"editor.action.selectToBrac... method constructor (line 726) | constructor(){super({id:"editor.action.selectToBracket",label:v("smart... method run (line 726) | run(e,t,i){var s;let o=!0;i&&i.selectBrackets===!1&&(o=!1),(s=ed.get(t... class BGe (line 726) | class BGe extends Ke{constructor(){super({id:"editor.action.removeBracke... method constructor (line 726) | constructor(){super({id:"editor.action.removeBrackets",label:v("smartS... method run (line 726) | run(e,t){var i;(i=ed.get(t))===null||i===void 0||i.removeBrackets(this... class WGe (line 726) | class WGe{constructor(e,t,i){this.position=e,this.brackets=t,this.option... method constructor (line 726) | constructor(e,t,i){this.position=e,this.brackets=t,this.options=i} class ed (line 726) | class ed extends ne{static get(e){return e.getContribution(ed.ID)}constr... method get (line 726) | static get(e){return e.getContribution(ed.ID)} method constructor (line 726) | constructor(e){super(),this._editor=e,this._lastBracketsData=[],this._... method jumpToBracket (line 726) | jumpToBracket(){if(!this._editor.hasModel())return;const e=this._edito... method selectToBracket (line 726) | selectToBracket(e){if(!this._editor.hasModel())return;const t=this._ed... method removeBrackets (line 726) | removeBrackets(e){if(!this._editor.hasModel())return;const t=this._edi... method _updateBrackets (line 726) | _updateBrackets(){if(this._matchBrackets==="never")return;this._recomp... method _recomputeBrackets (line 726) | _recomputeBrackets(){if(!this._editor.hasModel()||!this._editor.hasWid... class HGe (line 726) | class HGe{constructor(e,t){this._selection=e,this._isMovingLeft=t}getEdi... method constructor (line 726) | constructor(e,t){this._selection=e,this._isMovingLeft=t} method getEditOperations (line 726) | getEditOperations(e,t){if(this._selection.startLineNumber!==this._sele... method computeCursorState (line 726) | computeCursorState(e,t){return this._isMovingLeft?new it(this._selecti... class Hhe (line 726) | class Hhe extends Ke{constructor(e,t){super(t),this.left=e}run(e,t){if(!... method constructor (line 726) | constructor(e,t){super(t),this.left=e} method run (line 726) | run(e,t){if(!t.hasModel())return;const i=[],s=t.getSelections();for(co... class VGe (line 726) | class VGe extends Hhe{constructor(){super(!0,{id:"editor.action.moveCarr... method constructor (line 726) | constructor(){super(!0,{id:"editor.action.moveCarretLeftAction",label:... class zGe (line 726) | class zGe extends Hhe{constructor(){super(!1,{id:"editor.action.moveCarr... method constructor (line 726) | constructor(){super(!1,{id:"editor.action.moveCarretRightAction",label... class $Ge (line 726) | class $Ge extends Ke{constructor(){super({id:"editor.action.transposeLet... method constructor (line 726) | constructor(){super({id:"editor.action.transposeLetters",label:v("tran... method run (line 726) | run(e,t){if(!t.hasModel())return;const i=t.getModel(),s=[],o=t.getSele... function cU (line 726) | function cU(n){return{asString:async()=>n,asFile:()=>{},value:typeof n==... function UGe (line 726) | function UGe(n,e,t){const i={id:IP(),name:n,uri:e,data:t};return{asStrin... class Vhe (line 726) | class Vhe{constructor(){this._entries=new Map}get size(){let e=0;for(con... method constructor (line 726) | constructor(){this._entries=new Map} method size (line 726) | get size(){let e=0;for(const t of this._entries)e++;return e} method has (line 726) | has(e){return this._entries.has(this.toKey(e))} method matches (line 726) | matches(e){const t=[...this._entries.keys()];return oi.some(this,([i,s... method get (line 726) | get(e){var t;return(t=this._entries.get(this.toKey(e)))===null||t===vo... method append (line 726) | append(e,t){const i=this._entries.get(e);i?i.push(t):this._entries.set... method replace (line 726) | replace(e,t){this._entries.set(this.toKey(e),[t])} method delete (line 726) | delete(e){this._entries.delete(this.toKey(e))} method toKey (line 726) | toKey(e){return sR(e)} method [Symbol.iterator] (line 726) | *[Symbol.iterator](){for(const[e,t]of this._entries)for(const i of t)yie... function sR (line 726) | function sR(n){return n.toLowerCase()} function zhe (line 726) | function zhe(n,e){return $he(sR(n),e.map(sR))} function $he (line 726) | function $he(n,e){if(n==="*/*")return e.length>0;if(e.includes(n))return... class Yi (line 728) | class Yi{constructor(e){this.value=e}equals(e){return this.value===e.val... method constructor (line 728) | constructor(e){this.value=e} method equals (line 728) | equals(e){return this.value===e.value} method contains (line 728) | contains(e){return this.equals(e)||this.value===""||e.value.startsWith... method intersects (line 728) | intersects(e){return this.contains(e)||e.contains(this)} method append (line 728) | append(...e){return new Yi((this.value?[this.value,...e]:e).join(Yi.se... class jGe (line 728) | class jGe{} class ck (line 728) | class ck{constructor(){}static getInstance(){return ck.INSTANCE}hasData(... method constructor (line 728) | constructor(){} method getInstance (line 728) | static getInstance(){return ck.INSTANCE} method hasData (line 728) | hasData(e){return e&&e===this.proto} method getData (line 728) | getData(e){if(this.hasData(e))return this.data} function Uhe (line 728) | function Uhe(n){const e=new Vhe;for(const t of n.items){const i=t.type;i... function qGe (line 728) | function qGe(n){const e=n.path?pt.parse(n.path):void 0;return UGe(n.name... function jhe (line 728) | function jhe(n,e=!1){const t=Uhe(n),i=t.get(UL.INTERNAL_URI_LIST);if(i)t... class uU (line 728) | class uU{async provideDocumentPasteEdits(e,t,i,s,o){const r=await this.g... method provideDocumentPasteEdits (line 728) | async provideDocumentPasteEdits(e,t,i,s,o){const r=await this.getEdit(... method provideDocumentDropEdits (line 728) | async provideDocumentDropEdits(e,t,i,s){const o=await this.getEdit(i,s... class Ag (line 728) | class Ag extends uU{constructor(){super(...arguments),this.kind=Ag.kind,... method constructor (line 728) | constructor(){super(...arguments),this.kind=Ag.kind,this.dropMimeTypes... method getEdit (line 728) | async getEdit(e,t){const i=e.get(ss.text);if(!i||e.has(ss.uriList))ret... class Khe (line 728) | class Khe extends uU{constructor(){super(...arguments),this.kind=new Yi(... method constructor (line 728) | constructor(){super(...arguments),this.kind=new Yi("uri.absolute"),thi... method getEdit (line 728) | async getEdit(e,t){const i=await qhe(e);if(!i.length||t.isCancellation... method constructor (line 728) | constructor(e){super(),this._workspaceContextService=e,this.kind=new Yi(... method getEdit (line 728) | async getEdit(e,t){const i=await qhe(e);if(!i.length||t.isCancellationRe... class ZGe (line 728) | class ZGe{constructor(){this.kind=new Yi("html"),this.pasteMimeTypes=["t... method constructor (line 728) | constructor(){this.kind=new Yi("html"),this.pasteMimeTypes=["text/html... method provideDocumentPasteEdits (line 728) | async provideDocumentPasteEdits(e,t,i,s,o){var r;if(s.triggerKind!==aL... function qhe (line 728) | async function qhe(n){const e=n.get(ss.uriList);if(!e)return[];const t=a... method constructor (line 728) | constructor(e,t){super(),this._register(e.documentDropEditProvider.regis... method constructor (line 728) | constructor(e,t){super(),this._register(e.documentPasteEditProvider.regi... class Bc (line 728) | class Bc{constructor(){this.value="",this.pos=0}static isDigitCharacter(... method constructor (line 728) | constructor(){this.value="",this.pos=0} method isDigitCharacter (line 728) | static isDigitCharacter(e){return e>=48&&e<=57} method isVariableCharacter (line 728) | static isVariableCharacter(e){return e===95||e>=97&&e<=122||e>=65&&e<=90} method text (line 728) | text(e){this.value=e,this.pos=0} method tokenText (line 728) | tokenText(e){return this.value.substr(e.pos,e.len)} method next (line 728) | next(){if(this.pos>=this.value.length)return{type:14,pos:this.pos,len:... class qw (line 728) | class qw{constructor(){this._children=[]}appendChild(e){return e instanc... method constructor (line 728) | constructor(){this._children=[]} method appendChild (line 728) | appendChild(e){return e instanceof Dr&&this._children[this._children.l... method replace (line 728) | replace(e,t){const{parent:i}=e,s=i.children.indexOf(e),o=i.children.sl... method children (line 728) | get children(){return this._children} method rightMostDescendant (line 728) | get rightMostDescendant(){return this._children.length>0?this._childre... method snippet (line 728) | get snippet(){let e=this;for(;;){if(!e)return;if(e instanceof UD)retur... method toString (line 728) | toString(){return this.children.reduce((e,t)=>e+t.toString(),"")} method len (line 728) | len(){return 0} class Dr (line 728) | class Dr extends qw{constructor(e){super(),this.value=e}toString(){retur... method constructor (line 728) | constructor(e){super(),this.value=e} method toString (line 728) | toString(){return this.value} method len (line 728) | len(){return this.value.length} method clone (line 728) | clone(){return new Dr(this.value)} class Ghe (line 728) | class Ghe extends qw{} class Ul (line 728) | class Ul extends Ghe{static compareByIndex(e,t){return e.index===t.index... method compareByIndex (line 728) | static compareByIndex(e,t){return e.index===t.index?0:e.isFinalTabstop... method constructor (line 728) | constructor(e){super(),this.index=e} method isFinalTabstop (line 728) | get isFinalTabstop(){return this.index===0} method choice (line 728) | get choice(){return this._children.length===1&&this._children[0]instan... method clone (line 728) | clone(){const e=new Ul(this.index);return this.transform&&(e.transform... class Gw (line 728) | class Gw extends qw{constructor(){super(...arguments),this.options=[]}ap... method constructor (line 728) | constructor(){super(...arguments),this.options=[]} method appendChild (line 728) | appendChild(e){return e instanceof Dr&&(e.parent=this,this.options.pus... method toString (line 728) | toString(){return this.options[0].value} method len (line 728) | len(){return this.options[0].len()} method clone (line 728) | clone(){const e=new Gw;return this.options.forEach(e.appendChild,e),e} class hU (line 728) | class hU extends qw{constructor(){super(...arguments),this.regexp=new Re... method constructor (line 728) | constructor(){super(...arguments),this.regexp=new RegExp("")} method resolve (line 728) | resolve(e){const t=this;let i=!1,s=e.replace(this.regexp,function(){re... method _replace (line 728) | _replace(e){let t="";for(const i of this._children)if(i instanceof Td)... method toString (line 728) | toString(){return""} method clone (line 728) | clone(){const e=new hU;return e.regexp=new RegExp(this.regexp.source,(... class Td (line 728) | class Td extends qw{constructor(e,t,i,s){super(),this.index=e,this.short... method constructor (line 728) | constructor(e,t,i,s){super(),this.index=e,this.shorthandName=t,this.if... method resolve (line 728) | resolve(e){return this.shorthandName==="upcase"?e?e.toLocaleUpperCase(... method _toPascalCase (line 728) | _toPascalCase(e){const t=e.match(/[a-z0-9]+/gi);return t?t.map(i=>i.ch... method _toCamelCase (line 728) | _toCamelCase(e){const t=e.match(/[a-z0-9]+/gi);return t?t.map((i,s)=>s... method clone (line 728) | clone(){return new Td(this.index,this.shorthandName,this.ifValue,this.... class uk (line 728) | class uk extends Ghe{constructor(e){super(),this.name=e}resolve(e){let t... method constructor (line 728) | constructor(e){super(),this.name=e} method resolve (line 728) | resolve(e){let t=e.resolve(this);return this.transform&&(t=this.transf... method clone (line 728) | clone(){const e=new uk(this.name);return this.transform&&(e.transform=... function Aee (line 728) | function Aee(n,e){const t=[...n];for(;t.length>0;){const i=t.shift();if(... class UD (line 728) | class UD extends qw{get placeholderInfo(){if(!this._placeholders){const ... method placeholderInfo (line 728) | get placeholderInfo(){if(!this._placeholders){const e=[];let t;this.wa... method placeholders (line 728) | get placeholders(){const{all:e}=this.placeholderInfo;return e} method offset (line 728) | offset(e){let t=0,i=!1;return this.walk(s=>s===e?(i=!0,!1):(t+=s.len()... method fullLen (line 728) | fullLen(e){let t=0;return Aee([e],i=>(t+=i.len(),!0)),t} method enclosingPlaceholders (line 728) | enclosingPlaceholders(e){const t=[];let{parent:i}=e;for(;i;)i instance... method resolveVariables (line 728) | resolveVariables(e){return this.walk(t=>(t instanceof uk&&t.resolve(e)... method appendChild (line 728) | appendChild(e){return this._placeholders=void 0,super.appendChild(e)} method replace (line 728) | replace(e,t){return this._placeholders=void 0,super.replace(e,t)} method clone (line 728) | clone(){const e=new UD;return this._children=this.children.map(t=>t.cl... method walk (line 728) | walk(e){Aee(this.children,e)} class L0 (line 728) | class L0{constructor(){this._scanner=new Bc,this._token={type:14,pos:0,l... method constructor (line 728) | constructor(){this._scanner=new Bc,this._token={type:14,pos:0,len:0}} method escape (line 728) | static escape(e){return e.replace(/\$|}|\\/g,"\\$&")} method guessNeedsClipboard (line 728) | static guessNeedsClipboard(e){return/\${?CLIPBOARD/.test(e)} method parse (line 728) | parse(e,t,i){const s=new UD;return this.parseFragment(e,s),this.ensure... method parseFragment (line 728) | parseFragment(e,t){const i=t.children.length;for(this._scanner.text(e)... method ensureFinalTabstop (line 728) | ensureFinalTabstop(e,t,i){(t||i&&e.placeholders.length>0)&&(e.placehol... method _accept (line 728) | _accept(e,t){if(e===void 0||this._token.type===e){const i=t?this._scan... method _backTo (line 728) | _backTo(e){return this._scanner.pos=e.pos+e.len,this._token=e,!1} method _until (line 728) | _until(e){const t=this._token;for(;this._token.type!==e;){if(this._tok... method _parse (line 728) | _parse(e){return this._parseEscaped(e)||this._parseTabstopOrVariableNa... method _parseEscaped (line 728) | _parseEscaped(e){let t;return(t=this._accept(5,!0))?(t=this._accept(0,... method _parseTabstopOrVariableName (line 728) | _parseTabstopOrVariableName(e){let t;const i=this._token;return this._... method _parseComplexPlaceholder (line 728) | _parseComplexPlaceholder(e){let t;const i=this._token;if(!(this._accep... method _parseChoiceElement (line 728) | _parseChoiceElement(e){const t=this._token,i=[];for(;!(this._token.typ... method _parseComplexVariable (line 728) | _parseComplexVariable(e){let t;const i=this._token;if(!(this._accept(0... method _parseTransform (line 728) | _parseTransform(e){const t=new hU;let i="",s="";for(;!this._accept(6);... method _parseFormatString (line 728) | _parseFormatString(e){const t=this._token;if(!this._accept(0))return!1... method _parseAnything (line 728) | _parseAnything(e){return this._token.type!==14?(e.appendChild(new Dr(t... function Zhe (line 728) | function Zhe(n,e,t){var i,s,o,r;return(typeof t.insertText=="string"?t.i... function Yhe (line 728) | function Yhe(n){var e;function t(a,l){return"mimeType"in a?a.mimeType===... class TP (line 728) | class TP extends ne{constructor(e,t,i,s,o){super(),this.typeId=e,this.ed... method constructor (line 728) | constructor(e,t,i,s,o){super(),this.typeId=e,this.editor=t,this.range=... method create (line 728) | create(e){this.domNode=ke(".inline-progress-widget"),this.domNode.role... method getId (line 728) | getId(){return TP.baseId+"."+this.typeId} method getDomNode (line 728) | getDomNode(){return this.domNode} method getPosition (line 728) | getPosition(){return{position:{lineNumber:this.range.startLineNumber,c... method dispose (line 728) | dispose(){super.dispose(),this.editor.removeContentWidget(this)} method constructor (line 728) | constructor(e,t,i){super(),this.id=e,this._editor=t,this._instantiationS... method showWhile (line 728) | async showWhile(e,t,i){const s=this._operationIdPool++;this._currentOper... method clear (line 728) | clear(){this._showPromise.clear(),this._currentDecorations.clear(),this.... method get (line 728) | static get(e){return e.getContribution(PN.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 728) | constructor(e,t,i){this._openerService=i,this._messageWidget=new Qs,this... method dispose (line 728) | dispose(){var e;(e=this._message)===null||e===void 0||e.dispose(),this._... method showMessage (line 728) | showMessage(e,t){la(Xd(e)?e.value:e),this._visible.set(!0),this._message... method closeMessage (line 728) | closeMessage(){this._visible.reset(),this._messageListeners.clear(),this... method fadeOut (line 728) | static fadeOut(e){const t=()=>{e.dispose(),clearTimeout(i),e.getDomNode(... method constructor (line 728) | constructor(e,{lineNumber:t,column:i},s){this.allowEditorOverflow=!0,thi... method dispose (line 728) | dispose(){this._editor.removeContentWidget(this)} method getId (line 728) | getId(){return"messageoverlay"} method getDomNode (line 728) | getDomNode(){return this._domNode} method getPosition (line 728) | getPosition(){return{position:this._position,preference:[1,2],positionAf... method afterRender (line 728) | afterRender(e){this._domNode.classList.toggle("below",e===2)} function X5 (line 728) | function X5(n,e){return e&&(n.stack||n.stacktrace)?v("stackTrace.format"... function Pee (line 728) | function Pee(n){return Array.isArray(n)?n.join(` function Oee (line 729) | function Oee(n){return n.code==="ERR_UNC_HOST_NOT_ALLOWED"?`${n.message}... function aR (line 729) | function aR(n=null,e=!1){if(!n)return v("error.defaultMessage","An unkno... method constructor (line 729) | constructor(e,t,i,s,o,r,a,l,c,d){super(),this.typeId=e,this.editor=t,thi... method _updateButtonTitle (line 729) | _updateButtonTitle(){var e;const t=(e=this._keybindingService.lookupKeyb... method create (line 729) | create(){this.domNode=ke(".post-edit-widget"),this.button=this._register... method getId (line 729) | getId(){return H6.baseId+"."+this.typeId} method getDomNode (line 729) | getDomNode(){return this.domNode} method getPosition (line 729) | getPosition(){return{position:this.range.getEndPosition(),preference:[2]}} method showSelector (line 729) | showSelector(){this._contextMenuService.showContextMenu({getAnchor:()=>{... method constructor (line 729) | constructor(e,t,i,s,o,r,a){super(),this._id=e,this._editor=t,this._visib... method applyEditAndShowIfNeeded (line 729) | async applyEditAndShowIfNeeded(e,t,i,s,o){const r=this._editor.getModel(... method show (line 731) | show(e,t,i){this.clear(),this._editor.hasModel()&&(this._currentWidget.v... method clear (line 731) | clear(){this._currentWidget.clear()} method tryShowSelector (line 731) | tryShowSelector(){var e;(e=this._currentWidget.value)===null||e===void 0... method get (line 731) | static get(e){return e.getContribution(av.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a){super(),this._bulkEditService=i,this._clipboa... method changePasteType (line 731) | changePasteType(){this._postPasteWidgetManager.tryShowSelector()} method pasteAs (line 731) | pasteAs(e){this._editor.focus();try{this._pasteAsActionContext={preferre... method clearWidgets (line 731) | clearWidgets(){this._postPasteWidgetManager.clear()} method isPasteAsEnabled (line 731) | isPasteAsEnabled(){return this._editor.getOption(85).enabled&&!this._edi... method finishedPaste (line 731) | async finishedPaste(){await this._currentPasteOperation} method handleCopy (line 731) | handleCopy(e){var t,i;if(!this._editor.hasTextFocus()||(u_&&this._clipbo... method handlePaste (line 731) | async handlePaste(e){var t,i,s,o;if(!e.clipboardData||!this._editor.hasT... method showPasteAsNoEditMessage (line 731) | showPasteAsNoEditMessage(e,t){var i;(i=Or.get(this._editor))===null||i==... method doPasteInline (line 731) | doPasteInline(e,t,i,s,o){const r=Xs(async a=>{const l=this._editor;if(!l... method showPasteAsPick (line 731) | showPasteAsPick(e,t,i,s,o){const r=Xs(async a=>{const l=this._editor;if(... method setCopyMetadata (line 731) | setCopyMetadata(e,t){e.setData(Q5,JSON.stringify(t))} method fetchCopyMetadata (line 731) | fetchCopyMetadata(e){var t;if(!e.clipboardData)return;const i=e.clipboar... method mergeInDataFromCopy (line 731) | async mergeInDataFromCopy(e,t,i){var s;if(t!=null&&t.id&&((s=av._current... method getPasteEdits (line 731) | async getPasteEdits(e,t,i,s,o,r){const a=await uD(Promise.all(e.map(asyn... method applyDefaultPasteHandler (line 731) | async applyDefaultPasteHandler(e,t,i,s){var o,r,a,l;const c=(o=e.get(ss.... method isSupportedPasteProvider (line 731) | isSupportedPasteProvider(e,t,i){var s;return!((s=e.pasteMimeTypes)===nul... method providerMatchesPreference (line 731) | providerMatchesPreference(e,t){return t instanceof Yi?e.providedPasteEdi... function gU (line 731) | function gU(n){return n.register(),n} class rZe (line 731) | class rZe extends Ke{constructor(){super({id:"editor.action.clipboardCop... method constructor (line 731) | constructor(){super({id:"editor.action.clipboardCopyWithSyntaxHighligh... method run (line 731) | run(e,t){!t.hasModel()||!t.getOption(37)&&t.getSelection().isEmpty()||... function efe (line 731) | function efe(n,e){n&&(n.addImplementation(1e4,"code-editor",(t,i)=>{cons... method constructor (line 731) | constructor(){this.QuickFix=new Yi("quickfix"),this.Refactor=new Yi("ref... function aZe (line 731) | function aZe(n,e){return!(n.include&&!n.include.intersects(e)||n.exclude... function lZe (line 731) | function lZe(n,e){const t=e.kind?new Yi(e.kind):void 0;return!(n.include... function tfe (line 731) | function tfe(n,e,t){return!(!e.contains(n)||t&&e.contains(t))} class sh (line 731) | class sh{static fromUser(e,t){return!e||typeof e!="object"?new sh(t.kind... method fromUser (line 731) | static fromUser(e,t){return!e||typeof e!="object"?new sh(t.kind,t.appl... method getApplyFromUser (line 731) | static getApplyFromUser(e,t){switch(typeof e.apply=="string"?e.apply.t... method getKindFromUser (line 731) | static getKindFromUser(e,t){return typeof e.kind=="string"?new Yi(e.ki... method getPreferredUser (line 731) | static getPreferredUser(e){return typeof e.preferred=="boolean"?e.pref... method constructor (line 731) | constructor(e,t,i){this.kind=e,this.apply=t,this.preferred=i} class cZe (line 731) | class cZe{constructor(e,t,i){this.action=e,this.provider=t,this.highligh... method constructor (line 731) | constructor(e,t,i){this.action=e,this.provider=t,this.highlightRange=i} method resolve (line 731) | async resolve(e){var t;if(!((t=this.provider)===null||t===void 0)&&t.r... class Tx (line 731) | class Tx extends ne{static codeActionsPreferredComparator(e,t){return e.... method codeActionsPreferredComparator (line 731) | static codeActionsPreferredComparator(e,t){return e.isPreferred&&!t.is... method codeActionsComparator (line 731) | static codeActionsComparator({action:e},{action:t}){return e.isAI&&!t.... method constructor (line 731) | constructor(e,t,i){super(),this.documentation=t,this._register(i),this... method hasAutoFix (line 731) | get hasAutoFix(){return this.validActions.some(({action:e})=>!!e.kind&... method hasAIFix (line 731) | get hasAIFix(){return this.validActions.some(({action:e})=>!!e.isAI)} method allAIFixes (line 731) | get allAIFixes(){return this.validActions.every(({action:e})=>!!e.isAI)} function Nx (line 731) | async function Nx(n,e,t,i,s,o){var r;const a=i.filter||{},l={...a,exclud... function dZe (line 731) | function dZe(n,e,t){return n.all(e).filter(i=>i.providedCodeActionKinds?... function hZe (line 731) | function hZe(n,e,t){if(!n.documentation)return;const i=n.documentation.m... function fZe (line 731) | async function fZe(n,e,t,i,s=Qt.None){var o;const r=n.get(ED),a=n.get(Sn... function gZe (line 731) | function gZe(n){return typeof n=="string"?n:n instanceof Error&&typeof n... method constructor (line 731) | constructor(e){this.keybindingService=e} method getResolver (line 731) | getResolver(){const e=new pu(()=>this.keybindingService.getKeybindings()... method bestKeybindingForCodeAction (line 731) | bestKeybindingForCodeAction(e,t){if(!e.kind)return;const i=new Yi(e.kind... function vZe (line 731) | function vZe(n,e,t){if(!e)return n.map(o=>{var r;return{kind:"action",it... class e (line 731) | class e{constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPo... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} method constructor (line 731) | constructor(e,t,i){super(),this._editor=e,this._keybindingService=t,this... method dispose (line 731) | dispose(){super.dispose(),this._editor.removeContentWidget(this)} method getId (line 731) | getId(){return"LightBulbWidget"} method getDomNode (line 731) | getDomNode(){return this._domNode} method getPosition (line 731) | getPosition(){return this._state.type===1?this._state.widgetPosition:null} method update (line 731) | update(e,t,i){if(e.validActions.length<=0)return this.hide();if(!this._e... method hide (line 731) | hide(){this.state!==A1.Hidden&&(this.state=A1.Hidden,this._editor.layout... method state (line 731) | get state(){return this._state} method state (line 731) | set state(e){this._state=e,this._updateLightBulbTitleAndIcon()} method _updateLightBulbTitleAndIcon (line 731) | _updateLightBulbTitleAndIcon(){if(this._domNode.classList.remove(...this... method _updateLightbulbTitle (line 731) | _updateLightbulbTitle(e,t){this.state.type===1&&(t?this.title=v("codeAct... method title (line 731) | set title(e){this._domNode.title=e} class CZe (line 731) | class CZe{get templateId(){return"header"}renderTemplate(e){e.classList.... method templateId (line 731) | get templateId(){return"header"} method renderTemplate (line 731) | renderTemplate(e){e.classList.add("group-header");const t=document.cre... method renderElement (line 731) | renderElement(e,t,i){var s,o;i.text.textContent=(o=(s=e.group)===null|... method disposeTemplate (line 731) | disposeTemplate(e){} method templateId (line 731) | get templateId(){return"action"} method constructor (line 731) | constructor(e,t){this._supportsPreview=e,this._keybindingService=t} method renderTemplate (line 731) | renderTemplate(e){e.classList.add(this.templateId);const t=document.crea... method renderElement (line 731) | renderElement(e,t,i){var s,o,r;if(!((s=e.group)===null||s===void 0)&&s.i... method disposeTemplate (line 731) | disposeTemplate(e){e.keybinding.dispose()} class wZe (line 731) | class wZe extends UIEvent{constructor(){super("acceptSelectedAction")}} method constructor (line 731) | constructor(){super("acceptSelectedAction")} class Wee (line 731) | class Wee extends UIEvent{constructor(){super("previewSelectedAction")}} method constructor (line 731) | constructor(){super("previewSelectedAction")} function yZe (line 731) | function yZe(n){if(n.kind==="action")return n.label} method constructor (line 731) | constructor(e,t,i,s,o,r){super(),this._delegate=s,this._contextViewServi... method focusCondition (line 731) | focusCondition(e){return!e.disabled&&e.kind==="action"} method hide (line 731) | hide(e){this._delegate.onHide(e),this.cts.cancel(),this._contextViewServ... method layout (line 731) | layout(e){const t=this._allMenuItems.filter(l=>l.kind==="header").length... method focusPrevious (line 731) | focusPrevious(){this._list.focusPrevious(1,!0,void 0,this.focusCondition)} method focusNext (line 731) | focusNext(){this._list.focusNext(1,!0,void 0,this.focusCondition)} method acceptSelected (line 731) | acceptSelected(e){const t=this._list.getFocus();if(t.length===0)return;c... method onListSelection (line 731) | onListSelection(e){if(!e.elements.length)return;const t=e.elements[0];t.... method onFocus (line 731) | onFocus(){var e,t;const i=this._list.getFocus();if(i.length===0)return;c... method onListHover (line 731) | async onListHover(e){const t=e.element;if(t&&t.item&&this.focusCondition... method onListClick (line 731) | onListClick(e){e.element&&this.focusCondition(e.element)&&this._list.set... function dfe (line 731) | function dfe(n){return n.replace(/\r\n|\r|\n/g," ")} method isVisible (line 731) | get isVisible(){return I0.Visible.getValue(this._contextKeyService)||!1} method constructor (line 731) | constructor(e,t,i){super(),this._contextViewService=e,this._contextKeySe... method show (line 731) | show(e,t,i,s,o,r,a){const l=I0.Visible.bindTo(this._contextKeyService),c... method acceptSelected (line 731) | acceptSelected(e){var t;(t=this._list.value)===null||t===void 0||t.accep... method focusPrevious (line 731) | focusPrevious(){var e,t;(t=(e=this._list)===null||e===void 0?void 0:e.va... method focusNext (line 731) | focusNext(){var e,t;(t=(e=this._list)===null||e===void 0?void 0:e.value)... method hide (line 731) | hide(e){var t;(t=this._list.value)===null||t===void 0||t.hide(e),this._l... method _renderWidget (line 731) | _renderWidget(e,t,i){var s;const o=document.createElement("div");if(o.cl... method _createActionBar (line 731) | _createActionBar(e,t){if(!t.length)return;const i=ke(e),s=new hc(i);retu... method _onWidgetClosed (line 731) | _onWidgetClosed(e){var t;(t=this._list.value)===null||t===void 0||t.hide... method constructor (line 731) | constructor(){super({id:"hideCodeActionWidget",title:Nt("hideCodeActionW... method run (line 731) | run(n){n.get(ob).hide(!0)} method constructor (line 731) | constructor(){super({id:"selectPrevCodeAction",title:Nt("selectPrevCodeA... method run (line 731) | run(n){const e=n.get(ob);e instanceof E0&&e.focusPrevious()} method constructor (line 731) | constructor(){super({id:"selectNextCodeAction",title:Nt("selectNextCodeA... method run (line 731) | run(n){const e=n.get(ob);e instanceof E0&&e.focusNext()} method constructor (line 731) | constructor(){super({id:lfe,title:Nt("acceptSelected.title","Accept sele... method run (line 731) | run(n){const e=n.get(ob);e instanceof E0&&e.acceptSelected()} method constructor (line 731) | constructor(){super({id:cfe,title:Nt("previewSelected.title","Preview se... method run (line 731) | run(n){const e=n.get(ob);e instanceof E0&&e.acceptSelected(!0)} class xZe (line 731) | class xZe extends ne{constructor(e,t,i,s=250){super(),this._editor=e,thi... method constructor (line 731) | constructor(e,t,i,s=250){super(),this._editor=e,this._markerService=t,... method trigger (line 731) | trigger(e){const t=this._getRangeOfSelectionUnlessWhitespaceEnclosed(e... method _onMarkerChanges (line 731) | _onMarkerChanges(e){const t=this._editor.getModel();t&&e.some(i=>Kz(i,... method _tryAutoTrigger (line 731) | _tryAutoTrigger(){this._autoTriggerTimer.cancelAndSet(()=>{this.trigge... method _getRangeOfSelectionUnlessWhitespaceEnclosed (line 731) | _getRangeOfSelectionUnlessWhitespaceEnclosed(e){if(!this._editor.hasMo... class e (line 731) | class e{constructor(i,s,o){this.trigger=i,this.position=s,this._cancella... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class LZe (line 731) | class LZe extends ne{constructor(e,t,i,s,o,r){super(),this._editor=e,thi... method constructor (line 731) | constructor(e,t,i,s,o,r){super(),this._editor=e,this._registry=t,this.... method dispose (line 731) | dispose(){this._disposed||(this._disposed=!0,super.dispose(),this.setS... method _settingEnabledNearbyQuickfixes (line 731) | _settingEnabledNearbyQuickfixes(){var e;const t=(e=this._editor)===nul... method _update (line 731) | _update(){if(this._disposed)return;this._codeActionOracle.value=void 0... method trigger (line 731) | trigger(e){var t;(t=this._codeActionOracle.value)===null||t===void 0||... method setState (line 731) | setState(e,t){e!==this._state&&(this._state.type===1&&this._state.canc... method get (line 731) | static get(e){return e.getContribution(s1.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c,d,u){super(),this._commandService=a,this._... method dispose (line 731) | dispose(){this._disposed=!0,super.dispose()} method showCodeActionsFromLightbulb (line 731) | async showCodeActionsFromLightbulb(e,t){if(this._telemetryService.public... method showCodeActions (line 731) | showCodeActions(e,t,i){return this.showCodeActionList(t,i,{includeDisabl... method manualTriggerAtCurrentPosition (line 731) | manualTriggerAtCurrentPosition(e,t,i,s){var o;if(!this._editor.hasModel(... method _trigger (line 731) | _trigger(e){return this._model.trigger(e)} method _applyCodeAction (line 731) | async _applyCodeAction(e,t,i,s){try{await this._instantiationService.inv... method update (line 731) | async update(e){var t,i,s,o,r,a,l;if(e.type!==1){(t=this._lightBulbWidge... method getInvalidActionThatWouldHaveBeenApplied (line 731) | getInvalidActionThatWouldHaveBeenApplied(e,t){if(t.allActions.length&&(e... method tryGetValidActionToApply (line 731) | tryGetValidActionToApply(e,t){if(t.validActions.length&&(e.autoApply==="... method showCodeActionList (line 731) | async showCodeActionList(e,t,i){const s=this._editor.createDecorationsCo... method toCoords (line 731) | toCoords(e){if(!this._editor.hasModel())return{x:0,y:0};this._editor.rev... method _shouldShowHeaders (line 731) | _shouldShowHeaders(){var e;const t=(e=this._editor)===null||e===void 0?v... method _getActionBarActions (line 731) | _getActionBarActions(e,t,i){if(i.fromLightbulb)return[];const s=e.docume... function KD (line 731) | function KD(n){return pe.regex(ufe.keys()[0],new RegExp("(\\s|^)"+wl(n.v... function rb (line 731) | function rb(n,e,t,i,s=Fa.Default){if(n.hasModel()){const o=qm.get(n);o==... class IZe (line 731) | class IZe extends Ke{constructor(){super({id:pU,label:v("quickfix.trigge... method constructor (line 731) | constructor(){super({id:pU,label:v("quickfix.trigger.label","Quick Fix... method run (line 731) | run(e,t){return rb(t,v("editor.action.quickFix.noneMessage","No code a... class EZe (line 731) | class EZe extends Us{constructor(){super({id:ife,precondition:pe.and(W.w... method constructor (line 731) | constructor(){super({id:ife,precondition:pe.and(W.writable,W.hasCodeAc... method runEditorCommand (line 731) | runEditorCommand(e,t,i){const s=sh.fromUser(i,{kind:Yi.Empty,apply:"if... class TZe (line 731) | class TZe extends Ke{constructor(){super({id:sfe,label:v("refactor.label... method constructor (line 731) | constructor(){super({id:sfe,label:v("refactor.label","Refactor..."),al... method run (line 731) | run(e,t,i){const s=sh.fromUser(i,{kind:kn.Refactor,apply:"never"});ret... class NZe (line 731) | class NZe extends Ke{constructor(){super({id:ofe,label:v("source.label",... method constructor (line 731) | constructor(){super({id:ofe,label:v("source.label","Source Action...")... method run (line 731) | run(e,t,i){const s=sh.fromUser(i,{kind:kn.Source,apply:"never"});retur... class AZe (line 731) | class AZe extends Ke{constructor(){super({id:mU,label:v("organizeImports... method constructor (line 731) | constructor(){super({id:mU,label:v("organizeImports.label","Organize I... method run (line 731) | run(e,t){return rb(t,v("editor.action.organize.noneMessage","No organi... class RZe (line 731) | class RZe extends Ke{constructor(){super({id:_U,label:v("fixAll.label","... method constructor (line 731) | constructor(){super({id:_U,label:v("fixAll.label","Fix All"),alias:"Fi... method run (line 731) | run(e,t){return rb(t,v("fixAll.noneMessage","No fix all action availab... class MZe (line 731) | class MZe extends Ke{constructor(){super({id:nfe,label:v("autoFix.label"... method constructor (line 731) | constructor(){super({id:nfe,label:v("autoFix.label","Auto Fix..."),ali... method run (line 731) | run(e,t){return rb(t,v("editor.action.autoFix.noneMessage","No auto fi... class K6 (line 731) | class K6{constructor(){this.lenses=[],this._disposables=new be}dispose()... method constructor (line 731) | constructor(){this.lenses=[],this._disposables=new be} method dispose (line 731) | dispose(){this._disposables.dispose()} method isDisposed (line 731) | get isDisposed(){return this._disposables.isDisposed} method add (line 731) | add(e,t){this._disposables.add(e);for(const i of e.lenses)this.lenses.... function ffe (line 731) | async function ffe(n,e,t){const i=n.ordered(e),s=new Map,o=new K6,r=i.ma... class Vee (line 731) | class Vee{constructor(e,t){this.lineCount=e,this.data=t}} method constructor (line 731) | constructor(e,t){this.lineCount=e,this.data=t} method constructor (line 731) | constructor(e){this._fakeProvider=new class{provideCodeLenses(){throw ne... method put (line 731) | put(e,t){const i=t.lenses.map(r=>{var a;return{range:r.symbol.range,comm... method get (line 731) | get(e){const t=this._cache.get(e.uri.toString());return t&&t.lineCount==... method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method delete (line 731) | delete(e){this._cache.delete(e.uri.toString())} method _serialize (line 731) | _serialize(){const e=Object.create(null);for(const[t,i]of this._cache){c... method _deserialize (line 731) | _deserialize(e){try{const t=JSON.parse(e);for(const i in t){const s=t[i]... class FZe (line 731) | class FZe{constructor(e,t,i){this.afterColumn=1073741824,this.afterLineN... method constructor (line 731) | constructor(e,t,i){this.afterColumn=1073741824,this.afterLineNumber=e,... method onComputedHeight (line 731) | onComputedHeight(e){this._lastHeight===void 0?this._lastHeight=e:this.... method isVisible (line 731) | isVisible(){return this._lastHeight!==0&&this.domNode.hasAttribute("mo... class hk (line 731) | class hk{constructor(e,t){this.allowEditorOverflow=!1,this.suppressMouse... method constructor (line 731) | constructor(e,t){this.allowEditorOverflow=!1,this.suppressMouseDown=!0... method withCommands (line 731) | withCommands(e,t){this._commands.clear();const i=[];let s=!1;for(let o... method getCommand (line 731) | getCommand(e){return e.parentElement===this._domNode?this._commands.ge... method getId (line 731) | getId(){return this._id} method getDomNode (line 731) | getDomNode(){return this._domNode} method updatePosition (line 731) | updatePosition(e){const t=this._editor.getModel().getLineFirstNonWhite... method getPosition (line 731) | getPosition(){return this._widgetPosition||null} class t3 (line 731) | class t3{constructor(){this._removeDecorations=[],this._addDecorations=[... method constructor (line 731) | constructor(){this._removeDecorations=[],this._addDecorations=[],this.... method addDecoration (line 731) | addDecoration(e,t){this._addDecorations.push(e),this._addDecorationsCa... method removeDecoration (line 731) | removeDecoration(e){this._removeDecorations.push(e)} method commit (line 731) | commit(e){const t=e.deltaDecorations(this._removeDecorations,this._add... class $ee (line 731) | class $ee{constructor(e,t,i,s,o,r){this._isDisposed=!1,this._editor=t,th... method constructor (line 731) | constructor(e,t,i,s,o,r){this._isDisposed=!1,this._editor=t,this._data... method _createContentWidgetIfNecessary (line 731) | _createContentWidgetIfNecessary(){this._contentWidget?this._editor.lay... method dispose (line 731) | dispose(e,t){this._decorationIds.forEach(e.removeDecoration,e),this._d... method isDisposed (line 731) | isDisposed(){return this._isDisposed} method isValid (line 731) | isValid(){return this._decorationIds.some((e,t)=>{const i=this._editor... method updateCodeLensSymbols (line 731) | updateCodeLensSymbols(e,t){this._decorationIds.forEach(t.removeDecorat... method updateHeight (line 731) | updateHeight(e,t){this._viewZone.heightInPx=e,t.layoutZone(this._viewZ... method computeIfNecessary (line 731) | computeIfNecessary(e){if(!this._viewZone.isVisible())return null;for(l... method updateCommands (line 731) | updateCommands(e){this._createContentWidgetIfNecessary(),this._content... method getCommand (line 731) | getCommand(e){var t;return(t=this._contentWidget)===null||t===void 0?v... method getLineNumber (line 731) | getLineNumber(){const e=this._editor.getModel().getDecorationRange(thi... method update (line 731) | update(e){if(this.isValid()){const t=this._editor.getModel().getDecora... method constructor (line 731) | constructor(e,t,i,s,o,r){this._editor=e,this._languageFeaturesService=t,... method dispose (line 731) | dispose(){var e;this._localDispose(),this._disposables.dispose(),this._o... method _getLayoutInfo (line 731) | _getLayoutInfo(){const e=Math.max(1.3,this._editor.getOption(67)/this._e... method _updateLensStyle (line 731) | _updateLensStyle(){const{codeLensHeight:e,fontSize:t}=this._getLayoutInf... method _localDispose (line 731) | _localDispose(){var e,t,i;(e=this._getCodeLensModelPromise)===null||e===... method _onModelChange (line 731) | _onModelChange(){this._localDispose();const e=this._editor.getModel();if... method _disposeAllLenses (line 731) | _disposeAllLenses(e,t){const i=new t3;for(const s of this._lenses)s.disp... method _renderCodeLensSymbols (line 731) | _renderCodeLensSymbols(e){if(!this._editor.hasModel())return;const t=thi... method _resolveCodeLensesInViewportSoon (line 731) | _resolveCodeLensesInViewportSoon(){this._editor.getModel()&&this._resolv... method _resolveCodeLensesInViewport (line 731) | _resolveCodeLensesInViewport(){var e;(e=this._resolveCodeLensesPromise)=... method getModel (line 731) | async getModel(){var e;return await this._getCodeLensModelPromise,await ... method constructor (line 731) | constructor(){super({id:"codelens.showLensesInCurrentLine",precondition:... method run (line 731) | async run(e,t){if(!t.hasModel())return;const i=e.get(Cc),s=e.get(Sn),o=e... class bU (line 731) | class bU{constructor(e,t){this._editorWorkerClient=new bz(e,!1,"editorWo... method constructor (line 731) | constructor(e,t){this._editorWorkerClient=new bz(e,!1,"editorWorkerSer... method provideDocumentColors (line 731) | async provideDocumentColors(e,t){return this._editorWorkerClient.compu... method provideColorPresentations (line 731) | provideColorPresentations(e,t,i){const s=t.range,o=t.color,r=o.alpha,a... method constructor (line 731) | constructor(e,t,i){super(),this._register(i.colorProvider.register("*",n... function pfe (line 731) | async function pfe(n,e,t,i=!0){return CU(new HZe,n,e,t,i)} function mfe (line 731) | function mfe(n,e,t,i){return Promise.resolve(t.provideColorPresentations... class HZe (line 731) | class HZe{constructor(){}async compute(e,t,i,s){const o=await e.provideD... method constructor (line 731) | constructor(){} method compute (line 731) | async compute(e,t,i,s){const o=await e.provideDocumentColors(t,i);if(A... class VZe (line 731) | class VZe{constructor(){}async compute(e,t,i,s){const o=await e.provideD... method constructor (line 731) | constructor(){} method compute (line 731) | async compute(e,t,i,s){const o=await e.provideDocumentColors(t,i);if(A... class zZe (line 731) | class zZe{constructor(e){this.colorInfo=e}async compute(e,t,i,s){const o... method constructor (line 731) | constructor(e){this.colorInfo=e} method compute (line 731) | async compute(e,t,i,s){const o=await e.provideColorPresentations(t,thi... function CU (line 731) | async function CU(n,e,t,i,s){let o=!1,r;const a=[],l=e.ordered(t);for(le... function _fe (line 731) | function _fe(n,e){const{colorProvider:t}=n.get(Xe),i=n.get(Pn).getModel(... method constructor (line 731) | constructor(e,t,i,s){super(),this._editor=e,this._configurationService=t... method isEnabled (line 731) | isEnabled(){const e=this._editor.getModel();if(!e)return!1;const t=e.get... method get (line 731) | static get(e){return e.getContribution(this.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method dispose (line 731) | dispose(){this.stop(),this.removeAllDecorations(),super.dispose()} method updateColors (line 731) | updateColors(){if(this.stop(),!this._isColorDecoratorsEnabled)return;con... method beginCompute (line 731) | async beginCompute(){this._computePromise=Xs(async e=>{const t=this._edi... method stop (line 731) | stop(){this._timeoutTimer&&(this._timeoutTimer.cancel(),this._timeoutTim... method updateDecorations (line 731) | updateDecorations(e){const t=e.map(i=>({range:{startLineNumber:i.colorIn... method updateColorDecorators (line 731) | updateColorDecorators(e){this._colorDecorationClassRefs.clear();const t=... method removeAllDecorations (line 731) | removeAllDecorations(){this._editor.removeDecorations(this._decorationsI... method getColorData (line 731) | getColorData(e){const t=this._editor.getModel();if(!t)return null;const ... method isColorDecoration (line 731) | isColorDecoration(e){return this._colorDecoratorIds.has(e)} class UZe (line 731) | class UZe{constructor(){this._onDidChange=new X,this._computed=0,this._l... method constructor (line 731) | constructor(){this._onDidChange=new X,this._computed=0,this._limited=!1} method update (line 731) | update(e,t){(e!==this._computed||t!==this._limited)&&(this._computed=e... class jZe (line 731) | class jZe{get color(){return this._color}set color(e){this._color.equals... method color (line 731) | get color(){return this._color} method color (line 731) | set color(e){this._color.equals(e)||(this._color=e,this._onDidChangeCo... method presentation (line 731) | get presentation(){return this.colorPresentations[this.presentationInd... method colorPresentations (line 731) | get colorPresentations(){return this._colorPresentations} method colorPresentations (line 731) | set colorPresentations(e){this._colorPresentations=e,this.presentation... method constructor (line 731) | constructor(e,t,i){this.presentationIndex=i,this._onColorFlushed=new X... method selectNextColorPresentation (line 731) | selectNextColorPresentation(){this.presentationIndex=(this.presentatio... method guessColorPresentation (line 731) | guessColorPresentation(e,t){let i=-1;for(let s=0;sthis._commandServ... method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c,d,u){super(),this.editor=e,this.withBorder... method getId (line 731) | getId(){return this.id} method getDomNode (line 731) | getDomNode(){return this.nodes.root} method getPosition (line 731) | getPosition(){return{position:this._position.get(),preference:[1,2],posi... class pYe (line 731) | class pYe extends QC{constructor(){super(...arguments),this._className=v... method constructor (line 731) | constructor(){super(...arguments),this._className=void 0} method setClass (line 731) | setClass(e){this._className=e} method render (line 731) | render(e){super.render(e),this._className&&e.classList.add(this._class... method updateTooltip (line 731) | updateTooltip(){} method updateLabel (line 731) | updateLabel(){const e=this._keybindingService.lookupKeybinding(this._act... method updateTooltip (line 731) | updateTooltip(){} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c){super(e,{resetMenu:t,...i},s,o,r,a,l,c),t... method updateToolbar (line 731) | updateToolbar(){var e,t,i,s,o,r,a;const l=[],c=[];rP(this.menu,(e=this.o... method setPrependedPrimaryActions (line 731) | setPrependedPrimaryActions(e){zn(this.prependedPrimaryActions,e,(t,i)=>t... method setAdditionalSecondaryActions (line 731) | setAdditionalSecondaryActions(e){zn(this.additionalActions,e,(t,i)=>t===... class yU (line 731) | class yU{constructor(){this._onDidWillResize=new X,this.onDidWillResize=... method constructor (line 731) | constructor(){this._onDidWillResize=new X,this.onDidWillResize=this._o... method dispose (line 731) | dispose(){this._northSash.dispose(),this._southSash.dispose(),this._ea... method enableSashes (line 731) | enableSashes(e,t,i,s){this._northSash.state=e?3:0,this._eastSash.state... method layout (line 731) | layout(e=this.size.height,t=this.size.width){const{height:i,width:s}=t... method clearSashHoverState (line 731) | clearSashHoverState(){this._eastSash.clearSashHoverState(),this._westS... method size (line 731) | get size(){return this._size} method maxSize (line 731) | set maxSize(e){this._maxSize=e} method maxSize (line 731) | get maxSize(){return this._maxSize} method minSize (line 731) | set minSize(e){this._minSize=e} method minSize (line 731) | get minSize(){return this._minSize} method preferredSize (line 731) | set preferredSize(e){this._preferredSize=e} method preferredSize (line 731) | get preferredSize(){return this._preferredSize} class bYe (line 731) | class bYe extends ne{constructor(e,t=new yi(10,10)){super(),this._editor... method constructor (line 731) | constructor(e,t=new yi(10,10)){super(),this._editor=e,this.allowEditor... method isResizing (line 731) | get isResizing(){return this._isResizing} method getDomNode (line 731) | getDomNode(){return this._resizableNode.domNode} method getPosition (line 731) | getPosition(){return this._contentPosition} method position (line 731) | get position(){var e;return!((e=this._contentPosition)===null||e===voi... method _availableVerticalSpaceAbove (line 731) | _availableVerticalSpaceAbove(e){const t=this._editor.getDomNode(),i=th... method _availableVerticalSpaceBelow (line 731) | _availableVerticalSpaceBelow(e){const t=this._editor.getDomNode(),i=th... method _findPositionPreference (line 731) | _findPositionPreference(e,t){var i,s;const o=Math.min((i=this._availab... method _resize (line 731) | _resize(e){this._resizableNode.layout(e.height,e.width)} method isColorPickerVisible (line 731) | get isColorPickerVisible(){var e;return!!(!((e=this._visibleData)===null... method isVisibleFromKeyboard (line 731) | get isVisibleFromKeyboard(){var e;return((e=this._visibleData)===null||e... method isVisible (line 731) | get isVisible(){var e;return(e=this._hoverVisibleKey.get())!==null&&e!==... method isFocused (line 731) | get isFocused(){var e;return(e=this._hoverFocusedKey.get())!==null&&e!==... method constructor (line 731) | constructor(e,t,i,s,o){const r=e.getOption(67)+8,a=150,l=new yi(a,r);sup... method dispose (line 731) | dispose(){var e;super.dispose(),(e=this._visibleData)===null||e===void 0... method getId (line 731) | getId(){return Wu.ID} method _applyDimensions (line 731) | static _applyDimensions(e,t,i){const s=typeof t=="number"?`${t}px`:t,o=t... method _setContentsDomNodeDimensions (line 731) | _setContentsDomNodeDimensions(e,t){const i=this._hover.contentsDomNode;r... method _setContainerDomNodeDimensions (line 731) | _setContainerDomNodeDimensions(e,t){const i=this._hover.containerDomNode... method _setHoverWidgetDimensions (line 731) | _setHoverWidgetDimensions(e,t){this._setContentsDomNodeDimensions(e,t),t... method _applyMaxDimensions (line 731) | static _applyMaxDimensions(e,t,i){const s=typeof t=="number"?`${t}px`:t,... method _setHoverWidgetMaxDimensions (line 731) | _setHoverWidgetMaxDimensions(e,t){Wu._applyMaxDimensions(this._hover.con... method _setAdjustedHoverWidgetDimensions (line 731) | _setAdjustedHoverWidgetDimensions(e){this._setHoverWidgetMaxDimensions("... method _updateResizableNodeMaxDimensions (line 731) | _updateResizableNodeMaxDimensions(){var e,t;const i=(e=this._findMaximum... method _resize (line 731) | _resize(e){var t,i;Wu._lastDimensions=new yi(e.width,e.height),this._set... method _findAvailableSpaceVertically (line 731) | _findAvailableSpaceVertically(){var e;const t=(e=this._visibleData)===nu... method _findMaximumRenderingHeight (line 731) | _findMaximumRenderingHeight(){const e=this._findAvailableSpaceVertically... method _isHoverTextOverflowing (line 731) | _isHoverTextOverflowing(){this._hover.containerDomNode.style.setProperty... method _findMaximumRenderingWidth (line 731) | _findMaximumRenderingWidth(){if(!this._editor||!this._editor.hasModel())... method isMouseGettingCloser (line 731) | isMouseGettingCloser(e,t){if(!this._visibleData)return!1;if(typeof this.... method _setHoverData (line 731) | _setHoverData(e){var t;(t=this._visibleData)===null||t===void 0||t.dispo... method _updateFont (line 731) | _updateFont(){const{fontSize:e,lineHeight:t}=this._editor.getOption(50),... method _updateContent (line 731) | _updateContent(e){const t=this._hover.contentsDomNode;t.style.paddingBot... method _layoutContentWidget (line 731) | _layoutContentWidget(){this._editor.layoutContentWidget(this),this._hove... method _updateMaxDimensions (line 731) | _updateMaxDimensions(){const e=Math.max(this._editor.getLayoutInfo().hei... method _render (line 731) | _render(e,t){this._setHoverData(t),this._updateFont(),this._updateConten... method getPosition (line 731) | getPosition(){var e;return this._visibleData?{position:this._visibleData... method showAt (line 731) | showAt(e,t){var i,s,o,r;if(!this._editor||!this._editor.hasModel())retur... method hide (line 731) | hide(){if(!this._visibleData)return;const e=this._visibleData.stoleFocus... method _removeConstraintsRenderNormally (line 731) | _removeConstraintsRenderNormally(){const e=this._editor.getLayoutInfo();... method setMinimumDimensions (line 731) | setMinimumDimensions(e){this._minimumSize=new yi(Math.max(this._minimumS... method _updateMinimumWidth (line 731) | _updateMinimumWidth(){const e=typeof this._contentWidth>"u"?this._minimu... method onContentsChanged (line 731) | onContentsChanged(){var e;this._removeConstraintsRenderNormally();const ... method focus (line 731) | focus(){this._hover.containerDomNode.focus()} method scrollUp (line 731) | scrollUp(){const e=this._hover.scrollbar.getScrollPosition().scrollTop,t... method scrollDown (line 731) | scrollDown(){const e=this._hover.scrollbar.getScrollPosition().scrollTop... method scrollLeft (line 731) | scrollLeft(){const e=this._hover.scrollbar.getScrollPosition().scrollLef... method scrollRight (line 731) | scrollRight(){const e=this._hover.scrollbar.getScrollPosition().scrollLe... method pageUp (line 731) | pageUp(){const e=this._hover.scrollbar.getScrollPosition().scrollTop,t=t... method pageDown (line 731) | pageDown(){const e=this._hover.scrollbar.getScrollPosition().scrollTop,t... method goToTop (line 731) | goToTop(){this._hover.scrollbar.setScrollPosition({scrollTop:0})} method goToBottom (line 731) | goToBottom(){this._hover.scrollbar.setScrollPosition({scrollTop:this._ho... function jee (line 731) | function jee(n,e,t,i,s,o){const r=t+s/2,a=i+o/2,l=Math.max(Math.abs(n-r)... method constructor (line 731) | constructor(e,t,i){this.value=e,this.isComplete=t,this.hasLoadingMessage=i} class Efe (line 731) | class Efe extends ne{constructor(e,t){super(),this._editor=e,this._compu... method constructor (line 731) | constructor(e,t){super(),this._editor=e,this._computer=t,this._onResul... method dispose (line 731) | dispose(){this._asyncIterable&&(this._asyncIterable.cancel(),this._asy... method _hoverTime (line 731) | get _hoverTime(){return this._editor.getOption(60).delay} method _firstWaitTime (line 731) | get _firstWaitTime(){return this._hoverTime/2} method _secondWaitTime (line 731) | get _secondWaitTime(){return this._hoverTime-this._firstWaitTime} method _loadingMessageTime (line 731) | get _loadingMessageTime(){return 3*this._hoverTime} method _setState (line 731) | _setState(e,t=!0){this._state=e,t&&this._fireResult()} method _triggerAsyncComputation (line 731) | _triggerAsyncComputation(){this._setState(2),this._secondWaitScheduler... method _triggerSyncComputation (line 731) | _triggerSyncComputation(){this._computer.computeSync&&(this._result=th... method _triggerLoadingMessage (line 731) | _triggerLoadingMessage(){this._state===3&&this._setState(4)} method _fireResult (line 731) | _fireResult(){if(this._state===1||this._state===2)return;const e=this.... method start (line 731) | start(e){if(e===0)this._state===0&&(this._setState(1),this._firstWaitS... method cancel (line 731) | cancel(){this._firstWaitScheduler.cancel(),this._secondWaitScheduler.c... class s3 (line 731) | class s3{constructor(e,t,i,s){this.priority=e,this.range=t,this.initialM... method constructor (line 731) | constructor(e,t,i,s){this.priority=e,this.range=t,this.initialMousePos... method equals (line 731) | equals(e){return e.type===1&&this.range.equalsRange(e.range)} method canAdoptVisibleHover (line 731) | canAdoptVisibleHover(e,t){return e.type===1&&t.lineNumber===this.range... class Yv (line 731) | class Yv{constructor(e,t,i,s,o,r){this.priority=e,this.owner=t,this.rang... method constructor (line 731) | constructor(e,t,i,s,o,r){this.priority=e,this.owner=t,this.range=i,thi... method equals (line 731) | equals(e){return e.type===2&&this.owner===e.owner} method canAdoptVisibleHover (line 731) | canAdoptVisibleHover(e,t){return e.type===2&&this.owner===e.owner} method constructor (line 731) | constructor(){this._participants=[]} method register (line 731) | register(e){this._participants.push(e)} method getAll (line 731) | getAll(){return this._participants} class SYe (line 731) | class SYe{constructor(e,t,i){this.provider=e,this.hover=t,this.ordinal=i}} method constructor (line 731) | constructor(e,t,i){this.provider=e,this.hover=t,this.ordinal=i} function xYe (line 731) | async function xYe(n,e,t,i,s){const o=await Promise.resolve(n.provideHov... function SU (line 731) | function SU(n,e,t,i){const o=n.ordered(e).map((r,a)=>xYe(r,a,e,t,i));ret... function LYe (line 731) | function LYe(n,e,t,i){return SU(n,e,t,i).map(s=>s.hover).toPromise()} function kYe (line 731) | function kYe(n){const e=typeof n.range<"u",t=typeof n.contents<"u"&&n.co... class Wd (line 731) | class Wd{constructor(e,t,i,s,o,r=void 0){this.owner=e,this.range=t,this.... method constructor (line 731) | constructor(e,t,i,s,o,r=void 0){this.owner=e,this.range=t,this.content... method isValidForHoverAnchor (line 731) | isValidForHoverAnchor(e){return e.type===1&&this.range.startColumn<=e.... class Tfe (line 731) | class Tfe{constructor(e,t,i){this.hover=e,this.hoverProvider=t,this.hove... method constructor (line 731) | constructor(e,t,i){this.hover=e,this.hoverProvider=t,this.hoverPositio... method supportsVerbosityAction (line 731) | supportsVerbosityAction(e){var t,i;switch(e){case rl.Increase:return(t... method constructor (line 731) | constructor(e,t,i,s,o,r,a){this._editor=e,this._languageService=t,this._... method createLoadingMessage (line 731) | createLoadingMessage(e){return new Wd(this,e.range,[new $o().appendText(... method computeSync (line 731) | computeSync(e,t){if(!this._editor.hasModel()||e.type!==1)return[];const ... method computeAsync (line 731) | computeAsync(e,t,i){if(!this._editor.hasModel()||e.type!==1)return Ls.EM... method _getMarkdownHovers (line 731) | _getMarkdownHovers(e,t,i,s){const o=i.range.getStartPosition();return SU... method renderHoverParts (line 731) | renderHoverParts(e,t){return this._renderedHoverParts=new TYe(t,e.fragme... method markdownHoverContentAtIndex (line 731) | markdownHoverContentAtIndex(e){var t,i;return(i=(t=this._renderedHoverPa... method doesMarkdownHoverAtIndexSupportVerbosityAction (line 731) | doesMarkdownHoverAtIndexSupportVerbosityAction(e,t){var i,s;return(s=(i=... method updateMarkdownHoverVerbosityLevel (line 731) | updateMarkdownHoverVerbosityLevel(e,t,i){var s;(s=this._renderedHoverPar... class TYe (line 731) | class TYe extends ne{constructor(e,t,i,s,o,r,a,l,c){super(),this._editor... method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c){super(),this._editor=i,this._languageSe... method _renderHoverParts (line 731) | _renderHoverParts(e,t,i){return e.sort(oa(s=>s.ordinal,Qc)),e.map((s,o... method _renderHoverPart (line 731) | _renderHoverPart(e,t,i,s){const{renderedMarkdown:o,disposables:r}=this... method _renderMarkdownContent (line 731) | _renderMarkdownContent(e,t){const i=R1("div.hover-row");i.tabIndex=0;c... method _renderHoverExpansionAction (line 731) | _renderHoverExpansionAction(e,t,i){const s=new be,o=t===rl.Increase,r=... method updateMarkdownHoverPartVerbosityLevel (line 731) | async updateMarkdownHoverPartVerbosityLevel(e,t=-1,i=!0){var s;const o... method markdownHoverContentAtIndex (line 731) | markdownHoverContentAtIndex(e){var t;const i=this._getRenderedHoverPar... method doesMarkdownHoverAtIndexSupportVerbosityAction (line 731) | doesMarkdownHoverAtIndexSupportVerbosityAction(e,t){var i;const s=this... method _fetchHover (line 731) | async _fetchHover(e,t,i){let s=i===rl.Increase?1:-1;const o=e.hoverPro... method _replaceRenderedHoverPartAtIndex (line 731) | _replaceRenderedHoverPartAtIndex(e,t){if(e>=this._renderHoverParts.len... method _focusOnHoverPartWithIndex (line 731) | _focusOnHoverPartWithIndex(e){this._renderedHoverParts[e].renderedMark... method _getRenderedHoverPartAtIndex (line 731) | _getRenderedHoverPartAtIndex(e){return this._renderedHoverParts[e]} function NYe (line 731) | function NYe(n,e,t,i,s){e.sort(oa(r=>r.ordinal,Qc));const o=new be;for(c... function Nfe (line 731) | function Nfe(n,e,t,i,s,o){const r=new be;for(const a of t){if(qC(a))cont... function AYe (line 731) | function AYe(n,e){switch(e){case rl.Increase:{const t=n.lookupKeybinding... function Q6 (line 731) | function Q6(n,e){return!!n[e]} class o3 (line 731) | class o3{constructor(e,t){this.target=e.target,this.isLeftClick=e.event.... method constructor (line 731) | constructor(e,t){this.target=e.target,this.isLeftClick=e.event.leftBut... class Kee (line 731) | class Kee{constructor(e,t){this.keyCodeIsTriggerKey=e.keyCode===t.trigge... method constructor (line 731) | constructor(e,t){this.keyCodeIsTriggerKey=e.keyCode===t.triggerKey,thi... class _T (line 731) | class _T{constructor(e,t,i,s){this.triggerKey=e,this.triggerModifier=t,t... method constructor (line 731) | constructor(e,t,i,s){this.triggerKey=e,this.triggerModifier=t,this.tri... method equals (line 731) | equals(e){return this.triggerKey===e.triggerKey&&this.triggerModifier=... function qee (line 731) | function qee(n){return n==="altKey"?Xt?new _T(57,"metaKey",6,"altKey"):n... class RP (line 731) | class RP extends ne{constructor(e,t){var i;super(),this._onMouseMoveOrRe... method constructor (line 731) | constructor(e,t){var i;super(),this._onMouseMoveOrRelevantKeyDown=this... method _onDidChangeCursorSelection (line 731) | _onDidChangeCursorSelection(e){e.selection&&e.selection.startColumn!==... method _onEditorMouseMove (line 731) | _onEditorMouseMove(e){this._lastMouseMoveEvent=e,this._onMouseMoveOrRe... method _onEditorMouseDown (line 731) | _onEditorMouseDown(e){this._hasTriggerKeyOnMouseDown=e.hasTriggerModif... method _onEditorMouseUp (line 731) | _onEditorMouseUp(e){const t=this._extractLineNumberFromMouseEvent(e);t... method _onEditorKeyDown (line 731) | _onEditorKeyDown(e){this._lastMouseMoveEvent&&(e.keyCodeIsTriggerKey||... method _onEditorKeyUp (line 731) | _onEditorKeyUp(e){e.keyCodeIsTriggerKey&&this._onCancel.fire()} method _resetHandler (line 731) | _resetHandler(){this._lastMouseMoveEvent=null,this._hasTriggerKeyOnMou... class Afe (line 731) | class Afe{constructor(e,t){this.range=e,this.direction=t}} method constructor (line 731) | constructor(e,t){this.range=e,this.direction=t} class xU (line 731) | class xU{constructor(e,t,i){this.hint=e,this.anchor=t,this.provider=i,th... method constructor (line 731) | constructor(e,t,i){this.hint=e,this.anchor=t,this.provider=i,this._isR... method with (line 731) | with(e){const t=new xU(this.hint,e.anchor,this.provider);return t._isR... method resolve (line 731) | async resolve(e){if(typeof this.provider.resolveInlayHint=="function")... method _doResolve (line 731) | async _doResolve(e){var t,i,s;try{const o=await Promise.resolve(this.p... class Xv (line 731) | class Xv{static async create(e,t,i,s){const o=[],r=e.ordered(t).reverse(... method create (line 731) | static async create(e,t,i,s){const o=[],r=e.ordered(t).reverse().map(a... method constructor (line 731) | constructor(e,t,i){this._disposables=new be,this.ranges=e,this.provide... method dispose (line 731) | dispose(){this._disposables.dispose()} method _getRangeAtPosition (line 731) | static _getRangeAtPosition(e,t){const i=t.lineNumber,s=e.getWordAtPosi... method dispose (line 731) | dispose(){} function RYe (line 731) | function RYe(n){return pt.from({scheme:Tt.command,path:n.id,query:n.argu... method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c,d,u,h,f){super(e,{...s.getRawOptions(),ove... method getParentEditor (line 731) | getParentEditor(){return this._parentEditor} method _onParentConfigurationChanged (line 731) | _onParentConfigurationChanged(e){super.updateOptions(this._parentEditor.... method updateOptions (line 731) | updateOptions(e){tM(this._overwriteOptions,e,!0),super.updateOptions(thi... class FYe (line 731) | class FYe{constructor(e,t,i,s,o,r,a,l){this.id="",this.domNode=e,this.af... method constructor (line 731) | constructor(e,t,i,s,o,r,a,l){this.id="",this.domNode=e,this.afterLineN... method onDomNodeTop (line 731) | onDomNodeTop(e){this._onDomNodeTop(e)} method onComputedHeight (line 731) | onComputedHeight(e){this._onComputedHeight(e)} class BYe (line 731) | class BYe{constructor(e,t){this._id=e,this._domNode=t}getId(){return thi... method constructor (line 731) | constructor(e,t){this._id=e,this._domNode=t} method getId (line 731) | getId(){return this._id} method getDomNode (line 731) | getDomNode(){return this._domNode} method getPosition (line 731) | getPosition(){return null} class MP (line 731) | class MP{constructor(e){this._editor=e,this._ruleName=MP._IdGenerator.ne... method constructor (line 731) | constructor(e){this._editor=e,this._ruleName=MP._IdGenerator.nextId(),... method dispose (line 731) | dispose(){this.hide(),rB(this._ruleName)} method color (line 731) | set color(e){this._color!==e&&(this._color=e,this._updateStyle())} method height (line 731) | set height(e){this._height!==e&&(this._height=e,this._updateStyle())} method _updateStyle (line 731) | _updateStyle(){rB(this._ruleName),H2(`.monaco-editor ${this._ruleName}... method show (line 731) | show(e){e.column===1&&(e={lineNumber:e.lineNumber,column:2}),this._dec... method hide (line 731) | hide(){this._decorations.clear()} class WYe (line 731) | class WYe{constructor(e,t={}){this._arrow=null,this._overlayWidget=null,... method constructor (line 731) | constructor(e,t={}){this._arrow=null,this._overlayWidget=null,this._re... method dispose (line 731) | dispose(){this._overlayWidget&&(this.editor.removeOverlayWidget(this._... method create (line 731) | create(){this.domNode.classList.add("zone-widget"),this.options.classN... method style (line 731) | style(e){e.frameColor&&(this.options.frameColor=e.frameColor),e.arrowC... method _applyStyles (line 731) | _applyStyles(){if(this.container&&this.options.frameColor){const e=thi... method _getWidth (line 731) | _getWidth(e){return e.width-e.minimap.minimapWidth-e.verticalScrollbar... method _getLeft (line 731) | _getLeft(e){return e.minimap.minimapWidth>0&&e.minimap.minimapLeft===0... method _onViewZoneTop (line 731) | _onViewZoneTop(e){this.domNode.style.top=e+"px"} method _onViewZoneHeight (line 731) | _onViewZoneHeight(e){var t;if(this.domNode.style.height=`${e}px`,this.... method position (line 731) | get position(){const e=this._positionMarkerId.getRange(0);if(e)return ... method show (line 731) | show(e,t){const i=A.isIRange(e)?A.lift(e):A.fromPositions(e);this._isS... method hide (line 731) | hide(){var e;this._viewZone&&(this.editor.changeViewZones(t=>{this._vi... method _decoratingElementsHeight (line 731) | _decoratingElementsHeight(){const e=this.editor.getOption(67);let t=0;... method _showImpl (line 731) | _showImpl(e,t){const i=e.getStartPosition(),s=this.editor.getLayoutInf... method revealRange (line 731) | revealRange(e,t){t?this.editor.revealLineNearTop(e.endLineNumber,0):th... method setCssClass (line 731) | setCssClass(e,t){this.container&&(t&&this.container.classList.remove(t... method _onWidth (line 731) | _onWidth(e){} method _doLayout (line 731) | _doLayout(e,t){} method _relayout (line 731) | _relayout(e){this._viewZone&&this._viewZone.heightInLines!==e&&this.ed... method _initSash (line 731) | _initSash(){if(this._resizeSash)return;this._resizeSash=this._disposab... method getHorizontalSashLeft (line 731) | getHorizontalSashLeft(){return 0} method getHorizontalSashTop (line 731) | getHorizontalSashTop(){return(this.domNode.style.height===null?0:parse... method getHorizontalSashWidth (line 731) | getHorizontalSashWidth(){const e=this.editor.getLayoutInfo();return e.... method constructor (line 731) | constructor(){this._widgets=new Map} method addExclusiveWidget (line 731) | addExclusiveWidget(n,e){const t=this._widgets.get(n);t&&(t.listener.disp... method constructor (line 731) | constructor(e,t){e instanceof Ym&&da.inPeekEditor.bindTo(t)} method dispose (line 731) | dispose(){} function HYe (line 731) | function HYe(n){const e=n.get(vi).getFocusedCodeEditor();return e instan... method constructor (line 731) | constructor(e,t,i){super(e,t),this.instantiationService=i,this._onDidClo... method dispose (line 731) | dispose(){this.disposed||(this.disposed=!0,super.dispose(),this._onDidCl... method style (line 731) | style(e){const t=this.options;e.headerBackgroundColor&&(t.headerBackgrou... method _applyStyles (line 731) | _applyStyles(){super._applyStyles();const e=this.options;this._headEleme... method _fillContainer (line 731) | _fillContainer(e){this.setCssClass("peekview-widget"),this._headElement=... method _fillHead (line 731) | _fillHead(e,t){this._titleElement=ke(".peekview-title"),this.options.sup... method _fillTitleIcon (line 731) | _fillTitleIcon(e){} method _getActionBarOptions (line 731) | _getActionBarOptions(){return{actionViewItemProvider:Kde.bind(void 0,thi... method _onTitleClick (line 731) | _onTitleClick(e){} method setTitle (line 731) | setTitle(e,t){this._primaryHeading&&this._secondaryHeading&&(this._prima... method setMetaTitle (line 731) | setMetaTitle(e){this._metaHeading&&(e?(this._metaHeading.innerText=e,ka(... method _doLayout (line 731) | _doLayout(e,t){if(!this._isShowing&&e<0){this.dispose();return}const i=M... method _doLayoutHead (line 731) | _doLayoutHead(e,t){this._headElement&&(this._headElement.style.height=`$... method _doLayoutBody (line 731) | _doLayoutBody(e,t){this._bodyElement&&(this._bodyElement.style.height=`$... class Xm (line 731) | class Xm{constructor(e,t,i,s){this.isProviderFirst=e,this.parent=t,this.... method constructor (line 731) | constructor(e,t,i,s){this.isProviderFirst=e,this.parent=t,this.link=i,... method uri (line 731) | get uri(){return this.link.uri} method range (line 731) | get range(){var e,t;return(t=(e=this._range)!==null&&e!==void 0?e:this... method range (line 731) | set range(e){this._range=e,this._rangeCallback(this)} method ariaMessage (line 731) | get ariaMessage(){var e;const t=(e=this.parent.getPreview(this))===nul... class jYe (line 731) | class jYe{constructor(e){this._modelReference=e}dispose(){this._modelRef... method constructor (line 731) | constructor(e){this._modelReference=e} method dispose (line 731) | dispose(){this._modelReference.dispose()} method preview (line 731) | preview(e,t=8){const i=this._modelReference.object.textEditorModel;if(... class mk (line 731) | class mk{constructor(e,t){this.parent=e,this.uri=t,this.children=[],this... method constructor (line 731) | constructor(e,t){this.parent=e,this.uri=t,this.children=[],this._previ... method dispose (line 731) | dispose(){tn(this._previews.values()),this._previews.clear()} method getPreview (line 731) | getPreview(e){return this._previews.get(e.uri)} method ariaMessage (line 731) | get ariaMessage(){const e=this.children.length;return e===1?v("aria.fi... method resolve (line 731) | async resolve(e){if(this._previews.size!==0)return this;for(const t of... class Aa (line 731) | class Aa{constructor(e,t){this.groups=[],this.references=[],this._onDidC... method constructor (line 731) | constructor(e,t){this.groups=[],this.references=[],this._onDidChangeRe... method dispose (line 731) | dispose(){tn(this.groups),this._onDidChangeReferenceRange.dispose(),th... method clone (line 731) | clone(){return new Aa(this._links,this._title)} method title (line 731) | get title(){return this._title} method isEmpty (line 731) | get isEmpty(){return this.groups.length===0} method ariaMessage (line 731) | get ariaMessage(){return this.isEmpty?v("aria.result.0","No results fo... method nextOrPreviousReference (line 731) | nextOrPreviousReference(e,t){const{parent:i}=e;let s=i.children.indexO... method nearestReference (line 731) | nearestReference(e,t){const i=this.references.map((s,o)=>({idx:o,prefi... method referenceAt (line 731) | referenceAt(e,t){for(const i of this.references)if(i.uri.toString()===... method firstReference (line 731) | firstReference(){for(const e of this.references)if(e.isProviderFirst)r... method _compareReferences (line 731) | static _compareReferences(e,t){return Tn.compare(e.uri,t.uri)||A.compa... method constructor (line 731) | constructor(e){this._resolverService=e} method hasChildren (line 731) | hasChildren(e){return e instanceof Aa||e instanceof mk} method getChildren (line 731) | getChildren(e){if(e instanceof Aa)return e.groups;if(e instanceof mk)ret... class KYe (line 731) | class KYe{getHeight(){return 23}getTemplateId(e){return e instanceof mk?... method getHeight (line 731) | getHeight(){return 23} method getTemplateId (line 731) | getTemplateId(e){return e instanceof mk?_k.id:qD.id} method constructor (line 731) | constructor(e){this._keybindingService=e} method getKeyboardNavigationLabel (line 731) | getKeyboardNavigationLabel(e){var t;if(e instanceof Xm){const i=(t=e.par... class qYe (line 731) | class qYe{getId(e){return e instanceof Xm?e.id:e.uri}} method getId (line 731) | getId(e){return e instanceof Xm?e.id:e.uri} method constructor (line 731) | constructor(e,t){super(),this._labelService=t;const i=document.createEle... method set (line 731) | set(e,t){const i=VM(e.uri);this.file.setLabel(this._labelService.getUriB... method constructor (line 755) | constructor(e,t){this.widget=e,this._editor=t,this.allowEditorOverflow... method dispose (line 755) | dispose(){this._resizable.dispose(),this._disposables.dispose(),this.h... method getId (line 755) | getId(){return"suggest.details"} method getDomNode (line 755) | getDomNode(){return this._resizable.domNode} method getPosition (line 755) | getPosition(){return this._topLeft?{preference:this._topLeft}:null} method show (line 755) | show(){this._added||(this._editor.addOverlayWidget(this),this._added=!0)} method hide (line 755) | hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._e... method placeAtAnchor (line 755) | placeAtAnchor(e,t){var i;const s=e.getBoundingClientRect();this._ancho... method _placeAtAnchor (line 755) | _placeAtAnchor(e,t,i){var s;const o=Fm(this.getDomNode().ownerDocument... method _applyTopLeft (line 755) | _applyTopLeft(e){this._topLeft=e,this._editor.layoutOverlayWidget(this)} method constructor (line 731) | constructor(e){this._instantiationService=e,this.templateId=J6.id} method renderTemplate (line 731) | renderTemplate(e){return this._instantiationService.createInstance(iW,e)} method renderElement (line 731) | renderElement(e,t,i){i.set(e.element,ID(e.filterData))} method disposeTemplate (line 731) | disposeTemplate(e){e.dispose()} class GYe (line 731) | class GYe extends ne{constructor(e){super(),this.label=this._register(ne... method constructor (line 731) | constructor(e){super(),this.label=this._register(new _m(e))} method set (line 731) | set(e,t){var i;const s=(i=e.parent.getPreview(e))===null||i===void 0?v... class qD (line 731) | class qD{constructor(){this.templateId=qD.id}renderTemplate(e){return ne... method constructor (line 731) | constructor(){this.templateId=qD.id} method renderTemplate (line 731) | renderTemplate(e){return new GYe(e)} method renderElement (line 731) | renderElement(e,t,i){i.set(e.element,e.filterData)} method disposeTemplate (line 731) | disposeTemplate(e){e.dispose()} class ZYe (line 731) | class ZYe{getWidgetAriaLabel(){return v("treeAriaLabel","References")}ge... method getWidgetAriaLabel (line 731) | getWidgetAriaLabel(){return v("treeAriaLabel","References")} method getAriaLabel (line 731) | getAriaLabel(e){return e.ariaMessage} class FP (line 731) | class FP{constructor(e,t){this._editor=e,this._model=t,this._decorations... method constructor (line 731) | constructor(e,t){this._editor=e,this._model=t,this._decorations=new Ma... method dispose (line 731) | dispose(){this._callOnModelChange.dispose(),this._callOnDispose.dispos... method _onModelChanged (line 731) | _onModelChanged(){this._callOnModelChange.clear();const e=this._editor... method _addDecorations (line 731) | _addDecorations(e){if(!this._editor.hasModel())return;this._callOnMode... method _onDecorationChanged (line 731) | _onDecorationChanged(){const e=[],t=this._editor.getModel();if(t){for(... method removeDecorations (line 731) | removeDecorations(){this._editor.removeDecorations([...this._decoratio... class XYe (line 731) | class XYe{constructor(){this.ratio=.7,this.heightInLines=18}static fromJ... method constructor (line 731) | constructor(){this.ratio=.7,this.heightInLines=18} method fromJSON (line 731) | static fromJSON(e){let t,i;try{const s=JSON.parse(e);t=s.ratio,i=s.hei... class QYe (line 731) | class QYe extends Y9{} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c,d,u,h){super(e,{showFrame:!1,showArrow:!0,... method dispose (line 731) | dispose(){this.setModel(void 0),this._callOnDispose.dispose(),this._disp... method _applyTheme (line 731) | _applyTheme(e){const t=e.getColor($Ye)||le.transparent;this.style({arrow... method show (line 731) | show(e){super.show(e,this.layoutData.heightInLines||18)} method focusOnReferenceTree (line 731) | focusOnReferenceTree(){this._tree.domFocus()} method focusOnPreviewEditor (line 731) | focusOnPreviewEditor(){this._preview.focus()} method isPreviewEditorFocused (line 731) | isPreviewEditorFocused(){return this._preview.hasTextFocus()} method _onTitleClick (line 731) | _onTitleClick(e){this._preview&&this._preview.getModel()&&this._onDidSel... method _fillBody (line 731) | _fillBody(e){this.setCssClass("reference-zone-widget"),this._messageCont... method _onWidth (line 731) | _onWidth(e){this._dim&&this._doLayoutBody(this._dim.height,e)} method _doLayoutBody (line 731) | _doLayoutBody(e,t){super._doLayoutBody(e,t),this._dim=new yi(t,e),this.l... method setSelection (line 731) | setSelection(e){return this._revealReference(e,!0).then(()=>{this._model... method setModel (line 731) | setModel(e){return this._disposeOnNewModel.clear(),this._model=e,this._m... method _onNewModel (line 731) | _onNewModel(){return this._model?this._model.isEmpty?(this.setTitle(""),... method _getFocusedReference (line 731) | _getFocusedReference(){const[e]=this._tree.getFocus();if(e instanceof Xm... method revealReference (line 731) | async revealReference(e){await this._revealReference(e,!1),this._onDidSe... method _revealReference (line 731) | async _revealReference(e,t){if(this._revealedReference===e)return;this._... method get (line 731) | static get(e){return e.getContribution(BN.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l){this._defaultTreeKeyboardSupport=e,this._ed... method dispose (line 731) | dispose(){var e,t;this._referenceSearchVisible.reset(),this._disposables... method toggleWidget (line 731) | toggleWidget(e,t,i){let s;if(this._widget&&(s=this._widget.position),thi... method changeFocusBetweenPreviewAndReferences (line 731) | changeFocusBetweenPreviewAndReferences(){this._widget&&(this._widget.isP... method goToNextOrPreviousReference (line 731) | async goToNextOrPreviousReference(e){if(!this._editor.hasModel()||!this.... method revealReference (line 731) | async revealReference(e){!this._editor.hasModel()||!this._model||!this._... method closeWidget (line 731) | closeWidget(e=!0){var t,i;(t=this._widget)===null||t===void 0||t.dispose... method _gotoReference (line 731) | _gotoReference(e,t){var i;(i=this._widget)===null||i===void 0||i.hide(),... method openReference (line 731) | openReference(e,t,i){t||this.closeWidget();const{uri:s,range:o}=e;this._... function lb (line 731) | function lb(n,e){const t=HYe(n);if(!t)return;const i=Qm.get(t);i&&e(i)} method handler (line 731) | handler(n){lb(n,e=>{e.changeFocusBetweenPreviewAndReferences()})} method handler (line 731) | handler(n){lb(n,e=>{e.goToNextOrPreviousReference(!0)})} method handler (line 731) | handler(n){lb(n,e=>{e.goToNextOrPreviousReference(!1)})} method handler (line 731) | handler(n){var e;const i=(e=n.get(wc).lastFocusedList)===null||e===void ... method handler (line 731) | handler(n){var e;const i=(e=n.get(wc).lastFocusedList)===null||e===void ... method constructor (line 731) | constructor(e,t,i,s){this._editorService=t,this._notificationService=i,t... method reset (line 731) | reset(){var e,t;this._ctxHasSymbols.reset(),(e=this._currentState)===nul... method put (line 731) | put(e){const t=e.parent.parent;if(t.references.length<=1){this.reset();r... method revealNext (line 731) | revealNext(e){if(!this._currentModel)return Promise.resolve();this._curr... method _showMessage (line 731) | _showMessage(){var e;(e=this._currentMessage)===null||e===void 0||e.disp... method constructor (line 731) | constructor(){super({id:"editor.gotoNextSymbolFromResult",precondition:L... method runEditorCommand (line 731) | runEditorCommand(n,e){return n.get(BP).revealNext(e)} method handler (line 731) | handler(n){n.get(BP).reset()} method constructor (line 731) | constructor(e){this._listener=new Map,this._disposables=new be,this._onD... method dispose (line 731) | dispose(){this._disposables.dispose(),this._onDidChange.dispose(),tn(thi... method _onDidAddEditor (line 731) | _onDidAddEditor(e){this._listener.set(e,Jc(e.onDidChangeCursorPosition(t... method _onDidRemoveEditor (line 731) | _onDidRemoveEditor(e){var t;(t=this._listener.get(e))===null||t===void 0... function rW (line 731) | function rW(n,e){return e.uri.scheme===n.uri.scheme?!0:!oB(e.uri,Tt.walk... function GD (line 731) | async function GD(n,e,t,i){const o=t.ordered(n).map(a=>Promise.resolve(i... function WP (line 731) | function WP(n,e,t,i){return GD(e,t,n,(s,o,r)=>s.provideDefinition(o,r,i))} function Wfe (line 731) | function Wfe(n,e,t,i){return GD(e,t,n,(s,o,r)=>s.provideDeclaration(o,r,... function Hfe (line 731) | function Hfe(n,e,t,i){return GD(e,t,n,(s,o,r)=>s.provideImplementation(o... function Vfe (line 731) | function Vfe(n,e,t,i){return GD(e,t,n,(s,o,r)=>s.provideTypeDefinition(o... function HP (line 731) | function HP(n,e,t,i,s){return GD(e,t,n,async(o,r,a)=>{var l,c;const d=(l... function ZD (line 731) | async function ZD(n){const e=await n(),t=new Aa(e,""),i=t.references.map... class cw (line 731) | class cw{static is(e){return!e||typeof e!="object"?!1:!!(e instanceof cw... method is (line 731) | static is(e){return!e||typeof e!="object"?!1:!!(e instanceof cw||ee.is... method constructor (line 731) | constructor(e,t){this.model=e,this.position=t} class ur (line 731) | class ur extends mu{static all(){return ur._allSymbolNavigationCommands.... method all (line 731) | static all(){return ur._allSymbolNavigationCommands.values()} method _patchConfig (line 731) | static _patchConfig(e){const t={...e,f1:!0};if(t.menu)for(const i of o... method constructor (line 731) | constructor(e,t){super(ur._patchConfig(t)),this.configuration=e,ur._al... method runEditorCommand (line 731) | runEditorCommand(e,t,i,s){if(!t.hasModel())return Promise.resolve(void... method _onResult (line 731) | async _onResult(e,t,i,s,o){const r=this._getGoToPreference(i);if(!(i i... method _openReference (line 731) | async _openReference(e,t,i,s,o){let r;if(sRe(i)&&(r=i.targetSelectionR... method _openInPeek (line 731) | _openInPeek(e,t,i){const s=Qm.get(e);s&&e.hasModel()?s.toggleWidget(i?... class YD (line 731) | class YD extends ur{async _getLocationModel(e,t,i,s){return new Aa(await... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await WP(e.definitionPr... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&e.word?v("noResultWord","No defi... method _getAlternativeCommand (line 731) | _getAlternativeCommand(e){return e.getOption(58).alternativeDefinition... method _getGoToPreference (line 731) | _getGoToPreference(e){return e.getOption(58).multipleDefinitions} method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!1,muteMessage:!1},{id:Xy.... method constructor (line 731) | constructor(){super({openToSide:!0,openInPeek:!1,muteMessage:!1},{id:Qy.... method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!0,muteMessage:!1},{id:Jy.... class zfe (line 731) | class zfe extends ur{async _getLocationModel(e,t,i,s){return new Aa(awai... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await Wfe(e.declaration... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&e.word?v("decl.noResultWord","No... method _getAlternativeCommand (line 731) | _getAlternativeCommand(e){return e.getOption(58).alternativeDeclaratio... method _getGoToPreference (line 731) | _getGoToPreference(e){return e.getOption(58).multipleDeclarations} method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!1,muteMessage:!1},{id:vT.... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&e.word?v("decl.noResultWord","No d... method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!0,muteMessage:!1},{id:"ed... class $fe (line 731) | class $fe extends ur{async _getLocationModel(e,t,i,s){return new Aa(awai... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await Vfe(e.typeDefinit... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&e.word?v("goToTypeDefinition.noR... method _getAlternativeCommand (line 731) | _getAlternativeCommand(e){return e.getOption(58).alternativeTypeDefini... method _getGoToPreference (line 731) | _getGoToPreference(e){return e.getOption(58).multipleTypeDefinitions} method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!1,muteMessage:!1},{id:bT.... method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!0,muteMessage:!1},{id:CT.... class Ufe (line 731) | class Ufe extends ur{async _getLocationModel(e,t,i,s){return new Aa(awai... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await Hfe(e.implementat... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&e.word?v("goToImplementation.noR... method _getAlternativeCommand (line 731) | _getAlternativeCommand(e){return e.getOption(58).alternativeImplementa... method _getGoToPreference (line 731) | _getGoToPreference(e){return e.getOption(58).multipleImplementations} method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!1,muteMessage:!1},{id:wT.... method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!0,muteMessage:!1},{id:yT.... class jfe (line 731) | class jfe extends ur{_getNoResultFoundMessage(e){return e?v("references.... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e?v("references.no","No references ... method _getAlternativeCommand (line 731) | _getAlternativeCommand(e){return e.getOption(58).alternativeReferenceC... method _getGoToPreference (line 731) | _getGoToPreference(e){return e.getOption(58).multipleReferences} method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!1,muteMessage:!1},{id:"ed... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await HP(e.referenceProvi... method constructor (line 731) | constructor(){super({openToSide:!1,openInPeek:!0,muteMessage:!1},{id:"ed... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(await HP(e.referenceProvi... class eXe (line 731) | class eXe extends ur{constructor(e,t,i){super(e,{id:"editor.action.goToL... method constructor (line 731) | constructor(e,t,i){super(e,{id:"editor.action.goToLocation",title:Nt("... method _getLocationModel (line 731) | async _getLocationModel(e,t,i,s){return new Aa(this._references,v("gen... method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(e){return e&&v("generic.noResult","No results... method _getGoToPreference (line 731) | _getGoToPreference(e){var t;return(t=this._gotoMultipleBehaviour)!==nu... method _getAlternativeCommand (line 731) | _getAlternativeCommand(){return""} method _getNoResultFoundMessage (line 731) | _getNoResultFoundMessage(u){return o||super._getNoResultFoundMessage(u)} function tXe (line 731) | async function tXe(n,e,t,i){var s;const o=n.get(fa),r=n.get(za),a=n.get(... function Kfe (line 731) | async function Kfe(n,e,t,i){const o=await n.get(fa).createModelReference... class fR (line 731) | class fR{constructor(){this._entries=new zh(50)}get(e){const t=fR._key(e... method constructor (line 731) | constructor(){this._entries=new zh(50)} method get (line 731) | get(e){const t=fR._key(e);return this._entries.get(t)} method set (line 731) | set(e,t){const i=fR._key(e);this._entries.set(i,t)} method _key (line 731) | static _key(e){return`${e.uri.toString()}/${e.getVersionId()}`} class aW (line 731) | class aW{constructor(e,t){this.item=e,this.index=t}get part(){const e=th... method constructor (line 731) | constructor(e,t){this.item=e,this.index=t} method part (line 731) | get part(){const e=this.item.hint.label;return typeof e=="string"?{lab... class nXe (line 731) | class nXe{constructor(e,t){this.part=e,this.hasTriggerModifier=t}} method constructor (line 731) | constructor(e,t){this.part=e,this.hasTriggerModifier=t} method get (line 731) | static get(e){var t;return(t=e.getContribution(o1.ID))!==null&&t!==void ... method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a){this._editor=e,this._languageFeaturesService=... method dispose (line 731) | dispose(){this._sessionDisposables.dispose(),this._removeAllDecorations(... method _update (line 731) | _update(){this._sessionDisposables.clear(),this._removeAllDecorations();... method _installLinkGesture (line 731) | _installLinkGesture(){const e=new be,t=e.add(new RP(this._editor)),i=new... method _getInlineHintsForRange (line 731) | _getInlineHintsForRange(e){const t=new Set;for(const i of this._decorati... method _installDblClickGesture (line 731) | _installDblClickGesture(e){return this._editor.onMouseUp(async t=>{if(t.... method _installContextMenu (line 731) | _installContextMenu(){return this._editor.onContextMenu(async e=>{if(!co... method _getInlayHintLabelPart (line 731) | _getInlayHintLabelPart(e){var t;if(e.target.type!==6)return;const i=(t=e... method _invokeCommand (line 731) | async _invokeCommand(e,t){var i;try{await this._commandService.executeCo... method _cacheHintsForFastRestore (line 731) | _cacheHintsForFastRestore(e){const t=this._copyInlayHintsWithCurrentAnch... method _copyInlayHintsWithCurrentAnchor (line 731) | _copyInlayHintsWithCurrentAnchor(e){const t=new Map;for(const[i,s]of thi... method _getHintsRanges (line 731) | _getHintsRanges(){const t=this._editor.getModel(),i=this._editor.getVisi... method _updateHintsDecorators (line 731) | _updateHintsDecorators(e,t){var i,s;const o=[],r=(_,b,w,y,S)=>{const x={... method _fillInColors (line 731) | _fillInColors(e,t){t.kind===A2.Parameter?(e.backgroundColor=Yn(EFe),e.co... method _getLayoutInfo (line 731) | _getLayoutInfo(){const e=this._editor.getOption(141),t=e.padding,i=this.... method _removeAllDecorations (line 731) | _removeAllDecorations(){this._editor.removeDecorations(Array.from(this._... function sXe (line 731) | function sXe(n){return n.replace(/[ \t]/g," ")} class Zee (line 731) | class Zee extends Yv{constructor(e,t,i,s){super(10,t,e.item.anchor.range... method constructor (line 731) | constructor(e,t,i,s){super(10,t,e.item.anchor.range,i,s,!0),this.part=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l){super(e,t,i,r,l,s,o),this._resolverService=... method suggestHoverAnchor (line 731) | suggestHoverAnchor(e){var t;if(!Jm.get(this._editor)||e.target.type!==6)... method computeSync (line 731) | computeSync(){return[]} method computeAsync (line 731) | computeAsync(e,t,i){return e instanceof Zee?new Ls(async s=>{const{part:... method _resolveInlayHintLabelPartHover (line 731) | async _resolveInlayHintLabelPartHover(e,t){if(!e.part.location)return Ls... class pR (line 731) | class pR{get anchor(){return this._anchor}set anchor(e){this._anchor=e}g... method anchor (line 731) | get anchor(){return this._anchor} method anchor (line 731) | set anchor(e){this._anchor=e} method shouldFocus (line 731) | get shouldFocus(){return this._shouldFocus} method shouldFocus (line 731) | set shouldFocus(e){this._shouldFocus=e} method source (line 731) | get source(){return this._source} method source (line 731) | set source(e){this._source=e} method insistOnKeepingHoverVisible (line 731) | get insistOnKeepingHoverVisible(){return this._insistOnKeepingHoverVis... method insistOnKeepingHoverVisible (line 731) | set insistOnKeepingHoverVisible(e){this._insistOnKeepingHoverVisible=e} method constructor (line 731) | constructor(e,t){this._editor=e,this._participants=t,this._anchor=null... method _getLineDecorations (line 731) | static _getLineDecorations(e,t){if(t.type!==1&&!t.supportsMarkerHover)... method computeAsync (line 731) | computeAsync(e){const t=this._anchor;if(!this._editor.hasModel()||!t)r... method computeSync (line 731) | computeSync(){if(!this._editor.hasModel()||!this._anchor)return[];cons... class Gfe (line 731) | class Gfe{constructor(e,t,i){this.anchor=e,this.messages=t,this.isComple... method constructor (line 731) | constructor(e,t,i){this.anchor=e,this.messages=t,this.isComplete=i} method filter (line 731) | filter(e){const t=this.messages.filter(i=>i.isValidForHoverAnchor(e));... class rXe (line 731) | class rXe extends Gfe{constructor(e,t,i,s){super(t,i,s),this.original=e}... method constructor (line 731) | constructor(e,t,i,s){super(t,i,s),this.original=e} method filter (line 731) | filter(e){return this.original.filter(e)} class aXe (line 731) | class aXe{constructor(e,t,i,s,o,r,a,l,c,d){this.initialMousePosX=e,this.... method constructor (line 731) | constructor(e,t,i,s,o,r,a,l,c,d){this.initialMousePosX=e,this.initialM... method hasContent (line 731) | get hasContent(){return this._hasContent} method constructor (line 731) | constructor(e){super(),this._keybindingService=e,this._hasContent=!1,thi... method addAction (line 731) | addAction(e){const t=this._keybindingService.lookupKeybinding(e.commandI... method append (line 731) | append(e){const t=we(this.actionsElement,e);return this._hasContent=!0,t} method constructor (line 731) | constructor(e,t,i){super(),this._editor=e,this._instantiationService=t,t... method _startShowingOrUpdateHover (line 731) | _startShowingOrUpdateHover(e,t,i,s,o){return!this._widget.position||!thi... method _startHoverOperationIfNecessary (line 731) | _startHoverOperationIfNecessary(e,t,i,s,o){this._computer.anchor&&this._... method _setCurrentResult (line 731) | _setCurrentResult(e){this._currentResult!==e&&(e&&e.messages.length===0&... method _addLoadingMessage (line 731) | _addLoadingMessage(e){if(this._computer.anchor){for(const t of this._par... method _withResult (line 731) | _withResult(e){this._widget.position&&this._currentResult&&this._current... method _renderMessages (line 731) | _renderMessages(e,t){const{showAtPosition:i,showAtSecondaryPosition:s,hi... method _doOnContentsChanged (line 731) | _doOnContentsChanged(){this._onContentsChanged.fire(),this._widget.onCon... method computeHoverRanges (line 731) | static computeHoverRanges(e,t,i){let s=1;if(e.hasModel()){const u=e._get... method showsOrWillShow (line 731) | showsOrWillShow(e){if(this._widget.isResizing)return!0;const t=[];for(co... method startShowingAtRange (line 731) | startShowingAtRange(e,t,i,s){this._startShowingOrUpdateHover(new s3(0,e,... method updateMarkdownHoverVerbosityLevel (line 731) | async updateMarkdownHoverVerbosityLevel(e,t,i){var s;(s=this._markdownHo... method markdownHoverContentAtIndex (line 731) | markdownHoverContentAtIndex(e){var t,i;return(i=(t=this._markdownHoverPa... method doesMarkdownHoverAtIndexSupportVerbosityAction (line 731) | doesMarkdownHoverAtIndexSupportVerbosityAction(e,t){var i,s;return(s=(i=... method containsNode (line 731) | containsNode(e){return e?this._widget.getDomNode().contains(e):!1} method focus (line 731) | focus(){this._widget.focus()} method scrollUp (line 731) | scrollUp(){this._widget.scrollUp()} method scrollDown (line 731) | scrollDown(){this._widget.scrollDown()} method scrollLeft (line 731) | scrollLeft(){this._widget.scrollLeft()} method scrollRight (line 731) | scrollRight(){this._widget.scrollRight()} method pageUp (line 731) | pageUp(){this._widget.pageUp()} method pageDown (line 731) | pageDown(){this._widget.pageDown()} method goToTop (line 731) | goToTop(){this._widget.goToTop()} method goToBottom (line 731) | goToBottom(){this._widget.goToBottom()} method hide (line 731) | hide(){this._computer.anchor=null,this._hoverOperation.cancel(),this._se... method isColorPickerVisible (line 731) | get isColorPickerVisible(){return this._widget.isColorPickerVisible} method isVisibleFromKeyboard (line 731) | get isVisibleFromKeyboard(){return this._widget.isVisibleFromKeyboard} method isVisible (line 731) | get isVisible(){return this._widget.isVisible} method isFocused (line 731) | get isFocused(){return this._widget.isFocused} method isResizing (line 731) | get isResizing(){return this._widget.isResizing} method widget (line 731) | get widget(){return this._widget} class uXe (line 731) | class uXe{get lineNumber(){return this._lineNumber}set lineNumber(e){thi... method lineNumber (line 731) | get lineNumber(){return this._lineNumber} method lineNumber (line 731) | set lineNumber(e){this._lineNumber=e} method lane (line 731) | get lane(){return this._laneOrLine} method lane (line 731) | set lane(e){this._laneOrLine=e} method constructor (line 731) | constructor(e){this._editor=e,this._lineNumber=-1,this._laneOrLine=Dh.... method computeSync (line 731) | computeSync(){var e,t;const i=a=>({value:a}),s=this._editor.getLineDec... class vk (line 731) | class vk extends ne{constructor(e,t,i){super(),this._renderDisposeables=... method constructor (line 731) | constructor(e,t,i){super(),this._renderDisposeables=this._register(new... method dispose (line 731) | dispose(){this._editor.removeOverlayWidget(this),super.dispose()} method getId (line 731) | getId(){return vk.ID} method getDomNode (line 731) | getDomNode(){return this._hover.containerDomNode} method getPosition (line 731) | getPosition(){return null} method _updateFont (line 731) | _updateFont(){Array.prototype.slice.call(this._hover.contentsDomNode.g... method _onModelDecorationsChanged (line 731) | _onModelDecorationsChanged(){this._isVisible&&(this._hoverOperation.ca... method showsOrWillShow (line 731) | showsOrWillShow(e){const t=e.target;return t.type===2&&t.detail.glyphM... method _startShowingAt (line 731) | _startShowingAt(e,t){this._computer.lineNumber===e&&this._computer.lan... method hide (line 731) | hide(){this._computer.lineNumber=-1,this._hoverOperation.cancel(),this... method _withResult (line 731) | _withResult(e){this._messages=e,this._messages.length>0?this._renderMe... method _renderMessages (line 731) | _renderMessages(e,t){this._renderDisposeables.clear();const i=document... method _updateContents (line 731) | _updateContents(e){this._hover.contentsDomNode.textContent="",this._ho... method _showAt (line 731) | _showAt(e){this._isVisible||(this._isVisible=!0,this._hover.containerD... method constructor (line 731) | constructor(e,t,i){super(),this._editor=e,this._instantiationService=t,t... method get (line 731) | static get(e){return e.getContribution(lW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method _hookListeners (line 731) | _hookListeners(){const e=this._editor.getOption(60);this._hoverSettings=... method _unhookListeners (line 731) | _unhookListeners(){this._listenersStore.clear()} method _cancelScheduler (line 731) | _cancelScheduler(){this._mouseMoveEvent=void 0,this._reactToEditorMouseM... method _onEditorScrollChanged (line 731) | _onEditorScrollChanged(e){(e.scrollTopChanged||e.scrollLeftChanged)&&thi... method _onEditorMouseDown (line 731) | _onEditorMouseDown(e){this._hoverState.mouseDown=!0,!this._shouldNotHide... method _shouldNotHideCurrentHoverWidget (line 731) | _shouldNotHideCurrentHoverWidget(e){return!!(this._isMouseOnContentHover... method _isMouseOnMarginHoverWidget (line 731) | _isMouseOnMarginHoverWidget(e){const t=e.target;return t?t.type===12&&t.... method _isMouseOnContentHoverWidget (line 731) | _isMouseOnContentHoverWidget(e){const t=e.target;return t?t.type===9&&t.... method _onEditorMouseUp (line 731) | _onEditorMouseUp(){this._hoverState.mouseDown=!1} method _onEditorMouseLeave (line 731) | _onEditorMouseLeave(e){this.shouldKeepOpenOnEditorMouseMoveOrLeave||(thi... method _shouldNotRecomputeCurrentHoverWidget (line 731) | _shouldNotRecomputeCurrentHoverWidget(e){const t=this._hoverSettings.sti... method _onEditorMouseMove (line 731) | _onEditorMouseMove(e){var t,i,s,o;if(this.shouldKeepOpenOnEditorMouseMov... method _reactToEditorMouseMove (line 731) | _reactToEditorMouseMove(e){var t;if(!e)return;const s=(t=e.target.elemen... method _tryShowHoverWidget (line 731) | _tryShowHoverWidget(e,t){const i=this._getOrCreateContentWidget(),s=this... method _onKeyDown (line 731) | _onKeyDown(e){var t;if(!this._editor.hasModel())return;const i=this._key... method _hideWidgets (line 731) | _hideWidgets(){var e,t,i;this._hoverState.mouseDown&&(!((e=this._content... method _getOrCreateContentWidget (line 731) | _getOrCreateContentWidget(){return this._contentWidget||(this._contentWi... method _getOrCreateGlyphWidget (line 731) | _getOrCreateGlyphWidget(){return this._glyphWidget||(this._glyphWidget=t... method showContentHover (line 731) | showContentHover(e,t,i,s,o=!1){this._hoverState.activatedByDecoratorClic... method _isContentWidgetResizing (line 731) | _isContentWidgetResizing(){var e;return((e=this._contentWidget)===null||... method markdownHoverContentAtIndex (line 731) | markdownHoverContentAtIndex(e){return this._getOrCreateContentWidget().m... method doesMarkdownHoverAtIndexSupportVerbosityAction (line 731) | doesMarkdownHoverAtIndexSupportVerbosityAction(e,t){return this._getOrCr... method updateMarkdownHoverVerbosityLevel (line 731) | updateMarkdownHoverVerbosityLevel(e,t,i){this._getOrCreateContentWidget(... method focus (line 731) | focus(){var e;(e=this._contentWidget)===null||e===void 0||e.focus()} method scrollUp (line 731) | scrollUp(){var e;(e=this._contentWidget)===null||e===void 0||e.scrollUp()} method scrollDown (line 731) | scrollDown(){var e;(e=this._contentWidget)===null||e===void 0||e.scrollD... method scrollLeft (line 731) | scrollLeft(){var e;(e=this._contentWidget)===null||e===void 0||e.scrollL... method scrollRight (line 731) | scrollRight(){var e;(e=this._contentWidget)===null||e===void 0||e.scroll... method pageUp (line 731) | pageUp(){var e;(e=this._contentWidget)===null||e===void 0||e.pageUp()} method pageDown (line 731) | pageDown(){var e;(e=this._contentWidget)===null||e===void 0||e.pageDown()} method goToTop (line 731) | goToTop(){var e;(e=this._contentWidget)===null||e===void 0||e.goToTop()} method goToBottom (line 731) | goToBottom(){var e;(e=this._contentWidget)===null||e===void 0||e.goToBot... method isColorPickerVisible (line 731) | get isColorPickerVisible(){var e;return(e=this._contentWidget)===null||e... method isHoverVisible (line 731) | get isHoverVisible(){var e;return(e=this._contentWidget)===null||e===voi... method dispose (line 731) | dispose(){var e,t;super.dispose(),this._unhookListeners(),this._listener... class cW (line 731) | class cW extends ne{constructor(e){super(),this._editor=e,this._register... method constructor (line 731) | constructor(e){super(),this._editor=e,this._register(e.onMouseDown(t=>... method dispose (line 731) | dispose(){super.dispose()} method onMouseDown (line 731) | onMouseDown(e){const t=this._editor.getOption(148);if(t!=="click"&&t!=... method constructor (line 731) | constructor(e,t,i,s,o,r,a){super(),this._editor=e,this._modelService=i,t... method showOrFocus (line 731) | showOrFocus(){var e;this._editor.hasModel()&&(this._standaloneColorPicke... method hide (line 731) | hide(){var e;this._standaloneColorPickerFocused.set(!1),this._standalone... method insertColor (line 731) | insertColor(){var e;(e=this._standaloneColorPickerWidget)===null||e===vo... method get (line 731) | static get(e){return e.getContribution(dW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 731) | constructor(e,t,i,s,o,r,a,l){var c;super(),this._editor=e,this._standalo... method updateEditor (line 731) | updateEditor(){this._colorHover&&this._standaloneColorPickerParticipant.... method getId (line 731) | getId(){return uW.ID} method getDomNode (line 731) | getDomNode(){return this._body} method getPosition (line 731) | getPosition(){if(!this._position)return null;const e=this._editor.getOpt... method hide (line 731) | hide(){this.dispose(),this._standaloneColorPickerVisible.set(!1),this._s... method focus (line 731) | focus(){this._standaloneColorPickerFocused.set(!0),this._body.focus()} method _start (line 731) | async _start(e){const t=await this._computeAsync(e);t&&this._onResult.fi... method _computeAsync (line 731) | async _computeAsync(e){if(!this._editor.hasModel())return null;const t={... method _render (line 731) | _render(e,t){const i=document.createDocumentFragment(),s=this._register(... class gXe (line 731) | class gXe{constructor(e,t){this.value=e,this.foundInEditor=t}} method constructor (line 731) | constructor(e,t){this.value=e,this.foundInEditor=t} class pXe (line 731) | class pXe extends mu{constructor(){super({id:"editor.action.showOrFocusS... method constructor (line 731) | constructor(){super({id:"editor.action.showOrFocusStandaloneColorPicke... method runEditorCommand (line 731) | runEditorCommand(e,t){var i;(i=e_.get(t))===null||i===void 0||i.showOr... class mXe (line 731) | class mXe extends Ke{constructor(){super({id:"editor.action.hideColorPic... method constructor (line 731) | constructor(){super({id:"editor.action.hideColorPicker",label:v({},"Hi... method run (line 731) | run(e,t){var i;(i=e_.get(t))===null||i===void 0||i.hide()} class _Xe (line 731) | class _Xe extends Ke{constructor(){super({id:"editor.action.insertColorW... method constructor (line 731) | constructor(){super({id:"editor.action.insertColorWithStandaloneColorP... method run (line 731) | run(e,t){var i;(i=e_.get(t))===null||i===void 0||i.insertColor()} class im (line 731) | class im{constructor(e,t,i){this.languageConfigurationService=i,this._se... method constructor (line 731) | constructor(e,t,i){this.languageConfigurationService=i,this._selection... method _haystackHasNeedleAtOffset (line 731) | static _haystackHasNeedleAtOffset(e,t,i){if(i<0)return!1;const s=t.len... method _createOperationsForBlockComment (line 731) | _createOperationsForBlockComment(e,t,i,s,o,r){const a=e.startLineNumbe... method _createRemoveBlockCommentOperations (line 731) | static _createRemoveBlockCommentOperations(e,t,i){const s=[];return A.... method _createAddBlockCommentOperations (line 731) | static _createAddBlockCommentOperations(e,t,i,s){const o=[];return A.i... method getEditOperations (line 731) | getEditOperations(e,t){const i=this._selection.startLineNumber,s=this.... method computeCursorState (line 731) | computeCursorState(e,t){const i=t.getInverseEditOperations();if(i.leng... class If (line 731) | class If{constructor(e,t,i,s,o,r,a){this.languageConfigurationService=e,... method constructor (line 731) | constructor(e,t,i,s,o,r,a){this.languageConfigurationService=e,this._s... method _gatherPreflightCommentStrings (line 731) | static _gatherPreflightCommentStrings(e,t,i,s){e.tokenization.tokenize... method _analyzeLines (line 731) | static _analyzeLines(e,t,i,s,o,r,a,l){let c=!0,d;e===0?d=!0:e===1?d=!1... method _gatherPreflightData (line 731) | static _gatherPreflightData(e,t,i,s,o,r,a,l){const c=If._gatherPreflig... method _executeLineComments (line 731) | _executeLineComments(e,t,i,s){let o;i.shouldRemoveComments?o=If._creat... method _attemptRemoveBlockComment (line 731) | _attemptRemoveBlockComment(e,t,i,s){let o=t.startLineNumber,r=t.endLin... method _executeBlockComment (line 731) | _executeBlockComment(e,t,i){e.tokenization.tokenizeIfCheap(i.startLine... method getEditOperations (line 731) | getEditOperations(e,t){let i=this._selection;if(this._moveEndPositionD... method computeCursorState (line 732) | computeCursorState(e,t){let i=t.getTrackedSelection(this._selectionId)... method _createRemoveLineCommentsOperations (line 732) | static _createRemoveLineCommentsOperations(e,t){const i=[];for(let s=0... method _createAddLineCommentsOperations (line 732) | _createAddLineCommentsOperations(e,t){const i=[],s=this._insertSpace?"... method nextVisibleColumn (line 732) | static nextVisibleColumn(e,t,i,s){return i?e+(t-e%t):e+s} method _normalizeInsertionPoint (line 732) | static _normalizeInsertionPoint(e,t,i,s){let o=1073741824,r,a;for(let ... class kU (line 732) | class kU extends Ke{constructor(e,t){super(t),this._type=e}run(e,t){cons... method constructor (line 732) | constructor(e,t){super(t),this._type=e} method run (line 732) | run(e,t){const i=e.get(gn);if(!t.hasModel())return;const s=t.getModel(... class vXe (line 732) | class vXe extends kU{constructor(){super(0,{id:"editor.action.commentLin... method constructor (line 732) | constructor(){super(0,{id:"editor.action.commentLine",label:v("comment... class bXe (line 732) | class bXe extends kU{constructor(){super(1,{id:"editor.action.addComment... method constructor (line 732) | constructor(){super(1,{id:"editor.action.addCommentLine",label:v("comm... class CXe (line 732) | class CXe extends kU{constructor(){super(2,{id:"editor.action.removeComm... method constructor (line 732) | constructor(){super(2,{id:"editor.action.removeCommentLine",label:v("c... class wXe (line 732) | class wXe extends Ke{constructor(){super({id:"editor.action.blockComment... method constructor (line 732) | constructor(){super({id:"editor.action.blockComment",label:v("comment.... method run (line 732) | run(e,t){const i=e.get(gn);if(!t.hasModel())return;const s=t.getOption... method get (line 732) | static get(e){return e.getContribution(hW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 732) | constructor(e,t,i,s,o,r,a,l){this._contextMenuService=t,this._contextVie... method _onContextMenu (line 732) | _onContextMenu(e){if(!this._editor.hasModel())return;if(!this._editor.ge... method showContextMenu (line 732) | showContextMenu(e){if(!this._editor.getOption(24)||!this._editor.hasMode... method _getMenuActions (line 732) | _getMenuActions(e,t){const i=[],s=this._menuService.createMenu(t,this._c... method _doShowContextMenu (line 732) | _doShowContextMenu(e,t=null){if(!this._editor.hasModel())return;const i=... method _showScrollbarContextMenu (line 732) | _showScrollbarContextMenu(e){if(!this._editor.hasModel()||AHe(this._work... method _keybindingFor (line 732) | _keybindingFor(e){return this._keybindingService.lookupKeybinding(e.id)} method dispose (line 732) | dispose(){this._contextMenuIsBeingShownCount>0&&this._contextViewService... class SXe (line 732) | class SXe extends Ke{constructor(){super({id:"editor.action.showContextM... method constructor (line 732) | constructor(){super({id:"editor.action.showContextMenu",label:v("actio... method run (line 732) | run(e,t){var i;(i=dw.get(t))===null||i===void 0||i.showContextMenu()} class r3 (line 732) | class r3{constructor(e){this.selections=e}equals(e){const t=this.selecti... method constructor (line 732) | constructor(e){this.selections=e} method equals (line 732) | equals(e){const t=this.selections.length,i=e.selections.length;if(t!==... class a3 (line 732) | class a3{constructor(e,t,i){this.cursorState=e,this.scrollTop=t,this.scr... method constructor (line 732) | constructor(e,t,i){this.cursorState=e,this.scrollTop=t,this.scrollLeft=i} class T0 (line 732) | class T0 extends ne{static get(e){return e.getContribution(T0.ID)}constr... method get (line 732) | static get(e){return e.getContribution(T0.ID)} method constructor (line 732) | constructor(e){super(),this._editor=e,this._isCursorUndoRedo=!1,this._... method cursorUndo (line 732) | cursorUndo(){!this._editor.hasModel()||this._undoStack.length===0||(th... method cursorRedo (line 732) | cursorRedo(){!this._editor.hasModel()||this._redoStack.length===0||(th... method _applyState (line 732) | _applyState(e){this._isCursorUndoRedo=!0,this._editor.setSelections(e.... class xXe (line 732) | class xXe extends Ke{constructor(){super({id:"cursorUndo",label:v("curso... method constructor (line 732) | constructor(){super({id:"cursorUndo",label:v("cursor.undo","Cursor Und... method run (line 732) | run(e,t,i){var s;(s=T0.get(t))===null||s===void 0||s.cursorUndo()} class LXe (line 732) | class LXe extends Ke{constructor(){super({id:"cursorRedo",label:v("curso... method constructor (line 732) | constructor(){super({id:"cursorRedo",label:v("cursor.redo","Cursor Red... method run (line 732) | run(e,t,i){var s;(s=T0.get(t))===null||s===void 0||s.cursorRedo()} class kXe (line 732) | class kXe{constructor(e,t,i){this.selection=e,this.targetPosition=t,this... method constructor (line 732) | constructor(e,t,i){this.selection=e,this.targetPosition=t,this.copy=i,... method getEditOperations (line 732) | getEditOperations(e,t){const i=e.getValueInRange(this.selection);if(th... method computeCursorState (line 732) | computeCursorState(e,t){return this.targetSelection} function jb (line 732) | function jb(n){return Xt?n.altKey:n.ctrlKey} class Cg (line 732) | class Cg extends ne{constructor(e){super(),this._editor=e,this._dndDecor... method constructor (line 732) | constructor(e){super(),this._editor=e,this._dndDecorationIds=this._edi... method onEditorBlur (line 732) | onEditorBlur(){this._removeDecoration(),this._dragSelection=null,this.... method onEditorKeyDown (line 732) | onEditorKeyDown(e){!this._editor.getOption(35)||this._editor.getOption... method onEditorKeyUp (line 732) | onEditorKeyUp(e){!this._editor.getOption(35)||this._editor.getOption(2... method _onEditorMouseDown (line 732) | _onEditorMouseDown(e){this._mouseDown=!0} method _onEditorMouseUp (line 732) | _onEditorMouseUp(e){this._mouseDown=!1,this._editor.updateOptions({mou... method _onEditorMouseDrag (line 732) | _onEditorMouseDrag(e){const t=e.target;if(this._dragSelection===null){... method _onEditorMouseDropCanceled (line 732) | _onEditorMouseDropCanceled(){this._editor.updateOptions({mouseStyle:"t... method _onEditorMouseDrop (line 732) | _onEditorMouseDrop(e){if(e.target&&(this._hitContent(e.target)||this._... method showAt (line 732) | showAt(e){this._dndDecorationIds.set([{range:new A(e.lineNumber,e.colu... method _removeDecoration (line 732) | _removeDecoration(){this._dndDecorationIds.clear()} method _hitContent (line 732) | _hitContent(e){return e.type===6||e.type===7} method _hitMargin (line 732) | _hitMargin(e){return e.type===2||e.type===3||e.type===4} method dispose (line 732) | dispose(){this._removeDecoration(),this._dragSelection=null,this._mous... method constructor (line 732) | constructor(){super({id:Qhe,precondition:fU,kbOpts:{weight:100,primary:2... method runEditorCommand (line 732) | runEditorCommand(n,e){var t;return(t=Oh.get(e))===null||t===void 0?void ... method constructor (line 732) | constructor(){super({id:"editor.hidePasteWidget",precondition:fU,kbOpts:... method runEditorCommand (line 732) | runEditorCommand(n,e){var t;(t=Oh.get(e))===null||t===void 0||t.clearWid... method constructor (line 732) | constructor(){super({id:"editor.action.pasteAs",label:v("pasteAs","Paste... method run (line 732) | run(e,t,i){var s;let o=typeof(i==null?void 0:i.kind)=="string"?i.kind:vo... method constructor (line 732) | constructor(){super({id:"editor.action.pasteAsText",label:v("pasteAsText... method run (line 732) | run(n,e){var t;return(t=Oh.get(e))===null||t===void 0?void 0:t.pasteAs({... class DXe (line 732) | class DXe{constructor(){this._dragOperations=new Map}removeDragOperation... method constructor (line 732) | constructor(){this._dragOperations=new Map} method removeDragOperationTransfer (line 732) | removeDragOperationTransfer(e){if(e&&this._dragOperations.has(e)){cons... class tte (line 732) | class tte{constructor(e){this.identifier=e}} method constructor (line 732) | constructor(e){this.identifier=e} method get (line 732) | static get(e){return e.getContribution(fW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 732) | constructor(e,t,i,s,o){super(),this._configService=i,this._languageFeatu... method clearWidgets (line 732) | clearWidgets(){this._postDropWidgetManager.clear()} method changeDropType (line 732) | changeDropType(){this._postDropWidgetManager.tryShowSelector()} method onDropIntoEditor (line 732) | async onDropIntoEditor(e,t,i){var s;if(!i.dataTransfer||!e.hasModel())re... method getDropEdits (line 732) | async getDropEdits(e,t,i,s,o){const r=await uD(Promise.all(e.map(async l... method getInitialActiveEditIndex (line 732) | getInitialActiveEditIndex(e,t){const i=this._configService.getValue(Xfe,... method extractDataTransferData (line 732) | async extractDataTransferData(e){if(!e.dataTransfer)return new Vhe;const... method constructor (line 732) | constructor(){super({id:Qfe,precondition:DU,kbOpts:{weight:100,primary:2... method runEditorCommand (line 732) | runEditorCommand(n,e,t){var i;(i=N0.get(e))===null||i===void 0||i.change... method constructor (line 732) | constructor(){super({id:"editor.hideDropWidget",precondition:DU,kbOpts:{... method runEditorCommand (line 732) | runEditorCommand(n,e,t){var i;(i=N0.get(e))===null||i===void 0||i.clearW... class lr (line 732) | class lr{constructor(e){this._editor=e,this._decorations=[],this._overvi... method constructor (line 732) | constructor(e){this._editor=e,this._decorations=[],this._overviewRuler... method dispose (line 732) | dispose(){this._editor.removeDecorations(this._allDecorations()),this.... method reset (line 732) | reset(){this._decorations=[],this._overviewRulerApproximateDecorations... method getCount (line 732) | getCount(){return this._decorations.length} method getFindScope (line 732) | getFindScope(){return this._findScopeDecorationIds[0]?this._editor.get... method getFindScopes (line 732) | getFindScopes(){if(this._findScopeDecorationIds.length){const e=this._... method getStartPosition (line 732) | getStartPosition(){return this._startPosition} method setStartPosition (line 732) | setStartPosition(e){this._startPosition=e,this.setCurrentFindMatch(null)} method _getDecorationIndex (line 732) | _getDecorationIndex(e){const t=this._decorations.indexOf(e);return t>=... method getDecorationRangeAt (line 732) | getDecorationRangeAt(e){const t=e{let s=lr._FIND_MATCH_DECOR... method matchBeforePosition (line 732) | matchBeforePosition(e){if(this._decorations.length===0)return null;for... method matchAfterPosition (line 732) | matchAfterPosition(e){if(this._decorations.length===0)return null;for(... method _allDecorations (line 732) | _allDecorations(){let e=[];return e=e.concat(this._decorations),e=e.co... class EXe (line 732) | class EXe{constructor(e,t,i){this._editorSelection=e,this._ranges=t,this... method constructor (line 732) | constructor(e,t,i){this._editorSelection=e,this._ranges=t,this._replac... method getEditOperations (line 732) | getEditOperations(e,t){if(this._ranges.length>0){const i=[];for(let r=... method computeCursorState (line 732) | computeCursorState(e,t){return t.getTrackedSelection(this._trackedEdit... function Jfe (line 732) | function Jfe(n,e){if(n&&n[0]!==""){const t=ite(n,e,"-"),i=ite(n,e,"_");r... function ite (line 732) | function ite(n,e,t){return n[0].indexOf(t)!==-1&&e.indexOf(t)!==-1&&n[0]... function nte (line 732) | function nte(n,e,t){const i=e.split(t),s=n[0].split(t);let o="";return i... class ste (line 732) | class ste{constructor(e){this.staticValue=e,this.kind=0}} method constructor (line 732) | constructor(e){this.staticValue=e,this.kind=0} class TXe (line 732) | class TXe{constructor(e){this.pieces=e,this.kind=1}} method constructor (line 732) | constructor(e){this.pieces=e,this.kind=1} class uw (line 732) | class uw{static fromStaticValue(e){return new uw([Qv.staticValue(e)])}ge... method fromStaticValue (line 732) | static fromStaticValue(e){return new uw([Qv.staticValue(e)])} method hasReplacementPatterns (line 732) | get hasReplacementPatterns(){return this._state.kind===1} method constructor (line 732) | constructor(e){!e||e.length===0?this._state=new ste(""):e.length===1&&... method buildReplaceString (line 732) | buildReplaceString(e,t){if(this._state.kind===0)return t?Jfe(e,this._s... method _substitute (line 732) | static _substitute(e,t){if(t===null)return"";if(e===0)return t[0];let ... class Qv (line 732) | class Qv{static staticValue(e){return new Qv(e,-1,null)}static caseOps(e... method staticValue (line 732) | static staticValue(e){return new Qv(e,-1,null)} method caseOps (line 732) | static caseOps(e,t){return new Qv(null,e,t)} method constructor (line 732) | constructor(e,t,i){this.staticValue=e,this.matchIndex=t,!i||i.length==... class NXe (line 732) | class NXe{constructor(e){this._source=e,this._lastCharIndex=0,this._resu... method constructor (line 732) | constructor(e){this._source=e,this._lastCharIndex=0,this._result=[],th... method emitUnchanged (line 732) | emitUnchanged(e){this._emitStatic(this._source.substring(this._lastCha... method emitStatic (line 732) | emitStatic(e,t){this._emitStatic(e),this._lastCharIndex=t} method _emitStatic (line 732) | _emitStatic(e){e.length!==0&&(this._currentStaticPiece+=e)} method emitMatchIndex (line 732) | emitMatchIndex(e,t,i){this._currentStaticPiece.length!==0&&(this._resu... method finalize (line 732) | finalize(){return this.emitUnchanged(this._source.length),this._curren... function AXe (line 732) | function AXe(n){if(!n||n.length===0)return new uw(null);const e=[],t=new... class Ax (line 733) | class Ax{constructor(e,t){this._toDispose=new be,this._editor=e,this._st... method constructor (line 733) | constructor(e,t){this._toDispose=new be,this._editor=e,this._state=t,t... method dispose (line 733) | dispose(){this._isDisposed=!0,tn(this._startSearchingTimer),this._toDi... method _onStateChanged (line 733) | _onStateChanged(e){this._isDisposed||this._editor.hasModel()&&(e.searc... method _getSearchRange (line 733) | static _getSearchRange(e,t){return t||e.getFullModelRange()} method research (line 733) | research(e,t){let i=null;typeof t<"u"?t!==null&&(Array.isArray(t)?i=t:... method _hasMatches (line 733) | _hasMatches(){return this._state.matchesCount>0} method _cannotFind (line 733) | _cannotFind(){if(!this._hasMatches()){const e=this._decorations.getFin... method _setCurrentFindMatch (line 733) | _setCurrentFindMatch(e){const t=this._decorations.setCurrentFindMatch(... method _prevSearchPosition (line 733) | _prevSearchPosition(e){const t=this._state.isRegex&&(this._state.searc... method _moveToPrevMatch (line 733) | _moveToPrevMatch(e,t=!1){if(!this._state.canNavigateBack()){const d=th... method moveToPrevMatch (line 733) | moveToPrevMatch(){this._moveToPrevMatch(this._editor.getSelection().ge... method _nextSearchPosition (line 733) | _nextSearchPosition(e){const t=this._state.isRegex&&(this._state.searc... method _moveToNextMatch (line 733) | _moveToNextMatch(e){if(!this._state.canNavigateForward()){const i=this... method _getNextMatch (line 733) | _getNextMatch(e,t,i,s=!1){if(this._cannotFind())return null;const o=th... method moveToNextMatch (line 733) | moveToNextMatch(){this._moveToNextMatch(this._editor.getSelection().ge... method _moveToMatch (line 733) | _moveToMatch(e){const t=this._decorations.getDecorationRangeAt(e);t&&t... method moveToMatch (line 733) | moveToMatch(e){this._moveToMatch(e)} method _getReplacePattern (line 733) | _getReplacePattern(){return this._state.isRegex?AXe(this._state.replac... method replace (line 733) | replace(){if(!this._hasMatches())return;const e=this._getReplacePatter... method _findMatches (line 733) | _findMatches(e,t,i){const s=(e||[null]).map(o=>Ax._getSearchRange(this... method replaceAll (line 733) | replaceAll(){if(!this._hasMatches())return;const e=this._decorations.g... method _largeReplaceAll (line 733) | _largeReplaceAll(){const t=new nv(this._state.searchString,this._state... method _regularReplaceAll (line 733) | _regularReplaceAll(e){const t=this._getReplacePattern(),i=this._findMa... method selectAllMatches (line 733) | selectAllMatches(){if(!this._hasMatches())return;const e=this._decorat... method _executeEditorCommand (line 733) | _executeEditorCommand(e,t){try{this._ignoreModelContentChanged=!0,this... class zP (line 733) | class zP extends Il{constructor(e,t,i){super(),this._hideSoon=this._regi... method constructor (line 733) | constructor(e,t,i){super(),this._hideSoon=this._register(new Xi(()=>th... method _keybindingLabelFor (line 733) | _keybindingLabelFor(e){const t=this._keybindingService.lookupKeybindin... method dispose (line 733) | dispose(){this._editor.removeOverlayWidget(this),super.dispose()} method getId (line 733) | getId(){return zP.ID} method getDomNode (line 733) | getDomNode(){return this._domNode} method getPosition (line 733) | getPosition(){return{preference:0}} method highlightFindOptions (line 733) | highlightFindOptions(){this._revealTemporarily()} method _revealTemporarily (line 733) | _revealTemporarily(){this._show(),this._hideSoon.schedule()} method _onMouseLeave (line 733) | _onMouseLeave(){this._hideSoon.schedule()} method _onMouseOver (line 733) | _onMouseOver(){this._hideSoon.cancel()} method _show (line 733) | _show(){this._isVisible||(this._isVisible=!0,this._domNode.style.displ... method _hide (line 733) | _hide(){this._isVisible&&(this._isVisible=!1,this._domNode.style.displ... function TT (line 733) | function TT(n,e){return n===1?!0:n===2?!1:e} class MXe (line 733) | class MXe extends ne{get searchString(){return this._searchString}get re... method searchString (line 733) | get searchString(){return this._searchString} method replaceString (line 733) | get replaceString(){return this._replaceString} method isRevealed (line 733) | get isRevealed(){return this._isRevealed} method isReplaceRevealed (line 733) | get isReplaceRevealed(){return this._isReplaceRevealed} method isRegex (line 733) | get isRegex(){return TT(this._isRegexOverride,this._isRegex)} method wholeWord (line 733) | get wholeWord(){return TT(this._wholeWordOverride,this._wholeWord)} method matchCase (line 733) | get matchCase(){return TT(this._matchCaseOverride,this._matchCase)} method preserveCase (line 733) | get preserveCase(){return TT(this._preserveCaseOverride,this._preserve... method actualIsRegex (line 733) | get actualIsRegex(){return this._isRegex} method actualWholeWord (line 733) | get actualWholeWord(){return this._wholeWord} method actualMatchCase (line 733) | get actualMatchCase(){return this._matchCase} method actualPreserveCase (line 733) | get actualPreserveCase(){return this._preserveCase} method searchScope (line 733) | get searchScope(){return this._searchScope} method matchesPosition (line 733) | get matchesPosition(){return this._matchesPosition} method matchesCount (line 733) | get matchesCount(){return this._matchesCount} method currentMatch (line 733) | get currentMatch(){return this._currentMatch} method constructor (line 733) | constructor(){super(),this._onFindReplaceStateChange=this._register(ne... method changeMatchInfo (line 733) | changeMatchInfo(e,t,i){const s={moveCursor:!1,updateHistory:!1,searchS... method change (line 733) | change(e,t,i=!0){var s;const o={moveCursor:t,updateHistory:i,searchStr... method canNavigateBack (line 733) | canNavigateBack(){return this.canNavigateInLoop()||this.matchesPositio... method canNavigateForward (line 733) | canNavigateForward(){return this.canNavigateInLoop()||this.matchesPosi... method canNavigateInLoop (line 733) | canNavigateInLoop(){return this._loop||this.matchesCount>=nm} class FXe (line 733) | class FXe extends Vw{constructor(e){var t;super({icon:Te.preserveCase,ti... method constructor (line 733) | constructor(e){var t;super({icon:Te.preserveCase,title:OXe+e.appendTit... class BXe (line 733) | class BXe extends Il{constructor(e,t,i,s){super(),this._showOptionButton... method constructor (line 733) | constructor(e,t,i,s){super(),this._showOptionButtons=i,this.fixFocusOn... method enable (line 733) | enable(){this.domNode.classList.remove("disabled"),this.inputBox.enabl... method disable (line 733) | disable(){this.domNode.classList.add("disabled"),this.inputBox.disable... method setEnabled (line 733) | setEnabled(e){e?this.enable():this.disable()} method select (line 733) | select(){this.inputBox.select()} method focus (line 733) | focus(){this.inputBox.focus()} method getPreserveCase (line 733) | getPreserveCase(){return this.preserveCase.checked} method setPreserveCase (line 733) | setPreserveCase(e){this.preserveCase.checked=e} method focusOnPreserve (line 733) | focusOnPreserve(){this.preserveCase.focus()} method validate (line 733) | validate(){var e;(e=this.inputBox)===null||e===void 0||e.validate()} method width (line 733) | set width(e){this.inputBox.paddingRight=this.cachedOptionsWidth,this.d... method dispose (line 733) | dispose(){super.dispose()} function sge (line 733) | function sge(n,e){if(NT.includes(e))throw new Error("Cannot register the... method constructor (line 733) | constructor(e,t,i,s){super(e,t,i);const o=this._register(s.createScoped(... method constructor (line 733) | constructor(e,t,i,s,o=!1){super(e,t,o,i);const r=this._register(s.create... function ote (line 733) | function ote(n){var e,t;return((e=n.lookupKeybinding("history.showPrevio... class l3 (line 733) | class l3{constructor(e){this.afterLineNumber=e,this.heightInPx=rQe,this.... method constructor (line 733) | constructor(e){this.afterLineNumber=e,this.heightInPx=rQe,this.suppres... function ute (line 733) | function ute(n,e,t){const i=!!e.match(/\n/);if(t&&i&&t.selectionStart>0)... function hte (line 733) | function hte(n,e,t){const i=!!e.match(/\n/);if(t&&i&&t.selectionEnd{clearTimeout(e)}),this._... method _hide (line 733) | _hide(e){this._revealTimeouts.forEach(t=>{clearTimeout(t)}),this._reve... method _layoutViewZone (line 733) | _layoutViewZone(e){if(!this._codeEditor.getOption(41).addExtraSpaceOnT... method _showViewZone (line 733) | _showViewZone(e=!0){if(!this._isVisible||!this._codeEditor.getOption(4... method _removeViewZone (line 733) | _removeViewZone(){this._codeEditor.changeViewZones(e=>{this._viewZoneI... method _tryUpdateWidgetWidth (line 733) | _tryUpdateWidgetWidth(){if(!this._isVisible||!this._domNode.isConnecte... method _getHeight (line 733) | _getHeight(){let e=0;return e+=4,e+=this._findInput.inputBox.height+2,... method _tryUpdateHeight (line 733) | _tryUpdateHeight(){const e=this._getHeight();return this._cachedHeight... method focusFindInput (line 733) | focusFindInput(){this._findInput.select(),this._findInput.focus()} method focusReplaceInput (line 733) | focusReplaceInput(){this._replaceInput.select(),this._replaceInput.foc... method highlightFindOptions (line 733) | highlightFindOptions(){this._findInput.highlightFindOptions()} method _updateSearchScope (line 733) | _updateSearchScope(){if(this._codeEditor.hasModel()&&this._toggleSelec... method _onFindInputMouseDown (line 733) | _onFindInputMouseDown(e){e.middleButton&&e.stopPropagation()} method _onFindInputKeyDown (line 733) | _onFindInputKeyDown(e){if(e.equals(dte|3))if(this._keybindingService.d... method _onReplaceInputKeyDown (line 734) | _onReplaceInputKeyDown(e){if(e.equals(dte|3))if(this._keybindingServic... method getVerticalSashLeft (line 735) | getVerticalSashLeft(e){return 0} method _keybindingLabelFor (line 735) | _keybindingLabelFor(e){const t=this._keybindingService.lookupKeybindin... method _buildDomNode (line 735) | _buildDomNode(){this._findInput=this._register(new gW(null,this._conte... method updateAccessibilitySupport (line 735) | updateAccessibilitySupport(){const e=this._codeEditor.getOption(2);thi... class Kb (line 735) | class Kb extends Il{constructor(e,t){var i;super(),this._opts=e;let s="b... method constructor (line 735) | constructor(e,t){var i;super(),this._opts=e;let s="button";this._opts.... method domNode (line 735) | get domNode(){return this._domNode} method isEnabled (line 735) | isEnabled(){return this._domNode.tabIndex>=0} method focus (line 735) | focus(){this._domNode.focus()} method setEnabled (line 735) | setEnabled(e){this._domNode.classList.toggle("disabled",!e),this._domN... method setExpanded (line 735) | setExpanded(e){this._domNode.setAttribute("aria-expanded",String(!!e))... function _W (line 735) | function _W(n,e="single",t=!1){if(!n.hasModel())return null;const i=n.ge... method editor (line 735) | get editor(){return this._editor} method get (line 735) | static get(e){return e.getContribution(mW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 735) | constructor(e,t,i,s,o,r){super(),this._editor=e,this._findWidgetVisible=... method dispose (line 735) | dispose(){this.disposeModel(),super.dispose()} method disposeModel (line 735) | disposeModel(){this._model&&(this._model.dispose(),this._model=null)} method _onStateChanged (line 735) | _onStateChanged(e){this.saveQueryState(e),e.isRevealed&&(this._state.isR... method saveQueryState (line 735) | saveQueryState(e){e.isRegex&&this._storageService.store("editor.isRegex"... method loadQueryState (line 735) | loadQueryState(){this._state.change({matchCase:this._storageService.getB... method isFindInputFocused (line 735) | isFindInputFocused(){return!!VP.getValue(this._contextKeyService)} method getState (line 735) | getState(){return this._state} method closeFindWidget (line 735) | closeFindWidget(){this._state.change({isRevealed:!1,searchScope:null},!1... method toggleCaseSensitive (line 735) | toggleCaseSensitive(){this._state.change({matchCase:!this._state.matchCa... method toggleWholeWords (line 735) | toggleWholeWords(){this._state.change({wholeWord:!this._state.wholeWord}... method toggleRegex (line 735) | toggleRegex(){this._state.change({isRegex:!this._state.isRegex},!1),this... method togglePreserveCase (line 735) | togglePreserveCase(){this._state.change({preserveCase:!this._state.prese... method toggleSearchScope (line 735) | toggleSearchScope(){if(this._state.searchScope)this._state.change({searc... method setSearchString (line 735) | setSearchString(e){this._state.isRegex&&(e=wl(e)),this._state.change({se... method highlightFindOptions (line 735) | highlightFindOptions(e=!1){} method _start (line 735) | async _start(e,t){if(this.disposeModel(),!this._editor.hasModel())return... method start (line 735) | start(e,t){return this._start(e,t)} method moveToNextMatch (line 735) | moveToNextMatch(){return this._model?(this._model.moveToNextMatch(),!0):!1} method moveToPrevMatch (line 735) | moveToPrevMatch(){return this._model?(this._model.moveToPrevMatch(),!0):!1} method goToMatch (line 735) | goToMatch(e){return this._model?(this._model.moveToMatch(e),!0):!1} method replace (line 735) | replace(){return this._model?(this._model.replace(),!0):!1} method replaceAll (line 735) | replaceAll(){var e;return this._model?!((e=this._editor.getModel())===nu... method selectAllMatches (line 735) | selectAllMatches(){return this._model?(this._model.selectAllMatches(),th... method getGlobalBufferTerm (line 735) | async getGlobalBufferTerm(){return this._editor.getOption(41).globalFind... method setGlobalBufferTerm (line 735) | setGlobalBufferTerm(e){this._editor.getOption(41).globalFindClipboard&&t... method constructor (line 735) | constructor(e,t,i,s,o,r,a,l,c){super(e,i,a,l,r,c),this._contextViewServi... method _start (line 735) | async _start(e,t){this._widget||this._createFindWidget();const i=this._e... method highlightFindOptions (line 735) | highlightFindOptions(e=!1){this._widget||this._createFindWidget(),this._... method _createFindWidget (line 735) | _createFindWidget(){this._widget=this._register(new $P(this._editor,this... class dQe (line 735) | class dQe extends Ke{constructor(){super({id:vn.StartFindWithArgs,label:... method constructor (line 735) | constructor(){super({id:vn.StartFindWithArgs,label:v("startFindWithArg... method run (line 735) | async run(e,t,i){const s=Vr.get(t);if(s){const o=i?{searchString:i.sea... class uQe (line 735) | class uQe extends Ke{constructor(){super({id:vn.StartFindWithSelection,l... method constructor (line 735) | constructor(){super({id:vn.StartFindWithSelection,label:v("startFindWi... method run (line 735) | async run(e,t){const i=Vr.get(t);i&&(await i.start({forceRevealReplace... class rge (line 735) | class rge extends Ke{async run(e,t){const i=Vr.get(t);i&&!this._run(i)&&... method run (line 735) | async run(e,t){const i=Vr.get(t);i&&!this._run(i)&&(await i.start({for... class hQe (line 735) | class hQe extends rge{constructor(){super({id:vn.NextMatchFindAction,lab... method constructor (line 735) | constructor(){super({id:vn.NextMatchFindAction,label:v("findNextMatchA... method _run (line 735) | _run(e){return e.moveToNextMatch()?(e.editor.pushUndoStop(),!0):!1} class fQe (line 735) | class fQe extends rge{constructor(){super({id:vn.PreviousMatchFindAction... method constructor (line 735) | constructor(){super({id:vn.PreviousMatchFindAction,label:v("findPrevio... method _run (line 735) | _run(e){return e.moveToPrevMatch()} class gQe (line 735) | class gQe extends Ke{constructor(){super({id:vn.GoToMatchFindAction,labe... method constructor (line 735) | constructor(){super({id:vn.GoToMatchFindAction,label:v("findMatchActio... method run (line 735) | run(e,t,i){const s=Vr.get(t);if(!s)return;const o=s.getState().matches... method clearDecorations (line 735) | clearDecorations(e){e.changeDecorations(t=>{this._highlightDecorations... method addDecorations (line 735) | addDecorations(e,t){e.changeDecorations(i=>{this._highlightDecorations... class age (line 735) | class age extends Ke{async run(e,t){const i=Vr.get(t);if(!i)return;const... method run (line 735) | async run(e,t){const i=Vr.get(t);if(!i)return;const s=_W(t,"single",!1... class pQe (line 735) | class pQe extends age{constructor(){super({id:vn.NextSelectionMatchFindA... method constructor (line 735) | constructor(){super({id:vn.NextSelectionMatchFindAction,label:v("nextS... method _run (line 735) | _run(e){return e.moveToNextMatch()} class mQe (line 735) | class mQe extends age{constructor(){super({id:vn.PreviousSelectionMatchF... method constructor (line 735) | constructor(){super({id:vn.PreviousSelectionMatchFindAction,label:v("p... method _run (line 735) | _run(e){return e.moveToPrevMatch()} class c3 (line 735) | class c3{constructor(e){const t=Math.ceil(e/32);this._states=new Uint32A... method constructor (line 735) | constructor(e){const t=Math.ceil(e/32);this._states=new Uint32Array(t)} method get (line 735) | get(e){const t=e/32|0,i=e%32;return(this._states[t]&1<fte)throw n... method constructor (line 735) | constructor(e,t,i){if(e.length!==t.length||e.length>fte)throw new Erro... method ensureParentIndices (line 735) | ensureParentIndices(){if(!this._parentsComputed){this._parentsComputed... method length (line 735) | get length(){return this._startIndexes.length} method getStartLineNumber (line 735) | getStartLineNumber(e){return this._startIndexes[e]&Nd} method getEndLineNumber (line 735) | getEndLineNumber(e){return this._endIndexes[e]&Nd} method getType (line 735) | getType(e){return this._types?this._types[e]:void 0} method hasTypes (line 735) | hasTypes(){return!!this._types} method isCollapsed (line 735) | isCollapsed(e){return this._collapseStates.get(e)} method setCollapsed (line 735) | setCollapsed(e,t){this._collapseStates.set(e,t)} method isUserDefined (line 735) | isUserDefined(e){return this._userDefinedStates.get(e)} method setUserDefined (line 735) | setUserDefined(e,t){return this._userDefinedStates.set(e,t)} method isRecovered (line 735) | isRecovered(e){return this._recoveredStates.get(e)} method setRecovered (line 735) | setRecovered(e,t){return this._recoveredStates.set(e,t)} method getSource (line 735) | getSource(e){return this.isUserDefined(e)?1:this.isRecovered(e)?2:0} method setSource (line 735) | setSource(e,t){t===1?(this.setUserDefined(e,!0),this.setRecovered(e,!1... method setCollapsedAllOfType (line 735) | setCollapsedAllOfType(e,t){let i=!1;if(this._types)for(let s=0;s=0){if(this.getEndLineNumber... method toString (line 735) | toString(){const e=[];for(let t=0;tAr... class bQe (line 735) | class bQe{constructor(e,t){this.ranges=e,this.index=t}get startLineNumbe... method constructor (line 735) | constructor(e,t){this.ranges=e,this.index=t} method startLineNumber (line 735) | get startLineNumber(){return this.ranges.getStartLineNumber(this.index)} method endLineNumber (line 735) | get endLineNumber(){return this.ranges.getEndLineNumber(this.index)} method regionIndex (line 735) | get regionIndex(){return this.index} method parentIndex (line 735) | get parentIndex(){return this.ranges.getParentIndex(this.index)} method isCollapsed (line 735) | get isCollapsed(){return this.ranges.isCollapsed(this.index)} method containedBy (line 735) | containedBy(e){return e.startLineNumber<=this.startLineNumber&&e.endLi... method containsLine (line 735) | containsLine(e){return this.startLineNumber<=e&&e<=this.endLineNumber} class CQe (line 735) | class CQe{get regions(){return this._regions}get textModel(){return this... method regions (line 735) | get regions(){return this._regions} method textModel (line 735) | get textModel(){return this._textModel} method constructor (line 735) | constructor(e,t){this._updateEventEmitter=new X,this.onDidChange=this.... method toggleCollapseState (line 735) | toggleCollapseState(e){if(!e.length)return;e=e.sort((i,s)=>i.regionInd... method removeManualRanges (line 735) | removeManualRanges(e){const t=new Array,i=s=>{for(const o of e)if(!(o.... method update (line 735) | update(e,t=[]){const i=this._currentFoldedOrManualRanges(t),s=al.sanit... method updatePost (line 735) | updatePost(e){const t=[];let i=-1;for(let s=0,o=e.length;s{for(const r of e)if... method getMemento (line 735) | getMemento(){const e=this._currentFoldedOrManualRanges(),t=[],i=this._... method applyMemento (line 735) | applyMemento(e){var t,i;if(!Array.isArray(e))return;const s=[],o=this.... method _getLinesChecksum (line 735) | _getLinesChecksum(e,t){return aM(this._textModel.getLineContent(e)+thi... method dispose (line 735) | dispose(){this._decorationProvider.removeDecorations(this._editorDecor... method getAllRegionsAtLine (line 735) | getAllRegionsAtLine(e,t){const i=[];if(this._regions){let s=this._regi... method getRegionAtLine (line 735) | getRegionAtLine(e){if(this._regions){const t=this._regions.findRange(e... method getRegionsInside (line 735) | getRegionsInside(e,t){const i=[],s=e?e.regionIndex+1:0,o=e?e.endLineNu... function lge (line 735) | function lge(n,e,t){const i=[];for(const s of t){const o=n.getRegionAtLi... function Zw (line 735) | function Zw(n,e,t=Number.MAX_VALUE,i){const s=[];if(i&&i.length>0)for(co... function cge (line 735) | function cge(n,e,t,i){const s=[];for(const o of i){const r=n.getAllRegio... function wQe (line 735) | function wQe(n,e,t){const i=[];for(const s of t){const o=n.getAllRegions... function yQe (line 735) | function yQe(n,e,t,i){const s=(r,a)=>a===e&&r.isCollapsed!==t&&!i.some(l... function dge (line 735) | function dge(n,e,t){const i=[];for(const r of t){const a=n.getAllRegions... function NU (line 735) | function NU(n,e,t){const i=n.textModel,s=n.regions,o=[];for(let r=s.leng... function AU (line 735) | function AU(n,e,t){const i=n.regions,s=[];for(let o=i.length-1;o>=0;o--)... function SQe (line 735) | function SQe(n,e){let t=null;const i=e.getRegionAtLine(n);if(i!==null&&(... function xQe (line 735) | function xQe(n,e){let t=e.getRegionAtLine(n);if(t!==null&&t.startLineNum... function LQe (line 735) | function LQe(n,e){let t=e.getRegionAtLine(n);if(t!==null&&t.startLineNum... class kQe (line 735) | class kQe{get onDidChange(){return this._updateEventEmitter.event}get hi... method onDidChange (line 735) | get onDidChange(){return this._updateEventEmitter.event} method hiddenRanges (line 735) | get hiddenRanges(){return this._hiddenRanges} method constructor (line 735) | constructor(e){this._updateEventEmitter=new X,this._hasLineChanges=!1,... method notifyChangeModelContent (line 735) | notifyChangeModelContent(e){this._hiddenRanges.length&&!this._hasLineC... method updateHiddenRanges (line 735) | updateHiddenRanges(){let e=!1;const t=[];let i=0,s=0,o=Number.MAX_VALU... method applyHiddenRanges (line 735) | applyHiddenRanges(e){this._hiddenRanges=e,this._hasLineChanges=!1,this... method hasRanges (line 735) | hasRanges(){return this._hiddenRanges.length>0} method isHidden (line 735) | isHidden(e){return pte(this._hiddenRanges,e)!==null} method adjustSelections (line 735) | adjustSelections(e){let t=!1;const i=this._foldingModel.textModel;let ... method dispose (line 735) | dispose(){this.hiddenRanges.length>0&&(this._hiddenRanges=[],this._upd... function DQe (line 735) | function DQe(n,e){return n>=e.startLineNumber&&n<=e.endLineNumber} function pte (line 735) | function pte(n,e){const t=vL(n,i=>e=0&&n[... class RU (line 735) | class RU{constructor(e,t,i){this.editorModel=e,this.languageConfiguratio... method constructor (line 735) | constructor(e,t,i){this.editorModel=e,this.languageConfigurationServic... method dispose (line 735) | dispose(){} method compute (line 735) | compute(e){const t=this.languageConfigurationService.getLanguageConfig... method constructor (line 735) | constructor(e){this._startIndexes=[],this._endIndexes=[],this._indentOcc... method insertFirst (line 735) | insertFirst(e,t,i){if(e>Nd||t>Nd)return;const s=this._length;this._start... method toIndentRanges (line 735) | toIndentRanges(e){const t=this._foldingRangesLimit.limit;if(this._length... function AQe (line 735) | function AQe(n,e,t,i=NQe){const s=n.getOptions().tabSize,o=new TQe(i);le... class xs (line 735) | class xs{constructor(e){this.editor=e,this.showFoldingControls="mouseove... method constructor (line 735) | constructor(e){this.editor=e,this.showFoldingControls="mouseover",this... method getDecorationOption (line 735) | getDecorationOption(e,t,i){return t?xs.HIDDEN_RANGE_DECORATION:this.sh... method changeDecorations (line 735) | changeDecorations(e){return this.editor.changeDecorations(e)} method removeDecorations (line 735) | removeDecorations(e){this.editor.removeDecorations(e)} class PU (line 735) | class PU{constructor(e,t,i,s,o){this.editorModel=e,this.providers=t,this... method constructor (line 735) | constructor(e,t,i,s,o){this.editorModel=e,this.providers=t,this.handle... method compute (line 735) | compute(e){return OQe(this.providers,this.editorModel,e).then(t=>{var ... method dispose (line 735) | dispose(){this.disposables.dispose()} function OQe (line 735) | function OQe(n,e,t){let i=null;const s=n.map((o,r)=>Promise.resolve(o.pr... class FQe (line 735) | class FQe{constructor(e){this._startIndexes=[],this._endIndexes=[],this.... method constructor (line 735) | constructor(e){this._startIndexes=[],this._endIndexes=[],this._nesting... method add (line 735) | add(e,t,i,s){if(e>Nd||t>Nd)return;const o=this._length;this._startInde... method toIndentRanges (line 735) | toIndentRanges(){const e=this._foldingRangesLimit.limit;if(this._lengt... function BQe (line 735) | function BQe(n,e){const t=n.sort((r,a)=>{let l=r.start-a.start;return l=... method get (line 735) | static get(e){return e.getContribution(r1.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method getFoldingRangeProviders (line 735) | static getFoldingRangeProviders(e,t){var i,s;const o=e.foldingRangeProvi... method constructor (line 735) | constructor(e,t,i,s,o,r){super(),this.contextKeyService=t,this.languageC... method saveViewState (line 735) | saveViewState(){const e=this.editor.getModel();if(!e||!this._isEnabled||... method restoreViewState (line 735) | restoreViewState(e){const t=this.editor.getModel();if(!(!t||!this._isEna... method onModelChanged (line 735) | onModelChanged(){this.localToDispose.clear();const e=this.editor.getMode... method onFoldingStrategyChanged (line 735) | onFoldingStrategyChanged(){var e;(e=this.rangeProvider)===null||e===void... method getRangeProvider (line 735) | getRangeProvider(e){if(this.rangeProvider)return this.rangeProvider;cons... method getFoldingModel (line 735) | getFoldingModel(){return this.foldingModelPromise} method onDidChangeModelContent (line 735) | onDidChangeModelContent(e){var t;(t=this.hiddenRangeModel)===null||t===v... method triggerFoldingModelChanged (line 735) | triggerFoldingModelChanged(){this.updateScheduler&&(this.foldingRegionPr... method onHiddenRangesChanges (line 735) | onHiddenRangesChanges(e){if(this.hiddenRangeModel&&e.length&&!this._rest... method onCursorPositionChanged (line 735) | onCursorPositionChanged(){this.hiddenRangeModel&&this.hiddenRangeModel.h... method revealCursor (line 735) | revealCursor(){const e=this.getFoldingModel();e&&e.then(t=>{if(t){const ... method onEditorMouseDown (line 735) | onEditorMouseDown(e){if(this.mouseDownInfo=null,!this.hiddenRangeModel||... method onEditorMouseUp (line 735) | onEditorMouseUp(e){const t=this.foldingModel;if(!t||!this.mouseDownInfo|... method reveal (line 735) | reveal(e){this.editor.revealPositionInCenterIfOutsideViewport(e,0)} class fge (line 735) | class fge{constructor(e){this.editor=e,this._onDidChange=new X,this._com... method constructor (line 735) | constructor(e){this.editor=e,this._onDidChange=new X,this._computed=0,... method limit (line 735) | get limit(){return this.editor.getOptions().get(47)} method update (line 735) | update(e,t){(e!==this._computed||t!==this._limited)&&(this._computed=e... class pr (line 735) | class pr extends Ke{runEditorCommand(e,t,i){const s=e.get(gn),o=Rg.get(t... method runEditorCommand (line 735) | runEditorCommand(e,t,i){const s=e.get(gn),o=Rg.get(t);if(!o)return;con... method getSelectedLines (line 735) | getSelectedLines(e){const t=e.getSelections();return t?t.map(i=>i.star... method getLineNumbers (line 735) | getLineNumbers(e,t){return e&&e.selectionLines?e.selectionLines.map(i=... method run (line 735) | run(e,t){} function gge (line 735) | function gge(n){if(!na(n)){if(!Er(n))return!1;const e=n;if(!na(e.levels)... class HQe (line 735) | class HQe extends pr{constructor(){super({id:"editor.unfold",label:v("un... method constructor (line 735) | constructor(){super({id:"editor.unfold",label:v("unfoldAction.label","... method invoke (line 739) | invoke(e,t,i,s){const o=s&&s.levels||1,r=this.getLineNumbers(s,i);s&&s... class VQe (line 739) | class VQe extends pr{constructor(){super({id:"editor.unfoldRecursively",... method constructor (line 739) | constructor(){super({id:"editor.unfoldRecursively",label:v("unFoldRecu... method invoke (line 739) | invoke(e,t,i,s){Zw(t,!1,Number.MAX_VALUE,this.getSelectedLines(i))} class zQe (line 739) | class zQe extends pr{constructor(){super({id:"editor.fold",label:v("fold... method constructor (line 739) | constructor(){super({id:"editor.fold",label:v("foldAction.label","Fold... method invoke (line 744) | invoke(e,t,i,s){const o=this.getLineNumbers(s,i),r=s&&s.levels,a=s&&s.... class $Qe (line 744) | class $Qe extends pr{constructor(){super({id:"editor.toggleFold",label:v... method constructor (line 744) | constructor(){super({id:"editor.toggleFold",label:v("toggleFoldAction.... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);lge(t,1,s)} class UQe (line 744) | class UQe extends pr{constructor(){super({id:"editor.foldRecursively",la... method constructor (line 744) | constructor(){super({id:"editor.foldRecursively",label:v("foldRecursiv... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);Zw(t,!0,Number.MAX_VALU... class jQe (line 744) | class jQe extends pr{constructor(){super({id:"editor.foldAllBlockComment... method constructor (line 744) | constructor(){super({id:"editor.foldAllBlockComments",label:v("foldAll... method invoke (line 744) | invoke(e,t,i,s,o){if(t.regions.hasTypes())AU(t,Nr.Comment.value,!0);el... class KQe (line 744) | class KQe extends pr{constructor(){super({id:"editor.foldAllMarkerRegion... method constructor (line 744) | constructor(){super({id:"editor.foldAllMarkerRegions",label:v("foldAll... method invoke (line 744) | invoke(e,t,i,s,o){if(t.regions.hasTypes())AU(t,Nr.Region.value,!0);els... class qQe (line 744) | class qQe extends pr{constructor(){super({id:"editor.unfoldAllMarkerRegi... method constructor (line 744) | constructor(){super({id:"editor.unfoldAllMarkerRegions",label:v("unfol... method invoke (line 744) | invoke(e,t,i,s,o){if(t.regions.hasTypes())AU(t,Nr.Region.value,!1);els... class GQe (line 744) | class GQe extends pr{constructor(){super({id:"editor.foldAllExcept",labe... method constructor (line 744) | constructor(){super({id:"editor.foldAllExcept",label:v("foldAllExcept.... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);dge(t,!0,s)} class ZQe (line 744) | class ZQe extends pr{constructor(){super({id:"editor.unfoldAllExcept",la... method constructor (line 744) | constructor(){super({id:"editor.unfoldAllExcept",label:v("unfoldAllExc... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);dge(t,!1,s)} class YQe (line 744) | class YQe extends pr{constructor(){super({id:"editor.foldAll",label:v("f... method constructor (line 744) | constructor(){super({id:"editor.foldAll",label:v("foldAllAction.label"... method invoke (line 744) | invoke(e,t,i){Zw(t,!0)} class XQe (line 744) | class XQe extends pr{constructor(){super({id:"editor.unfoldAll",label:v(... method constructor (line 744) | constructor(){super({id:"editor.unfoldAll",label:v("unfoldAllAction.la... method invoke (line 744) | invoke(e,t,i){Zw(t,!1)} class A0 (line 744) | class A0 extends pr{getFoldingLevel(){return parseInt(this.id.substr(A0.... method getFoldingLevel (line 744) | getFoldingLevel(){return parseInt(this.id.substr(A0.ID_PREFIX.length))} method invoke (line 744) | invoke(e,t,i){yQe(t,this.getFoldingLevel(),!0,this.getSelectedLines(i))} class QQe (line 744) | class QQe extends pr{constructor(){super({id:"editor.gotoParentFold",lab... method constructor (line 744) | constructor(){super({id:"editor.gotoParentFold",label:v("gotoParentFol... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);if(s.length>0){const o=... class JQe (line 744) | class JQe extends pr{constructor(){super({id:"editor.gotoPreviousFold",l... method constructor (line 744) | constructor(){super({id:"editor.gotoPreviousFold",label:v("gotoPreviou... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);if(s.length>0){const o=... class eJe (line 744) | class eJe extends pr{constructor(){super({id:"editor.gotoNextFold",label... method constructor (line 744) | constructor(){super({id:"editor.gotoNextFold",label:v("gotoNextFold.la... method invoke (line 744) | invoke(e,t,i){const s=this.getSelectedLines(i);if(s.length>0){const o=... class tJe (line 744) | class tJe extends pr{constructor(){super({id:"editor.createFoldingRangeF... method constructor (line 744) | constructor(){super({id:"editor.createFoldingRangeFromSelection",label... method invoke (line 744) | invoke(e,t,i){var s;const o=[],r=i.getSelections();if(r){for(const a o... class iJe (line 744) | class iJe extends pr{constructor(){super({id:"editor.removeManualFolding... method constructor (line 744) | constructor(){super({id:"editor.removeManualFoldingRanges",label:v("re... method invoke (line 744) | invoke(e,t,i){const s=i.getSelections();if(s){const o=[];for(const r o... method limit (line 744) | get limit(){return o.getValue("editor.foldingMaximumRegions",{resource:t})} class nJe (line 744) | class nJe extends Ke{constructor(){super({id:"editor.action.fontZoomIn",... method constructor (line 744) | constructor(){super({id:"editor.action.fontZoomIn",label:v("EditorFont... method run (line 744) | run(e,t){Kl.setZoomLevel(Kl.getZoomLevel()+1)} class sJe (line 744) | class sJe extends Ke{constructor(){super({id:"editor.action.fontZoomOut"... method constructor (line 744) | constructor(){super({id:"editor.action.fontZoomOut",label:v("EditorFon... method run (line 744) | run(e,t){Kl.setZoomLevel(Kl.getZoomLevel()-1)} class oJe (line 744) | class oJe extends Ke{constructor(){super({id:"editor.action.fontZoomRese... method constructor (line 744) | constructor(){super({id:"editor.action.fontZoomReset",label:v("EditorF... method run (line 744) | run(e,t){Kl.setZoomLevel(0)} method constructor (line 744) | constructor(e,t,i,s){this._editor=e,this._languageFeaturesService=t,this... method dispose (line 744) | dispose(){this._disposables.dispose(),this._sessionDisposables.dispose()} method _update (line 744) | _update(){if(this._sessionDisposables.clear(),!this._editor.getOption(56... method _trigger (line 744) | _trigger(e){if(!this._editor.hasModel()||this._editor.getSelections().le... method constructor (line 744) | constructor(e,t,i){this.editor=e,this._languageFeaturesService=t,this._i... method dispose (line 744) | dispose(){this._callOnDispose.dispose(),this._callOnModel.dispose()} method _update (line 744) | _update(){this._callOnModel.clear(),this.editor.getOption(55)&&this.edit... method _trigger (line 744) | _trigger(e){this.editor.hasModel()&&(this.editor.getSelections().length>... class rJe (line 744) | class rJe extends Ke{constructor(){super({id:"editor.action.formatDocume... method constructor (line 744) | constructor(){super({id:"editor.action.formatDocument",label:v("format... method run (line 744) | async run(e,t){if(t.hasModel()){const i=e.get(ht);await e.get(m_).show... class aJe (line 744) | class aJe extends Ke{constructor(){super({id:"editor.action.formatSelect... method constructor (line 744) | constructor(){super({id:"editor.action.formatSelection",label:v("forma... method run (line 744) | async run(e,t){if(!t.hasModel())return;const i=e.get(ht),s=t.getModel(... class M1 (line 744) | class M1{remove(){var e;(e=this.parent)===null||e===void 0||e.children.d... method remove (line 744) | remove(){var e;(e=this.parent)===null||e===void 0||e.children.delete(t... method findId (line 744) | static findId(e,t){let i;typeof e=="string"?i=`${t.id}/${e}`:(i=`${t.i... method empty (line 744) | static empty(e){return e.children.size===0} class bW (line 744) | class bW extends M1{constructor(e,t,i){super(),this.id=e,this.parent=t,t... method constructor (line 744) | constructor(e,t,i){super(),this.id=e,this.parent=t,this.symbol=i,this.... class mge (line 744) | class mge extends M1{constructor(e,t,i,s){super(),this.id=e,this.parent=... method constructor (line 744) | constructor(e,t,i,s){super(),this.id=e,this.parent=t,this.label=i,this... class Mf (line 744) | class Mf extends M1{static create(e,t,i){const s=new $n(i),o=new Mf(t.ur... method create (line 744) | static create(e,t,i){const s=new $n(i),o=new Mf(t.uri),r=e.ordered(t),... method _makeOutlineElement (line 744) | static _makeOutlineElement(e,t){const i=M1.findId(e,t),s=new bW(i,t,e)... method constructor (line 744) | constructor(e){super(),this.uri=e,this.id="root",this.parent=void 0,th... method _compact (line 744) | _compact(){let e=0;for(const[t,i]of this._groups)i.children.size===0?t... method getTopLevelSymbols (line 744) | getTopLevelSymbols(){const e=[];for(const t of this.children.values())... method asListOfDocumentSymbols (line 744) | asListOfDocumentSymbols(){const e=this.getTopLevelSymbols(),t=[];retur... method _flattenDocumentSymbols (line 744) | static _flattenDocumentSymbols(e,t,i){for(const s of t)e.push({kind:s.... method constructor (line 744) | constructor(e,t,i){this._languageFeaturesService=e,this._disposables=new... method dispose (line 744) | dispose(){this._disposables.dispose()} method getOrCreate (line 744) | async getOrCreate(e,t){const i=this._languageFeaturesService.documentSym... class lo (line 744) | class lo extends ne{constructor(e,t){super(),this.contextKeyService=e,th... method constructor (line 744) | constructor(e,t){super(),this.contextKeyService=e,this.model=t,this.in... class wk (line 744) | class wk{constructor(e,t){this.lineNumber=e,this.parts=t}equals(e){retur... method constructor (line 744) | constructor(e,t){this.lineNumber=e,this.parts=t} method equals (line 744) | equals(e){return this.lineNumber===e.lineNumber&&this.parts.length===e... method renderForScreenReader (line 744) | renderForScreenReader(e){if(this.parts.length===0)return"";const t=thi... method isEmpty (line 745) | isEmpty(){return this.parts.every(e=>e.lines.length===0)} method lineCount (line 745) | get lineCount(){return 1+this.parts.reduce((e,t)=>e+t.lines.length-1,0)} class bR (line 745) | class bR{constructor(e,t,i){this.column=e,this.text=t,this.preview=i,thi... method constructor (line 745) | constructor(e,t,i){this.column=e,this.text=t,this.preview=i,this.lines... method equals (line 745) | equals(e){return this.column===e.column&&this.lines.length===e.lines.l... class wW (line 745) | class wW{constructor(e,t,i,s=0){this.lineNumber=e,this.columnRange=t,thi... method constructor (line 745) | constructor(e,t,i,s=0){this.lineNumber=e,this.columnRange=t,this.text=... method renderForScreenReader (line 745) | renderForScreenReader(e){return this.newLines.join(` method lineCount (line 746) | get lineCount(){return this.newLines.length} method isEmpty (line 746) | isEmpty(){return this.parts.every(e=>e.lines.length===0)} method equals (line 746) | equals(e){return this.lineNumber===e.lineNumber&&this.columnRange.equa... function mte (line 746) | function mte(n,e){return zn(n,e,_ge)} function _ge (line 746) | function _ge(n,e){return n===e?!0:!n||!e?!1:n instanceof wk&&e instanceo... function dJe (line 746) | function dJe(){return cJe} class vge (line 746) | class vge{constructor(e,t){if(this.startColumn=e,this.endColumnExclusive... method constructor (line 746) | constructor(e,t){if(this.startColumn=e,this.endColumnExclusive=t,e>t)t... method toRange (line 746) | toRange(e){return new A(e,this.startColumn,e,this.endColumnExclusive)} method equals (line 746) | equals(e){return this.startColumn===e.startColumn&&this.endColumnExclu... function bge (line 746) | function bge(n,e){const t=new be,i=n.createDecorationsCollection();retur... function uJe (line 746) | function uJe(n,e){return new ee(n.lineNumber+e.lineNumber-1,e.lineNumber... function _te (line 746) | function _te(n,e){return new ee(n.lineNumber-e.lineNumber+1,n.lineNumber... method constructor (line 746) | constructor(e,t,i){super(),this.editor=e,this.model=t,this.languageServi... method ownsViewZone (line 746) | ownsViewZone(e){return this.additionalLinesWidget.viewZoneId===e} class Cge (line 746) | class Cge extends ne{get viewZoneId(){return this._viewZoneId}constructo... method viewZoneId (line 746) | get viewZoneId(){return this._viewZoneId} method constructor (line 746) | constructor(e,t,i){super(),this.editor=e,this.languageIdCodec=t,this.l... method dispose (line 746) | dispose(){super.dispose(),this.clear()} method clear (line 746) | clear(){this.editor.changeViewZones(e=>{this._viewZoneId&&(e.removeZon... method updateLines (line 746) | updateLines(e,t,i){const s=this.editor.getModel();if(!s)return;const{t... function gJe (line 746) | function gJe(n,e,t,i,s){const o=i.get(33),r=i.get(117),a="none",l=i.get(... function pJe (line 746) | function pJe(n,e){const t=new Ece,i=new Nce(t,c=>e.getLanguageConfigurat... class mJe (line 746) | class mJe{constructor(e){this.lines=e,this.tokenization={getLineTokens:t... method constructor (line 746) | constructor(e){this.lines=e,this.tokenization={getLineTokens:t=>this.l... method getLineCount (line 746) | getLineCount(){return this.lines.length} method getLineLength (line 746) | getLineLength(e){return this.lines[e-1].getLineContent().length} function _Je (line 746) | async function _Je(n,e,t,i,s=Qt.None,o){const r=CJe(e,t),a=n.all(t),l=ne... class vJe (line 746) | class vJe{constructor(e,t,i){this.completions=e,this.hashs=t,this.provid... method constructor (line 746) | constructor(e,t,i){this.completions=e,this.hashs=t,this.providerResult... method has (line 746) | has(e){return this.hashs.has(e.hash())} method dispose (line 746) | dispose(){for(const e of this.providerResults)e.removeRef()} class bJe (line 746) | class bJe{constructor(e,t){this.inlineCompletions=e,this.provider=t,this... method constructor (line 746) | constructor(e,t){this.inlineCompletions=e,this.provider=t,this.refCoun... method addRef (line 746) | addRef(){this.refCount++} method removeRef (line 746) | removeRef(){this.refCount--,this.refCount===0&&this.provider.freeInlin... class CR (line 746) | class CR{static from(e,t,i,s,o){let r,a,l=e.range?A.lift(e.range):i;if(t... method from (line 746) | static from(e,t,i,s,o){let r,a,l=e.range?A.lift(e.range):i;if(typeof e... method constructor (line 746) | constructor(e,t,i,s,o,r,a,l){this.filterText=e,this.command=t,this.ran... method withRange (line 748) | withRange(e){return new CR(this.filterText,this.command,e,this.insertT... method hash (line 748) | hash(){return JSON.stringify({insertText:this.insertText,range:this.ra... function CJe (line 748) | function CJe(n,e){const t=e.getWordAtPosition(n),i=e.getLineMaxColumn(n.... function Cte (line 748) | function Cte(n,e,t,i){const o=t.getLineContent(e.lineNumber).substring(0... function Jv (line 748) | function Jv(n,e,t){const i=t?n.range.intersectRanges(t):n.range;if(!i)re... function wge (line 748) | function wge(n,e){return n.text.startsWith(e.text)&&wJe(n.range,e.range)} function wte (line 748) | function wte(n,e,t,i,s=0){let o=Jv(n,e);if(o.range.endLineNumber!==o.ran... function wJe (line 748) | function wJe(n,e){return e.getStartPosition().equals(n.getStartPosition(... function yJe (line 748) | function yJe(n,e){if((Ru==null?void 0:Ru.originalValue)===n&&(Ru==null?v... function yte (line 748) | function yte(n){let e=0;for(const t of n)e+=t.originalLength;return e} function Ste (line 748) | function Ste(n,e,t){if(n.length>5e3||e.length>5e3)return;function i(c){l... method constructor (line 748) | constructor(e,t,i,s,o){super(),this.textModel=e,this.versionId=t,this._d... method fetch (line 748) | fetch(e,t,i){var s,o;const r=new LJe(e,t,this.textModel.getVersionId()),... method clear (line 748) | clear(e){this._updateOperation.clear(),this.inlineCompletions.set(void 0... method clearSuggestWidgetInlineCompletions (line 748) | clearSuggestWidgetInlineCompletions(e){var t;!((t=this._updateOperation.... method cancelUpdate (line 748) | cancelUpdate(){this._updateOperation.clear()} function xJe (line 748) | function xJe(n,e){return new Promise(t=>{let i;const s=setTimeout(()=>{i... class LJe (line 748) | class LJe{constructor(e,t,i){this.position=e,this.context=t,this.version... method constructor (line 748) | constructor(e,t,i){this.position=e,this.context=t,this.versionId=i} method satisfies (line 748) | satisfies(e){return this.position.equals(e.position)&&tVe(this.context... class kJe (line 748) | class kJe{constructor(e,t,i){this.request=e,this.cancellationTokenSource... method constructor (line 748) | constructor(e,t,i){this.request=e,this.cancellationTokenSource=t,this.... method dispose (line 748) | dispose(){this.cancellationTokenSource.cancel()} class DJe (line 748) | class DJe{get inlineCompletions(){return this._inlineCompletions}constru... method inlineCompletions (line 748) | get inlineCompletions(){return this._inlineCompletions} method constructor (line 748) | constructor(e,t,i,s){this.inlineCompletionProviderResult=e,this.reques... method clone (line 748) | clone(){return this._refCount++,this} method dispose (line 748) | dispose(){if(this._refCount--,this._refCount===0){setTimeout(()=>{this... method prepend (line 748) | prepend(e,t,i){i&&e.source.addRef();const s=this._textModel.deltaDecor... class Lte (line 748) | class Lte{get forwardStable(){var e;return(e=this.inlineCompletion.sourc... method forwardStable (line 748) | get forwardStable(){var e;return(e=this.inlineCompletion.source.inline... method constructor (line 748) | constructor(e,t,i,s){this.inlineCompletion=e,this.decorationId=t,this.... method toInlineCompletion (line 748) | toInlineCompletion(e){var t;return this.inlineCompletion.withRange((t=... method toSingleTextEdit (line 748) | toSingleTextEdit(e){var t;return new Eg((t=this._updatedRange.read(e))... method isVisible (line 748) | isVisible(e,t,i){const s=Jv(this._toFilterTextReplacement(i),e),o=this... method canBeReused (line 748) | canBeReused(e,t){const i=this._updatedRange.read(void 0);return!!i&&i.... method _toFilterTextReplacement (line 748) | _toFilterTextReplacement(e){var t;return new Eg((t=this._updatedRange.... class IJe (line 748) | class IJe{constructor(e,t,i,s){var o;this.position=e,this.completion=t,t... method constructor (line 748) | constructor(e,t,i,s){var o;this.position=e,this.completion=t,this.cont... method isResolved (line 748) | get isResolved(){return this._resolveDuration!==void 0} method resolveDuration (line 748) | get resolveDuration(){return this._resolveDuration!==void 0?this._reso... method resolve (line 748) | async resolve(e){if(!this._resolveCache){const t=e.onCancellationReque... class yk (line 748) | class yk{constructor(e=2,t=new Set,i=new Set,s=new Map,o=!0){this.snippe... method constructor (line 748) | constructor(e=2,t=new Set,i=new Set,s=new Map,o=!0){this.snippetSortOr... function TJe (line 748) | function TJe(){return EJe} class NJe (line 748) | class NJe{constructor(e,t,i,s){this.items=e,this.needsClipboard=t,this.d... method constructor (line 748) | constructor(e,t,i,s){this.items=e,this.needsClipboard=t,this.durations... function OU (line 748) | async function OU(n,e,t,i=yk.default,s={triggerKind:0},o=Qt.None){const ... function FU (line 748) | function FU(n,e){if(n.sortTextLow&&e.sortTextLow){if(n.sortTextLow0} method isTrivialSnippet (line 748) | get isTrivialSnippet(){if(this._snippet.placeholders.length===0)return... method computePossibleSelections (line 748) | computePossibleSelections(){const e=new Map;for(const t of this._place... method activeChoice (line 748) | get activeChoice(){if(!this._placeholderDecorations)return;const e=thi... method hasChoice (line 748) | get hasChoice(){let e=!1;return this._snippet.walk(t=>(e=t instanceof ... method merge (line 748) | merge(e){const t=this._editor.getModel();this._nestingLevel*=10,this._... method adjustWhitespace (line 748) | static adjustWhitespace(e,t,i,s,o){const r=e.getLineContent(t.lineNumber... method adjustSelection (line 748) | static adjustSelection(e,t,i,s){if(i!==0||s!==0){const{positionLineNumbe... method createEditsAndSnippetsFromSelections (line 748) | static createEditsAndSnippetsFromSelections(e,t,i,s,o,r,a,l,c){const d=[... method createEditsAndSnippetsFromEdits (line 748) | static createEditsAndSnippetsFromEdits(e,t,i,s,o,r,a){if(!e.hasModel()||... method constructor (line 748) | constructor(e,t,i=Rte,s){this._editor=e,this._template=t,this._options=i... method dispose (line 748) | dispose(){tn(this._snippets)} method _logInfo (line 748) | _logInfo(){return`template="${this._template}", merged_templates="${this... method insert (line 748) | insert(){if(!this._editor.hasModel())return;const{edits:e,snippets:t}=ty... method merge (line 748) | merge(e,t=Rte){if(!this._editor.hasModel())return;this._templateMerges.p... method next (line 748) | next(){const e=this._move(!0);this._editor.setSelections(e),this._editor... method prev (line 748) | prev(){const e=this._move(!1);this._editor.setSelections(e),this._editor... method _move (line 748) | _move(e){const t=[];for(const i of this._snippets){const s=i.move(e);t.p... method isAtFirstPlaceholder (line 748) | get isAtFirstPlaceholder(){return this._snippets[0].isAtFirstPlaceholder} method isAtLastPlaceholder (line 748) | get isAtLastPlaceholder(){return this._snippets[0].isAtLastPlaceholder} method hasPlaceholder (line 748) | get hasPlaceholder(){return this._snippets[0].hasPlaceholder} method hasChoice (line 748) | get hasChoice(){return this._snippets[0].hasChoice} method activeChoice (line 748) | get activeChoice(){return this._snippets[0].activeChoice} method isSelectionWithinPlaceholders (line 748) | isSelectionWithinPlaceholders(){if(!this.hasPlaceholder)return!1;const e... method get (line 748) | static get(e){return e.getContribution(a1.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 748) | constructor(e,t,i,s,o){this._editor=e,this._logService=t,this._languageF... method dispose (line 748) | dispose(){var e;this._inSnippet.reset(),this._hasPrevTabstop.reset(),thi... method insert (line 748) | insert(e,t){try{this._doInsert(e,typeof t>"u"?Mte:{...Mte,...t})}catch(i... method _doInsert (line 748) | _doInsert(e,t){var i;if(this._editor.hasModel()){if(this._snippetListene... method _updateState (line 748) | _updateState(){if(!(!this._session||!this._editor.hasModel())){if(this._... method _handleChoice (line 748) | _handleChoice(){var e;if(!this._session||!this._editor.hasModel()){this.... method finish (line 748) | finish(){for(;this._inSnippet.get();)this.next()} method cancel (line 748) | cancel(e=!1){var t;this._inSnippet.reset(),this._hasPrevTabstop.reset(),... method prev (line 748) | prev(){var e;(e=this._session)===null||e===void 0||e.prev(),this._update... method next (line 748) | next(){var e;(e=this._session)===null||e===void 0||e.next(),this._update... method isInSnippet (line 748) | isInSnippet(){return!!this._inSnippet.get()} method isAcceptingPartially (line 748) | get isAcceptingPartially(){return this._isAcceptingPartially} method constructor (line 748) | constructor(e,t,i,s,o,r,a,l,c,d,u,h){super(),this.textModel=e,this.selec... method trigger (line 748) | async trigger(e){this._isActive.set(!0,e),await this._fetchInlineComplet... method triggerExplicitly (line 748) | async triggerExplicitly(e){jL(e,t=>{this._isActive.set(!0,t),this._force... method stop (line 748) | stop(e){jL(e,t=>{this._isActive.set(!1,t),this._source.clear(t)})} method _computeAugmentation (line 748) | _computeAugmentation(e,t){const i=this.textModel,s=this._source.suggestW... method _deltaSelectedInlineCompletionIndex (line 748) | async _deltaSelectedInlineCompletionIndex(e){await this.triggerExplicitl... method next (line 748) | async next(){await this._deltaSelectedInlineCompletionIndex(1)} method previous (line 748) | async previous(){await this._deltaSelectedInlineCompletionIndex(-1)} method accept (line 748) | async accept(e){var t;if(e.getModel()!==this.textModel)throw new Gi;cons... method acceptNextWord (line 748) | async acceptNextWord(e){await this._acceptNext(e,(t,i)=>{const s=this.te... method acceptNextLine (line 748) | async acceptNextLine(e){await this._acceptNext(e,(t,i)=>{const s=i.match... method _acceptNext (line 748) | async _acceptNext(e,t,i){if(e.getModel()!==this.textModel)throw new Gi;c... method handleSuggestAccepted (line 748) | handleSuggestAccepted(e){var t,i;const s=Jv(e.toSingleTextEdit(),this.te... function f3 (line 748) | function f3(n,e,t){if(e.length===1)return[];const i=e[0],s=e.slice(1),o=... function zJe (line 749) | function zJe(n,e){let t="";const i=mRe(n);for(let s=e.lineNumber-1;sA.compareRange... class BU (line 749) | class BU{constructor(e){this.name=e}select(e,t,i){if(i.length===0)return... method constructor (line 749) | constructor(e){this.name=e} method select (line 749) | select(e,t,i){if(i.length===0)return 0;const s=i[0].score[0];for(let o... class yge (line 749) | class yge extends BU{constructor(){super("first")}memorize(e,t,i){}toJSO... method constructor (line 749) | constructor(){super("first")} method memorize (line 749) | memorize(e,t,i){} method toJSON (line 749) | toJSON(){} method fromJSON (line 749) | fromJSON(){} class UJe (line 749) | class UJe extends BU{constructor(){super("recentlyUsed"),this._cache=new... method constructor (line 749) | constructor(){super("recentlyUsed"),this._cache=new zh(300,.66),this._... method memorize (line 749) | memorize(e,t,i){const s=`${e.getLanguageId()}/${i.textLabel}`;this._ca... method select (line 749) | select(e,t,i){if(i.length===0)return 0;const s=e.getLineContent(t.line... method toJSON (line 749) | toJSON(){return this._cache.toJSON()} method fromJSON (line 749) | fromJSON(e){this._cache.clear();const t=0;for(const[i,s]of e)s.touch=t... class jJe (line 749) | class jJe extends BU{constructor(){super("recentlyUsedByPrefix"),this._t... method constructor (line 749) | constructor(){super("recentlyUsedByPrefix"),this._trie=lC.forStrings()... method memorize (line 749) | memorize(e,t,i){const{word:s}=e.getWordUntilPosition(t),o=`${e.getLang... method select (line 749) | select(e,t,i){const{word:s}=e.getWordUntilPosition(t);if(!s)return sup... method toJSON (line 749) | toJSON(){const e=[];return this._trie.forEach((t,i)=>e.push([i,t])),e.... method fromJSON (line 749) | fromJSON(e){if(this._trie.clear(),e.length>0){this._seq=e[0][1].touch+... method constructor (line 749) | constructor(e,t){this._storageService=e,this._configService=t,this._disp... method dispose (line 749) | dispose(){this._disposables.dispose(),this._persistSoon.dispose()} method memorize (line 749) | memorize(e,t,i){this._withStrategy(e,t).memorize(e,t,i),this._persistSoo... method select (line 749) | select(e,t,i){return this._withStrategy(e,t).select(e,t,i)} method _withStrategy (line 749) | _withStrategy(e,t){var i;const s=this._configService.getValue("editor.su... method _saveState (line 749) | _saveState(){if(this._strategy){const t=this._configService.getValue("ed... method constructor (line 749) | constructor(e,t){this._editor=e,this._enabled=!1,this._ckAtEnd=LW.AtEnd.... method dispose (line 749) | dispose(){var e;this._configListener.dispose(),(e=this._selectionListene... method _update (line 749) | _update(){const e=this._editor.getOption(123)==="on";if(this._enabled!==... method constructor (line 749) | constructor(e,t){this._editor=e,this._index=0,this._ckOtherSuggestions=B... method dispose (line 749) | dispose(){this.reset()} method reset (line 749) | reset(){var e;this._ckOtherSuggestions.reset(),(e=this._listener)===null... method set (line 749) | set({model:e,index:t},i){if(e.items.length===0){this.reset();return}if(B... method constructor (line 755) | constructor(e,t){this.widget=e,this._editor=t,this.allowEditorOverflow... method dispose (line 755) | dispose(){this._resizable.dispose(),this._disposables.dispose(),this.h... method getId (line 755) | getId(){return"suggest.details"} method getDomNode (line 755) | getDomNode(){return this._resizable.domNode} method getPosition (line 755) | getPosition(){return this._topLeft?{preference:this._topLeft}:null} method show (line 755) | show(){this._added||(this._editor.addOverlayWidget(this),this._added=!0)} method hide (line 755) | hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._e... method placeAtAnchor (line 755) | placeAtAnchor(e,t){var i;const s=e.getBoundingClientRect();this._ancho... method _placeAtAnchor (line 755) | _placeAtAnchor(e,t,i){var s;const o=Fm(this.getDomNode().ownerDocument... method _applyTopLeft (line 755) | _applyTopLeft(e){this._topLeft=e,this._editor.layoutOverlayWidget(this)} method _moveIndex (line 749) | static _moveIndex(e,t,i){let s=i;for(let o=t.items.length;o>0&&(s=(s+t.i... method next (line 749) | next(){this._move(!0)} method prev (line 749) | prev(){this._move(!1)} method _move (line 749) | _move(e){if(this._model)try{this._ignore=!0,this._index=BS._moveIndex(e,... class YJe (line 749) | class YJe{constructor(e,t,i,s){this._disposables=new be,this._disposable... method constructor (line 749) | constructor(e,t,i,s){this._disposables=new be,this._disposables.add(i.... method _onItem (line 749) | _onItem(e){if(!e||!Zo(e.item.completion.commitCharacters)){this.reset(... method reset (line 749) | reset(){this._active=void 0} method dispose (line 749) | dispose(){this._disposables.dispose()} class il (line 749) | class il{async provideSelectionRanges(e,t){const i=[];for(const s of t){... method provideSelectionRanges (line 749) | async provideSelectionRanges(e,t){const i=[];for(const s of t){const o... method _bracketsRightYield (line 749) | static _bracketsRightYield(e,t,i,s,o){const r=new Map,a=Date.now();for... method _bracketsLeftYield (line 749) | static _bracketsLeftYield(e,t,i,s,o,r){const a=new Map,l=Date.now();fo... method _addBracketLeading (line 749) | static _addBracketLeading(e,t,i){if(t.startLineNumber===t.endLineNumbe... class Pd (line 749) | class Pd{static async create(e,t){if(!t.getOption(118).localityBonus||!t... method create (line 749) | static async create(e,t){if(!t.getOption(118).localityBonus||!t.hasMod... method distance (line 749) | distance(){return 0} method constructor (line 749) | constructor(e,t){this.leadingLineContent=e,this.characterCountDelta=t} class Fp (line 749) | class Fp{constructor(e,t,i,s,o,r,a=qM.default,l=void 0){this.clipboardTe... method constructor (line 749) | constructor(e,t,i,s,o,r,a=qM.default,l=void 0){this.clipboardText=l,th... method lineContext (line 749) | get lineContext(){return this._lineContext} method lineContext (line 749) | set lineContext(e){(this._lineContext.leadingLineContent!==e.leadingLi... method items (line 749) | get items(){return this._ensureCachedState(),this._filteredItems} method getItemsByProvider (line 749) | getItemsByProvider(){return this._ensureCachedState(),this._itemsByPro... method getIncompleteProvider (line 749) | getIncompleteProvider(){this._ensureCachedState();const e=new Set;for(... method stats (line 749) | get stats(){return this._ensureCachedState(),this._stats} method _ensureCachedState (line 749) | _ensureCachedState(){this._refilterKind!==0&&this._createCachedState()} method _createCachedState (line 749) | _createCachedState(){this._itemsByProvider=new Map;const e=[],{leading... method _compareCompletionItems (line 749) | static _compareCompletionItems(e,t){return e.score[0]>t.score[0]?-1:e.... method _compareCompletionItemsSnippetsDown (line 749) | static _compareCompletionItemsSnippetsDown(e,t){if(e.completion.kind!=... method _compareCompletionItemsSnippetsUp (line 749) | static _compareCompletionItemsSnippetsUp(e,t){if(e.completion.kind!==t... class Y_ (line 749) | class Y_{static shouldAutoTrigger(e){if(!e.hasModel())return!1;const t=e... method shouldAutoTrigger (line 749) | static shouldAutoTrigger(e){if(!e.hasModel())return!1;const t=e.getMod... method constructor (line 749) | constructor(e,t,i){this.leadingLineContent=e.getLineContent(t.lineNumb... function QJe (line 749) | function QJe(n,e,t){if(!e.getContextKeyValue(lo.inlineSuggestionVisible.... function JJe (line 749) | function JJe(n,e,t){if(!e.getContextKeyValue("inlineSuggestionVisible"))... method constructor (line 749) | constructor(e,t,i,s,o,r,a,l,c){this._editor=e,this._editorWorkerService=... method dispose (line 749) | dispose(){tn(this._triggerCharacterListener),tn([this._onDidCancel,this.... method _updateTriggerCharacters (line 749) | _updateTriggerCharacters(){if(this._triggerCharacterListener.clear(),thi... method state (line 749) | get state(){return this._triggerState?this._triggerState.auto?2:1:0} method cancel (line 749) | cancel(e=!1){var t;this._triggerState!==void 0&&(this._triggerQuickSugge... method clear (line 749) | clear(){this._completionDisposables.clear()} method _updateActiveSuggestSession (line 749) | _updateActiveSuggestSession(){this._triggerState!==void 0&&(!this._edito... method _onCursorChange (line 749) | _onCursorChange(e){if(!this._editor.hasModel())return;const t=this._curr... method _onCompositionEnd (line 749) | _onCompositionEnd(){this._triggerState===void 0?this._doTriggerQuickSugg... method _doTriggerQuickSuggest (line 749) | _doTriggerQuickSuggest(){var e;P1.isAllOff(this._editor.getOption(89))||... method _refilterCompletionItems (line 749) | _refilterCompletionItems(){mi(this._editor.hasModel()),mi(this._triggerS... method trigger (line 749) | trigger(e){var t,i,s,o,r,a;if(!this._editor.hasModel())return;const l=th... method _reportDurationsTelemetry (line 749) | _reportDurationsTelemetry(e){this._telemetryGate++%230===0&&setTimeout((... method createSuggestFilter (line 749) | static createSuggestFilter(e){const t=new Set;e.getOption(112)==="none"&... method _onNewContext (line 749) | _onNewContext(e){if(this._context){if(e.lineNumber!==this._context.lineN... class YP (line 749) | class YP{constructor(e,t){this._disposables=new be,this._lastOvertyped=[... method constructor (line 749) | constructor(e,t){this._disposables=new be,this._lastOvertyped=[],this.... method getLastOvertypedInfo (line 749) | getLastOvertypedInfo(e){if(e>=0&&e"u"||typeof e.index>"u"||(e.br... method _onListSelection (line 755) | _onListSelection(e){e.elements.length&&this._select(e.elements[0],e.inde... method _select (line 755) | _select(e,t){const i=this._completionModel;i&&(this._onDidSelect.fire({i... method _onThemeChange (line 755) | _onThemeChange(e){this._details.widget.borderWidth=Zd(e.type)?2:1} method _onListFocus (line 755) | _onListFocus(e){var t;if(this._ignoreFocusEvents)return;if(!e.elements.l... method _setState (line 755) | _setState(e){if(this._state!==e)switch(this._state=e,this.element.domNod... method _show (line 755) | _show(){this._status.show(),this._contentWidget.show(),this._layout(this... method showTriggered (line 755) | showTriggered(e,t){this._state===0&&(this._contentWidget.setPosition(thi... method showSuggestions (line 755) | showSuggestions(e,t,i,s,o){var r,a;if(this._contentWidget.setPosition(th... method focusSelected (line 755) | focusSelected(){this._list.length>0&&this._list.setFocus([0])} method selectNextPage (line 755) | selectNextPage(){switch(this._state){case 0:return!1;case 5:return this.... method selectNext (line 755) | selectNext(){switch(this._state){case 0:return!1;case 1:return!this._isA... method selectLast (line 755) | selectLast(){switch(this._state){case 0:return!1;case 5:return this._det... method selectPreviousPage (line 755) | selectPreviousPage(){switch(this._state){case 0:return!1;case 5:return t... method selectPrevious (line 755) | selectPrevious(){switch(this._state){case 0:return!1;case 1:return!this.... method selectFirst (line 755) | selectFirst(){switch(this._state){case 0:return!1;case 5:return this._de... method getFocusedItem (line 755) | getFocusedItem(){if(this._state!==0&&this._state!==2&&this._state!==1&&t... method toggleDetailsFocus (line 755) | toggleDetailsFocus(){this._state===5?(this._setState(3),this._details.wi... method toggleDetails (line 755) | toggleDetails(){this._isDetailsVisible()?(this._pendingShowDetails.clear... method showDetails (line 755) | showDetails(e){this._pendingShowDetails.value=B2(gt(this.element.domNode... method toggleExplainMode (line 755) | toggleExplainMode(){this._list.getFocusedElements()[0]&&(this._explainMo... method resetPersistedSize (line 755) | resetPersistedSize(){this._persistedSize.reset()} method hideWidget (line 755) | hideWidget(){var e;this._pendingLayout.clear(),this._pendingShowDetails.... method isFrozen (line 755) | isFrozen(){return this._state===4} method _afterRender (line 755) | _afterRender(e){if(e===null){this._isDetailsVisible()&&this._details.hid... method _layout (line 755) | _layout(e){var t,i,s;if(!this.editor.hasModel()||!this.editor.getDomNode... method _resize (line 755) | _resize(e,t){const{width:i,height:s}=this.element.maxSize;e=Math.min(i,e... method _positionDetails (line 755) | _positionDetails(){var e;this._isDetailsVisible()&&this._details.placeAt... method getLayoutInfo (line 755) | getLayoutInfo(){const e=this.editor.getOption(50),t=Sr(this.editor.getOp... method _isDetailsVisible (line 755) | _isDetailsVisible(){return this._storageService.getBoolean("expandSugges... method _setDetailsVisible (line 755) | _setDetailsVisible(e){this._storageService.store("expandSuggestionDocs",... method forceRenderingAbove (line 755) | forceRenderingAbove(){this._forceRenderingAbove||(this._forceRenderingAb... method stopForceRenderingAbove (line 755) | stopForceRenderingAbove(){this._forceRenderingAbove=!1} class get (line 755) | class get{constructor(e,t){this._widget=e,this._editor=t,this.allowEdito... method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} class met (line 755) | class met{constructor(e,t){if(this._model=e,this._position=t,this._decor... method constructor (line 755) | constructor(e,t){if(this._model=e,this._position=t,this._decorationOpt... method dispose (line 755) | dispose(){this._marker&&!this._model.isDisposed()&&this._model.changeD... method delta (line 755) | delta(e){if(this._model.isDisposed()||this._position.lineNumber!==e.li... method get (line 755) | static get(e){return e.getContribution(TW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 755) | constructor(e,t,i,s,o,r,a){this._memoryService=t,this._commandService=i,... method dispose (line 755) | dispose(){this._alternatives.dispose(),this._toDispose.dispose(),this.wi... method _insertSuggestion (line 755) | _insertSuggestion(e,t){if(!e||!e.item){this._alternatives.value.reset(),... method _reportSuggestionAcceptedTelemetry (line 755) | _reportSuggestionAcceptedTelemetry(e,t,i,s,o){var r,a,l;Math.floor(Math.... method getOverwriteInfo (line 755) | getOverwriteInfo(e,t){mi(this.editor.hasModel());let i=this.editor.getOp... method _alertCompletionItem (line 755) | _alertCompletionItem(e){if(Zo(e.completion.additionalTextEdits)){const t... method triggerSuggest (line 755) | triggerSuggest(e,t,i){this.editor.hasModel()&&(this.model.trigger({auto:... method triggerSuggestAndAcceptBest (line 755) | triggerSuggestAndAcceptBest(e){if(!this.editor.hasModel())return;const t... method acceptSelectedSuggestion (line 755) | acceptSelectedSuggestion(e,t){const i=this.widget.value.getFocusedItem()... method acceptNextSuggestion (line 755) | acceptNextSuggestion(){this._alternatives.value.next()} method acceptPrevSuggestion (line 755) | acceptPrevSuggestion(){this._alternatives.value.prev()} method cancelSuggestWidget (line 755) | cancelSuggestWidget(){this.model.cancel(),this.model.clear(),this.widget... method focusSuggestion (line 755) | focusSuggestion(){this.widget.value.focusSelected()} method selectNextSuggestion (line 755) | selectNextSuggestion(){this.widget.value.selectNext()} method selectNextPageSuggestion (line 755) | selectNextPageSuggestion(){this.widget.value.selectNextPage()} method selectLastSuggestion (line 755) | selectLastSuggestion(){this.widget.value.selectLast()} method selectPrevSuggestion (line 755) | selectPrevSuggestion(){this.widget.value.selectPrevious()} method selectPrevPageSuggestion (line 755) | selectPrevPageSuggestion(){this.widget.value.selectPreviousPage()} method selectFirstSuggestion (line 755) | selectFirstSuggestion(){this.widget.value.selectFirst()} method toggleSuggestionDetails (line 755) | toggleSuggestionDetails(){this.widget.value.toggleDetails()} method toggleExplainMode (line 755) | toggleExplainMode(){this.widget.value.toggleExplainMode()} method toggleSuggestionFocus (line 755) | toggleSuggestionFocus(){this.widget.value.toggleDetailsFocus()} method resetWidgetSize (line 755) | resetWidgetSize(){this.widget.value.resetPersistedSize()} method forceRenderingAbove (line 755) | forceRenderingAbove(){this.widget.value.forceRenderingAbove()} method stopForceRenderingAbove (line 755) | stopForceRenderingAbove(){this.widget.isInitialized&&this.widget.value.s... method registerSelector (line 755) | registerSelector(e){return this._selectors.register(e)} class _et (line 755) | class _et{constructor(e){this.prioritySelector=e,this._items=new Array}r... method constructor (line 755) | constructor(e){this.prioritySelector=e,this._items=new Array} method register (line 755) | register(e){if(this._items.indexOf(e)!==-1)throw new Error("Value is a... method itemsOrderedByPriorityDesc (line 755) | get itemsOrderedByPriorityDesc(){return this._items} class QD (line 755) | class QD extends Ke{constructor(){super({id:QD.id,label:v("suggest.trigg... method constructor (line 755) | constructor(){super({id:QD.id,label:v("suggest.trigger.label","Trigger... method run (line 755) | run(e,t,i){const s=Yc.get(t);if(!s)return;let o;i&&typeof i=="object"&... method handler (line 755) | handler(n){n.acceptSelectedSuggestion(!0,!1)} method handler (line 755) | handler(n){n.acceptSelectedSuggestion(!1,!0)} method constructor (line 755) | constructor(){super({id:"editor.action.resetSuggestSize",label:v("sugges... method run (line 755) | run(n,e){var t;(t=Yc.get(e))===null||t===void 0||t.resetWidgetSize()} class vet (line 755) | class vet extends ne{get selectedItem(){return this._selectedItem}constr... method selectedItem (line 755) | get selectedItem(){return this._selectedItem} method constructor (line 755) | constructor(e,t,i,s){super(),this.editor=e,this.suggestControllerPrese... method update (line 755) | update(e){const t=this.getSuggestItemInfo();(this._isActive!==e||!bet(... method getSuggestItemInfo (line 755) | getSuggestItemInfo(){const e=Yc.get(this.editor);if(!e||!this.isSugges... method stopForceRenderingAbove (line 755) | stopForceRenderingAbove(){const e=Yc.get(this.editor);e==null||e.stopF... method forceRenderingAbove (line 755) | forceRenderingAbove(){const e=Yc.get(this.editor);e==null||e.forceRend... class Mx (line 755) | class Mx{static fromSuggestion(e,t,i,s,o){let{insertText:r}=s.completion... method fromSuggestion (line 755) | static fromSuggestion(e,t,i,s,o){let{insertText:r}=s.completion,a=!1;i... method constructor (line 755) | constructor(e,t,i,s){this.range=e,this.insertText=t,this.completionIte... method equals (line 755) | equals(e){return this.range.equalsRange(e.range)&&this.insertText===e.... method toSelectedSuggestionInfo (line 755) | toSelectedSuggestionInfo(){return new gae(this.range,this.insertText,t... method toSingleTextEdit (line 755) | toSingleTextEdit(){return new Eg(this.range,this.insertText)} function bet (line 755) | function bet(n,e){return n===e?!0:!n||!e?!1:n.equals(e)} method get (line 755) | static get(e){return e.getContribution(NW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 755) | constructor(e,t,i,s,o,r,a,l,c,d){super(),this.editor=e,this._instantiati... method playAccessibilitySignal (line 760) | playAccessibilitySignal(e){this._playAccessibilitySignal.trigger(e)} method provideScreenReaderUpdate (line 760) | provideScreenReaderUpdate(e){const t=this._contextKeyService.getContextK... method updateObservables (line 760) | updateObservables(e,t){var i,s,o;const r=this.editor.getModel();this._te... method shouldShowHoverAt (line 760) | shouldShowHoverAt(e){var t;const i=(t=this.model.get())===null||t===void... method shouldShowHoverAtViewZone (line 760) | shouldShowHoverAtViewZone(e){var t,i;return(i=(t=this._ghostTextWidgets.... function wet (line 760) | function wet(n,e){const t=li("result",[]),i=[];return e.add(Ut(s=>{const... class XP (line 760) | class XP extends Ke{constructor(){super({id:XP.ID,label:v("action.inline... method constructor (line 760) | constructor(){super({id:XP.ID,label:v("action.inlineSuggest.showNext",... method run (line 760) | async run(e,t){var i;const s=kl.get(t);(i=s==null?void 0:s.model.get()... class QP (line 760) | class QP extends Ke{constructor(){super({id:QP.ID,label:v("action.inline... method constructor (line 760) | constructor(){super({id:QP.ID,label:v("action.inlineSuggest.showPrevio... method run (line 760) | async run(e,t){var i;const s=kl.get(t);(i=s==null?void 0:s.model.get()... class yet (line 760) | class yet extends Ke{constructor(){super({id:"editor.action.inlineSugges... method constructor (line 760) | constructor(){super({id:"editor.action.inlineSuggest.trigger",label:v(... method run (line 760) | async run(e,t){const i=kl.get(t);await dVe(async s=>{var o;await((o=i=... class xet (line 760) | class xet extends Ke{constructor(){super({id:"editor.action.inlineSugges... method constructor (line 760) | constructor(){super({id:"editor.action.inlineSuggest.acceptNextWord",l... method run (line 760) | async run(e,t){var i;const s=kl.get(t);await((i=s==null?void 0:s.model... class Let (line 760) | class Let extends Ke{constructor(){super({id:"editor.action.inlineSugges... method constructor (line 760) | constructor(){super({id:"editor.action.inlineSuggest.acceptNextLine",l... method run (line 760) | async run(e,t){var i;const s=kl.get(t);await((i=s==null?void 0:s.model... class ket (line 760) | class ket extends Ke{constructor(){super({id:kfe,label:v("action.inlineS... method constructor (line 760) | constructor(){super({id:kfe,label:v("action.inlineSuggest.accept","Acc... method run (line 760) | async run(e,t){var i;const s=kl.get(t);s&&((i=s.model.get())===null||i... class JP (line 760) | class JP extends Ke{constructor(){super({id:JP.ID,label:v("action.inline... method constructor (line 760) | constructor(){super({id:JP.ID,label:v("action.inlineSuggest.hide","Hid... method run (line 760) | async run(e,t){const i=kl.get(t);rn(s=>{var o;(o=i==null?void 0:i.mode... class eO (line 760) | class eO extends zr{constructor(){super({id:eO.ID,title:v("action.inline... method constructor (line 760) | constructor(){super({id:eO.ID,title:v("action.inlineSuggest.alwaysShow... method run (line 760) | async run(e,t){const i=e.get(qt),o=i.getValue("editor.inlineSuggest.sh... class Iet (line 760) | class Iet{constructor(e,t,i){this.owner=e,this.range=t,this.controller=i... method constructor (line 760) | constructor(e,t,i){this.owner=e,this.range=t,this.controller=i} method isValidForHoverAnchor (line 760) | isValidForHoverAnchor(e){return e.type===1&&this.range.startColumn<=e.... method constructor (line 760) | constructor(e,t,i,s,o,r){this._editor=e,this._languageService=t,this._op... method suggestHoverAnchor (line 760) | suggestHoverAnchor(e){const t=kl.get(this._editor);if(!t)return null;con... method computeSync (line 760) | computeSync(e,t){if(this._editor.getOption(62).showToolbar!=="onHover")r... method renderHoverParts (line 760) | renderHoverParts(e,t){const i=new be,s=t[0];this._telemetryService.publi... method renderScreenReaderText (line 760) | renderScreenReaderText(e,t,i){const s=ke,o=s("div.hover-row.markdown-hov... class Eet (line 760) | class Eet extends ne{constructor(){super()}} method constructor (line 760) | constructor(){super()} method constructor (line 760) | constructor(){this._implementations=[]} method register (line 760) | register(e){return this._implementations.push(e),{dispose:()=>{const t=t... method getImplementations (line 760) | getImplementations(){return this._implementations} method constructor (line 760) | constructor(e,t,i,s){this.textModelResolverService=t,this.languageServic... method get (line 760) | static get(e){return e.getContribution(WS.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method startFindDefinitionFromCursor (line 760) | async startFindDefinitionFromCursor(e){await this.startFindDefinition(e)... method startFindDefinitionFromMouse (line 760) | startFindDefinitionFromMouse(e,t){if(e.target.type===9&&this.linkDecorat... method startFindDefinition (line 760) | async startFindDefinition(e){var t;this.toUnhookForKeyboard.clear();cons... method getPreviewValue (line 760) | getPreviewValue(e,t,i){let s=i.range;return s.endLineNumber-s.startLineN... method stripIndentationFromPreviewRange (line 760) | stripIndentationFromPreviewRange(e,t,i){let o=e.getLineFirstNonWhitespac... method getPreviewRangeBasedOnIndentation (line 760) | getPreviewRangeBasedOnIndentation(e,t){const i=e.getLineFirstNonWhitespa... method addDecoration (line 760) | addDecoration(e,t){const i={range:e,options:{description:"goto-definitio... method removeLinkDecorations (line 760) | removeLinkDecorations(){this.linkDecorations.clear()} method isEnabled (line 760) | isEnabled(e,t){var i;return this.editor.hasModel()&&e.isLeftClick&&e.isN... method findDefinition (line 760) | findDefinition(e,t){const i=this.editor.getModel();return i?WP(this.lang... method gotoDefinition (line 760) | gotoDefinition(e,t){return this.editor.setPosition(e),this.editor.invoke... method isInPeekEditor (line 760) | isInPeekEditor(e){const t=e.get(Ct);return da.inPeekEditor.getValue(t)} method dispose (line 760) | dispose(){this.toUnhook.dispose(),this.toUnhookForKeyboard.dispose()} class Bte (line 760) | class Bte{constructor(e,t,i){this.marker=e,this.index=t,this.total=i}} method constructor (line 760) | constructor(e,t,i){this.marker=e,this.index=t,this.total=i} method constructor (line 760) | constructor(e,t,i){this._markerService=t,this._configService=i,this._onD... method dispose (line 760) | dispose(){this._dispoables.dispose(),this._onDidChange.dispose()} method matches (line 760) | matches(e){return!this._resourceFilter&&!e?!0:!this._resourceFilter||!e?... method selected (line 760) | get selected(){const e=this._markers[this._nextIdx];return e&&new Bte(e,... method _initIdx (line 760) | _initIdx(e,t,i){let s=!1,o=this._markers.findIndex(r=>r.resource.toStrin... method resetIndex (line 760) | resetIndex(){this._nextIdx=-1} method move (line 760) | move(e,t,i){if(this._markers.length===0)return!1;const s=this._nextIdx;r... method find (line 760) | find(e,t){let i=this._markers.findIndex(s=>s.resource.toString()===e.toS... method constructor (line 760) | constructor(e,t){this._markerService=e,this._configService=t,this._provi... method getMarkerList (line 760) | getMarkerList(e){for(const t of this._provider){const i=t.getMarkerList(... function e (line 760) | function e(t){switch(t){case us.Ignore:return"severity-ignore "+_t.asCla... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class Aet (line 760) | class Aet{constructor(e,t,i,s,o){this._openerService=s,this._labelServic... method constructor (line 760) | constructor(e,t,i,s,o){this._openerService=s,this._labelService=o,this... method dispose (line 760) | dispose(){tn(this._disposables)} method update (line 760) | update(e){const{source:t,message:i,relatedInformation:s,code:o}=e;let ... method layout (line 760) | layout(e,t){this._scrollable.getDomNode().style.height=`${e}px`,this._... method getHeightInLines (line 760) | getHeightInLines(){return Math.min(17,this._lines)} method getAriaLabel (line 760) | getAriaLabel(e){let t="";switch(e.severity){case Qn.Error:t=v("Error",... method constructor (line 760) | constructor(e,t,i,s,o,r,a){super(e,{showArrow:!0,showFrame:!0,isAccessib... method _applyTheme (line 760) | _applyTheme(e){this._backgroundColor=e.getColor(Oet);let t=FW,i=Ret;this... method _applyStyles (line 760) | _applyStyles(){this._parentContainer&&(this._parentContainer.style.backg... method dispose (line 760) | dispose(){this._callOnDispose.dispose(),super.dispose()} method _fillHead (line 760) | _fillHead(e){super._fillHead(e),this._disposables.add(this._actionbarWid... method _fillTitleIcon (line 760) | _fillTitleIcon(e){this._icon=we(e,ke(""))} method _fillBody (line 760) | _fillBody(e){this._parentContainer=e,e.classList.add("marker-widget"),th... method show (line 760) | show(){throw new Error("call showAtMarker")} method showAtMarker (line 760) | showAtMarker(e,t,i){this._container.classList.remove("stale"),this._mess... method updateMarker (line 760) | updateMarker(e){this._container.classList.remove("stale"),this._message.... method showStale (line 760) | showStale(){this._container.classList.add("stale"),this._relayout()} method _doLayoutBody (line 760) | _doLayoutBody(e,t){super._doLayoutBody(e,t),this._heightInPixel=e,this._... method _onWidth (line 760) | _onWidth(e){this._message.layout(this._heightInPixel,e)} method _relayout (line 760) | _relayout(){super._relayout(this.computeRequiredHeight())} method computeRequiredHeight (line 760) | computeRequiredHeight(){return 3+this._message.getHeightInLines()} method get (line 760) | static get(e){return e.getContribution(HS.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 760) | constructor(e,t,i,s,o){this._markerNavigationService=t,this._contextKeyS... method dispose (line 760) | dispose(){this._cleanUp(),this._sessionDispoables.dispose()} method _cleanUp (line 760) | _cleanUp(){this._widgetVisible.reset(),this._sessionDispoables.clear(),t... method _getOrCreateModel (line 760) | _getOrCreateModel(e){if(this._model&&this._model.matches(e))return this.... method close (line 760) | close(e=!0){this._cleanUp(),e&&this._editor.focus()} method showAtMarker (line 760) | showAtMarker(e){if(this._editor.hasModel()){const t=this._getOrCreateMod... method nagivate (line 760) | async nagivate(e,t){var i,s;if(this._editor.hasModel()){const o=this._ge... class iO (line 760) | class iO extends Ke{constructor(e,t,i){super(i),this._next=e,this._multi... method constructor (line 760) | constructor(e,t,i){super(i),this._next=e,this._multiFile=t} method run (line 760) | async run(e,t){var i;t.hasModel()&&((i=t_.get(t))===null||i===void 0||... class Cm (line 760) | class Cm extends iO{constructor(){super(!0,!1,{id:Cm.ID,label:Cm.LABEL,a... method constructor (line 760) | constructor(){super(!0,!1,{id:Cm.ID,label:Cm.LABEL,alias:"Go to Next P... class e0 (line 760) | class e0 extends iO{constructor(){super(!1,!1,{id:e0.ID,label:e0.LABEL,a... method constructor (line 760) | constructor(){super(!1,!1,{id:e0.ID,label:e0.LABEL,alias:"Go to Previo... class Bet (line 760) | class Bet extends iO{constructor(){super(!0,!0,{id:"editor.action.marker... method constructor (line 760) | constructor(){super(!0,!0,{id:"editor.action.marker.nextInFiles",label... class Wet (line 760) | class Wet extends iO{constructor(){super(!1,!0,{id:"editor.action.marker... method constructor (line 760) | constructor(){super(!1,!0,{id:"editor.action.marker.prevInFiles",label... class Vet (line 760) | class Vet extends Ke{constructor(){super({id:Lfe,label:v({},"Show or Foc... method constructor (line 760) | constructor(){super({id:Lfe,label:v({},"Show or Focus Hover"),metadata... method run (line 760) | run(e,t,i){if(!t.hasModel())return;const s=gr.get(t);if(!s)return;cons... class zet (line 760) | class zet extends Ke{constructor(){super({id:iYe,label:v({},"Show Defini... method constructor (line 760) | constructor(){super({id:iYe,label:v({},"Show Definition Preview Hover"... method run (line 760) | run(e,t){const i=gr.get(t);if(!i)return;const s=t.getPosition();if(!s)... class $et (line 760) | class $et extends Ke{constructor(){super({id:nYe,label:v({},"Scroll Up H... method constructor (line 760) | constructor(){super({id:nYe,label:v({},"Scroll Up Hover"),alias:"Scrol... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.scrollUp()} class Uet (line 760) | class Uet extends Ke{constructor(){super({id:sYe,label:v({},"Scroll Down... method constructor (line 760) | constructor(){super({id:sYe,label:v({},"Scroll Down Hover"),alias:"Scr... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.scrollDown()} class jet (line 760) | class jet extends Ke{constructor(){super({id:oYe,label:v({},"Scroll Left... method constructor (line 760) | constructor(){super({id:oYe,label:v({},"Scroll Left Hover"),alias:"Scr... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.scrollLeft()} class Ket (line 760) | class Ket extends Ke{constructor(){super({id:rYe,label:v({},"Scroll Righ... method constructor (line 760) | constructor(){super({id:rYe,label:v({},"Scroll Right Hover"),alias:"Sc... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.scrollRight()} class qet (line 760) | class qet extends Ke{constructor(){super({id:aYe,label:v({},"Page Up Hov... method constructor (line 760) | constructor(){super({id:aYe,label:v({},"Page Up Hover"),alias:"Page Up... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.pageUp()} class Get (line 760) | class Get extends Ke{constructor(){super({id:lYe,label:v({},"Page Down H... method constructor (line 760) | constructor(){super({id:lYe,label:v({},"Page Down Hover"),alias:"Page ... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.pageDown()} class Zet (line 760) | class Zet extends Ke{constructor(){super({id:cYe,label:v({},"Go To Top H... method constructor (line 760) | constructor(){super({id:cYe,label:v({},"Go To Top Hover"),alias:"Go To... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.goToTop()} class Yet (line 760) | class Yet extends Ke{constructor(){super({id:dYe,label:v({},"Go To Botto... method constructor (line 760) | constructor(){super({id:dYe,label:v({},"Go To Bottom Hover"),alias:"Go... method run (line 760) | run(e,t){const i=gr.get(t);i&&i.goToBottom()} class Xet (line 760) | class Xet extends Ke{constructor(){super({id:NP,label:uYe,alias:"Increas... method constructor (line 760) | constructor(){super({id:NP,label:uYe,alias:"Increase Hover Verbosity L... method run (line 760) | run(e,t,i){var s;(s=gr.get(t))===null||s===void 0||s.updateMarkdownHov... class Qet (line 760) | class Qet extends Ke{constructor(){super({id:AP,label:hYe,alias:"Decreas... method constructor (line 760) | constructor(){super({id:AP,label:hYe,alias:"Decrease Hover Verbosity L... method run (line 760) | run(e,t,i){var s;(s=gr.get(t))===null||s===void 0||s.updateMarkdownHov... class ett (line 760) | class ett{constructor(e,t,i){this.owner=e,this.range=t,this.marker=i}isV... method constructor (line 760) | constructor(e,t,i){this.owner=e,this.range=t,this.marker=i} method isValidForHoverAnchor (line 760) | isValidForHoverAnchor(e){return e.type===1&&this.range.startColumn<=e.... method constructor (line 760) | constructor(e,t,i,s){this._editor=e,this._markerDecorationsService=t,thi... method computeSync (line 760) | computeSync(e,t){if(!this._editor.hasModel()||e.type!==1&&!e.supportsMar... method renderHoverParts (line 760) | renderHoverParts(e,t){if(!t.length)return ne.None;const i=new be;t.forEa... method renderMarkerHover (line 760) | renderMarkerHover(e,t){const i=Mc("div.hover-row");i.tabIndex=0;const s=... method renderMarkerStatusbar (line 760) | renderMarkerStatusbar(e,t,i){if(t.marker.severity===Qn.Error||t.marker.s... method getCodeActions (line 760) | getCodeActions(e){return Xs(t=>Nx(this._languageFeaturesService.codeActi... class ttt (line 760) | class ttt{dispose(){var e;(e=this._provider)===null||e===void 0||e.dispo... method dispose (line 760) | dispose(){var e;(e=this._provider)===null||e===void 0||e.dispose()} class itt (line 760) | class itt{dispose(){var e;(e=this._provider)===null||e===void 0||e.dispo... method dispose (line 760) | dispose(){var e;(e=this._provider)===null||e===void 0||e.dispose()} class ntt (line 760) | class ntt{dispose(){}} method dispose (line 760) | dispose(){} function wa (line 760) | function wa(n,e){let t=0;for(let i=0;i1)r... method shouldIgnoreLine (line 760) | shouldIgnoreLine(e,t){e.tokenization.forceTokenization(t);const i=e.getL... method dispose (line 760) | dispose(){this.callOnDispose.dispose(),this.callOnModel.dispose()} function dtt (line 760) | function dtt(n,e){const t=i=>I4e(n,i)===2;return t(e.getStartPosition())... function Ege (line 760) | function Ege(n,e,t,i){if(n.getLineCount()===1&&n.getLineMaxColumn(1)===1... class utt (line 760) | class utt{constructor(e,t){this.selection=e,this.tabSize=t,this.selectio... method constructor (line 760) | constructor(e,t){this.selection=e,this.tabSize=t,this.selectionId=null} method getEditOperations (line 760) | getEditOperations(e,t){this.selectionId=t.trackSelection(this.selectio... method computeCursorState (line 760) | computeCursorState(e,t){return t.getTrackedSelection(this.selectionId)} class htt (line 760) | class htt{constructor(e,t){this.selection=e,this.tabSize=t,this.selectio... method constructor (line 760) | constructor(e,t){this.selection=e,this.tabSize=t,this.selectionId=null} method getEditOperations (line 760) | getEditOperations(e,t){this.selectionId=t.trackSelection(this.selectio... method computeCursorState (line 760) | computeCursorState(e,t){return t.getTrackedSelection(this.selectionId)} class ftt (line 760) | class ftt{constructor(e,t,i){this._editRange=e,this._originalSelection=t... method constructor (line 760) | constructor(e,t,i){this._editRange=e,this._originalSelection=t,this._t... method getEditOperations (line 760) | getEditOperations(e,t){t.addTrackedEditOperation(this._editRange,this.... method computeCursorState (line 760) | computeCursorState(e,t){const s=t.getInverseEditOperations()[0].range;... method get (line 760) | static get(e){return e.getContribution(VN.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 760) | constructor(e,t){this.editor=e,this.editorWorkerService=t,this.decoratio... method dispose (line 760) | dispose(){} method run (line 760) | run(e,t){var i;(i=this.currentRequest)===null||i===void 0||i.cancel();co... class mtt (line 760) | class mtt extends Ke{constructor(){super({id:"editor.action.inPlaceRepla... method constructor (line 760) | constructor(){super({id:"editor.action.inPlaceReplace.up",label:v("InP... method run (line 760) | run(e,t){const i=i_.get(t);return i?i.run(this.id,!1):Promise.resolve(... class _tt (line 760) | class _tt extends Ke{constructor(){super({id:"editor.action.inPlaceRepla... method constructor (line 760) | constructor(){super({id:"editor.action.inPlaceReplace.down",label:v("I... method run (line 760) | run(e,t){const i=i_.get(t);return i?i.run(this.id,!0):Promise.resolve(... class vtt (line 760) | class vtt extends Ke{constructor(){super({id:"expandLineSelection",label... method constructor (line 760) | constructor(){super({id:"expandLineSelection",label:v("expandLineSelec... method run (line 760) | run(e,t,i){if(i=i||{},!t.hasModel())return;const s=t._getViewModel();s... class btt (line 760) | class btt{constructor(e,t,i){this._selection=e,this._cursors=t,this._sel... method constructor (line 760) | constructor(e,t,i){this._selection=e,this._cursors=t,this._selectionId... method getEditOperations (line 760) | getEditOperations(e,t){const i=Ctt(e,this._cursors,this._trimInRegexes... method computeCursorState (line 760) | computeCursorState(e,t){return t.getTrackedSelection(this._selectionId)} function Ctt (line 760) | function Ctt(n,e,t){e.sort((a,l)=>a.lineNumber===l.lineNumber?a.column-l... class Tge (line 760) | class Tge{constructor(e,t,i){this._selection=e,this._isCopyingDown=t,thi... method constructor (line 760) | constructor(e,t,i){this._selection=e,this._isCopyingDown=t,this._noop=... method getEditOperations (line 760) | getEditOperations(e,t){let i=this._selection;this._startLineNumberDelt... method computeCursorState (line 764) | computeCursorState(e,t){let i=t.getTrackedSelection(this._selectionId)... method constructor (line 764) | constructor(e,t,i,s){this._languageConfigurationService=s,this._selectio... method getEditOperations (line 764) | getEditOperations(e,t){const i=()=>e.getLanguageId(),s=(u,h)=>e.getLangu... method buildIndentConverter (line 767) | buildIndentConverter(e,t,i){return{shiftIndent:s=>Zl.shiftIndent(s,s.len... method parseEnterResult (line 767) | parseEnterResult(e,t,i,s,o){if(o){let r=o.indentation;o.indentAction===D... method matchEnterRuleMovingDown (line 767) | matchEnterRuleMovingDown(e,t,i,s,o,r){if(Kd(r)>=0){const a=e.getLineMaxC... method matchEnterRule (line 767) | matchEnterRule(e,t,i,s,o,r){let a=o;for(;a>=1;){let d;if(a===o&&r!==void... method trimStart (line 767) | trimStart(e){return e.replace(/^\s+/,"")} method shouldAutoIndent (line 767) | shouldAutoIndent(e,t){if(this._autoIndent<4||!e.tokenization.isCheapToTo... method getIndentEditsOfMovingBlock (line 767) | getIndentEditsOfMovingBlock(e,t,i,s,o,r){for(let a=i.startLineNumber;a<=... method computeCursorState (line 767) | computeCursorState(e,t){let i=t.getTrackedSelection(this._selectionId);r... class wm (line 767) | class wm{static getCollator(){return wm._COLLATOR||(wm._COLLATOR=new Int... method getCollator (line 767) | static getCollator(){return wm._COLLATOR||(wm._COLLATOR=new Intl.Colla... method constructor (line 767) | constructor(e,t){this.selection=e,this.descending=t,this.selectionId=n... method getEditOperations (line 767) | getEditOperations(e,t){const i=Stt(e,this.selection,this.descending);i... method computeCursorState (line 767) | computeCursorState(e,t){return t.getTrackedSelection(this.selectionId)} method canRun (line 767) | static canRun(e,t,i){if(e===null)return!1;const s=Nge(e,t,i);if(!s)ret... function Nge (line 767) | function Nge(n,e,t){const i=e.startLineNumber;let s=e.endLineNumber;if(e... function Stt (line 767) | function Stt(n,e,t){const i=Nge(n,e,t);return i?Mn.replace(new A(i.start... class Age (line 768) | class Age extends Ke{constructor(e,t){super(t),this.down=e}run(e,t){if(!... method constructor (line 768) | constructor(e,t){super(t),this.down=e} method run (line 768) | run(e,t){if(!t.hasModel())return;const i=t.getSelections().map((r,a)=>... class xtt (line 768) | class xtt extends Age{constructor(){super(!1,{id:"editor.action.copyLine... method constructor (line 768) | constructor(){super(!1,{id:"editor.action.copyLinesUpAction",label:v("... class Ltt (line 768) | class Ltt extends Age{constructor(){super(!0,{id:"editor.action.copyLine... method constructor (line 768) | constructor(){super(!0,{id:"editor.action.copyLinesDownAction",label:v... class ktt (line 768) | class ktt extends Ke{constructor(){super({id:"editor.action.duplicateSel... method constructor (line 768) | constructor(){super({id:"editor.action.duplicateSelection",label:v("du... method run (line 768) | run(e,t,i){if(!t.hasModel())return;const s=[],o=t.getSelections(),r=t.... class Rge (line 768) | class Rge extends Ke{constructor(e,t){super(t),this.down=e}run(e,t){cons... method constructor (line 768) | constructor(e,t){super(t),this.down=e} method run (line 768) | run(e,t){const i=e.get(gn),s=[],o=t.getSelections()||[],r=t.getOption(... class Dtt (line 768) | class Dtt extends Rge{constructor(){super(!1,{id:"editor.action.moveLine... method constructor (line 768) | constructor(){super(!1,{id:"editor.action.moveLinesUpAction",label:v("... class Itt (line 768) | class Itt extends Rge{constructor(){super(!0,{id:"editor.action.moveLine... method constructor (line 768) | constructor(){super(!0,{id:"editor.action.moveLinesDownAction",label:v... class Mge (line 768) | class Mge extends Ke{constructor(e,t){super(t),this.descending=e}run(e,t... method constructor (line 768) | constructor(e,t){super(t),this.descending=e} method run (line 768) | run(e,t){if(!t.hasModel())return;const i=t.getModel();let s=t.getSelec... class Ett (line 768) | class Ett extends Mge{constructor(){super(!1,{id:"editor.action.sortLine... method constructor (line 768) | constructor(){super(!1,{id:"editor.action.sortLinesAscending",label:v(... class Ttt (line 768) | class Ttt extends Mge{constructor(){super(!0,{id:"editor.action.sortLine... method constructor (line 768) | constructor(){super(!0,{id:"editor.action.sortLinesDescending",label:v... class Ntt (line 768) | class Ntt extends Ke{constructor(){super({id:"editor.action.removeDuplic... method constructor (line 768) | constructor(){super({id:"editor.action.removeDuplicateLines",label:v("... method run (line 768) | run(e,t){if(!t.hasModel())return;const i=t.getModel();if(i.getLineCoun... class cO (line 769) | class cO extends Ke{constructor(){super({id:cO.ID,label:v("lines.trimTra... method constructor (line 769) | constructor(){super({id:cO.ID,label:v("lines.trimTrailingWhitespace","... method run (line 769) | run(e,t,i){let s=[];i.reason==="auto-save"&&(s=(t.getSelections()||[])... class Att (line 769) | class Att extends Ke{constructor(){super({id:"editor.action.deleteLines"... method constructor (line 769) | constructor(){super({id:"editor.action.deleteLines",label:v("lines.del... method run (line 769) | run(e,t){if(!t.hasModel())return;const i=this._getLinesToRemove(t),s=t... method _getLinesToRemove (line 769) | _getLinesToRemove(e){const t=e.getSelections().map(o=>{let r=o.endLine... class Rtt (line 769) | class Rtt extends Ke{constructor(){super({id:"editor.action.indentLines"... method constructor (line 769) | constructor(){super({id:"editor.action.indentLines",label:v("lines.ind... method run (line 769) | run(e,t){const i=t._getViewModel();i&&(t.pushUndoStop(),t.executeComma... class Mtt (line 769) | class Mtt extends Ke{constructor(){super({id:"editor.action.outdentLines... method constructor (line 769) | constructor(){super({id:"editor.action.outdentLines",label:v("lines.ou... method run (line 769) | run(e,t){tC.Outdent.runEditorCommand(e,t,null)} class Ptt (line 769) | class Ptt extends Ke{constructor(){super({id:"editor.action.insertLineBe... method constructor (line 769) | constructor(){super({id:"editor.action.insertLineBefore",label:v("line... method run (line 769) | run(e,t){const i=t._getViewModel();i&&(t.pushUndoStop(),t.executeComma... class Ott (line 769) | class Ott extends Ke{constructor(){super({id:"editor.action.insertLineAf... method constructor (line 769) | constructor(){super({id:"editor.action.insertLineAfter",label:v("lines... method run (line 769) | run(e,t){const i=t._getViewModel();i&&(t.pushUndoStop(),t.executeComma... class Pge (line 769) | class Pge extends Ke{run(e,t){if(!t.hasModel())return;const i=t.getSelec... method run (line 769) | run(e,t){if(!t.hasModel())return;const i=t.getSelection(),s=this._getR... class Ftt (line 769) | class Ftt extends Pge{constructor(){super({id:"deleteAllLeft",label:v("l... method constructor (line 769) | constructor(){super({id:"deleteAllLeft",label:v("lines.deleteAllLeft",... method _getEndCursorState (line 769) | _getEndCursorState(e,t){let i=null;const s=[];let o=0;return t.forEach... method _getRangesToDelete (line 769) | _getRangesToDelete(e){const t=e.getSelections();if(t===null)return[];l... class Btt (line 769) | class Btt extends Pge{constructor(){super({id:"deleteAllRight",label:v("... method constructor (line 769) | constructor(){super({id:"deleteAllRight",label:v("lines.deleteAllRight... method _getEndCursorState (line 769) | _getEndCursorState(e,t){let i=null;const s=[];for(let o=0,r=t.length,a... method _getRangesToDelete (line 769) | _getRangesToDelete(e){const t=e.getModel();if(t===null)return[];const ... class Wtt (line 769) | class Wtt extends Ke{constructor(){super({id:"editor.action.joinLines",l... method constructor (line 769) | constructor(){super({id:"editor.action.joinLines",label:v("lines.joinL... method run (line 769) | run(e,t){const i=t.getSelections();if(i===null)return;let s=t.getSelec... class Htt (line 769) | class Htt extends Ke{constructor(){super({id:"editor.action.transpose",l... method constructor (line 769) | constructor(){super({id:"editor.action.transpose",label:v("editor.tran... method run (line 769) | run(e,t){const i=t.getSelections();if(i===null)return;const s=t.getMod... class cb (line 769) | class cb extends Ke{run(e,t){const i=t.getSelections();if(i===null)retur... method run (line 769) | run(e,t){const i=t.getSelections();if(i===null)return;const s=t.getMod... class Vtt (line 769) | class Vtt extends cb{constructor(){super({id:"editor.action.transformToU... method constructor (line 769) | constructor(){super({id:"editor.action.transformToUppercase",label:v("... method _modifyText (line 769) | _modifyText(e,t){return e.toLocaleUpperCase()} class ztt (line 769) | class ztt extends cb{constructor(){super({id:"editor.action.transformToL... method constructor (line 769) | constructor(){super({id:"editor.action.transformToLowercase",label:v("... method _modifyText (line 769) | _modifyText(e,t){return e.toLocaleLowerCase()} class jg (line 769) | class jg{constructor(e,t){this._pattern=e,this._flags=t,this._actual=nul... method constructor (line 769) | constructor(e,t){this._pattern=e,this._flags=t,this._actual=null,this.... method get (line 769) | get(){if(!this._evaluated){this._evaluated=!0;try{this._actual=new Reg... method isSupported (line 769) | isSupported(){return this.get()!==null} class Dk (line 769) | class Dk extends cb{constructor(){super({id:"editor.action.transformToTi... method constructor (line 769) | constructor(){super({id:"editor.action.transformToTitlecase",label:v("... method _modifyText (line 769) | _modifyText(e,t){const i=Dk.titleBoundary.get();return i?e.toLocaleLow... class ym (line 769) | class ym extends cb{constructor(){super({id:"editor.action.transformToSn... method constructor (line 769) | constructor(){super({id:"editor.action.transformToSnakecase",label:v("... method _modifyText (line 769) | _modifyText(e,t){const i=ym.caseBoundary.get(),s=ym.singleLetters.get(... class Ik (line 769) | class Ik extends cb{constructor(){super({id:"editor.action.transformToCa... method constructor (line 769) | constructor(){super({id:"editor.action.transformToCamelcase",label:v("... method _modifyText (line 769) | _modifyText(e,t){const i=Ik.wordBoundary.get();if(!i)return e;const s=... class P0 (line 769) | class P0 extends cb{constructor(){super({id:"editor.action.transformToPa... method constructor (line 769) | constructor(){super({id:"editor.action.transformToPascalcase",label:v(... method _modifyText (line 769) | _modifyText(e,t){const i=P0.wordBoundary.get(),s=P0.wordBoundaryToMain... class yg (line 769) | class yg extends cb{static isSupported(){return[this.caseBoundary,this.s... method isSupported (line 769) | static isSupported(){return[this.caseBoundary,this.singleLetters,this.... method constructor (line 769) | constructor(){super({id:"editor.action.transformToKebabcase",label:v("... method _modifyText (line 769) | _modifyText(e,t){const i=yg.caseBoundary.get(),s=yg.singleLetters.get(... method get (line 769) | static get(e){return e.getContribution(zN.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 769) | constructor(e,t,i,s,o){super(),this.languageConfigurationService=s,this.... method reinitialize (line 769) | reinitialize(e){const t=this._editor.getModel(),i=t!==null&&(this._edito... method _syncRanges (line 769) | _syncRanges(e){if(!this._editor.hasModel()||e!==this._syncRangesToken||t... method dispose (line 769) | dispose(){this.clearRanges(),super.dispose()} method clearRanges (line 769) | clearRanges(){this._visibleContextKey.set(!1),this._currentDecorations.c... method updateRanges (line 769) | async updateRanges(e=!1){if(!this._editor.hasModel()){this.clearRanges()... class jtt (line 769) | class jtt extends Ke{constructor(){super({id:"editor.action.linkedEditin... method constructor (line 769) | constructor(){super({id:"editor.action.linkedEditing",label:v("linkedE... method runCommand (line 769) | runCommand(e,t){const i=e.get(vi),[s,o]=Array.isArray(t)&&t||[void 0,v... method run (line 769) | run(e,t){const i=n_.get(t);return i?Promise.resolve(i.updateRanges(!0)... function Fge (line 769) | function Fge(n,e,t,i){const s=n.ordered(e);return QV(s.map(o=>async()=>{... method constructor (line 769) | constructor(e,t){this._link=e,this._provider=t} method toJSON (line 769) | toJSON(){return{range:this.range,url:this.url,tooltip:this.tooltip}} method range (line 769) | get range(){return this._link.range} method url (line 769) | get url(){return this._link.url} method tooltip (line 769) | get tooltip(){return this._link.tooltip} method resolve (line 769) | async resolve(e){return this._link.url?this._link.url:typeof this._provi... class LR (line 769) | class LR{constructor(e){this._disposables=new be;let t=[];for(const[i,s]... method constructor (line 769) | constructor(e){this._disposables=new be;let t=[];for(const[i,s]of e){c... method dispose (line 769) | dispose(){this._disposables.dispose(),this.links.length=0} method _union (line 769) | static _union(e,t){const i=[];let s,o,r,a;for(s=0,r=0,o=e.length,a=t.l... function Bge (line 769) | function Bge(n,e,t){const i=[],s=n.ordered(e).reverse().map((o,r)=>Promi... method get (line 769) | static get(e){return e.getContribution(VW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 769) | constructor(e,t,i,s,o){super(),this.editor=e,this.openerService=t,this.n... method computeLinksNow (line 769) | async computeLinksNow(){if(!this.editor.hasModel()||!this.editor.getOpti... method updateDecorations (line 769) | updateDecorations(e){const t=this.editor.getOption(78)==="altKey",i=[],s... method _onEditorMouseMove (line 769) | _onEditorMouseMove(e,t){const i=this.editor.getOption(78)==="altKey";if(... method cleanUpActiveLinkDecoration (line 769) | cleanUpActiveLinkDecoration(){const e=this.editor.getOption(78)==="altKe... method onEditorMouseUp (line 769) | onEditorMouseUp(e){if(!this.isEnabled(e))return;const t=this.getLinkOccu... method openLinkOccurrence (line 769) | openLinkOccurrence(e,t,i=!1){if(!this.openerService)return;const{link:s}... method getLinkOccurrence (line 769) | getLinkOccurrence(e){if(!this.editor.hasModel()||!e)return null;const t=... method isEnabled (line 769) | isEnabled(e,t){return!!(e.target.type===6&&(e.hasTriggerModifier||t&&t.k... method stop (line 769) | stop(){var e;this.computeLinks.cancel(),this.activeLinksList&&((e=this.a... method dispose (line 769) | dispose(){super.dispose(),this.stop()} class gC (line 769) | class gC{static decoration(e,t){return{range:e.range,options:gC._getOpti... method decoration (line 769) | static decoration(e,t){return{range:e.range,options:gC._getOptions(e,t... method _getOptions (line 769) | static _getOptions(e,t,i){const s={...i?Ute.active:Ute.general};return... method constructor (line 769) | constructor(e,t){this.link=e,this.decorationId=t} method activate (line 769) | activate(e,t){e.changeDecorationOptions(this.decorationId,gC._getOptio... method deactivate (line 769) | deactivate(e,t){e.changeDecorationOptions(this.decorationId,gC._getOpt... function Ztt (line 769) | function Ztt(n,e){const t=n.url&&/^command:/i.test(n.url.toString()),i=n... class Ytt (line 769) | class Ytt extends Ke{constructor(){super({id:"editor.action.openLink",la... method constructor (line 769) | constructor(){super({id:"editor.action.openLink",label:v("label","Open... method run (line 769) | run(e,t){const i=fw.get(t);if(!i||!t.hasModel())return;const s=t.getSe... class zW (line 769) | class zW extends ne{constructor(e){super(),this._editor=e,this._register... method constructor (line 769) | constructor(e){super(),this._editor=e,this._register(this._editor.onMo... function oit (line 769) | function oit(n){return n===lL.Write?eit:n===lL.Text?tit:sit} function rit (line 769) | function rit(n){return n?nit:iit} function C_ (line 769) | function C_(n,e){const t=e.filter(i=>!n.find(s=>s.equals(i)));if(t.lengt... class cit (line 769) | class cit extends Ke{constructor(){super({id:"editor.action.insertCursor... method constructor (line 769) | constructor(){super({id:"editor.action.insertCursorAbove",label:v("mut... method run (line 769) | run(e,t,i){if(!t.hasModel())return;let s=!0;i&&i.logicalLine===!1&&(s=... class dit (line 769) | class dit extends Ke{constructor(){super({id:"editor.action.insertCursor... method constructor (line 769) | constructor(){super({id:"editor.action.insertCursorBelow",label:v("mut... method run (line 769) | run(e,t,i){if(!t.hasModel())return;let s=!0;i&&i.logicalLine===!1&&(s=... class uit (line 769) | class uit extends Ke{constructor(){super({id:"editor.action.insertCursor... method constructor (line 769) | constructor(){super({id:"editor.action.insertCursorAtEndOfEachLineSele... method getCursorsForSelection (line 769) | getCursorsForSelection(e,t,i){if(!e.isEmpty()){for(let s=e.startLineNu... method run (line 769) | run(e,t){if(!t.hasModel())return;const i=t.getModel(),s=t.getSelection... class hit (line 769) | class hit extends Ke{constructor(){super({id:"editor.action.addCursorsTo... method constructor (line 769) | constructor(){super({id:"editor.action.addCursorsToBottom",label:v("mu... method run (line 769) | run(e,t){if(!t.hasModel())return;const i=t.getSelections(),s=t.getMode... class fit (line 769) | class fit extends Ke{constructor(){super({id:"editor.action.addCursorsTo... method constructor (line 769) | constructor(){super({id:"editor.action.addCursorsToTop",label:v("mutli... method run (line 769) | run(e,t){if(!t.hasModel())return;const i=t.getSelections(),s=[];for(le... class zT (line 769) | class zT{constructor(e,t,i){this.selections=e,this.revealRange=t,this.re... method constructor (line 769) | constructor(e,t,i){this.selections=e,this.revealRange=t,this.revealScr... class Ek (line 769) | class Ek{static create(e,t){if(!e.hasModel())return null;const i=t.getSt... method create (line 769) | static create(e,t){if(!e.hasModel())return null;const i=t.getState();i... method constructor (line 770) | constructor(e,t,i,s,o,r,a){this._editor=e,this.findController=t,this.i... method addSelectionToNextFindMatch (line 770) | addSelectionToNextFindMatch(){if(!this._editor.hasModel())return null;... method moveSelectionToNextFindMatch (line 770) | moveSelectionToNextFindMatch(){if(!this._editor.hasModel())return null... method _getNextMatch (line 770) | _getNextMatch(){if(!this._editor.hasModel())return null;if(this.curren... method addSelectionToPreviousFindMatch (line 770) | addSelectionToPreviousFindMatch(){if(!this._editor.hasModel())return n... method moveSelectionToPreviousFindMatch (line 770) | moveSelectionToPreviousFindMatch(){if(!this._editor.hasModel())return ... method _getPreviousMatch (line 770) | _getPreviousMatch(){if(!this._editor.hasModel())return null;if(this.cu... method selectAll (line 770) | selectAll(e){if(!this._editor.hasModel())return[];this.findController.... class O0 (line 770) | class O0 extends ne{static get(e){return e.getContribution(O0.ID)}constr... method get (line 770) | static get(e){return e.getContribution(O0.ID)} method constructor (line 770) | constructor(e){super(),this._sessionDispose=this._register(new be),thi... method dispose (line 770) | dispose(){this._endSession(),super.dispose()} method _beginSessionIfNeeded (line 770) | _beginSessionIfNeeded(e){if(!this._session){const t=Ek.create(this._ed... method _endSession (line 770) | _endSession(){if(this._sessionDispose.clear(),this._session&&this._ses... method _setSelections (line 770) | _setSelections(e){this._ignoreSelectionChange=!0,this._editor.setSelec... method _expandEmptyToWord (line 770) | _expandEmptyToWord(e,t){if(!t.isEmpty())return t;const i=this._editor.... method _applySessionResult (line 770) | _applySessionResult(e){e&&(this._setSelections(e.selections),e.revealR... method getSession (line 770) | getSession(e){return this._session} method addSelectionToNextFindMatch (line 770) | addSelectionToNextFindMatch(e){if(this._editor.hasModel()){if(!this._s... method addSelectionToPreviousFindMatch (line 770) | addSelectionToPreviousFindMatch(e){this._beginSessionIfNeeded(e),this.... method moveSelectionToNextFindMatch (line 770) | moveSelectionToNextFindMatch(e){this._beginSessionIfNeeded(e),this._se... method moveSelectionToPreviousFindMatch (line 770) | moveSelectionToPreviousFindMatch(e){this._beginSessionIfNeeded(e),this... method selectAll (line 770) | selectAll(e){if(!this._editor.hasModel())return;let t=null;const i=e.g... class Xw (line 770) | class Xw extends Ke{run(e,t){const i=O0.get(t);if(!i)return;const s=t._g... method run (line 770) | run(e,t){const i=O0.get(t);if(!i)return;const s=t._getViewModel();if(s... class git (line 770) | class git extends Xw{constructor(){super({id:"editor.action.addSelection... method constructor (line 770) | constructor(){super({id:"editor.action.addSelectionToNextFindMatch",la... method _run (line 770) | _run(e,t){e.addSelectionToNextFindMatch(t)} class pit (line 770) | class pit extends Xw{constructor(){super({id:"editor.action.addSelection... method constructor (line 770) | constructor(){super({id:"editor.action.addSelectionToPreviousFindMatch... method _run (line 770) | _run(e,t){e.addSelectionToPreviousFindMatch(t)} class mit (line 770) | class mit extends Xw{constructor(){super({id:"editor.action.moveSelectio... method constructor (line 770) | constructor(){super({id:"editor.action.moveSelectionToNextFindMatch",l... method _run (line 770) | _run(e,t){e.moveSelectionToNextFindMatch(t)} class _it (line 770) | class _it extends Xw{constructor(){super({id:"editor.action.moveSelectio... method constructor (line 770) | constructor(){super({id:"editor.action.moveSelectionToPreviousFindMatc... method _run (line 770) | _run(e,t){e.moveSelectionToPreviousFindMatch(t)} class vit (line 770) | class vit extends Xw{constructor(){super({id:"editor.action.selectHighli... method constructor (line 770) | constructor(){super({id:"editor.action.selectHighlights",label:v("sele... method _run (line 770) | _run(e,t){e.selectAll(t)} class bit (line 770) | class bit extends Xw{constructor(){super({id:"editor.action.changeAll",l... method constructor (line 770) | constructor(){super({id:"editor.action.changeAll",label:v("changeAll.l... method _run (line 770) | _run(e,t){e.selectAll(t)} class Cit (line 770) | class Cit{constructor(e,t,i,s,o){this._model=e,this._searchText=t,this._... method constructor (line 770) | constructor(e,t,i,s,o){this._model=e,this._searchText=t,this._matchCas... method findMatches (line 770) | findMatches(){return this._cachedFindMatches===null&&(this._cachedFind... method constructor (line 770) | constructor(e,t){super(),this._languageFeaturesService=t,this.editor=e,t... method _update (line 770) | _update(){this._setState($W._createState(this.state,this._isEnabled,this... method _createState (line 770) | static _createState(e,t,i){if(!t||!i.hasModel())return null;const s=i.ge... method _setState (line 770) | _setState(e){if(this.state=e,!this.state){this._decorations.clear();retu... method dispose (line 770) | dispose(){this._setState(null),super.dispose()} function Wge (line 770) | function Wge(n,e,t){const i=jte(n,e[0],!t);for(let s=1,o=e.length;st===... class Nit (line 770) | class Nit{constructor(e,t){this.widget=e,this.edit=t}dispose(){this.widg... method constructor (line 770) | constructor(e,t){this.widget=e,this.edit=t} method dispose (line 770) | dispose(){this.widget.dispose()} method get (line 770) | static get(e){return e.getContribution(Rv.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 770) | constructor(e,t,i,s,o,r){super(),this.editor=e,this.instantiationService... method checkCursorPosition (line 775) | checkCursorPosition(e){var t;if(!this._currentEdit){this._isCursorAtInli... method validateInlineEdit (line 775) | validateInlineEdit(e,t){var i,s;if(t.text.includes(` method fetchInlineEdit (line 776) | async fetchInlineEdit(e,t){this._currentRequestCts&&this._currentRequest... method getInlineEdit (line 776) | async getInlineEdit(e,t){var i;this._isCursorAtInlineEditContext.set(!1)... method trigger (line 777) | async trigger(){await this.getInlineEdit(this.editor,!1)} method jumpBack (line 777) | async jumpBack(){this._jumpBackPosition&&(this.editor.setPosition(this._... method accept (line 777) | async accept(){var e;this._isAccepting.set(!0,void 0);const t=(e=this._c... method jumpToCurrent (line 778) | jumpToCurrent(){var e,t;this._jumpBackPosition=(e=this.editor.getSelecti... method clear (line 778) | async clear(e=!0){var t;const i=(t=this._currentEdit.get())===null||t===... method freeEdit (line 778) | freeEdit(e){const t=this.editor.getModel();if(!t)return;const i=this.lan... method shouldShowHoverAt (line 778) | shouldShowHoverAt(e){const t=this._currentEdit.get();if(!t)return!1;cons... method shouldShowHoverAtViewZone (line 778) | shouldShowHoverAtViewZone(e){var t,i;return(i=(t=this._currentEdit.get()... function Ait (line 778) | function Ait(n,e){return new Promise(t=>{let i;const s=setTimeout(()=>{i... class Rit (line 778) | class Rit extends Ke{constructor(){super({id:Sit,label:"Accept Inline Ed... method constructor (line 778) | constructor(){super({id:Sit,label:"Accept Inline Edit",alias:"Accept I... method run (line 778) | async run(e,t){const i=$s.get(t);await(i==null?void 0:i.accept())} class Mit (line 778) | class Mit extends Ke{constructor(){const e=pe.and(W.writable,pe.not($s.i... method constructor (line 778) | constructor(){const e=pe.and(W.writable,pe.not($s.inlineEditVisibleKey... method run (line 778) | async run(e,t){const i=$s.get(t);i==null||i.trigger()} class Pit (line 778) | class Pit extends Ke{constructor(){const e=pe.and(W.writable,$s.inlineEd... method constructor (line 778) | constructor(){const e=pe.and(W.writable,$s.inlineEditVisibleContext,pe... method run (line 778) | async run(e,t){const i=$s.get(t);i==null||i.jumpToCurrent()} class Oit (line 778) | class Oit extends Ke{constructor(){const e=pe.and(W.writable,$s.cursorAt... method constructor (line 778) | constructor(){const e=pe.and(W.writable,$s.cursorAtInlineEditContext);... method run (line 778) | async run(e,t){const i=$s.get(t);i==null||i.jumpBack()} class Fit (line 778) | class Fit extends Ke{constructor(){const e=pe.and(W.writable,$s.inlineEd... method constructor (line 778) | constructor(){const e=pe.and(W.writable,$s.inlineEditVisibleContext);s... method run (line 778) | async run(e,t){const i=$s.get(t);await(i==null?void 0:i.clear())} class Wit (line 778) | class Wit{constructor(e,t,i){this.owner=e,this.range=t,this.controller=i... method constructor (line 778) | constructor(e,t,i){this.owner=e,this.range=t,this.controller=i} method isValidForHoverAnchor (line 778) | isValidForHoverAnchor(e){return e.type===1&&this.range.startColumn<=e.... method constructor (line 778) | constructor(e,t,i){this._editor=e,this._instantiationService=t,this._tel... method suggestHoverAnchor (line 778) | suggestHoverAnchor(e){const t=$s.get(this._editor);if(!t)return null;con... method computeSync (line 778) | computeSync(e,t){if(this._editor.getOption(63).showToolbar!=="onHover")r... method renderHoverParts (line 778) | renderHoverParts(e,t){const i=new be;this._telemetryService.publicLog2("... function Hge (line 778) | async function Hge(n,e,t,i,s){const o=n.ordered(e);for(const r of o)try{... class e (line 778) | class e{constructor(s,o){this.request=s,this.previouslyActiveHints=o,thi... method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){if(!y.position)return;w.model.pushStackEleme... method runEditorCommand (line 115) | runEditorCommand(i,s,o){const r=s._getViewModel();r&&this.runCoreEditi... method constructor (line 731) | constructor(i,s,o,r){this.actions=i,this.trigger=s,this.editorPosition... method constructor (line 731) | constructor(i,s,o){this.trigger=i,this.position=s,this._cancellablePro... method cancel (line 731) | cancel(){this._cancellablePromise.cancel()} method constructor (line 778) | constructor(s,o){this.request=s,this.previouslyActiveHints=o,this.type=2} class t (line 778) | class t{constructor(s){this.hints=s,this.type=1}} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement();const S=this._get... method constructor (line 778) | constructor(s){this.hints=s,this.type=1} class dO (line 778) | class dO extends ne{constructor(e,t,i=dO.DEFAULT_DELAY){super(),this._on... method constructor (line 778) | constructor(e,t,i=dO.DEFAULT_DELAY){super(),this._onChangedHints=this.... method state (line 778) | get state(){return this._state} method state (line 778) | set state(e){this._state.type===2&&this._state.request.cancel(),this._... method cancel (line 778) | cancel(e=!1){this.state=Ep.Default,this.throttledDelayer.cancel(),e||t... method trigger (line 778) | trigger(e,t){const i=this.editor.getModel();if(!i||!this.providers.has... method next (line 778) | next(){if(this.state.type!==1)return;const e=this.state.hints.signatur... method previous (line 778) | previous(){if(this.state.type!==1)return;const e=this.state.hints.sign... method updateActiveSignature (line 778) | updateActiveSignature(e){this.state.type===1&&(this.state=new Ep.Activ... method doTrigger (line 778) | async doTrigger(e){const t=this.state.type===1||this.state.type===2,i=... method getLastActiveHints (line 778) | getLastActiveHints(){switch(this.state.type){case 1:return this.state.... method isTriggered (line 778) | get isTriggered(){return this.state.type===1||this.state.type===2||thi... method onModelChanged (line 778) | onModelChanged(){this.cancel(),this.triggerChars.clear(),this.retrigge... method onDidType (line 778) | onDidType(e){if(!this.triggerOnType)return;const t=e.length-1,i=e.char... method onCursorChange (line 778) | onCursorChange(e){e.source==="mouse"?this.cancel():this.isTriggered&&t... method onModelContentChange (line 778) | onModelContentChange(){this.isTriggered&&this.trigger({triggerKind:ph.... method onEditorConfigurationChange (line 778) | onEditorConfigurationChange(){this.triggerOnType=this.editor.getOption... method dispose (line 778) | dispose(){this.cancel(!0),super.dispose()} function Hit (line 778) | function Hit(n,e){switch(e.triggerKind){case ph.Invoke:return e;case ph.... method constructor (line 778) | constructor(e,t,i,s,o,r){super(),this.editor=e,this.model=t,this.telemet... method createParameterHintDOMNodes (line 778) | createParameterHintDOMNodes(){const e=Ya(".editor-widget.parameter-hints... method show (line 778) | show(){this.visible||(this.domNodes||this.createParameterHintDOMNodes(),... method hide (line 778) | hide(){var e;this.renderDisposeables.clear(),this.visible&&(this.keyVisi... method getPosition (line 778) | getPosition(){return this.visible?{position:this.editor.getPosition(),pr... method render (line 778) | render(e){var t;if(this.renderDisposeables.clear(),!this.domNodes)return... method renderMarkdownDocs (line 778) | renderMarkdownDocs(e){const t=new xo,i=this.renderDisposeables.add(this.... method hasDocs (line 778) | hasDocs(e,t){return!!(t&&typeof t.documentation=="string"&&Vp(t.document... method renderParameters (line 778) | renderParameters(e,t,i){const[s,o]=this.getParameterLabelOffsets(t,i),r=... method getParameterLabelOffsets (line 778) | getParameterLabelOffsets(e,t){const i=e.parameters[t];if(i){if(Array.isA... method next (line 778) | next(){this.editor.focus(),this.model.next()} method previous (line 778) | previous(){this.editor.focus(),this.model.previous()} method getDomNode (line 778) | getDomNode(){return this.domNodes||this.createParameterHintDOMNodes(),th... method getId (line 778) | getId(){return GW.ID} method updateMaxHeight (line 778) | updateMaxHeight(){if(!this.domNodes)return;const t=`${Math.max(this.edit... method get (line 778) | static get(e){return e.getContribution(ZW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 778) | constructor(e,t,i){super(),this.editor=e,this.model=this._register(new d... method cancel (line 778) | cancel(){this.model.cancel()} method previous (line 778) | previous(){var e;(e=this.widget.rawValue)===null||e===void 0||e.previous()} method next (line 778) | next(){var e;(e=this.widget.rawValue)===null||e===void 0||e.next()} method trigger (line 778) | trigger(e){this.model.trigger(e,0)} class jit (line 778) | class jit extends Ke{constructor(){super({id:"editor.action.triggerParam... method constructor (line 778) | constructor(){super({id:"editor.action.triggerParameterHints",label:v(... method run (line 778) | run(e,t){const i=B0.get(t);i==null||i.trigger({triggerKind:ph.Invoke})} method constructor (line 778) | constructor(e,t,i,s,o,r){this._editor=e,this._acceptKeybindings=t,this._... method dispose (line 778) | dispose(){this._disposables.dispose(),this._editor.removeContentWidget(t... method getId (line 778) | getId(){return"__renameInputWidget"} method getDomNode (line 778) | getDomNode(){return this._domNode||(this._domNode=document.createElement... method _updateStyles (line 778) | _updateStyles(e){var t,i,s,o,r;if(!this._domNode)return;const a=e.getCol... method _updateFont (line 778) | _updateFont(){if(this._domNode===void 0)return;mi(this._label!==void 0,"... method _computeLabelFontSize (line 778) | _computeLabelFontSize(e){return e*.8} method getPosition (line 778) | getPosition(){if(!this._visible||!this._editor.hasModel()||!this._editor... method beforeRender (line 778) | beforeRender(){var e,t;const[i,s]=this._acceptKeybindings;return this._l... method afterRender (line 778) | afterRender(e){if(this._trace("invoking afterRender, position: ",e?"not ... method acceptInput (line 778) | acceptInput(e){var t;this._trace("invoking acceptInput"),(t=this._curren... method cancelInput (line 778) | cancelInput(e,t){var i;this._trace(`invoking cancelInput, caller: ${t}, ... method focusNextRenameSuggestion (line 778) | focusNextRenameSuggestion(){var e;!((e=this._renameCandidateListView)===... method focusPreviousRenameSuggestion (line 778) | focusPreviousRenameSuggestion(){var e;!((e=this._renameCandidateListView... method getInput (line 778) | getInput(e,t,i,s,o){const{start:r,end:a}=this._getSelection(e,t);this._r... method _requestRenameCandidates (line 778) | _requestRenameCandidates(e,t){if(this._requestRenameCandidatesOnce!==voi... method _getSelection (line 778) | _getSelection(e,t){mi(this._editor.hasModel());const i=this._editor.getS... method _show (line 778) | _show(){this._trace("invoking _show"),this._editor.revealLineInCenterIfO... method _updateRenameCandidates (line 778) | async _updateRenameCandidates(e,t,i){const s=(...c)=>this._trace("_updat... method _hide (line 778) | _hide(){this._trace("invoked _hide"),this._visible=!1,this._visibleConte... method _getTopForPosition (line 778) | _getTopForPosition(){const e=this._editor.getVisibleRanges();let t;retur... method _trace (line 778) | _trace(...e){this._logService.trace("RenameWidget",...e)} class UU (line 778) | class UU{constructor(e,t){this._disposables=new be,this._availableHeight... method constructor (line 778) | constructor(e,t){this._disposables=new be,this._availableHeight=0,this... method dispose (line 778) | dispose(){this._listWidget.dispose(),this._disposables.dispose()} method layout (line 778) | layout({height:e,width:t}){this._availableHeight=e,this._minimumWidth=t} method setCandidates (line 778) | setCandidates(e){this._listWidget.splice(0,0,e);const t=this._pickList... method clearCandidates (line 778) | clearCandidates(){this._listContainer.style.height="0px",this._listCon... method nCandidates (line 778) | get nCandidates(){return this._listWidget.length} method focusedCandidate (line 778) | get focusedCandidate(){if(this._listWidget.length===0)return;const e=t... method focusNext (line 778) | focusNext(){if(this._listWidget.length===0)return!1;const e=this._list... method focusPrevious (line 778) | focusPrevious(){if(this._listWidget.length===0)return!1;const e=this._... method clearFocus (line 778) | clearFocus(){this._listWidget.setFocus([])} method _candidateViewHeight (line 778) | get _candidateViewHeight(){const{totalHeight:e}=W0.getLayoutInfo({line... method _pickListHeight (line 778) | _pickListHeight(e){const t=this._candidateViewHeight*e;return Math.min... method _pickListWidth (line 778) | _pickListWidth(e){const t=Math.ceil(Math.max(...e.map(s=>s.newSymbolNa... method _createListWidget (line 778) | static _createListWidget(e,t,i){const s=new class{getTemplateId(r){ret... class qit (line 778) | class qit{constructor(){this._onDidInputChange=new X,this.onDidInputChan... method constructor (line 778) | constructor(){this._onDidInputChange=new X,this.onDidInputChange=this.... method domNode (line 778) | get domNode(){return this._domNode||(this._domNode=document.createElem... method input (line 778) | get input(){return mi(this._inputNode),this._inputNode} method button (line 778) | get button(){return mi(this._buttonNode),this._buttonNode} method buttonState (line 778) | get buttonState(){return this._buttonState} method setSparkleButton (line 778) | setSparkleButton(){var e,t;this._buttonState="sparkle",(e=this._sparkl... method setStopButton (line 778) | setStopButton(){var e,t;this._buttonState="stop",(e=this._stopIcon)!==... method dispose (line 778) | dispose(){this._disposables.dispose()} class W0 (line 778) | class W0{constructor(e,t){this._domNode=document.createElement("div"),th... method constructor (line 778) | constructor(e,t){this._domNode=document.createElement("div"),this._dom... method populate (line 778) | populate(e){this._updateIcon(e),this._updateLabel(e)} method _updateIcon (line 778) | _updateIcon(e){var t;const i=!!(!((t=e.tags)===null||t===void 0)&&t.in... method _updateLabel (line 778) | _updateLabel(e){this._label.innerText=e.newSymbolName} method getLayoutInfo (line 778) | static getLayoutInfo({lineHeight:e}){return{totalHeight:e+W0._PADDING*2}} method dispose (line 778) | dispose(){} class jU (line 778) | class jU{constructor(e,t,i){this.model=e,this.position=t,this._providerR... method constructor (line 778) | constructor(e,t,i){this.model=e,this.position=t,this._providerRenameId... method hasProvider (line 778) | hasProvider(){return this._providers.length>0} method resolveRenameLocation (line 778) | async resolveRenameLocation(e){const t=[];for(this._providerRenameIdx=... method provideRenameEdits (line 780) | async provideRenameEdits(e,t){return this._provideRenameEdits(e,this._... method _provideRenameEdits (line 780) | async _provideRenameEdits(e,t,i,s){const o=this._providers[t];if(!o)re... function Zit (line 781) | async function Zit(n,e,t,i){const s=new jU(e,t,n),o=await s.resolveRenam... method get (line 781) | static get(e){return e.getContribution(XW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 781) | constructor(e,t,i,s,o,r,a,l,c){this.editor=e,this._instaService=t,this._... method dispose (line 781) | dispose(){this._disposableStore.dispose(),this._cts.dispose(!0)} method run (line 781) | async run(){var e,t;const i=this._logService.trace.bind(this._logService... method acceptRenameInput (line 781) | acceptRenameInput(e){this._renameWidget.acceptInput(e)} method cancelRenameInput (line 781) | cancelRenameInput(){this._renameWidget.cancelInput(!0,"cancelRenameInput... method focusNextRenameSuggestion (line 781) | focusNextRenameSuggestion(){this._renameWidget.focusNextRenameSuggestion()} method focusPreviousRenameSuggestion (line 781) | focusPreviousRenameSuggestion(){this._renameWidget.focusPreviousRenameSu... method _reportTelemetry (line 781) | _reportTelemetry(e,t,i){const s=typeof i=="boolean"?{kind:"cancelled",la... class Yit (line 781) | class Yit extends Ke{constructor(){super({id:"editor.action.rename",labe... method constructor (line 781) | constructor(){super({id:"editor.action.rename",label:v("rename.label",... method runCommand (line 781) | runCommand(e,t){const i=e.get(vi),[s,o]=Array.isArray(t)&&t||[void 0,v... method run (line 781) | run(e,t){const i=e.get(er),s=Mg.get(t);return s?(i.trace("[RenameActio... method constructor (line 781) | constructor(){super({id:"focusNextRenameSuggestion",title:{...Nt("focusN... method run (line 781) | run(e){const t=e.get(vi).getFocusedCodeEditor();if(!t)return;const i=Mg.... method constructor (line 781) | constructor(){super({id:"focusPreviousRenameSuggestion",title:{...Nt("fo... method run (line 781) | run(e){const t=e.get(vi).getFocusedCodeEditor();if(!t)return;const i=Mg.... method constructor (line 781) | constructor(e,t,i){super(),this.editor=e,this.languageConfigurationServi... method createOptions (line 781) | createOptions(e){if(!e||!this.editor.hasModel())return;const t=this.edit... method findSectionHeaders (line 781) | findSectionHeaders(){var e,t;if(!this.editor.hasModel()||!(!((e=this.opt... method updateDecorations (line 781) | updateDecorations(e){const t=this.editor.getModel();t&&(e=e.filter(o=>{i... method stop (line 781) | stop(){this.computeSectionHeaders.cancel(),this.computePromise&&(this.co... method dispose (line 781) | dispose(){super.dispose(),this.stop(),this.decorations.clear()} function Qit (line 781) | function Qit(n){return{range:n.range,options:Wt.createDynamic({descripti... function Jit (line 781) | function Jit(n){for(let e=0,t=n.length;e0?t[0]:[]} function Uge (line 781) | async function Uge(n,e,t,i,s){const o=nnt(n,e),r=await Promise.all(o.map... function snt (line 781) | function snt(n,e){const t=n.orderedGroups(e);return t.length>0?t[0]:null} class ont (line 781) | class ont{constructor(e,t){this.provider=e,this.tokens=t}} method constructor (line 781) | constructor(e,t){this.provider=e,this.tokens=t} function rnt (line 781) | function rnt(n,e){return n.has(e)} function jge (line 781) | function jge(n,e){const t=n.orderedGroups(e);return t.length>0?t[0]:[]} function qU (line 781) | async function qU(n,e,t,i){const s=jge(n,e),o=await Promise.all(s.map(as... function UN (line 781) | function UN(n,e,t){var i;const s=(i=t.getValue(GU,{overrideIdentifier:n.... method constructor (line 781) | constructor(e,t,i,s,o,r){super(),this._watchers=Object.create(null);cons... method dispose (line 781) | dispose(){for(const e of Object.values(this._watchers))e.dispose();super... method constructor (line 781) | constructor(e,t,i,s,o){super(),this._semanticTokensStylingService=t,this... method dispose (line 781) | dispose(){this._currentDocumentResponse&&(this._currentDocumentResponse.... method _fetchDocumentSemanticTokensNow (line 781) | _fetchDocumentSemanticTokensNow(){if(this._currentDocumentRequestCancell... method _copy (line 781) | static _copy(e,t,i,s,o){o=Math.min(o,i.length-s,e.length-t);for(let r=0;... method _setDocumentSemanticTokens (line 781) | _setDocumentSemanticTokens(e,t,i,s){const o=this._currentDocumentRespons... class ant (line 781) | class ant{constructor(e,t,i){this.provider=e,this.resultId=t,this.data=i... method constructor (line 781) | constructor(e,t,i){this.provider=e,this.resultId=t,this.data=i} method dispose (line 781) | dispose(){this.provider.releaseDocumentSemanticTokens(this.resultId)} method constructor (line 781) | constructor(e,t,i,s,o,r){super(),this._semanticTokensStylingService=t,th... method _cancelAll (line 781) | _cancelAll(){for(const e of this._outstandingRequests)e.cancel();this._o... method _removeOutstandingRequest (line 781) | _removeOutstandingRequest(e){for(let t=0,i=this._outstandingRequests.len... method _tokenizeViewportNow (line 781) | _tokenizeViewportNow(){if(!this._editor.hasModel())return;const e=this._... method _requestRange (line 781) | _requestRange(e,t){const i=e.getVersionId(),s=Xs(r=>Promise.resolve(qU(t... class cnt (line 781) | class cnt{constructor(e=!0){this.selectSubwords=e}provideSelectionRanges... method constructor (line 781) | constructor(e=!0){this.selectSubwords=e} method provideSelectionRanges (line 781) | provideSelectionRanges(e,t){const i=[];for(const s of t){const o=[];i.... method _addInWordRanges (line 781) | _addInWordRanges(e,t,i){const s=t.getWordAtPosition(i);if(!s)return;co... method _addWordRanges (line 781) | _addWordRanges(e,t,i){const s=t.getWordAtPosition(i);s&&e.push({range:... method _addWhitespaceLine (line 781) | _addWhitespaceLine(e,t,i){t.getLineLength(i.lineNumber)>0&&t.getLineFi... class ZU (line 781) | class ZU{constructor(e,t){this.index=e,this.ranges=t}mov(e){const t=this... method constructor (line 781) | constructor(e,t){this.index=e,this.ranges=t} method mov (line 781) | mov(e){const t=this.index+(e?1:-1);if(t<0||t>=this.ranges.length)retur... method get (line 781) | static get(e){return e.getContribution(JW.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 781) | constructor(e,t){this._editor=e,this._languageFeaturesService=t,this._ig... method dispose (line 781) | dispose(){var e;(e=this._selectionListener)===null||e===void 0||e.dispos... method run (line 781) | async run(e){if(!this._editor.hasModel())return;const t=this._editor.get... class qge (line 781) | class qge extends Ke{constructor(e,t){super(t),this._forward=e}async run... method constructor (line 781) | constructor(e,t){super(t),this._forward=e} method run (line 781) | async run(e,t){const i=pw.get(t);i&&await i.run(this._forward)} class hnt (line 781) | class hnt extends qge{constructor(){super(!0,{id:"editor.action.smartSel... method constructor (line 781) | constructor(){super(!0,{id:"editor.action.smartSelect.expand",label:v(... class fnt (line 781) | class fnt extends qge{constructor(){super(!1,{id:"editor.action.smartSel... method constructor (line 781) | constructor(){super(!1,{id:"editor.action.smartSelect.shrink",label:v(... function Gge (line 781) | async function Gge(n,e,t,i,s){const o=n.all(e).concat(new cnt(i.selectSu... class Zte (line 781) | class Zte{constructor(e,t,i,s=null){this.startLineNumbers=e,this.endLine... method constructor (line 781) | constructor(e,t,i,s=null){this.startLineNumbers=e,this.endLineNumbers=... method equals (line 781) | equals(e){return!!e&&this.lastLineRelativePosition===e.lastLineRelativ... class mnt (line 781) | class mnt extends ne{constructor(e){super(),this._editor=e,this._folding... method constructor (line 781) | constructor(e){super(),this._editor=e,this._foldingIconStore=new be,th... method lineNumbers (line 781) | get lineNumbers(){return this._lineNumbers} method lineNumberCount (line 781) | get lineNumberCount(){return this._lineNumbers.length} method getRenderedStickyLine (line 781) | getRenderedStickyLine(e){return this._renderedStickyLines.find(t=>t.li... method getCurrentLines (line 781) | getCurrentLines(){return this._lineNumbers} method setState (line 781) | setState(e,t,i){if(i===void 0&&(!this._previousState&&!e||this._previo... method _isWidgetHeightZero (line 781) | _isWidgetHeightZero(e){if(!e)return!0;const t=e.startLineNumbers.lengt... method _findLineToRebuildWidgetFrom (line 781) | _findLineToRebuildWidgetFrom(e,t){if(!e||!this._previousState)return 0... method _updateWidgetWidth (line 781) | _updateWidgetWidth(){const e=this._editor.getLayoutInfo(),t=e.contentL... method _clearStickyLinesFromLine (line 781) | _clearStickyLinesFromLine(e){this._foldingIconStore.clear();for(let t=... method _useFoldingOpacityTransition (line 781) | _useFoldingOpacityTransition(e){this._lineNumbersDomNode.style.setProp... method _setFoldingIconsVisibility (line 781) | _setFoldingIconsVisibility(e){for(const t of this._renderedStickyLines... method _renderRootNode (line 781) | async _renderRootNode(e,t,i){if(this._clearStickyLinesFromLine(i),!e)r... method _setFoldingHoverListeners (line 781) | _setFoldingHoverListeners(){this._editor.getOption(110)==="mouseover"&... method _renderChildNode (line 781) | _renderChildNode(e,t,i,s){const o=this._editor._getViewModel();if(!o)r... method _updateTopAndZIndexOfStickyLine (line 781) | _updateTopAndZIndexOfStickyLine(e){var t;const i=e.index,s=e.lineDomNo... method _renderFoldingIconForLine (line 781) | _renderFoldingIconForLine(e,t){const i=this._editor.getOption(110);if(... method getId (line 781) | getId(){return"editor.contrib.stickyScrollWidget"} method getDomNode (line 781) | getDomNode(){return this._rootDomNode} method getPosition (line 781) | getPosition(){return{preference:2,stackOridinal:10}} method getMinContentWidthInPx (line 781) | getMinContentWidthInPx(){return this._minContentWidthInPx} method focusLineWithIndex (line 781) | focusLineWithIndex(e){0<=e&&e0)return null;co... method getLineNumberFromChildDomNode (line 781) | getLineNumberFromChildDomNode(e){var t,i;return(i=(t=this._getRendered... method _getRenderedStickyLineFromChildDomNode (line 781) | _getRenderedStickyLineFromChildDomNode(e){const t=this.getLineIndexFro... method getLineIndexFromChildDomNode (line 781) | getLineIndexFromChildDomNode(e){const t=this._getAttributeValue(e,C3);... method isInStickyLine (line 781) | isInStickyLine(e){return this._getAttributeValue(e,Xte)!==void 0} method isInFoldingIconDomNode (line 781) | isInFoldingIconDomNode(e){return this._getAttributeValue(e,Qte)!==void 0} method _getAttributeValue (line 781) | _getAttributeValue(e,t){for(;e&&e!==this._rootDomNode;){const i=e.getA... class _nt (line 781) | class _nt{constructor(e,t,i,s,o,r,a){this.index=e,this.lineNumber=t,this... method constructor (line 781) | constructor(e,t,i,s,o,r,a){this.index=e,this.lineNumber=t,this.lineDom... class vnt (line 781) | class vnt{constructor(e,t,i,s){this.isCollapsed=e,this.foldingStartLine=... method constructor (line 781) | constructor(e,t,i,s){this.isCollapsed=e,this.foldingStartLine=t,this.f... method setVisible (line 781) | setVisible(e){this.domNode.style.cursor=e?"pointer":"default",this.dom... class Ox (line 781) | class Ox{constructor(e,t){this.startLineNumber=e,this.endLineNumber=t}} method constructor (line 781) | constructor(e,t){this.startLineNumber=e,this.endLineNumber=t} class DR (line 781) | class DR{constructor(e,t,i){this.range=e,this.children=t,this.parent=i}} method constructor (line 781) | constructor(e,t,i){this.range=e,this.children=t,this.parent=i} class Zge (line 781) | class Zge{constructor(e,t,i,s){this.uri=e,this.version=t,this.element=i,... method constructor (line 781) | constructor(e,t,i,s){this.uri=e,this.version=t,this.element=i,this.out... method constructor (line 781) | constructor(e,t,i,s){switch(super(),this._editor=e,this._modelProviders=... method dispose (line 781) | dispose(){this._modelProviders.forEach(e=>e.dispose()),this._updateOpera... method _cancelModelPromise (line 781) | _cancelModelPromise(){this._modelPromise&&(this._modelPromise.cancel(),t... method update (line 781) | async update(e){return this._updateOperation.clear(),this._updateOperati... class Yge (line 781) | class Yge extends ne{constructor(e){super(),this._editor=e,this._stickyM... method constructor (line 781) | constructor(e){super(),this._editor=e,this._stickyModel=null} method stickyModel (line 781) | get stickyModel(){return this._stickyModel} method _invalid (line 781) | _invalid(){return this._stickyModel=null,sm.INVALID} method computeStickyModel (line 781) | computeStickyModel(e){if(e.isCancellationRequested||!this.isProviderVa... method isModelValid (line 781) | isModelValid(e){return!0} method isProviderValid (line 781) | isProviderValid(){return!0} method constructor (line 781) | constructor(e,t){super(e),this._languageFeaturesService=t} method createModelFromProvider (line 781) | createModelFromProvider(e){return Mf.create(this._languageFeaturesServic... method createStickyModel (line 781) | createStickyModel(e,t){var i;const{stickyOutlineElement:s,providerID:o}=... method isModelValid (line 781) | isModelValid(e){return e&&e.children.size>0} method _stickyModelFromOutlineModel (line 781) | _stickyModelFromOutlineModel(e,t){let i;if(oi.first(e.children.values())... method _stickyModelFromOutlineElement (line 781) | _stickyModelFromOutlineElement(e,t){const i=[];for(const o of e.children... method _comparator (line 781) | _comparator(e,t){return e.startLineNumber!==t.startLineNumber?e.startLin... method _findSumOfRangesOfGroup (line 781) | _findSumOfRangesOfGroup(e){let t=0;for(const i of e.children.values())t+... class Xge (line 781) | class Xge extends Yge{constructor(e){super(e),this._foldingLimitReporter... method constructor (line 781) | constructor(e){super(e),this._foldingLimitReporter=new fge(e)} method createStickyModel (line 781) | createStickyModel(e,t){const i=this._fromFoldingRegions(t),s=this._edi... method isModelValid (line 781) | isModelValid(e){return e!==null} method _fromFoldingRegions (line 781) | _fromFoldingRegions(e){const t=e.length,i=[],s=new DR(void 0,[],void 0... method constructor (line 781) | constructor(e,t){super(e),this._languageConfigurationService=t,this.prov... method createModelFromProvider (line 781) | async createModelFromProvider(e){return this.provider.compute(e)} method constructor (line 781) | constructor(e,t,i){super(e),this._languageFeaturesService=i;const s=Rg.g... method isProviderValid (line 781) | isProviderValid(){return this.provider!==void 0} method createModelFromProvider (line 781) | async createModelFromProvider(e){var t,i;return(i=(t=this.provider)===nu... class Cnt (line 781) | class Cnt{constructor(e,t,i){this.startLineNumber=e,this.endLineNumber=t... method constructor (line 781) | constructor(e,t,i){this.startLineNumber=e,this.endLineNumber=t,this.ne... method constructor (line 781) | constructor(e,t,i){super(),this._languageFeaturesService=t,this._languag... method readConfiguration (line 781) | readConfiguration(){this._sessionStore.clear(),this._editor.getOption(11... method getVersionId (line 781) | getVersionId(){var e;return(e=this._model)===null||e===void 0?void 0:e.v... method updateStickyModelProvider (line 781) | updateStickyModelProvider(){var e;(e=this._stickyModelProvider)===null||... method update (line 781) | async update(){var e;(e=this._cts)===null||e===void 0||e.dispose(!0),thi... method updateStickyModel (line 781) | async updateStickyModel(e){if(!this._editor.hasModel()||!this._stickyMod... method updateIndex (line 781) | updateIndex(e){return e===-1?e=0:e<0&&(e=-e-2),e} method getCandidateStickyLinesIntersectingFromStickyModel (line 781) | getCandidateStickyLinesIntersectingFromStickyModel(e,t,i,s,o){if(t.child... method getCandidateStickyLinesIntersecting (line 781) | getCandidateStickyLinesIntersecting(e){var t,i;if(!(!((t=this._model)===... method constructor (line 781) | constructor(e,t,i,s,o,r,a){super(),this._editor=e,this._contextMenuServi... method get (line 781) | static get(e){return e.getContribution(oH.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method _disposeFocusStickyScrollStore (line 781) | _disposeFocusStickyScrollStore(){var e;this._stickyScrollFocusedContextK... method focus (line 781) | focus(){if(this._onMouseDown){this._onMouseDown=!1,this._editor.focus();... method focusNext (line 781) | focusNext(){this._focusedStickyElementIndex0&&this._focusNav(!1)} method selectEditor (line 781) | selectEditor(){this._editor.focus()} method _focusNav (line 781) | _focusNav(e){this._focusedStickyElementIndex=e?this._focusedStickyElemen... method goToFocused (line 781) | goToFocused(){const e=this._stickyScrollWidget.lineNumbers;this._dispose... method _revealPosition (line 781) | _revealPosition(e){this._reveaInEditor(e,()=>this._editor.revealPosition... method _revealLineInCenterIfOutsideViewport (line 781) | _revealLineInCenterIfOutsideViewport(e){this._reveaInEditor(e,()=>this._... method _reveaInEditor (line 781) | _reveaInEditor(e,t){this._focused&&this._disposeFocusStickyScrollStore()... method _registerMouseListeners (line 781) | _registerMouseListeners(){const e=this._register(new be),t=this._registe... method _onContextMenu (line 781) | _onContextMenu(e,t){const i=new Kc(e,t);this._contextMenuService.showCon... method _toggleFoldingRegionForLine (line 781) | _toggleFoldingRegionForLine(e){if(!this._foldingModel||e===null)return;c... method _readConfiguration (line 781) | _readConfiguration(){const e=this._editor.getOption(115);if(e.enabled===... method _readConfigurationChange (line 781) | _readConfigurationChange(e){(e.hasChanged(115)||e.hasChanged(73)||e.hasC... method _needsUpdate (line 781) | _needsUpdate(e){const t=this._stickyScrollWidget.getCurrentLines();for(c... method _onTokensChange (line 781) | _onTokensChange(e){this._needsUpdate(e)&&this._renderStickyScroll(0)} method _onDidResize (line 781) | _onDidResize(){const t=this._editor.getLayoutInfo().height/this._editor.... method _renderStickyScroll (line 781) | async _renderStickyScroll(e){var t,i;const s=this._editor.getModel();if(... method findScrollWidgetState (line 781) | findScrollWidgetState(){const e=this._editor.getOption(67),t=Math.min(th... method dispose (line 781) | dispose(){super.dispose(),this._sessionStore.dispose()} class ynt (line 781) | class ynt extends zr{constructor(){super({id:"editor.action.toggleSticky... method constructor (line 781) | constructor(){super({id:"editor.action.toggleStickyScroll",title:{...N... method run (line 781) | async run(e){const t=e.get(qt),i=!t.getValue("editor.stickyScroll.enab... class Snt (line 781) | class Snt extends mu{constructor(){super({id:"editor.action.focusStickyS... method constructor (line 781) | constructor(){super({id:"editor.action.focusStickyScroll",title:{...Nt... method runEditorCommand (line 781) | runEditorCommand(e,t){var i;(i=Fh.get(t))===null||i===void 0||i.focus()} class xnt (line 781) | class xnt extends mu{constructor(){super({id:"editor.action.selectNextSt... method constructor (line 781) | constructor(){super({id:"editor.action.selectNextStickyScrollLine",tit... method runEditorCommand (line 781) | runEditorCommand(e,t){var i;(i=Fh.get(t))===null||i===void 0||i.focusN... class Lnt (line 781) | class Lnt extends mu{constructor(){super({id:"editor.action.selectPrevio... method constructor (line 781) | constructor(){super({id:"editor.action.selectPreviousStickyScrollLine"... method runEditorCommand (line 781) | runEditorCommand(e,t){var i;(i=Fh.get(t))===null||i===void 0||i.focusP... class knt (line 781) | class knt extends mu{constructor(){super({id:"editor.action.goToFocusedS... method constructor (line 781) | constructor(){super({id:"editor.action.goToFocusedStickyScrollLine",ti... method runEditorCommand (line 781) | runEditorCommand(e,t){var i;(i=Fh.get(t))===null||i===void 0||i.goToFo... class Dnt (line 781) | class Dnt extends mu{constructor(){super({id:"editor.action.selectEditor... method constructor (line 781) | constructor(){super({id:"editor.action.selectEditor",title:Nt("selectE... method runEditorCommand (line 781) | runEditorCommand(e,t){var i;(i=Fh.get(t))===null||i===void 0||i.select... class Int (line 781) | class Int{constructor(e,t,i,s,o,r){this.range=e,this.insertText=t,this.f... method constructor (line 781) | constructor(e,t,i,s,o,r){this.range=e,this.insertText=t,this.filterTex... method constructor (line 781) | constructor(e,t,i,s,o,r){super(o.disposable),this.model=e,this.line=t,th... method canBeReused (line 781) | canBeReused(e,t,i){return this.model===e&&this.line===t&&this.word.word.... method items (line 781) | get items(){var e;const t=[],{items:i}=this.completionModel,s=this._sugg... method constructor (line 781) | constructor(e,t,i,s){super(),this._languageFeatureService=e,this._clipbo... method provideInlineCompletions (line 781) | async provideInlineCompletions(e,t,i,s){var o;if(i.selectedSuggestionInf... method handleItemDidShow (line 781) | handleItemDidShow(e,t){t.completion.resolve(Qt.None)} method freeInlineCompletions (line 781) | freeInlineCompletions(e){e.release()} method _getTriggerCharacterInfo (line 781) | _getTriggerCharacterInfo(e,t){var i;const s=e.getValueInRange(A.fromPosi... class Ent (line 781) | class Ent extends Ke{constructor(){super({id:"editor.action.forceRetoken... method constructor (line 781) | constructor(){super({id:"editor.action.forceRetokenize",label:v("force... method run (line 781) | run(e,t){if(!t.hasModel())return;const i=t.getModel();i.tokenization.r... class gO (line 781) | class gO extends zr{constructor(){super({id:gO.ID,title:Nt({},"Toggle Ta... method constructor (line 781) | constructor(){super({id:gO.ID,title:Nt({},"Toggle Tab Key Moves Focus"... method run (line 781) | run(){const t=!FC.getTabFocusMode();FC.setTabFocusMode(t),la(t?v("togg... method enabled (line 781) | get enabled(){return this._enabled} method enabled (line 781) | set enabled(e){e?(this.el.setAttribute("aria-disabled","false"),this.el.... method constructor (line 781) | constructor(e,t,i={},s,o){var r,a;super(),this._link=t,this._hoverServic... method setTooltip (line 781) | setTooltip(e){this.hoverDelegate.showNativeHover?this.el.title=e??"":!th... method constructor (line 781) | constructor(e,t){super(),this._editor=e,this.instantiationService=t,this... method hide (line 781) | hide(){this._editor.setBanner(null,0),this.banner.clear()} method show (line 781) | show(e){this.banner.show({...e,onClose:()=>{var t;this.hide(),(t=e.onClo... method constructor (line 781) | constructor(e){super(),this.instantiationService=e,this.markdownRenderer... method getAriaLabel (line 781) | getAriaLabel(e){if(e.ariaLabel)return e.ariaLabel;if(typeof e.message=="... method getBannerMessage (line 781) | getBannerMessage(e){if(typeof e=="string"){const t=ke("span");return t.i... method clear (line 781) | clear(){wo(this.element)} method show (line 781) | show(e){wo(this.element);const t=this.getAriaLabel(e);t&&this.element.se... method constructor (line 781) | constructor(e,t,i,s){super(),this._editor=e,this._editorWorkerService=t,... method dispose (line 781) | dispose(){this._highlighter&&(this._highlighter.dispose(),this._highligh... method _updateHighlighter (line 781) | _updateHighlighter(){if(this._updateState(null),this._highlighter&&(this... method getDecorationInfo (line 781) | getDecorationInfo(e){return this._highlighter?this._highlighter.getDecor... function Rnt (line 781) | function Rnt(n,e){return{nonBasicASCII:e.nonBasicASCII===Qa?!n:e.nonBasi... method constructor (line 781) | constructor(e,t,i,s){super(),this._editor=e,this._options=t,this._update... method dispose (line 781) | dispose(){this._decorations.clear(),super.dispose()} method _update (line 781) | _update(){if(this._model.isDisposed())return;if(!this._model.mightContai... method getDecorationInfo (line 781) | getDecorationInfo(e){if(!this._decorations.has(e))return null;const t=th... class Mnt (line 781) | class Mnt extends ne{constructor(e,t,i){super(),this._editor=e,this._opt... method constructor (line 781) | constructor(e,t,i){super(),this._editor=e,this._options=t,this._update... method dispose (line 781) | dispose(){this._decorations.clear(),super.dispose()} method _update (line 781) | _update(){if(this._model.isDisposed())return;if(!this._model.mightCont... method getDecorationInfo (line 781) | getDecorationInfo(e){if(!this._decorations.has(e))return null;const t=... method constructor (line 781) | constructor(e,t,i){this._editor=e,this._languageService=t,this._openerSe... method computeSync (line 781) | computeSync(e,t){if(!this._editor.hasModel()||e.type!==1)return[];const ... method renderHoverParts (line 781) | renderHoverParts(e,t){return NYe(e,t,this._editor,this._languageService,... function fH (line 781) | function fH(n){return`U+${n.toString(16).padStart(4,"0")}`} function w3 (line 781) | function w3(n){let e=`\`${fH(n)}\``;return mh.isInvisibleCharacter(n)||(... function Pnt (line 781) | function Pnt(n){return n===96?"`` ` ``":"`"+String.fromCodePoint(n)+"`"} function ipe (line 781) | function ipe(n,e){return fz.computeUnicodeHighlightReason(n,e)} class IR (line 781) | class IR{constructor(){this.map=new Map}getDecorationFromOptions(e){retu... method constructor (line 781) | constructor(){this.map=new Map} method getDecorationFromOptions (line 781) | getDecorationFromOptions(e){return this.getDecoration(!e.includeCommen... method getDecoration (line 781) | getDecoration(e,t){const i=`${e}${t}`;let s=this.map.get(i);return s||... class Ont (line 781) | class Ont extends Ke{constructor(){super({id:w_.ID,label:v("action.unico... method constructor (line 781) | constructor(){super({id:w_.ID,label:v("action.unicodeHighlight.disable... method run (line 781) | async run(e,t,i){const s=e==null?void 0:e.get(qt);s&&this.runAction(s)} method runAction (line 781) | async runAction(e){await e.updateValue(Jr.includeComments,!1,2)} class Fnt (line 781) | class Fnt extends Ke{constructor(){super({id:w_.ID,label:v("action.unico... method constructor (line 781) | constructor(){super({id:w_.ID,label:v("action.unicodeHighlight.disable... method run (line 781) | async run(e,t,i){const s=e==null?void 0:e.get(qt);s&&this.runAction(s)} method runAction (line 781) | async runAction(e){await e.updateValue(Jr.includeStrings,!1,2)} class w_ (line 781) | class w_ extends Ke{constructor(){super({id:w_.ID,label:v("action.unicod... method constructor (line 781) | constructor(){super({id:w_.ID,label:v("action.unicodeHighlight.disable... method run (line 781) | async run(e,t,i){const s=e==null?void 0:e.get(qt);s&&this.runAction(s)} method runAction (line 781) | async runAction(e){await e.updateValue(Jr.ambiguousCharacters,!1,2)} class Jw (line 781) | class Jw extends Ke{constructor(){super({id:Jw.ID,label:v("action.unicod... method constructor (line 781) | constructor(){super({id:Jw.ID,label:v("action.unicodeHighlight.disable... method run (line 781) | async run(e,t,i){const s=e==null?void 0:e.get(qt);s&&this.runAction(s)} method runAction (line 781) | async runAction(e){await e.updateValue(Jr.invisibleCharacters,!1,2)} class ey (line 781) | class ey extends Ke{constructor(){super({id:ey.ID,label:v("action.unicod... method constructor (line 781) | constructor(){super({id:ey.ID,label:v("action.unicodeHighlight.disable... method run (line 781) | async run(e,t,i){const s=e==null?void 0:e.get(qt);s&&this.runAction(s)} method runAction (line 781) | async runAction(e){await e.updateValue(Jr.nonBasicASCII,!1,2)} class JD (line 781) | class JD extends Ke{constructor(){super({id:JD.ID,label:v("action.unicod... method constructor (line 781) | constructor(){super({id:JD.ID,label:v("action.unicodeHighlight.showExc... method run (line 781) | async run(e,t,i){const{codePoint:s,reason:o,inString:r,inComment:a}=i,... function Bnt (line 781) | async function Bnt(n,e){const t=n.getValue(Jr.allowedCharacters);let i;t... function Wnt (line 781) | async function Wnt(n,e){var t;const i=(t=n.inspect(Jr.allowedLocales).us... function Hnt (line 781) | function Hnt(n){throw new Error(`Unexpected value: ${n}`)} function znt (line 781) | function znt(n,e,t){n.setModelProperty(e.uri,npe,t)} function $nt (line 781) | function $nt(n,e){return n.getModelProperty(e.uri,npe)} method constructor (line 781) | constructor(e,t,i){super(),this._editor=e,this._dialogService=t,this._co... method _checkForUnusualLineTerminators (line 781) | async _checkForUnusualLineTerminators(){if(this._config==="off"||!this._... function ope (line 781) | function ope(n,e,t,i){const s=n.ordered(e);return QV(s.map(o=>()=>Promis... function Unt (line 781) | function Unt(n,e,t,i,s,o){const r=n.ordered(e);return QV(r.map(a=>()=>{c... class XU (line 781) | class XU{constructor(e,t,i){this._model=e,this._selection=t,this._wordSe... method constructor (line 781) | constructor(e,t,i){this._model=e,this._selection=t,this._wordSeparator... method result (line 781) | get result(){return this._result||(this._result=Xs(e=>this._compute(th... method _getCurrentWordRange (line 781) | _getCurrentWordRange(e,t){const i=e.getWordAtPosition(t.getPosition())... method isValid (line 781) | isValid(e,t,i){const s=t.startLineNumber,o=t.startColumn,r=t.endColumn... method cancel (line 781) | cancel(){this.result.cancel()} class jnt (line 781) | class jnt extends XU{constructor(e,t,i,s){super(e,t,i),this._providers=s... method constructor (line 781) | constructor(e,t,i,s){super(e,t,i),this._providers=s} method _compute (line 781) | _compute(e,t,i,s){return ope(this._providers,e,t.getPosition(),s).then... class Knt (line 781) | class Knt extends XU{constructor(e,t,i,s,o){super(e,t,i),this._providers... method constructor (line 781) | constructor(e,t,i,s,o){super(e,t,i),this._providers=s,this._otherModel... method _compute (line 781) | _compute(e,t,i,s){return Unt(this._providers,e,t.getPosition(),i,s,thi... class rpe (line 781) | class rpe extends XU{constructor(e,t,i,s,o){super(e,t,s),this._otherMode... method constructor (line 781) | constructor(e,t,i,s,o){super(e,t,s),this._otherModels=o,this._selectio... method _compute (line 781) | _compute(e,t,i,s){return Dg(250,s).then(()=>{const o=new hs;let r;if(t... method isValid (line 781) | isValid(e,t,i){const s=t.isEmpty();return this._selectionIsEmpty!==s?!... function qnt (line 781) | function qnt(n,e,t,i,s){return n.has(e)?new jnt(e,t,s,n):new rpe(e,t,i,s... function Gnt (line 781) | function Gnt(n,e,t,i,s,o){return n.has(e)?new Knt(e,t,s,n,o):new rpe(e,t... method constructor (line 781) | constructor(e,t,i,s,o){this.toUnhook=new be,this.workerRequestTokenId=0,... method hasDecorations (line 781) | hasDecorations(){return this.decorations.length>0} method restore (line 781) | restore(){this.occurrencesHighlight!=="off"&&this._run()} method _getSortedHighlights (line 781) | _getSortedHighlights(){return this.decorations.getRanges().sort(A.compar... method moveNext (line 781) | moveNext(){const e=this._getSortedHighlights(),i=(e.findIndex(o=>o.conta... method moveBack (line 781) | moveBack(){const e=this._getSortedHighlights(),i=(e.findIndex(o=>o.conta... method _removeSingleDecorations (line 781) | _removeSingleDecorations(){if(!this.editor.hasModel())return;const e=Hs.... method _removeAllDecorations (line 781) | _removeAllDecorations(){const e=this.codeEditorService.listCodeEditors()... method _stopSingular (line 781) | _stopSingular(){var e,t,i,s;this._removeSingleDecorations(),this.editor.... method _stopAll (line 781) | _stopAll(){this._removeAllDecorations(),this.renderDecorationsTimer!==-1... method _onPositionChanged (line 781) | _onPositionChanged(e){var t;if(this.occurrencesHighlight==="off"){this._... method _getWord (line 781) | _getWord(){const e=this.editor.getSelection(),t=e.startLineNumber,i=e.st... method getOtherModelsToHighlight (line 781) | getOtherModelsToHighlight(e){if(!e)return[];if(e.uri.scheme===Tt.vscodeN... method _run (line 781) | _run(){var e;let t;if(this.editor.hasTextFocus()){const s=this.editor.ge... method computeWithModel (line 781) | computeWithModel(e,t,i,s){return s.length?Gnt(this.multiDocumentProvider... method _beginRenderDecorations (line 781) | _beginRenderDecorations(){const e=new Date().getTime(),t=this.lastCursor... method renderDecorations (line 781) | renderDecorations(){var e,t,i;this.renderDecorationsTimer=-1;const s=thi... method dispose (line 781) | dispose(){this._stopSingular(),this.toUnhook.dispose()} method get (line 781) | static get(e){return e.getContribution(gH.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 781) | constructor(e,t,i,s){super(),this._wordHighlighter=null;const o=()=>{e.h... method wordHighlighter (line 781) | get wordHighlighter(){return this._wordHighlighter} method saveViewState (line 781) | saveViewState(){return!!(this._wordHighlighter&&this._wordHighlighter.ha... method moveNext (line 781) | moveNext(){var e;(e=this._wordHighlighter)===null||e===void 0||e.moveNex... method moveBack (line 781) | moveBack(){var e;(e=this._wordHighlighter)===null||e===void 0||e.moveBac... method restoreViewState (line 781) | restoreViewState(e){this._wordHighlighter&&e&&this._wordHighlighter.rest... method dispose (line 781) | dispose(){this._wordHighlighter&&(this._wordHighlighter.dispose(),this._... class ape (line 781) | class ape extends Ke{constructor(e,t){super(t),this._isNext=e}run(e,t){c... method constructor (line 781) | constructor(e,t){super(t),this._isNext=e} method run (line 781) | run(e,t){const i=Pg.get(t);i&&(this._isNext?i.moveNext():i.moveBack())} class Znt (line 781) | class Znt extends ape{constructor(){super(!0,{id:"editor.action.wordHigh... method constructor (line 781) | constructor(){super(!0,{id:"editor.action.wordHighlight.next",label:v(... class Ynt (line 781) | class Ynt extends ape{constructor(){super(!1,{id:"editor.action.wordHigh... method constructor (line 781) | constructor(){super(!1,{id:"editor.action.wordHighlight.prev",label:v(... class Xnt (line 781) | class Xnt extends Ke{constructor(){super({id:"editor.action.wordHighligh... method constructor (line 781) | constructor(){super({id:"editor.action.wordHighlight.trigger",label:v(... method run (line 781) | run(e,t,i){const s=Pg.get(t);s&&s.restoreViewState(!0)} class mO (line 781) | class mO extends Us{constructor(e){super(e),this._inSelectionMode=e.inSe... method constructor (line 781) | constructor(e){super(e),this._inSelectionMode=e.inSelectionMode,this._... method runEditorCommand (line 781) | runEditorCommand(e,t,i){if(!t.hasModel())return;const s=cc(t.getOption... method _moveTo (line 781) | _moveTo(e,t,i){return i?new it(e.selectionStartLineNumber,e.selectionS... class y_ (line 781) | class y_ extends mO{_move(e,t,i,s){return ki.moveWordLeft(e,t,i,s)}} method _move (line 781) | _move(e,t,i,s){return ki.moveWordLeft(e,t,i,s)} class S_ (line 781) | class S_ extends mO{_move(e,t,i,s){return ki.moveWordRight(e,t,i,s)}} method _move (line 781) | _move(e,t,i,s){return ki.moveWordRight(e,t,i,s)} class Qnt (line 781) | class Qnt extends y_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"curso... class Jnt (line 781) | class Jnt extends y_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"curso... class est (line 781) | class est extends y_{constructor(){var e;super({inSelectionMode:!1,wordN... method constructor (line 781) | constructor(){var e;super({inSelectionMode:!1,wordNavigationType:1,id:... class tst (line 781) | class tst extends y_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"curso... class ist (line 781) | class ist extends y_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"curso... class nst (line 781) | class nst extends y_{constructor(){var e;super({inSelectionMode:!0,wordN... method constructor (line 781) | constructor(){var e;super({inSelectionMode:!0,wordNavigationType:1,id:... class sst (line 781) | class sst extends y_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:3,id:"curso... method _move (line 781) | _move(e,t,i,s){return super._move(cc(gu.wordSeparators.defaultValue,e.... class ost (line 781) | class ost extends y_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:3,id:"curso... method _move (line 781) | _move(e,t,i,s){return super._move(cc(gu.wordSeparators.defaultValue,e.... class rst (line 781) | class rst extends S_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"curso... class ast (line 781) | class ast extends S_{constructor(){var e;super({inSelectionMode:!1,wordN... method constructor (line 781) | constructor(){var e;super({inSelectionMode:!1,wordNavigationType:2,id:... class lst (line 781) | class lst extends S_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"curso... class cst (line 781) | class cst extends S_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"curso... class dst (line 781) | class dst extends S_{constructor(){var e;super({inSelectionMode:!0,wordN... method constructor (line 781) | constructor(){var e;super({inSelectionMode:!0,wordNavigationType:2,id:... class ust (line 781) | class ust extends S_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"curso... class hst (line 781) | class hst extends S_{constructor(){super({inSelectionMode:!1,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:3,id:"curso... method _move (line 781) | _move(e,t,i,s){return super._move(cc(gu.wordSeparators.defaultValue,e.... class fst (line 781) | class fst extends S_{constructor(){super({inSelectionMode:!0,wordNavigat... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:3,id:"curso... method _move (line 781) | _move(e,t,i,s){return super._move(cc(gu.wordSeparators.defaultValue,e.... class _O (line 781) | class _O extends Us{constructor(e){super(e),this._whitespaceHeuristics=e... method constructor (line 781) | constructor(e){super(e),this._whitespaceHeuristics=e.whitespaceHeurist... method runEditorCommand (line 781) | runEditorCommand(e,t,i){const s=e.get(gn);if(!t.hasModel())return;cons... class QU (line 781) | class QU extends _O{_delete(e,t){const i=ki.deleteWordLeft(e,t);return i... method _delete (line 781) | _delete(e,t){const i=ki.deleteWordLeft(e,t);return i||new A(1,1,1,1)} class JU (line 781) | class JU extends _O{_delete(e,t){const i=ki.deleteWordRight(e,t);if(i)re... method _delete (line 781) | _delete(e,t){const i=ki.deleteWordRight(e,t);if(i)return i;const s=e.m... class gst (line 781) | class gst extends QU{constructor(){super({whitespaceHeuristics:!1,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!1,wordNavigationType:0,id:"... class pst (line 781) | class pst extends QU{constructor(){super({whitespaceHeuristics:!1,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!1,wordNavigationType:2,id:"... class mst (line 781) | class mst extends QU{constructor(){super({whitespaceHeuristics:!0,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!0,wordNavigationType:0,id:"... class _st (line 781) | class _st extends JU{constructor(){super({whitespaceHeuristics:!1,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!1,wordNavigationType:0,id:"... class vst (line 781) | class vst extends JU{constructor(){super({whitespaceHeuristics:!1,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!1,wordNavigationType:2,id:"... class bst (line 781) | class bst extends JU{constructor(){super({whitespaceHeuristics:!0,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!0,wordNavigationType:2,id:"... class Cst (line 781) | class Cst extends Ke{constructor(){super({id:"deleteInsideWord",precondi... method constructor (line 781) | constructor(){super({id:"deleteInsideWord",precondition:W.writable,lab... method run (line 781) | run(e,t,i){if(!t.hasModel())return;const s=cc(t.getOption(131),t.getOp... class wst (line 781) | class wst extends _O{constructor(){super({whitespaceHeuristics:!0,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!0,wordNavigationType:0,id:"... method _delete (line 781) | _delete(e,t){const i=OM.deleteWordPartLeft(e);return i||new A(1,1,1,1)} class yst (line 781) | class yst extends _O{constructor(){super({whitespaceHeuristics:!0,wordNa... method constructor (line 781) | constructor(){super({whitespaceHeuristics:!0,wordNavigationType:2,id:"... method _delete (line 781) | _delete(e,t){const i=OM.deleteWordPartRight(e);if(i)return i;const s=e... class lpe (line 781) | class lpe extends mO{_move(e,t,i,s){return OM.moveWordPartLeft(e,t,i)}} method _move (line 781) | _move(e,t,i,s){return OM.moveWordPartLeft(e,t,i)} class Sst (line 781) | class Sst extends lpe{constructor(){super({inSelectionMode:!1,wordNaviga... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:0,id:"curso... class xst (line 781) | class xst extends lpe{constructor(){super({inSelectionMode:!0,wordNaviga... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:0,id:"curso... class cpe (line 781) | class cpe extends mO{_move(e,t,i,s){return OM.moveWordPartRight(e,t,i)}} method _move (line 781) | _move(e,t,i,s){return OM.moveWordPartRight(e,t,i)} class Lst (line 781) | class Lst extends cpe{constructor(){super({inSelectionMode:!1,wordNaviga... method constructor (line 781) | constructor(){super({inSelectionMode:!1,wordNavigationType:2,id:"curso... class kst (line 781) | class kst extends cpe{constructor(){super({inSelectionMode:!0,wordNaviga... method constructor (line 781) | constructor(){super({inSelectionMode:!0,wordNavigationType:2,id:"curso... class pH (line 781) | class pH extends ne{constructor(e){super(),this.editor=e,this._register(... method constructor (line 781) | constructor(e){super(),this.editor=e,this._register(this.editor.onDidA... method _onDidAttemptReadOnlyEdit (line 781) | _onDidAttemptReadOnlyEdit(){const e=Or.get(this.editor);if(e&&this.edi... method constructor (line 781) | constructor(e,t,i){super(),this._textModel=e,this._languageFeaturesServi... method getBreadcrumbItems (line 781) | getBreadcrumbItems(e,t){const i=this._currentModel.read(t);if(!i)return[... class _H (line 781) | class _H extends ne{constructor(e){super(),this.editor=e,this.widget=nul... method constructor (line 781) | constructor(e){super(),this.editor=e,this.widget=null,iu&&(this._regis... method update (line 781) | update(){const e=!this.editor.getOption(91);!this.widget&&e?this.widge... method dispose (line 781) | dispose(){super.dispose(),this.widget&&(this.widget.dispose(),this.wid... class vO (line 781) | class vO extends ne{constructor(e){super(),this.editor=e,this._domNode=d... method constructor (line 781) | constructor(e){super(),this.editor=e,this._domNode=document.createElem... method dispose (line 781) | dispose(){this.editor.removeOverlayWidget(this),super.dispose()} method getId (line 781) | getId(){return vO.ID} method getDomNode (line 781) | getDomNode(){return this._domNode} method getPosition (line 781) | getPosition(){return{preference:1}} method get (line 781) | static get(e){return e.getContribution(vH.ID)} method constructor (line 755) | constructor(e,t){this._widget=e,this._editor=t,this.allowEditorOverflo... method dispose (line 755) | dispose(){this._added&&(this._added=!1,this._editor.removeContentWidge... method getId (line 755) | getId(){return"editor.widget.suggestWidget"} method getDomNode (line 755) | getDomNode(){return this._widget.element.domNode} method show (line 755) | show(){this._hidden=!1,this._added||(this._added=!0,this._editor.addCo... method hide (line 755) | hide(){this._hidden||(this._hidden=!0,this.layout())} method layout (line 755) | layout(){this._editor.layoutContentWidget(this)} method getPosition (line 755) | getPosition(){return this._hidden||!this._position||!this._preference?... method beforeRender (line 755) | beforeRender(){const{height:e,width:t}=this._widget.element.size,{bord... method afterRender (line 755) | afterRender(e){this._widget._afterRender(e)} method setPreference (line 755) | setPreference(e){this._preferenceLocked||(this._preference=e)} method lockPreference (line 755) | lockPreference(){this._preferenceLocked=!0} method unlockPreference (line 755) | unlockPreference(){this._preferenceLocked=!1} method setPosition (line 755) | setPosition(e){this._position=e} method constructor (line 781) | constructor(e,t,i){super(),this._editor=e,this._languageService=i,this._... method dispose (line 781) | dispose(){this.stop(),super.dispose()} method launch (line 781) | launch(){this._widget||this._editor.hasModel()&&(this._widget=new bO(thi... method stop (line 781) | stop(){this._widget&&(this._widget.dispose(),this._widget=null)} class Est (line 781) | class Est extends Ke{constructor(){super({id:"editor.action.inspectToken... method constructor (line 781) | constructor(){super({id:"editor.action.inspectTokens",label:y9.inspect... method run (line 781) | run(e,t){const i=_w.get(t);i==null||i.launch()} function Tst (line 781) | function Tst(n){let e="";for(let t=0,i=n.length;t{const s=[];this.rangeHighl... method clearDecorations (line 781) | clearDecorations(e){const t=this.rangeHighlightDecorationId;t&&(e.chan... class CO (line 781) | class CO extends dpe{constructor(){super({canAcceptInBackground:!0})}pro... method constructor (line 781) | constructor(){super({canAcceptInBackground:!0})} method provideWithoutTextEditor (line 781) | provideWithoutTextEditor(e){const t=v("cannotRunGotoLine","Open a text... method provideWithTextEditor (line 781) | provideWithTextEditor(e,t,i){const s=e.editor,o=new be;o.add(t.onDidAc... method toRange (line 781) | toRange(e=1,t=1){return{startLineNumber:e,startColumn:t,endLineNumber:... method parsePosition (line 781) | parsePosition(e,t){const i=t.split(/,|:|#/).map(o=>parseInt(o,10)).fil... method getPickLabel (line 781) | getPickLabel(e,t,i){if(this.isValidLineNumber(e,t))return this.isValid... method isValidLineNumber (line 781) | isValidLineNumber(e,t){return!t||typeof t!="number"?!1:t>0&&t<=this.li... method isValidColumn (line 781) | isValidColumn(e,t,i){if(!i||typeof i!="number")return!1;const s=this.g... method lineCount (line 781) | lineCount(e){var t,i;return(i=(t=this.getModel(e))===null||t===void 0?... method constructor (line 781) | constructor(e){super(),this.editorService=e,this.onDidActiveTextEditorCo... method activeTextEditorControl (line 781) | get activeTextEditorControl(){var e;return(e=this.editorService.getFocus... method constructor (line 781) | constructor(){super({id:upe.ID,label:CA.gotoLineActionLabel,alias:"Go to... method run (line 781) | run(e){e.get(Cc).quickAccess.show(Fk.PREFIX)} function y3 (line 781) | function y3(n,e,t=0,i=0){const s=e;return s.values&&s.values.length>1?Ps... function Pst (line 781) | function Pst(n,e,t,i){let s=0;const o=[];for(const r of e){const[a,l]=fp... function fpe (line 781) | function fpe(n,e,t,i){const s=v0(e.original,e.originalLowercase,t,n,n.to... function Ost (line 781) | function Ost(n){const e=n.sort((s,o)=>s.start-o.start),t=[];let i;for(co... function Fst (line 781) | function Fst(n,e){return!(n.ende.original).join(gpe... method constructor (line 781) | constructor(e,t,i=Object.create(null)){super(i),this._languageFeaturesSe... method provideWithoutTextEditor (line 781) | provideWithoutTextEditor(e){return this.provideLabelPick(e,v("cannotRunG... method provideWithTextEditor (line 781) | provideWithTextEditor(e,t,i,s){const o=e.editor,r=this.getModel(o);retur... method doProvideWithoutEditorSymbols (line 781) | doProvideWithoutEditorSymbols(e,t,i,s){const o=new be;return this.provid... method provideLabelPick (line 781) | provideLabelPick(e,t){e.items=[{label:t,index:0,kind:14}],e.ariaLabel=t} method waitForLanguageSymbolRegistry (line 781) | async waitForLanguageSymbolRegistry(e,t){if(this._languageFeaturesServic... method doProvideWithEditorSymbols (line 781) | doProvideWithEditorSymbols(e,t,i,s,o){var r;const a=e.editor,l=new be;l.... method doGetSymbolPicks (line 781) | async doGetSymbolPicks(e,t,i,s,o){var r,a;const l=await e;if(s.isCancell... method compareByScore (line 781) | compareByScore(e,t){if(typeof e.score!="number"&&typeof t.score=="number... method compareByKindAndScore (line 781) | compareByKindAndScore(e,t){const i=x3[e.kind]||S3,s=x3[t.kind]||S3,o=i.l... method getDocumentSymbols (line 781) | async getDocumentSymbols(e,t){const i=await this._outlineModelService.ge... method constructor (line 781) | constructor(e,t,i){super(t,i),this.editorService=e,this.onDidActiveTextE... method activeTextEditorControl (line 781) | get activeTextEditorControl(){var e;return(e=this.editorService.getFocus... class eI (line 781) | class eI extends Ke{constructor(){super({id:eI.ID,label:VL.quickOutlineA... method constructor (line 781) | constructor(){super({id:eI.ID,label:VL.quickOutlineActionLabel,alias:"... method run (line 781) | run(e){e.get(Cc).quickAccess.show(Ch.PREFIX,{itemActivation:Ed.NONE})} function Hst (line 781) | function Hst(n){var e;const t=new Map;for(const i of n)t.set(i,((e=t.get... class Bx (line 781) | class Bx{constructor(){this.chunkCount=0,this.chunkOccurrences=new Map,t... method constructor (line 781) | constructor(){this.chunkCount=0,this.chunkOccurrences=new Map,this.doc... method calculateScores (line 781) | calculateScores(e,t){const i=this.computeEmbedding(e),s=new Map,o=[];f... method termFrequencies (line 781) | static termFrequencies(e){return Hst(Bx.splitTerms(e))} method splitTerms (line 781) | static*splitTerms(e){const t=i=>i.toLowerCase();for(const[i]of e.match... method updateDocuments (line 781) | updateDocuments(e){var t;for(const{key:i}of e)this.deleteDocument(i);f... method deleteDocument (line 781) | deleteDocument(e){const t=this.documents.get(e);if(t){this.documents.d... method computeSimilarityScore (line 781) | computeSimilarityScore(e,t,i){let s=0;for(const[o,r]of Object.entries(... method computeEmbedding (line 781) | computeEmbedding(e){const t=Bx.termFrequencies(e);return this.computeT... method computeIdf (line 781) | computeIdf(e){var t;const i=(t=this.chunkOccurrences.get(e))!==null&&t... method computeTfidf (line 781) | computeTfidf(e){const t=Object.create(null);for(const[i,s]of e){const ... function Vst (line 781) | function Vst(n){var e,t;const i=n.slice(0);i.sort((o,r)=>r.score-o.score... function k3 (line 781) | function k3(n){const e=n;return Array.isArray(e.items)} function cie (line 781) | function cie(n){const e=n;return!!e.picks&&e.additionalPicks instanceof ... class zst (line 781) | class zst extends ne{constructor(e,t){super(),this.prefix=e,this.options... method constructor (line 781) | constructor(e,t){super(),this.prefix=e,this.options=t} method provide (line 781) | provide(e,t,i){var s;const o=new be;e.canAcceptInBackground=!!(!((s=th... method constructor (line 781) | constructor(e,t,i,s,o,r){super(lv.PREFIX,e),this.instantiationService=t,... method _getPicks (line 781) | async _getPicks(e,t,i,s){var o,r,a,l;const c=await this.getCommandPicks(... method toCommandPick (line 781) | toCommandPick(e,t){if(e.type==="separator")return e;const i=this.keybind... method getTfIdfChunk (line 781) | getTfIdfChunk({label:e,commandAlias:t,commandDescription:i}){let s=e;ret... method constructor (line 781) | constructor(e,t,i){super(),this.storageService=e,this.configurationServi... method registerListeners (line 781) | registerListeners(){this._register(this.configurationService.onDidChange... method updateConfiguration (line 781) | updateConfiguration(e){e&&!e.affectsConfiguration("workbench.commandPale... method load (line 781) | load(){const e=this.storageService.get(Ns.PREF_KEY_CACHE,0);let t;if(e)t... method push (line 781) | push(e){Ns.cache&&(Ns.cache.set(e,Ns.counter++),Ns.hasChanges=!0)} method peek (line 781) | peek(e){var t;return(t=Ns.cache)===null||t===void 0?void 0:t.peek(e)} method saveState (line 781) | saveState(){if(!Ns.cache||!Ns.hasChanges)return;const e={usesLRU:!0,entr... method getConfiguredCommandHistoryLength (line 781) | static getConfiguredCommandHistoryLength(e){var t,i;const o=(i=(t=e.getV... class $st (line 781) | class $st extends H0{constructor(e,t,i,s,o,r){super(e,t,i,s,o,r)}getCode... method constructor (line 781) | constructor(e,t,i,s,o,r){super(e,t,i,s,o,r)} method getCodeEditorCommandPicks (line 781) | getCodeEditorCommandPicks(){var e;const t=this.activeTextEditorControl... method activeTextEditorControl (line 781) | get activeTextEditorControl(){var e;return(e=this.codeEditorService.getF... method constructor (line 781) | constructor(e,t,i,s,o,r){super({showAlias:!1},e,i,s,o,r),this.codeEditor... method getCommandPicks (line 781) | async getCommandPicks(){return this.getCodeEditorCommandPicks()} method hasAdditionalCommandPicks (line 781) | hasAdditionalCommandPicks(){return!1} method getAdditionalCommandPicks (line 781) | async getAdditionalCommandPicks(){return[]} class tI (line 781) | class tI extends Ke{constructor(){super({id:tI.ID,label:wA.quickCommandA... method constructor (line 781) | constructor(){super({id:tI.ID,label:wA.quickCommandActionLabel,alias:"... method run (line 781) | run(e){e.get(Cc).quickAccess.show(Bk.PREFIX)} method constructor (line 781) | constructor(e,t,i,s,o,r,a){super(!0,e,t,i,s,o,r,a)} class Kst (line 781) | class Kst extends Ke{constructor(){super({id:"editor.action.toggleHighCo... method constructor (line 781) | constructor(){super({id:"editor.action.toggleHighContrast",label:x9.to... method run (line 781) | run(e,t){const i=e.get(Tl),s=i.getColorTheme();Zd(s.type)?(i.setTheme(... method position (line 781) | position(n,e){return{lineNumber:n+1,column:e+1}} method range (line 781) | range(n){return{startLineNumber:n.start.line+1,startColumn:n.start.chara... method position (line 781) | position(n){return{line:n.lineNumber-1,character:n.column-1}} method range (line 781) | range(n){return{start:{line:n.startLineNumber-1,character:n.startColumn-... function die (line 781) | function die(n,e,t){const i=async(s,o,r)=>{if(!n.isInitialized||!n.socke... function uie (line 781) | function uie(n,e,t){const i=async(s,o)=>!n.isInitialized||!n.socket||n.s... function hie (line 783) | function hie(n,e,t){const i=async(s,o,r,a)=>!n.isInitialized||!n.socket|... function fie (line 783) | function fie(n,e,t){const i=async(s,o,r)=>!n.isInitialized||!n.socket||n... function gie (line 783) | function gie(n,e,t){const i=async(s,o,r)=>!n.isInitialized||!n.socket||n... function Gst (line 783) | function Gst(n){if(!n)throw new Error("apiBaseUrl is not defined");retur... function mpe (line 783) | function mpe(n,e){return e.startsWith("https://")?e:Gst(n)+e} function _pe (line 783) | function _pe(n){var i;const e=(n==null?void 0:n.statusCode)||((i=n==null... function jl (line 783) | async function jl(n,e=!1,t=!1){const i=Tm().public.apiBaseUrl,s=mpe(i,n)... function Ot (line 783) | async function Ot(n,e,t=!1,i=!1){const s=Tm().public.apiBaseUrl,o=mpe(s,... function vpe (line 783) | function vpe(){const n=Ew("notifications",()=>[]);function e(i){const s=... function Lt (line 783) | function Lt(n,e){if(typeof window>"u")return;const t=vpe(),i=n.charAt(0)... function Pt (line 783) | function Pt(n){n.response?n.response.data&&n.response.data.message&&Lt("... function Zst (line 783) | function Zst(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.... function Al (line 790) | function Al(ve,$e,Pe){switch(Pe.length){case 0:return ve.call($e);case 1... function ive (line 790) | function ive(ve,$e,Pe,Ft){for(var Ti=-1,On=ve==null?0:ve.length;++Ti-1} function $O (line 790) | function $O(ve,$e,Pe){for(var Ft=-1,Ti=ve==null?0:ve.length;++Ft-... function SK (line 790) | function SK(ve,$e){for(var Pe=ve.length;Pe--&&gb($e,ve[Pe],0)>-1;);retur... function uve (line 790) | function uve(ve,$e){for(var Pe=ve.length,Ft=0;Pe--;)ve[Pe]===$e&&++Ft;re... function gve (line 790) | function gve(ve){return"\\"+Q_e[ve]} function pve (line 790) | function pve(ve,$e){return ve==null?t:ve[$e]} function pb (line 790) | function pb(ve){return j_e.test(ve)} function mve (line 790) | function mve(ve){return K_e.test(ve)} function _ve (line 790) | function _ve(ve){for(var $e,Pe=[];!($e=ve.next()).done;)Pe.push($e.value... function XO (line 790) | function XO(ve){var $e=-1,Pe=Array(ve.size);return ve.forEach(function(F... function xK (line 790) | function xK(ve,$e){return function(Pe){return ve($e(Pe))}} function Yg (line 790) | function Yg(ve,$e){for(var Pe=-1,Ft=ve.length,Ti=0,On=[];++Pe-1} function s0e (line 790) | function s0e(m,C){var L=this.__data__,T=FI(L,m);return T<0?(++this.size,... function Qh (line 790) | function Qh(m){var C=-1,L=m==null?0:m.length;for(this.clear();++C=C?m:C... function Ic (line 790) | function Ic(m,C,L,T,F,U){var oe,de=C&u,Ce=C&h,Ze=C&f;if(L&&(oe=F?L(m,T,F... function w0e (line 790) | function w0e(m){var C=ir(m);return function(L){return FK(L,m,C)}} function FK (line 790) | function FK(m,C,L){var T=L.length;if(m==null)return!T;for(m=ms(m);T--;){... function BK (line 790) | function BK(m,C,L){if(typeof m!="function")throw new kc(r);return Cy(fun... function gy (line 790) | function gy(m,C,L,T){var F=-1,U=CI,oe=!0,de=m.length,Ce=[],Ze=C.length;i... function y0e (line 790) | function y0e(m,C){var L=!0;return Qg(m,function(T,F,U){return L=!!C(T,F,... function BI (line 790) | function BI(m,C,L){for(var T=-1,F=m.length;++TF?0:F+L),T=T... function HK (line 790) | function HK(m,C){var L=[];return Qg(m,function(T,F,U){C(T,F,U)&&L.push(T... function vr (line 790) | function vr(m,C,L,T,F){var U=-1,oe=m.length;for(L||(L=ube),F||(F=[]);++U... function xu (line 790) | function xu(m,C){return m&&s4(m,C,ir)} function o4 (line 790) | function o4(m,C){return m&&VK(m,C,ir)} function WI (line 790) | function WI(m,C){return Gg(C,function(L){return sf(m[L])})} function A_ (line 790) | function A_(m,C){C=ep(C,m);for(var L=0,T=C.length;m!=null&&LC} function x0e (line 790) | function x0e(m,C){return m!=null&&es.call(m,C)} function L0e (line 790) | function L0e(m,C){return m!=null&&C in ms(m)} function k0e (line 790) | function k0e(m,C,L){return m>=qr(C,L)&&mme)return L;do C%2&&(L+=m),C=RI(... function Qi (line 790) | function Qi(m,C){return T4(Iq(m,C,Za),m+"")} function H0e (line 790) | function H0e(m){return PK(kb(m))} function V0e (line 790) | function V0e(m,C){var L=kb(m);return YI(L,N_(C,0,L.length))} function _y (line 790) | function _y(m,C,L,T){if(!Ks(m))return m;C=ep(C,m);for(var F=-1,U=C.lengt... function $0e (line 790) | function $0e(m){return YI(kb(m))} function Ec (line 790) | function Ec(m,C,L){var T=-1,F=m.length;C<0&&(C=-C>F?0:F+C),L=L>F?F:L,L<0... function U0e (line 790) | function U0e(m,C){var L;return Qg(m,function(T,F,U){return L=C(T,F,U),!L... function VI (line 790) | function VI(m,C,L){var T=0,F=m==null?T:m.length;if(typeof C=="number"&&C... function g4 (line 790) | function g4(m,C,L,T){var F=0,U=m==null?0:m.length;if(U===0)return 0;C=L(... function eq (line 790) | function eq(m,C){for(var L=-1,T=m.length,F=0,U=[];++L=T?m:Ec(m,C,L)} function rq (line 790) | function rq(m,C){if(C)return m.slice();var L=m.length,T=DK?DK(L):new m.c... function b4 (line 790) | function b4(m){var C=new m.constructor(m.byteLength);return new II(C).se... function K0e (line 790) | function K0e(m,C){var L=C?b4(m.buffer):m.buffer;return new m.constructor... function q0e (line 790) | function q0e(m){var C=new m.constructor(m.source,Gt.exec(m));return C.la... function G0e (line 790) | function G0e(m){return hy?ms(hy.call(m)):{}} function aq (line 790) | function aq(m,C){var L=C?b4(m.buffer):m.buffer;return new m.constructor(... function lq (line 790) | function lq(m,C){if(m!==C){var L=m!==t,T=m===null,F=m===m,U=Pl(m),oe=C!=... function Z0e (line 790) | function Z0e(m,C,L){for(var T=-1,F=m.criteria,U=C.criteria,oe=F.length,d... function cq (line 790) | function cq(m,C,L,T){for(var F=-1,U=m.length,oe=L.length,de=-1,Ce=C.leng... function dq (line 790) | function dq(m,C,L,T){for(var F=-1,U=m.length,oe=-1,de=L.length,Ce=-1,Ze=... function Ka (line 790) | function Ka(m,C){var L=-1,T=m.length;for(C||(C=Pe(T));++L1?L[F-1]:... function uq (line 790) | function uq(m,C){return function(L,T){if(L==null)return L;if(!qa(L))retu... function hq (line 790) | function hq(m){return function(C,L,T){for(var F=-1,U=ms(C),oe=T(C),de=oe... function Q0e (line 790) | function Q0e(m,C,L){var T=C&_,F=vy(m);function U(){var oe=this&&this!==_... function fq (line 790) | function fq(m){return function(C){C=Kn(C);var L=pb(C)?fd(C):t,T=L?L[0]:C... function Sb (line 790) | function Sb(m){return function(C){return UO(uG(dG(C).replace(z_e,"")),m,... function vy (line 790) | function vy(m){return function(){var C=arguments;switch(C.length){case 0... function J0e (line 790) | function J0e(m,C,L){var T=vy(m);function F(){for(var U=arguments.length,... function gq (line 790) | function gq(m){return function(C,L,T){var F=ms(C);if(!qa(C)){var U=di(L,... function pq (line 790) | function pq(m){return tf(function(C){var L=C.length,T=L,F=Dc.prototype.t... function UI (line 790) | function UI(m,C,L,T,F,U,oe,de,Ce,Ze){var Ye=C&D,tt=C&_,It=C&b,Kt=C&(y|S)... function mq (line 790) | function mq(m,C){return function(L,T){return D0e(L,m,C(T),{})}} function jI (line 790) | function jI(m,C){return function(L,T){var F;if(L===t&&T===t)return C;if(... function C4 (line 790) | function C4(m){return tf(function(C){return C=Fs(C,Rl(di())),Qi(function... function KI (line 790) | function KI(m,C){C=C===t?" ":Ml(C);var L=C.length;if(L<2)return L?f4(C,m... function ebe (line 790) | function ebe(m,C,L,T){var F=C&_,U=vy(m);function oe(){for(var de=-1,Ce=a... function _q (line 790) | function _q(m){return function(C,L,T){return T&&typeof T!="number"&&pa(C... function qI (line 790) | function qI(m){return function(C,L){return typeof C=="string"&&typeof L=... function vq (line 790) | function vq(m,C,L,T,F,U,oe,de,Ce,Ze){var Ye=C&y,tt=Ye?oe:t,It=Ye?t:oe,Kt... function w4 (line 790) | function w4(m){var C=Fo[m];return function(L,T){if(L=Nc(L),T=T==null?0:q... function bq (line 790) | function bq(m){return function(C){var L=Gr(C);return L==ie?XO(C):L==Q?vv... function ef (line 790) | function ef(m,C,L,T,F,U,oe,de){var Ce=C&b;if(!Ce&&typeof m!="function")t... function Cq (line 790) | function Cq(m,C,L,T){return m===t||pd(m,vb[L])&&!es.call(T,L)?C:m} function wq (line 790) | function wq(m,C,L,T,F,U){return Ks(m)&&Ks(C)&&(U.set(C,m),HI(m,C,t,wq,U)... function ibe (line 790) | function ibe(m){return wy(m)?t:m} function yq (line 790) | function yq(m,C,L,T,F,U){var oe=L&g,de=m.length,Ce=C.length;if(de!=Ce&&!... function nbe (line 790) | function nbe(m,C,L,T,F,U,oe){switch(L){case Ie:if(m.byteLength!=C.byteLe... function sbe (line 790) | function sbe(m,C,L,T,F,U){var oe=L&g,de=y4(m),Ce=de.length,Ze=y4(C),Ye=Z... function tf (line 790) | function tf(m){return T4(Iq(m,t,Fq),m+"")} function y4 (line 790) | function y4(m){return zK(m,ir,k4)} function S4 (line 790) | function S4(m){return zK(m,Ga,Sq)} function GI (line 790) | function GI(m){for(var C=m.name+"",L=Cb[C],T=es.call(Cb,C)?L.length:0;T-... function xb (line 790) | function xb(m){var C=es.call($,"placeholder")?$:m;return C.placeholder} function di (line 790) | function di(){var m=$.iteratee||V4;return m=m===V4?jK:m,arguments.length... function ZI (line 790) | function ZI(m,C){var L=m.__data__;return hbe(C)?L[typeof C=="string"?"st... function L4 (line 790) | function L4(m){for(var C=ir(m),L=C.length;L--;){var T=C[L],F=m[T];C[L]=[... function R_ (line 790) | function R_(m,C){var L=pve(m,C);return UK(L)?L:t} function obe (line 790) | function obe(m){var C=es.call(m,I_),L=m[I_];try{m[I_]=t;var T=!0}catch{}... function rbe (line 790) | function rbe(m,C,L){for(var T=-1,F=L.length;++T-1&&m%1==0&&m<=me} function Ks (line 792) | function Ks(m){var C=typeof m;return m!=null&&(C=="object"||C=="function")} function eo (line 792) | function eo(m){return m!=null&&typeof m=="object"} function ICe (line 792) | function ICe(m,C){return m===C||l4(m,C,L4(C))} function ECe (line 792) | function ECe(m,C,L){return L=typeof L=="function"?L:t,l4(m,C,L4(C),L)} function TCe (line 792) | function TCe(m){return Jq(m)&&m!=+m} function NCe (line 792) | function NCe(m){if(gbe(m))throw new Ti(o);return UK(m)} function ACe (line 792) | function ACe(m){return m===null} function RCe (line 792) | function RCe(m){return m==null} function Jq (line 792) | function Jq(m){return typeof m=="number"||eo(m)&&ga(m)==ye} function wy (line 792) | function wy(m){if(!eo(m)||ga(m)!=Oe)return!1;var C=EI(m);if(C===null)ret... function MCe (line 792) | function MCe(m){return Xq(m)&&m>=-me&&m<=me} function nE (line 792) | function nE(m){return typeof m=="string"||!Ri(m)&&eo(m)&&ga(m)==Z} function Pl (line 792) | function Pl(m){return typeof m=="symbol"||eo(m)&&ga(m)==B} function PCe (line 792) | function PCe(m){return m===t} function OCe (line 792) | function OCe(m){return eo(m)&&Gr(m)==Y} function FCe (line 792) | function FCe(m){return eo(m)&&ga(m)==G} function tG (line 792) | function tG(m){if(!m)return[];if(qa(m))return nE(m)?fd(m):Ka(m);if(ly&&m... function of (line 792) | function of(m){if(!m)return m===0?m:0;if(m=Nc(m),m===he||m===-he){var C=... function Wi (line 792) | function Wi(m){var C=of(m),L=C%1;return C===C?L?C-L:C:0} function iG (line 792) | function iG(m){return m?N_(Wi(m),0,We):0} function Nc (line 792) | function Nc(m){if(typeof m=="number")return m;if(Pl(m))return lt;if(Ks(m... function nG (line 792) | function nG(m){return Lu(m,Ga(m))} function HCe (line 792) | function HCe(m){return m?N_(Wi(m),-me,me):m===0?m:0} function Kn (line 792) | function Kn(m){return m==null?"":Ml(m)} function UCe (line 792) | function UCe(m,C){var L=wb(m);return C==null?L:OK(L,C)} function qCe (line 792) | function qCe(m,C){return _K(m,di(C,3),xu)} function GCe (line 792) | function GCe(m,C){return _K(m,di(C,3),o4)} function ZCe (line 792) | function ZCe(m,C){return m==null?m:s4(m,di(C,3),Ga)} function YCe (line 792) | function YCe(m,C){return m==null?m:VK(m,di(C,3),Ga)} function XCe (line 792) | function XCe(m,C){return m&&xu(m,di(C,3))} function QCe (line 792) | function QCe(m,C){return m&&o4(m,di(C,3))} function JCe (line 792) | function JCe(m){return m==null?[]:WI(m,ir(m))} function ewe (line 792) | function ewe(m){return m==null?[]:WI(m,Ga(m))} function F4 (line 792) | function F4(m,C,L){var T=m==null?t:A_(m,C);return T===t?L:T} function twe (line 792) | function twe(m,C){return m!=null&&xq(m,C,x0e)} function B4 (line 792) | function B4(m,C){return m!=null&&xq(m,C,L0e)} function ir (line 792) | function ir(m){return qa(m)?MK(m):c4(m)} function Ga (line 792) | function Ga(m){return qa(m)?MK(m,!0):P0e(m)} function owe (line 792) | function owe(m,C){var L={};return C=di(C,3),xu(m,function(T,F,U){Jh(L,C(... function rwe (line 792) | function rwe(m,C){var L={};return C=di(C,3),xu(m,function(T,F,U){Jh(L,F,... function cwe (line 792) | function cwe(m,C){return rG(m,tE(di(C)))} function rG (line 792) | function rG(m,C){if(m==null)return{};var L=Fs(S4(m),function(T){return[T... function uwe (line 792) | function uwe(m,C,L){C=ep(C,m);var T=-1,F=C.length;for(F||(F=1,m=t);++T=C)return m... function Twe (line 792) | function Twe(m,C,L){m=Kn(m),C=Wi(C);var T=C?mb(m):0;return C&&Tme)return[];var L=We,T=qr(m,We);C=di... function mye (line 809) | function mye(m){return Ri(m)?Fs(m,ku):Pl(m)?[m]:Ka(Rq(Kn(m)))} function _ye (line 809) | function _ye(m){var C=++Ive;return Kn(m)+C} function yye (line 809) | function yye(m){return m&&m.length?BI(m,Za,r4):t} function Sye (line 809) | function Sye(m,C){return m&&m.length?BI(m,di(C,2),r4):t} function xye (line 809) | function xye(m){return bK(m,Za)} function Lye (line 809) | function Lye(m,C){return bK(m,di(C,2))} function kye (line 809) | function kye(m){return m&&m.length?BI(m,Za,d4):t} function Dye (line 809) | function Dye(m,C){return m&&m.length?BI(m,di(C,2),d4):t} function Nye (line 809) | function Nye(m){return m&&m.length?GO(m,Za):0} function Aye (line 809) | function Aye(m,C){return m&&m.length?GO(m,di(C,2)):0} function Qst (line 809) | function Qst(){if(!jT&&(jT=typeof crypto<"u"&&crypto.getRandomValues&&cr... function Jst (line 809) | function Jst(n,e=0){return Cr[n[e+0]]+Cr[n[e+1]]+Cr[n[e+2]]+Cr[n[e+3]]+"... function tot (line 809) | function tot(n,e,t){if(pie.randomUUID&&!n)return pie.randomUUID();n=n||{... function ty (line 809) | function ty(n){let e=n.length;for(;--e>=0;)n[e]=0} function I3 (line 809) | function I3(n,e,t,i,s){this.static_tree=n,this.extra_bits=e,this.extra_b... function E3 (line 809) | function E3(n,e){this.dyn_tree=n,this.max_code=0,this.stat_desc=e} function Mu (line 809) | function Mu(n,e,t,i,s){this.good_length=n,this.max_lazy=e,this.nice_leng... function ort (line 809) | function ort(){this.strm=null,this.status=0,this.pending_buf=null,this.p... function Drt (line 809) | function Drt(){this.input=null,this.next_in=0,this.avail_in=0,this.total... function oI (line 809) | function oI(n){this.options=SO.assign({level:Rrt,method:Prt,chunkSize:16... function aj (line 809) | function aj(n,e){const t=new oI(e);if(t.push(n,!0),t.err)throw t.msg||V0... function Ort (line 809) | function Ort(n,e){return e=e||{},e.raw=!0,aj(n,e)} function Frt (line 809) | function Frt(n,e){return e=e||{},e.gzip=!0,aj(n,e)} function oat (line 809) | function oat(){this.strm=null,this.mode=0,this.last=!1,this.wrap=0,this.... function yat (line 809) | function yat(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extr... function rI (line 809) | function rI(n){this.options=SO.assign({chunkSize:1024*64,windowBits:15,t... function lj (line 809) | function lj(n,e){const t=new rI(e);if(t.push(n),t.err)throw t.msg||V0[t.... function Iat (line 809) | function Iat(n,e){return e=e||{},e.raw=!0,lj(n,e)} method timestampToTime (line 809) | timestampToTime(n){const e=new Date(Number(n)),t=e.getUTCFullYear(),i=St... method timestampToTimeOnly (line 809) | timestampToTimeOnly(n){return`${new Date(Number(n)).toUTCString().slice(... method timestampToDate (line 809) | timestampToDate(n){const e=new Date(Number(n)),t=e.getUTCFullYear(),i=St... method timestampToReadableDateTime (line 809) | timestampToReadableDateTime(n){return new Date(n).toLocaleString(void 0,... method currentTime (line 809) | currentTime(){return new Date().toISOString().slice(11,19)} method secondsToHumanReadable (line 809) | secondsToHumanReadable(n){const e=Math.floor(n/3600),t=Math.floor((n-e*3... method remainingTimeText (line 809) | remainingTimeText(n){return Math.round(n)===0?"Please wait...":n>60?`${t... method roundPrice (line 809) | roundPrice(n){return n>1?wt.round(n,2):n} method colorBasedOnSide (line 809) | colorBasedOnSide(n){return n==="buy"?"text-green-600 dark:text-green-400... method colorBasedOnType (line 809) | colorBasedOnType(n){return n==="long"?"text-green-600 dark:text-green-40... method colorBasedOnNumber (line 809) | colorBasedOnNumber(n){return n>0?"text-green-600 dark:text-green-400":n<... method decompressData (line 809) | decompressData(n){const e=Uint8Array.from(atob(n.data),t=>t.charCodeAt(0... method copyToClipboard (line 809) | async copyToClipboard(n){try{return await navigator.clipboard.writeText(... method uuid (line 809) | uuid(){return tot()} function cj (line 809) | async function cj(n){const{data:e,error:t}=await Ot("/tabs/list",{module... function wv (line 809) | async function wv(n,e){const{data:t,error:i}=await Ot("/tabs/add",{modul... function qN (line 809) | async function qN(n,e){const{data:t,error:i}=await Ot("/tabs/remove",{mo... function Xat (line 809) | async function Xat(n,e){const{data:t,error:i}=await Ot("/tabs/reorder",{... function bd (line 809) | function bd(){return wt.cloneDeep({id:Wn.uuid(),form:{start_date:"2024-0... method markTabClosedRecently (line 809) | markTabClosedRecently(n,e=""){n&&(this.recentlyClosedTabIds.includes(n)|... method setBenchmarkFilters (line 809) | setBenchmarkFilters(n){this.benchmarkFilters=n} method setBenchmarkSort (line 809) | setBenchmarkSort(n){this.benchmarkSelectedSort=n} method init (line 809) | async init(){const n=await cj("backtest");this.tabIds=n,await this.loadA... method loadAllSessions (line 809) | async loadAllSessions(){var n,e,t,i,s,o,r,a,l,c,d,u;if(this.tabIds.lengt... method saveStateDraft (line 809) | async saveStateDraft(n){const e=this.tabs[n];e&&await Ot("/backtest/upda... method addTab (line 809) | async addTab(n){const e=bd();if(this.tabs[e.id]=e,this.tabIds.push(e.id)... method closeTab (line 809) | async closeTab(n,e){if(!this.tabs[n])return;if(Object.keys(this.tabs).le... method startInNewTab (line 809) | async startInNewTab(n){const e=bd();e.form=wt.cloneDeep(this.tabs[n].for... method duplicateTab (line 809) | duplicateTab(n){const e=bd();e.form=wt.cloneDeep(this.tabs[n].form);cons... method closeTabsFromCurrent (line 809) | closeTabsFromCurrent(n){const e=this.tabIds.indexOf(n);if(e===-1)return;... method goToNextTab (line 809) | goToNextTab(n){const e=this.tabIds;if(e.length===0)return;let t=e.indexO... method goToPrevTab (line 809) | goToPrevTab(n){const e=this.tabIds;if(e.length===0)return;let t=e.indexO... method start (line 809) | async start(n){if(delete this.missingCandlesErrors[n],delete Ws.candles[... method cancel (line 809) | async cancel(n){if(delete this.missingCandlesErrors[n],this.tabs[n].resu... method rerun (line 809) | rerun(n){this.tabs[n].results.showResults=!1,this.start(n)} method rerunAll (line 809) | rerunAll(){for(const n in this.tabs)this.tabs[n].results.executing&&!thi... method rerunFailed (line 809) | rerunFailed(){for(const n in this.tabs)this.tabs[n].results.exception.er... method cancelAllRunning (line 809) | cancelAllRunning(){for(const n in this.tabs)this.tabs[n].results.executi... method newBacktest (line 809) | newBacktest(n){this.tabs[n].results.showResults=!1} method candlesInfoEvent (line 809) | candlesInfoEvent(n,e){const t=[["Period",e.duration],["Starting Date",Wn... method routesInfoEvent (line 809) | routesInfoEvent(n,e){const t=[];e.forEach(i=>{t.push([{value:i.symbol,st... method progressbarEvent (line 809) | progressbarEvent(n,e){this.tabs[n].results.progressbar=e} method infoLogEvent (line 809) | infoLogEvent(n,e){this.tabs[n].results.infoLogs+=`[${Wn.timestampToTime(... method setInfoLogs (line 810) | setInfoLogs(n,e){this.tabs[n].results.infoLogs=e} method getInfoLogs (line 810) | getInfoLogs(n){return this.tabs[n].results.infoLogs} method exceptionEvent (line 810) | exceptionEvent(n,e){this.tabs[n].results.exception.error=e.error,this.ta... method generalInfoEvent (line 810) | generalInfoEvent(n,e){this.tabs[n].results.generalInfo={...this.tabs[n].... method hyperparametersEvent (line 810) | hyperparametersEvent(n,e){this.tabs[n].results.hyperparameters=e} method metricsEvent (line 810) | metricsEvent(n,e){if(e===null){this.tabs[n].results.metrics={};return}th... method tradesEvent (line 810) | tradesEvent(n,e){this.tabs[n].results.trades=e} method equityCurveEvent (line 810) | equityCurveEvent(n,e){this.tabs[n].results.charts.equity_curve=e,this.ta... method terminationEvent (line 810) | terminationEvent(n,e){this.tabs[n].results.executing&&(this.tabs[n].resu... method alertEvent (line 810) | alertEvent(n,e){this.tabs[n].results.alert=e} method notificationEvent (line 810) | notificationEvent(n,e){Lt(e.type,e.message)} method candlesChartEvent (line 810) | candlesChartEvent(n,e){Ws.candles[n]=e} method ordersChartEvent (line 810) | ordersChartEvent(n,e){Ws.orders[n]=e} method chartLinesEvent (line 810) | chartLinesEvent(n,e){Ws.lines[n]=e} method extraChartLinesEvent (line 810) | extraChartLinesEvent(n,e){Ws.extraChartLines[n]=e} method horizontalChartLinesEvent (line 810) | horizontalChartLinesEvent(n,e){Ws.horizontalLines[n]=e} method horizontalExtraChartLinesEvent (line 810) | horizontalExtraChartLinesEvent(n,e){Ws.horizontalExtraLines[n]=e} method missingCandlesEvent (line 810) | missingCandlesEvent(n,e){var t;this.tabs[n]&&(this.tabs[n].results.execu... method formattedMetrics (line 810) | formattedMetrics(n){const e=this.tabs[n].results.metrics;return Object.k... method handleMissingCandles (line 810) | async handleMissingCandles(n,e){var t,i;((t=e==null?void 0:e.data)==null... method retry (line 810) | async retry(n){await this.cancel(n),await this.start(n)} method saveState (line 810) | async saveState(n){try{if(!this.tabs[n])return;const e=this.tabs[n],{dat... method loadSession (line 810) | async loadSession(n){var e,t,i,s,o,r,a,l,c,d,u;try{const{data:h,error:f}... method updateSessionNotes (line 810) | async updateSessionNotes(n,e,t,i){try{const s={id:n,title:e,description:... method getSessionData (line 810) | async getSessionData(n){try{const{data:e,error:t}=await Ot(`/backtest/se... method loadChartData (line 810) | async loadChartData(n){try{const{data:e,error:t}=await Ot(`/backtest/ses... method getStrategyCode (line 810) | async getStrategyCode(n){try{const{data:e,error:t}=await Ot(`/backtest/s... method getRunningSession (line 810) | async getRunningSession(){const{data:n,error:e}=await jl("/optimization/... method clearCurrentSession (line 810) | clearCurrentSession(){this.results.showResults=!1,this.results.executing... method init (line 810) | async init(){const n=await cj("optimization");if(n.length===0||(n[0],thi... method start (line 810) | async start(){var o;pi();const n=this.form.optimal_total,e=this._resetRe... method rerun (line 810) | async rerun(){pi();const n=this.form.optimal_total,e=this._resetResults(... method saveState (line 810) | async saveState(){try{if(!this.form.id)return;const n=this.$state,{error... method loadSession (line 810) | async loadSession(n){try{this._suspendAutosave=!0,this._resetResults();c... method cancel (line 810) | async cancel(){if(this.results.exception.error){this.results.executing=!... method resume (line 810) | async resume(){const n=this.form.optimal_total,e=this._resetResults(),t=... method candlesInfoEvent (line 810) | candlesInfoEvent(n,e){this.results.info=[["Period",e.duration],["Startin... method routesInfoEvent (line 810) | routesInfoEvent(n,e){const t=[];e.forEach(i=>{t.push([{value:i.symbol,st... method progressbarEvent (line 810) | progressbarEvent(n,e){this.results.progressbar=e} method infoLogEvent (line 810) | infoLogEvent(n,e){this.logEvent(n,e)} method exceptionEvent (line 810) | exceptionEvent(n,e){this.results.exception.error=e.error,this.results.ex... method generalInfoEvent (line 810) | generalInfoEvent(n,e){this.results.executing||(this.results.executing=!0... method metricsEvent (line 810) | metricsEvent(n,e){if(e===null){this.results.metrics=[];return}this.resul... method terminationEvent (line 810) | terminationEvent(n){this.results.executing&&(this.results.executing=!1)} method bestCandidatesEvent (line 810) | bestCandidatesEvent(n,e){this.results.best_candidates=e} method logEvent (line 810) | logEvent(n,e){const t=`[${Wn.timestampToTime(e.timestamp)}] ${e.message} method alertEvent (line 811) | alertEvent(n,e){this.results.alert=e,this.results.executing=!1,this.resu... method terminate (line 811) | async terminate(){try{this.results.executing=!1,this.results.showResults... method newSession (line 811) | newSession(){const n=this.form.optimal_total,e=this.form.exchange,t=[...... method objectiveCurveEvent (line 811) | objectiveCurveEvent(n,e){this.results.objective_curve=this.results.objec... method _resetResults (line 811) | _resetResults(){return this.results.progressbar.current=0,this.results.e... method updateSessionNotes (line 811) | async updateSessionNotes(n,e,t){try{const{data:i,error:s}=await Ot(`/opt... method purgeOptimizationSessions (line 811) | async purgeOptimizationSessions(n){var e;try{const{data:t,error:i}=await... method getSessions (line 811) | async getSessions(n=50,e=0,t={}){var i;try{const{data:s,error:o}=await O... method getSessionData (line 811) | async getSessionData(n){try{const{data:e,error:t}=await Ot(`/optimizatio... method getSessionStrategyCodes (line 811) | async getSessionStrategyCodes(n){try{const{data:e,error:t}=await Ot(`/op... method getSessionLogs (line 811) | async getSessionLogs(n){try{const{data:e,error:t}=await Ot(`/optimizatio... method getSessionNotes (line 811) | async getSessionNotes(n){try{const{data:e,error:t}=await Ot(`/optimizati... function Qat (line 811) | function Qat(n){const e=[];(n.paper_mode&&!n.exchange||!n.paper_mode&&!n... function NH (line 811) | function NH(){try{const n=i=>{const s=i.indexOf("/live/");return s===-1?... function cv (line 811) | function cv(n){const e=NH();return!!(e&&n===e)} function nme (line 811) | function nme(){try{if(typeof window>"u")return!1;const n=window.location... function Jat (line 811) | function Jat(n){return cv(n)||nme()} function ine (line 811) | function ine(n){if(typeof n=="boolean")return n;if(typeof n=="number")re... function V3 (line 811) | function V3(n){n&&(n.debug_mode=ine(n.debug_mode),n.paper_mode=ine(n.pap... function to (line 811) | function to(n=""){return wt.cloneDeep({id:n||Wn.uuid(),form:{debug_mode:... method markTabClosedRecently (line 811) | markTabClosedRecently(n){n&&(this.recentlyClosedTabIds.includes(n)||this... method init (line 811) | async init(){const n=await cj("live"),e={};for(const t of n)await this.l... method ensureTab (line 811) | async ensureTab(n){return n?this.tabs[n]?(V3(this.tabs[n].form),await wv... method saveState (line 811) | async saveState(n){const e=this.tabs[n];e&&await Ot("/live/update-state"... method addTab (line 811) | async addTab(n){const e=to();if(this.tabs[e.id]=e,n){const t=this.tabs[n... method closeTabsFromCurrent (line 811) | async closeTabsFromCurrent(n){const e=Object.keys(this.tabs),t=e.indexOf... method goToNextTab (line 811) | goToNextTab(n){const e=Object.keys(this.tabs);if(e.length<=1)return;cons... method goToPrevTab (line 811) | goToPrevTab(n){const e=Object.keys(this.tabs);if(e.length<=1)return;cons... method closeTab (line 811) | async closeTab(n){if(!this.tabs[n])return;this.markTabClosedRecently(n);... method requestCloseOrStopTab (line 811) | requestCloseOrStopTab(n){const e=this.tabs[n];if(e){if(["starting","runn... method reset (line 811) | reset(n){var i,s;const e=((i=this.tabs[n].results.generalInfo)==null?voi... method start (line 811) | async start(n){const e=this.tabs[n];if(!e||!Qat(e.form))return!1;this.re... method cancel (line 811) | async cancel(n){const{data:e,error:t}=await Ot("/live/cancel",{id:n,pape... method stop (line 811) | async stop(n){this.showStopConfirmModal=!1,this.sessionToStop=null;const... method openStopConfirmModal (line 811) | openStopConfirmModal(n){this.sessionToStop=n,this.showStopConfirmModal=!0} method closeStopConfirmModal (line 811) | closeStopConfirmModal(){this.sessionToStop=null,this.showStopConfirmModa... method confirmStop (line 811) | confirmStop(){this.sessionToStop&&this.stop(this.sessionToStop)} method newLive (line 811) | async newLive(n,e){const t=this.tabs[n],i=Object.keys(this.tabs),s=i.ind... method rerunAndStart (line 811) | async rerunAndStart(n,e){const t=this.tabs[n];if(!t)return!1;const i=t.r... method candlesInfoEvent (line 811) | candlesInfoEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.t... method routesInfoEvent (line 811) | routesInfoEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n));const t... method progressbarEvent (line 811) | progressbarEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.t... method infoLogEvent (line 811) | infoLogEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),cv(n)&&(th... method errorLogEvent (line 812) | errorLogEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),Lt("error... method exceptionEvent (line 813) | exceptionEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.tab... method generalInfoEvent (line 813) | generalInfoEvent(n,e){var o,r;this.tabs[n]===void 0&&(this.tabs[n]=to(n)... method fetchCandles (line 813) | async fetchCandles(n){var r,a,l;const e=this.tabs[n];if(!e)return;const ... method fetchLogs (line 813) | async fetchLogs(n){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.tabs... method fetchTrades (line 815) | async fetchTrades(n){const{data:e,error:t}=await jl(`/closed-trades/list... method fetchTradeDetails (line 815) | async fetchTradeDetails(n){const{data:e,error:t}=await jl(`/closed-trade... method fetchOrderDetails (line 815) | async fetchOrderDetails(n){const{data:e,error:t}=await jl(`/orders/${n}`... method fetchOrdersHistory (line 815) | async fetchOrdersHistory(n){var s;const{data:e,error:t}=await Ot("/order... method fetchTradesHistory (line 815) | async fetchTradesHistory(n){var s;const{data:e,error:t}=await Ot("/close... method currentCandlesEvent (line 815) | currentCandlesEvent(n,e){cv(n)&&(this.tabs[n]===void 0&&(this.tabs[n]=to... method watchlistEvent (line 815) | watchlistEvent(n,e){cv(n)&&(this.tabs[n]===void 0&&(this.tabs[n]=to(n)),... method equitySnapshotEvent (line 815) | equitySnapshotEvent(n,e){var c,d;if(!Jat(n))return;this.tabs[n]===void 0... method positionsEvent (line 815) | positionsEvent(n,e){if(cv(n)){this.tabs[n]===void 0&&(this.tabs[n]=to(n)... method ordersEvent (line 815) | ordersEvent(n,e){cv(n)&&(this.tabs[n]===void 0&&(this.tabs[n]=to(n)),thi... method metricsEvent (line 815) | metricsEvent(n,e){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.tabs[... method equityCurveEvent (line 815) | equityCurveEvent(n,e){this.tabs[n].results.charts.equity_curve=e,this.ta... method fetchEquityCurve (line 815) | async fetchEquityCurve(n,e="auto"){var r,a;if(!this.tabs[n])return;const... method unexpectedTerminationEvent (line 815) | unexpectedTerminationEvent(n){this.tabs[n]===void 0&&(this.tabs[n]=to(n)... method terminationEvent (line 815) | terminationEvent(n){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.tab... method forceClose (line 815) | forceClose(n){this.tabs[n]===void 0&&(this.tabs[n]=to(n)),this.tabs[n].r... method startAll (line 815) | async startAll(){const n=Object.values(this.tabs).filter(i=>["editing","... method stopAll (line 815) | async stopAll(){const n=Object.values(this.tabs).filter(i=>["running","s... method updateSessionNotes (line 815) | async updateSessionNotes(n,e,t){try{const i={id:n,title:e,description:t}... method getSessionData (line 815) | async getSessionData(n){try{const{data:e,error:t}=await Ot(`/live/sessio... method loadSession (line 815) | async loadSession(n,e=!1){var t,i;try{const{data:s,error:o}=await Ot(`/l... method init (line 815) | async init(){this.form.id||(this.form.id=Wn.uuid())} method getRunningSession (line 815) | async getRunningSession(){const{data:n,error:e}=await jl("/monte-carlo/r... method saveState (line 815) | async saveState(){if(this.form.id)try{const{error:n}=await Ot("/monte-ca... method start (line 815) | async start(){var o;pi();const n=this.form.num_scenarios,e=this._resetRe... method cancel (line 815) | async cancel(){if(this.results.trades.exception.error||this.results.cand... method loadSession (line 815) | async loadSession(n){try{this._resetResults();const{data:e,error:t}=awai... method terminate (line 815) | async terminate(){try{this.results.executing=!1,this.results.showResults... method resume (line 815) | async resume(){const n=this.form.num_scenarios,e=this._resetResults(),t=... method newSession (line 815) | newSession(){const n=Number(this.form.num_scenarios),e=this.form.exchang... method candlesInfoEvent (line 815) | candlesInfoEvent(n,e){this.results.info=[["Period",e.duration],["Startin... method generalInfoEvent (line 815) | generalInfoEvent(n,e){this.results.executing||(this.results.executing=!0... method tradesResultsEvent (line 815) | tradesResultsEvent(n,e){this.results.trades.results=e} method candlesResultsEvent (line 815) | candlesResultsEvent(n,e){this.results.candles.results=e} method fetchEquityCurves (line 815) | async fetchEquityCurves(n,e=null){try{const t={};e&&(t.type=e);const{dat... method fetchTradesEquityCurves (line 815) | async fetchTradesEquityCurves(n){try{const{data:e,error:t}=await Ot(`/mo... method fetchCandlesEquityCurves (line 815) | async fetchCandlesEquityCurves(n){try{const{data:e,error:t}=await Ot(`/m... method tradesSummaryEvent (line 815) | async tradesSummaryEvent(n,e){this.results.trades.summary_metrics=e,awai... method candlesSummaryEvent (line 815) | async candlesSummaryEvent(n,e){this.results.candles.summary_metrics=e,aw... method terminationEvent (line 815) | terminationEvent(n){this.results.executing&&(this.results.executing=!1,t... method exceptionEvent (line 815) | exceptionEvent(n,e){this.results.trades.exception.error=e.error,this.res... method tradesProgressbarEvent (line 815) | tradesProgressbarEvent(n,e){this.results.trades.progressbar.current=e.cu... method candlesProgressbarEvent (line 815) | candlesProgressbarEvent(n,e){this.results.candles.progressbar.current=e.... method logEvent (line 815) | logEvent(n,e){const t=`${e.message} method alertEvent (line 816) | alertEvent(n,e){this.results.executing=!1,this.results.showResults=!0} method _resetResults (line 816) | _resetResults(){var e;this.results.executing=!0,this.results.infoLogs=""... method updateSessionNotes (line 816) | async updateSessionNotes(n,e,t){try{const{data:i,error:s}=await Ot(`/mon... method getSessionData (line 816) | async getSessionData(n){var e;try{const{data:t,error:i}=await Ot(`/monte... method getStrategyCode (line 816) | async getStrategyCode(n){try{const{data:e,error:t}=await Ot(`/monte-carl... method getSessionLogs (line 816) | async getSessionLogs(n){try{const{data:e,error:t}=await Ot(`/monte-carlo... method clearCurrentSession (line 816) | clearCurrentSession(){this._resetResults()} method backtestingExchangeNames (line 816) | backtestingExchangeNames(){const n=[];for(const e in this.exchangeInfo)t... method liveTradingExchangeNames (line 816) | liveTradingExchangeNames(){const n=[];for(const e in this.exchangeInfo)t... method isAuthenticated (line 816) | isAuthenticated(){return this.authToken!==""} method initiate (line 816) | async initiate(){const n=this.isInitiated,{data:e,error:t}=await Ot("/sy... method syncOpenTabs (line 816) | async syncOpenTabs(){await tme().init(),await ime().init(),await sme().i... method fetchExchangeApiKeys (line 816) | async fetchExchangeApiKeys(){const{data:n,error:e}=await jl("/exchange/a... method fetchNotificationApiKeys (line 816) | async fetchNotificationApiKeys(){const{data:n,error:e}=await jl("/notifi... method setAuthToken (line 816) | setAuthToken(n){this.authToken=n} method updateSupportedSymbols (line 816) | async updateSupportedSymbols(n){const{data:e,error:t}=await Ot("/exchang... method getExchangeSupportedSymbols (line 816) | async getExchangeSupportedSymbols(n){var e;return await this.updateSuppo... method authenticateJesseTrade (line 816) | async authenticateJesseTrade(){const{data:n,error:e}=await Ot("/auth/jes... method fetchJesseTradeStrategies (line 816) | async fetchJesseTradeStrategies(n,e,t,i){let s=`/strategy/index?period=$... method fetchJesseTradePeriods (line 816) | async fetchJesseTradePeriods(){const{data:n,error:e}=await jl("/strategy... method getJesseTradeStrategy (line 816) | async getJesseTradeStrategy(n){const{data:e,error:t}=await jl(`/strategy... method importStrategy (line 816) | async importStrategy(n){const{data:e,error:t}=await Ot("/strategy/import... method getJesseTradeStrategyMetrics (line 816) | async getJesseTradeStrategyMetrics(n,e,t,i){const{data:s,error:o}=await ... function elt (line 816) | function elt(n){const e=pi();return{createClient:i=>{const s=i.getModel(... function slt (line 816) | function slt(n,e){const t=e/n*100;return 2/Math.PI*100*Math.atan(t/50)} function olt (line 816) | function olt(n={}){const{duration:e=2e3,throttle:t=200,hideDelay:i=500,r... function rlt (line 816) | function rlt(n={}){const e=In(),t=e._loadingIndicator=e._loadingIndicato... method setup (line 816) | setup(n,{slots:e,expose:t}){const{progress:i,isLoading:s,error:o,start:r... function llt (line 816) | function llt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function nne (line 816) | function nne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function ome (line 816) | function ome(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function clt (line 816) | function clt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function sne (line 816) | function sne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function rme (line 816) | function rme(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function one (line 816) | function one(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function dlt (line 816) | function dlt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function rne (line 816) | function rne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function ame (line 816) | function ame(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function ane (line 816) | function ane(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function lme (line 816) | function lme(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function cme (line 816) | function cme(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function lne (line 816) | function lne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function ult (line 816) | function ult(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function cne (line 816) | function cne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function dne (line 816) | function dne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function dme (line 816) | function dme(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function une (line 816) | function une(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function hlt (line 816) | function hlt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function flt (line 816) | function flt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function z3 (line 816) | function z3(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/svg... function glt (line 816) | function glt(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function hne (line 816) | function hne(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/sv... function LO (line 816) | function LO(n,e){return fe(),Re("svg",{xmlns:"http://www.w3.org/2000/svg... method setup (line 816) | setup(n){const e=Ue(!1),t=pi(),i=ue(()=>t.updateInfo),s=ue(()=>t.systemI... function xlt (line 816) | function xlt(n,e){return fe(),Re("h3",Slt,[en(n.$slots,"default")])} function r (line 816) | function r(d,u){t&&t.emit({type:d,path:u})} method constructor (line 115) | constructor(w){super(w),this._staticArgs=w.args} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){let S=this._staticArgs;this._staticArgs.valu... function a (line 816) | function a(){r("blur",i==null?void 0:i.name.value),o.value=!0} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... function l (line 816) | function l(){r("change",i==null?void 0:i.name.value)} method constructor (line 115) | constructor(w){super(w),this._inSelectionMode=w.inSelectionMode} method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){w.model.pushStackElement(),w.setCursorStates... method _exec (line 115) | _exec(w){const y=[];for(let S=0,x=w.length;S{switch(t.trim()){case"horizon... function Xlt (line 816) | function Xlt(n,e=0){const t=n.replace(/^-?[0-9.]*/,"");function i(s){for... function pne (line 816) | function pne(n,e,t){if(e===1)return n;if(t=t||100,typeof n=="number")ret... function ect (line 816) | function ect(n,e="defs"){let t="";const i=n.indexOf("<"+e);for(;i>=0;){c... function tct (line 816) | function tct(n,e){return n?""+n+""+e:e} function ict (line 816) | function ict(n,e,t){const i=ect(n);return tct(i.defs,e+i.content+t)} function sct (line 816) | function sct(n,e){const t={...hj,...n},i={...pme,...e},s={left:t.left,to... function lct (line 816) | function lct(n,e=rct){const t=[];let i;for(;i=oct.exec(n);)t.push(i[1]);... function cct (line 816) | function cct(n,e){let t=n.indexOf("xlink:")===-1?"":' xmlns:xlink="http:... function dct (line 816) | function dct(n){return n.replace(/"/g,"'").replace(/%/g,"%25").replace(/... function uct (line 816) | function uct(n){return"data:image/svg+xml,"+dct(n)} function hct (line 816) | function hct(n){return'url("'+uct(n)+'")'} function bne (line 816) | function bne(n){return n+(n.match(/^[-0-9.]+$/)?"px":"")} method render (line 816) | render(){const n=this.$attrs,e=n.icon,t=typeof e=="string"?mct[e]:typeof... function vct (line 816) | function vct(n,e){const t={};!n.hFlip!=!e.hFlip&&(t.hFlip=!0),!n.vFlip!=... function Cne (line 816) | function Cne(n,e){const t=vct(n,e);for(const i in RH)i in MR?i in n&&!(i... function bct (line 816) | function bct(n,e){const t=n.icons,i=n.aliases||Object.create(null),s=Obj... function Cct (line 816) | function Cct(n,e,t){const i=n.icons,s=n.aliases||Object.create(null);let... function bme (line 816) | function bme(n,e){const t=[];if(typeof n!="object"||typeof n.icons!="obj... function $3 (line 816) | function $3(n,e){for(const t in e)if(t in n&&typeof n[t]!=typeof e[t])re... function Cme (line 816) | function Cme(n){if(typeof n!="object"||n===null)return null;const e=n;if... function yct (line 816) | function yct(n,e){return{provider:n,prefix:e,icons:Object.create(null),m... function Cw (line 816) | function Cw(n,e){const t=wne[n]||(wne[n]=Object.create(null));return t[e... function wme (line 816) | function wme(n,e){return Cme(e)?bme(e,(t,i)=>{i?n.icons[t]=i:n.missing.a... function Sct (line 816) | function Sct(n,e,t){try{if(typeof t.body=="string")return n.icons[e]={..... function yme (line 816) | function yme(n){return typeof n=="boolean"&&(qk=n),qk} function xct (line 816) | function xct(n){const e=typeof n=="string"?DO(n,!0,qk):n;if(e){const t=C... function Lct (line 816) | function Lct(n,e){const t=DO(n,!0,qk);if(!t)return!1;const i=Cw(t.provid... function kct (line 816) | function kct(n,e){if(typeof n!="object")return!1;if(typeof e!="string"&&... function Ect (line 816) | function Ect(n,e){MH[n]=e} function PH (line 816) | function PH(n){return MH[n]||MH[""]} function gj (line 816) | function gj(n){let e;if(typeof n.resources=="string")e=[n.resources];els... function OH (line 816) | function OH(n,e){const t=gj(e);return t===null?!1:(pj[n]=t,!0)} function mj (line 816) | function mj(n){return pj[n]} function Nct (line 816) | function Nct(n,e){const t=mj(n);if(!t)return 0;let i;if(!t.maxURL)i=0;el... function Act (line 816) | function Act(n){return n===404} function Mct (line 816) | function Mct(n){if(typeof n=="string"){const e=mj(n);if(e)return e.path}... function Fct (line 816) | function Fct(n){const e={loaded:[],missing:[],pending:[]},t=Object.creat... function Sme (line 816) | function Sme(n,e){n.forEach(t=>{const i=t.loaderCallbacks;i&&(t.loaderCa... function Bct (line 816) | function Bct(n){n.pendingCallbacksFlag||(n.pendingCallbacksFlag=!0,setTi... function Hct (line 816) | function Hct(n,e,t){const i=Wct++,s=Sme.bind(null,t,i);if(!e.pending.len... function Vct (line 816) | function Vct(n,e=!0,t=!1){const i=[];return n.forEach(s=>{const o=typeof... function $ct (line 816) | function $ct(n,e,t,i){const s=n.resources.length,o=n.random?Math.floor(M... function xme (line 816) | function xme(n){const e={...zct,...n};let t=[];function i(){t=t.filter(a... function Sne (line 816) | function Sne(){} function Uct (line 816) | function Uct(n){if(!U3[n]){const e=mj(n);if(!e)return;const t=xme(e),i={... function jct (line 816) | function jct(n,e,t){let i,s;if(typeof n=="string"){const o=PH(n);if(!o)r... function xne (line 816) | function xne(){} function Kct (line 816) | function Kct(n){n.iconsLoaderFlag||(n.iconsLoaderFlag=!0,setTimeout(()=>... function qct (line 816) | function qct(n){const e=[],t=[];return n.forEach(i=>{(i.match(_me)?e:t).... function lS (line 816) | function lS(n,e,t){function i(){const s=n.pendingIcons;e.forEach(o=>{s&&... function Lne (line 816) | function Lne(n,e){n instanceof Promise?n.then(t=>{e(t)}).catch(()=>{e(nu... function Gct (line 816) | function Gct(n,e){n.iconsToLoad?n.iconsToLoad=n.iconsToLoad.concat(e).so... function Jct (line 816) | function Jct(n=""){let e,t="";if(n[0]==="@"&&n.includes(":")&&(t=n.split... method setup (line 816) | async setup(n){let e,t;const i=In(),s=JR(),o=n;Dn(()=>{var _;return(_=s.... method setup (line 816) | setup(n){const e=JR();return{dynamic:ue(()=>{var i,s;return n.dynamic||(... function ndt (line 816) | function ndt(n,e,t,i,s,o){const r=Lme;return n.dynamic?(fe(),jt(r,{key:0... function _j (line 816) | function _j({ui:n,props:e}){const t=pc();if(os("ButtonGroupContextConsum... method validator (line 816) | validator(n){return Object.keys(bf.size).includes(n)} method validator (line 816) | validator(n){return[...Pi.ui.colors,...Object.keys(bf.color)].includes(n)} method validator (line 816) | validator(n){return[...Object.keys(bf.variant),...Object.values(bf.color... method setup (line 816) | setup(n,{emit:e,slots:t}){const{ui:i,attrs:s}=Ua("input",Ps(n,"ui"),bf,P... function rdt (line 816) | function rdt(n,e,t,i,s,o){const r=ud;return fe(),Re("div",{class:st(n.ui... method validator (line 816) | validator(n){return Object.keys(K3.size).includes(n)} method setup (line 816) | setup(n){const{ui:e,attrs:t}=Ua("formGroup",Ps(n,"ui"),K3,Ps(n,"class"))... function cdt (line 816) | function cdt(n,e,t,i,s,o){return fe(),Re("div",an({class:n.ui.wrapper},n... method setup (line 816) | setup(n){return(e,t)=>(fe(),Re("div",ddt,[q("div",udt,[q("span",{class:"... function Dme (line 816) | function Dme(n,e,t){let i=Ue(t==null?void 0:t.value),s=ue(()=>n.value!==... function vj (line 816) | function vj(n){typeof queueMicrotask=="function"?queueMicrotask(n):Promi... function lI (line 816) | function lI(){let n=[],e={addEventListener(t,i,s,o){return t.addEventLis... function bj (line 816) | function bj(n){os(Ime,n)} function _i (line 816) | function _i(n){var e;if(n==null||n.value==null)return null;let t=(e=n.va... function fc (line 816) | function fc(n,e,...t){if(n in e){let s=e[n];return typeof s=="function"?... method constructor (line 816) | constructor(){Tne(this,"current",this.detect()),Tne(this,"currentId",0)} method set (line 816) | set(e){this.current!==e&&(this.currentId=0,this.current=e)} method constructor (line 755) | constructor(e,t){this.widget=e,this._editor=t,this.allowEditorOverflow... method dispose (line 755) | dispose(){this._resizable.dispose(),this._disposables.dispose(),this.h... method getId (line 755) | getId(){return"suggest.details"} method getDomNode (line 755) | getDomNode(){return this._resizable.domNode} method getPosition (line 755) | getPosition(){return this._topLeft?{preference:this._topLeft}:null} method show (line 755) | show(){this._added||(this._editor.addOverlayWidget(this),this._added=!0)} method hide (line 755) | hide(e=!1){this._resizable.clearSashHoverState(),this._added&&(this._e... method placeAtAnchor (line 755) | placeAtAnchor(e,t){var i;const s=e.getBoundingClientRect();this._ancho... method _placeAtAnchor (line 755) | _placeAtAnchor(e,t,i){var s;const o=Fm(this.getDomNode().ownerDocument... method _applyTopLeft (line 755) | _applyTopLeft(e){this._topLeft=e,this._editor.layoutOverlayWidget(this)} method reset (line 816) | reset(){this.set(this.detect())} method nextId (line 816) | nextId(){return++this.currentId} method isServer (line 816) | get isServer(){return this.current==="server"} method isClient (line 816) | get isClient(){return this.current==="client"} method detect (line 816) | detect(){return typeof window>"u"||typeof document>"u"?"server":"client"} function Qd (line 816) | function Qd(n){if(cI.isServer)return null;if(n instanceof Node)return n.... function Eme (line 816) | function Eme(n=document.body){return n==null?[]:Array.from(n.querySelect... function wj (line 816) | function wj(n,e=0){var t;return n===((t=Qd(n))==null?void 0:t.body)?!1:f... function Tme (line 816) | function Tme(n){let e=Qd(n);Go(()=>{e&&!wj(e.activeElement,0)&&km(n)})} function km (line 816) | function km(n){n==null||n.focus({preventScroll:!0})} function Cdt (line 816) | function Cdt(n){var e,t;return(t=(e=n==null?void 0:n.matches)==null?void... function yj (line 816) | function yj(n,e=t=>t){return n.slice().sort((t,i)=>{let s=e(t),o=e(i);if... function wdt (line 816) | function wdt(n,e){return t0(Eme(),e,{relativeTo:n})} function t0 (line 816) | function t0(n,e,{sorted:t=!0,relativeTo:i=null,skipElements:s=[]}={}){va... function Nme (line 816) | function Nme(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi... function ydt (line 816) | function ydt(){return/Android/gi.test(window.navigator.userAgent)} function Sdt (line 816) | function Sdt(){return Nme()||ydt()} function XT (line 816) | function XT(n,e,t){cI.isServer||Qo(i=>{document.addEventListener(n,e,t),... function Ame (line 816) | function Ame(n,e,t){cI.isServer||Qo(i=>{window.addEventListener(n,e,t),i... function Rme (line 816) | function Rme(n,e,t=ue(()=>!0)){function i(o,r){if(!t.value||o.defaultPre... function Nne (line 816) | function Nne(n,e){if(n)return n;let t=e??"button";if(typeof t=="string"&... function Sj (line 816) | function Sj(n,e){let t=Ue(Nne(n.value.type,n.value.as));return cn(()=>{t... function Ane (line 816) | function Ane(n){return[n.screenX,n.screenY]} function xdt (line 816) | function xdt(){let n=Ue([-1,-1]);return{wasMoved(e){let t=Ane(e);return ... function Mme (line 816) | function Mme({container:n,accept:e,walk:t,enabled:i}){Qo(()=>{let s=n.va... function Oo (line 816) | function Oo({visible:n=!0,features:e=0,ourProps:t,theirProps:i,...s}){va... function q3 (line 816) | function q3({props:n,attrs:e,slots:t,slot:i,name:s}){var o,r;let{as:a,..... function Pme (line 819) | function Pme(n){return n.flatMap(e=>e.type===Bi?Pme(e.children):[e])} function Ome (line 819) | function Ome(...n){if(n.length===0)return{};if(n.length===1)return n[0];... function Fme (line 819) | function Fme(n){let e=Object.assign({},n);for(let t in e)e[t]===void 0&&... function IO (line 819) | function IO(n,e=[]){let t=Object.assign({},n);for(let i of e)i in t&&del... function Ldt (line 819) | function Ldt(n){return n==null?!1:typeof n.type=="string"||typeof n.type... method setup (line 819) | setup(n,{slots:e,attrs:t}){return()=>{var i;let{features:s,...o}=n,r={"a... function kdt (line 819) | function kdt(){return dI()!==null} function dI (line 819) | function dI(){return Ui(Bme,null)} function xj (line 819) | function xj(n){os(Bme,n)} function Ddt (line 819) | function Ddt(n){function e(){document.readyState!=="loading"&&(n(),docum... function n (line 819) | function n(e){e.target instanceof HTMLElement&&e.target!==document.body&... function Idt (line 819) | function Idt(n){throw new Error("Unexpected object: "+n)} function Edt (line 819) | function Edt(n,e){let t=e.resolveItems();if(t.length<=0)return null;let ... function Wme (line 819) | function Wme(n={},e=null,t=[]){for(let[i,s]of Object.entries(n))Vme(t,Hm... function Hme (line 819) | function Hme(n,e){return n?n+"["+e+"]":e} function Vme (line 819) | function Vme(n,e,t){if(Array.isArray(t))for(let[i,s]of t.entries())Vme(n... function zme (line 819) | function zme(n){var e,t;let i=(e=n==null?void 0:n.form)!=null?e:n.closes... function $me (line 819) | function $me(n,e,t,i){cI.isServer||Qo(s=>{n=n??window,n.addEventListener... function Tdt (line 819) | function Tdt(){let n=Ue(0);return Ame("keydown",e=>{e.key==="Tab"&&(n.va... function Ume (line 819) | function Ume(n){if(!n)return new Set;if(typeof n=="function")return new ... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){let s=Ue(null);i({el:s,$el:s});let o... function Ndt (line 819) | function Ndt(n){let e=Ue(yv.slice());return Dn([n],([t],[i])=>{i===!0&&t... function Adt (line 819) | function Adt({ownerDocument:n},e){let t=Ndt(e);cn(()=>{Qo(()=>{var i,s;e... function Rdt (line 819) | function Rdt({ownerDocument:n,container:e,initialFocus:t},i){let s=Ue(nu... function Mdt (line 819) | function Mdt({ownerDocument:n,container:e,containers:t,previousActiveEle... function Kme (line 819) | function Kme(n,e){for(let t of n)if(t.contains(e))return!0;return!1} function Pdt (line 819) | function Pdt(n){let e=Sg(n.getSnapshot());return uo(n.subscribe(()=>{e.v... function Odt (line 819) | function Odt(n,e){let t=n(),i=new Set;return{getSnapshot(){return t},sub... function Fdt (line 819) | function Fdt(){let n;return{before({doc:e}){var t;let i=e.documentElemen... function Bdt (line 819) | function Bdt(){return Nme()?{before({doc:n,d:e,meta:t}){function i(s){re... function Wdt (line 819) | function Wdt(){return{before({doc:n,d:e}){e.style(n.documentElement,"ove... function Hdt (line 819) | function Hdt(n){let e={};for(let t of n)Object.assign(e,t(e));return e} method PUSH (line 819) | PUSH(n,e){var t;let i=(t=this.get(n))!=null?t:{doc:n,count:0,d:lI(),meta... method POP (line 819) | POP(n,e){let t=this.get(n);return t&&(t.count--,t.meta.delete(e)),this} method SCROLL_PREVENT (line 819) | SCROLL_PREVENT({doc:n,d:e,meta:t}){let i={doc:n,d:e,meta:Hdt(t)},s=[Bdt(... method SCROLL_ALLOW (line 819) | SCROLL_ALLOW({d:n}){n.dispose()} method TEARDOWN (line 819) | TEARDOWN({doc:n}){this.delete(n)} function Vdt (line 819) | function Vdt(n,e,t){let i=Pdt(Fv),s=ue(()=>{let o=n.value?i.value.get(n.... function Rne (line 819) | function Rne(n,e=Ue(!0)){Qo(t=>{var i;if(!e.value)return;let s=_i(n);if(... function zdt (line 819) | function zdt({defaultContainers:n=[],portals:e,mainTreeNodeRef:t}={}){le... function $dt (line 819) | function $dt(){return Ui(qme,!1)} method setup (line 819) | setup(n,{slots:e,attrs:t}){return os(qme,n.force),()=>{let{force:i,...s}... function Udt (line 819) | function Udt(){return Ui(Gme,()=>{})} function jdt (line 819) | function jdt({type:n,enabled:e,element:t,onUpdate:i}){let s=Udt();functi... function Lj (line 819) | function Lj({slot:n=Ue({}),name:e="Description",props:t={}}={}){let i=Ue... function qdt (line 819) | function qdt(n){let e=Qd(n);if(!e){if(n===null)return null;throw new Err... function Gdt (line 819) | function Gdt(n){var e;return(e=WH.get(n))!=null?e:0} function Pne (line 819) | function Pne(n,e){let t=e(Gdt(n));return t<=0?WH.delete(n):WH.set(n,t),t} method setup (line 819) | setup(n,{slots:e,attrs:t}){let i=Ue(null),s=ue(()=>Qd(i)),o=$dt(),r=Ui(Z... function Ydt (line 819) | function Ydt(){let n=Ui(HH,null),e=Ue([]);function t(o){return e.value.p... method setup (line 819) | setup(n,{attrs:e,slots:t}){let i=Ba({resolveTarget(){return n.target}});... function Yme (line 819) | function Yme(n){let e=Ui(VH,null);if(e===null){let t=new Error(`<${n} />... method setup (line 819) | setup(n,{emit:e,attrs:t,slots:i,expose:s}){var o,r;let a=(o=n.id)!=null?... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){var s;let o=(s=n.id)!=null?s:`headle... function kj (line 819) | function kj(n){let e=Ui(Jme,null);if(e===null){let t=new Error(`<${n} />... function eut (line 819) | function eut(){return Ui(e_e,null)} method setup (line 819) | setup(n,{slots:e,attrs:t}){let i=Ue(n.defaultOpen?0:1),s=Ue(null),o=Ue(n... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){let s=kj("DisclosureButton"),o=eut()... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){let s=kj("DisclosurePanel");cn(()=>{... function Fne (line 819) | function Fne(n){var e,t;let i=(e=n.innerText)!=null?e:"",s=n.cloneNode(!... function sut (line 819) | function sut(n){let e=n.getAttribute("aria-label");if(typeof e=="string"... function out (line 819) | function out(n){let e=Ue(""),t=Ue("");return()=>{let i=_i(n);if(!i)retur... function lut (line 819) | function lut(n){requestAnimationFrame(()=>requestAnimationFrame(n))} function EO (line 819) | function EO(n){let e=Ui(t_e,null);if(e===null){let t=new Error(`<${n} />... method setup (line 819) | setup(n,{slots:e,attrs:t}){let i=Ue(1),s=Ue(null),o=Ue(null),r=Ue([]),a=... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){var s;let o=(s=n.id)!=null?s:`headle... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){var s;let o=(s=n.id)!=null?s:`headle... method setup (line 819) | setup(n,{slots:e,attrs:t,expose:i}){var s;let o=(s=n.id)!=null?s:`headle... function n_e (line 819) | function n_e(){let n=Ui(i_e,null);if(n===null){let e=new Error("You used... function s_e (line 819) | function s_e({slot:n={},name:e="Label",props:t={}}={}){let i=Ue([]);func... method setup (line 819) | setup(n,{slots:e,attrs:t}){var i;let s=(i=n.id)!=null?i:`headlessui-labe... function fut (line 819) | function fut(n,e){return n===e} function r_e (line 819) | function r_e(n){let e=Ui(o_e,null);if(e===null){let t=new Error(`<${n} /... method setup (line 819) | setup(n,{emit:e,attrs:t,slots:i,expose:s}){var o;let r=(o=n.id)!=null?o:... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){var s;let o=(s=n.id)!=null?s:`headle... method setup (line 819) | setup(n,{emit:e,attrs:t,slots:i,expose:s}){var o;let r=(o=n.id)!=null?o:... function but (line 819) | function but(n){let e={called:!1};return(...t)=>{if(!e.called)return e.c... function Z3 (line 819) | function Z3(n,...e){n&&e.length>0&&n.classList.add(...e)} function JT (line 819) | function JT(n,...e){n&&e.length>0&&n.classList.remove(...e)} function Cut (line 819) | function Cut(n,e){let t=lI();if(!n)return t.dispose;let{transitionDurati... function Wne (line 819) | function Wne(n,e,t,i,s,o){let r=lI(),a=o!==void 0?but(o):()=>{};return J... function X_ (line 819) | function X_(n=""){return n.split(/\s+/).filter(e=>e.length>1)} function yut (line 819) | function yut(){return Ui(Dj,null)!==null} function Sut (line 819) | function Sut(){let n=Ui(Dj,null);if(n===null)throw new Error("A t.value=!0),uo(()=>t.value=... method setup (line 819) | setup(n,{emit:e,attrs:t,slots:i,expose:s}){let o=Ue(0);function r(){o.va... method setup (line 819) | setup(n,{emit:e,attrs:t,slots:i}){let s=dI(),o=ue(()=>n.show===null&&s!=... method setup (line 819) | setup(n){const e=c_(n,"modelValue"),t=n;return Dn(()=>[t.default,t.optio... method setup (line 819) | setup(n){const e=c_(n,"modelValue",{get(r){return Number(r)||0},set(r){r... method setup (line 819) | setup(n){const e=pi(),t=ue(()=>e.settings);return(i,s)=>{const o=sy,r=um... method setup (line 819) | setup(n){const e=pi(),t=ue(()=>e.settings),i=ue(()=>e.systemInfo),s=ue((... method setup (line 819) | setup(n){const e=pi(),t=ue(()=>e.settings),i=ue(()=>e.systemInfo),s=ue((... method validator (line 819) | validator(n){return Pi.ui.colors.includes(n)} method validator (line 819) | validator(n){return Object.keys(Q_.size).includes(n)} method setup (line 819) | setup(n,{emit:e}){const{ui:t,attrs:i}=Ua("toggle",Ps(n,"ui"),Q_),{emitFo... function eht (line 819) | function eht(n,e,t,i,s,o){const r=ud,a=jc("HSwitch");return fe(),jt(a,an... method setup (line 819) | setup(n){const e=c_(n,"modelValue");return n.disabled&&(e.value=!1),(i,s... method validator (line 819) | validator(n){return Object.keys(Pu.size).includes(n)} method validator (line 819) | validator(n){return[...Pi.ui.colors,...Object.keys(Pu.color)].includes(n)} method validator (line 819) | validator(n){return[...Object.keys(Pu.variant),...Object.values(Pu.color... method setup (line 819) | setup(n,{emit:e,slots:t}){const{ui:i,attrs:s}=Ua("select",Ps(n,"ui"),Pu,... function uht (line 819) | function uht(n,e,t,i,s,o){const r=ud;return fe(),Re("div",{class:st(n.ui... method setup (line 819) | setup(n){const e=pi(),t=ue(()=>e.settings),i=Ue(["1m","3m","5m","15m","3... method setup (line 819) | setup(n){function e(t,i,{isActive:s,isExactActive:o}){return n.exactQuer... function wht (line 819) | function wht(n,e,t,i,s,o){const r=y2;return n.to?(fe(),jt(r,an({key:1},n... method validator (line 819) | validator(n){return Object.keys(wf.size).includes(n)} method validator (line 819) | validator(n){return[...Pi.ui.colors,...Object.keys(wf.color)].includes(n)} method validator (line 819) | validator(n){return[...Object.keys(wf.variant),...Object.values(wf.color... method setup (line 819) | setup(n,{slots:e}){const{ui:t,attrs:i}=Ua("button",Ps(n,"ui"),wf),{size:... function Sht (line 819) | function Sht(n,e,t,i,s,o){const r=ud,a=u_e;return fe(),jt(a,an({type:n.t... method validator (line 819) | validator(n){return Object.keys(Y3.size).includes(n)} method setup (line 819) | setup(n){const{ui:e,attrs:t}=Ua("kbd",Ps(n,"ui"),Y3),i=ue(()=>ac(Vn(e.va... function Lht (line 819) | function Lht(n,e,t,i,s,o){return fe(),Re("kbd",an({class:n.kbdClass},n.a... function gc (line 819) | function gc(n){if(n==null)return window;if(n.toString()!=="[object Windo... function U0 (line 819) | function U0(n){var e=gc(n).Element;return n instanceof e||n instanceof E... function td (line 819) | function td(n){var e=gc(n).HTMLElement;return n instanceof e||n instance... function Nj (line 819) | function Nj(n){if(typeof ShadowRoot>"u")return!1;var e=gc(n).ShadowRoot;... function $H (line 819) | function $H(){var n=navigator.userAgentData;return n!=null&&n.brands&&Ar... function f_e (line 819) | function f_e(){return!/^((?!chrome|android).)*safari/i.test($H())} function Sw (line 819) | function Sw(n,e,t){e===void 0&&(e=!1),t===void 0&&(t=!1);var i=n.getBoun... function Aj (line 819) | function Aj(n){var e=gc(n),t=e.pageXOffset,i=e.pageYOffset;return{scroll... function kht (line 819) | function kht(n){return{scrollLeft:n.scrollLeft,scrollTop:n.scrollTop}} function Dht (line 819) | function Dht(n){return n===gc(n)||!td(n)?Aj(n):kht(n)} function Bh (line 819) | function Bh(n){return n?(n.nodeName||"").toLowerCase():null} function L_ (line 819) | function L_(n){return((U0(n)?n.ownerDocument:n.document)||window.documen... function Rj (line 819) | function Rj(n){return Sw(L_(n)).left+Aj(n).scrollLeft} function Og (line 819) | function Og(n){return gc(n).getComputedStyle(n)} function Mj (line 819) | function Mj(n){var e=Og(n),t=e.overflow,i=e.overflowX,s=e.overflowY;retu... function Iht (line 819) | function Iht(n){var e=n.getBoundingClientRect(),t=yw(e.width)/n.offsetWi... function Eht (line 819) | function Eht(n,e,t){t===void 0&&(t=!1);var i=td(e),s=td(e)&&Iht(e),o=L_(... function Pj (line 819) | function Pj(n){var e=Sw(n),t=n.offsetWidth,i=n.offsetHeight;return Math.... function AO (line 819) | function AO(n){return Bh(n)==="html"?n:n.assignedSlot||n.parentNode||(Nj... function g_e (line 819) | function g_e(n){return["html","body","#document"].indexOf(Bh(n))>=0?n.ow... function zx (line 819) | function zx(n,e){var t;e===void 0&&(e=[]);var i=g_e(n),s=i===((t=n.owner... function Tht (line 819) | function Tht(n){return["table","td","th"].indexOf(Bh(n))>=0} function Hne (line 819) | function Hne(n){return!td(n)||Og(n).position==="fixed"?null:n.offsetParent} function Nht (line 819) | function Nht(n){var e=/firefox/i.test($H()),t=/Trident/i.test($H());if(t... function hI (line 819) | function hI(n){for(var e=gc(n),t=Hne(n);t&&Tht(t)&&Og(t).position==="sta... function Uht (line 819) | function Uht(n){var e=new Map,t=new Set,i=[];n.forEach(function(o){e.set... function jht (line 819) | function jht(n){var e=Uht(n);return $ht.reduce(function(t,i){return t.co... function Kht (line 819) | function Kht(n){var e;return function(){return e||(e=new Promise(functio... function qht (line 819) | function qht(n){var e=n.reduce(function(t,i){var s=t[i.name];return t[i.... function Ght (line 819) | function Ght(n,e){var t=gc(n),i=L_(n),s=t.visualViewport,o=i.clientWidth... function Zht (line 819) | function Zht(n){var e,t=L_(n),i=Aj(n),s=(e=n.ownerDocument)==null?void 0... function __e (line 819) | function __e(n,e){var t=e.getRootNode&&e.getRootNode();if(n.contains(e))... function UH (line 819) | function UH(n){return Object.assign({},n,{left:n.x,top:n.y,right:n.x+n.w... function Yht (line 819) | function Yht(n,e){var t=Sw(n,!1,e==="fixed");return t.top=t.top+n.client... function zne (line 819) | function zne(n,e,t){return e===p_e?UH(Ght(n,t)):U0(e)?Yht(e,t):UH(Zht(L_... function Xht (line 819) | function Xht(n){var e=zx(AO(n)),t=["absolute","fixed"].indexOf(Og(n).pos... function Qht (line 819) | function Qht(n,e,t,i){var s=e==="clippingParents"?Xht(n):[].concat(e),o=... function Sh (line 819) | function Sh(n){return n.split("-")[0]} function Lw (line 819) | function Lw(n){return n.split("-")[1]} function Fj (line 819) | function Fj(n){return["top","bottom"].indexOf(n)>=0?"x":"y"} function v_e (line 819) | function v_e(n){var e=n.reference,t=n.element,i=n.placement,s=i?Sh(i):nu... function b_e (line 819) | function b_e(){return{top:0,right:0,bottom:0,left:0}} function C_e (line 819) | function C_e(n){return Object.assign({},b_e(),n)} function w_e (line 819) | function w_e(n,e){return e.reduce(function(t,i){return t[i]=n,t},{})} function Bj (line 819) | function Bj(n,e){e===void 0&&(e={});var t=e,i=t.placement,s=i===void 0?n... function Une (line 819) | function Une(){for(var n=arguments.length,e=new Array(n),t=0;t=0?-1:1,o=typeof t=... function _ft (line 819) | function _ft(n){var e=n.state,t=n.options,i=n.name,s=t.offset,o=s===void... function bft (line 819) | function bft(n){return n==="x"?"y":"x"} function $x (line 819) | function $x(n,e,t){return i0(n,OR(e,t))} function Cft (line 819) | function Cft(n,e,t){var i=$x(n,e,t);return i>t?t:i} function wft (line 819) | function wft(n){var e=n.state,t=n.options,i=n.name,s=t.mainAxis,o=s===vo... function xft (line 819) | function xft(n){var e,t=n.state,i=n.name,s=n.options,o=t.elements.arrow,... function Lft (line 819) | function Lft(n){var e=n.state,t=n.options,i=t.element,s=i===void 0?"[dat... function Ift (line 819) | function Ift({locked:n=!1,overflowPadding:e=8,offsetDistance:t=8,offsetS... method setup (line 819) | setup(n){const{ui:e,attrs:t}=Ua("tooltip",Ps(n,"ui"),X3,Ps(n,"class")),i... function Tft (line 819) | function Tft(n,e,t,i,s,o){const r=h_e;return fe(),Re("div",an({ref:"trig... method setup (line 819) | setup(n,{emit:e}){const{ui:t,attrs:i}=Ua("modal",Ps(n,"ui"),Nft,Ps(n,"cl... function Rft (line 819) | function Rft(n,e,t,i,s,o){const r=jc("TransitionChild"),a=jc("HDialogPan... method setup (line 819) | setup(n){const e=c_(n,"modelValue"),t=Ue(),i=n,s=ue(()=>{switch(i.type){... method setup (line 819) | setup(n){const e=Ue(!1),t=Ue(!1);function i(){localStorage.clear(),locat... method setup (line 819) | setup(n){const e=pi(),t=ue(()=>e.settings);return(i,s)=>{const o=sy,r=c_... method setup (line 819) | setup(n){const e=pi(),t=ZR(),i=Ue(["Optimization","Backtest","Live"].inc... method setup (line 819) | setup(n){const{ui:e,attrs:t}=Ua("card",Ps(n,"ui"),Jft),i=ue(()=>ac(Vn(e.... function tgt (line 819) | function tgt(n,e,t,i,s,o){return fe(),jt(Em(n.$attrs.onSubmit?"form":n.a... method setup (line 819) | setup(n,{emit:e}){const{ui:t,attrs:i}=Ua("slideover",Ps(n,"ui"),igt,Ps(n... function sgt (line 819) | function sgt(n,e,t,i,s,o){const r=jc("TransitionChild"),a=jc("HDialogPan... method setup (line 819) | setup(n){const e=c_(n,"modelValue"),t=n,i=ue(()=>t.size==="small"?"max-w... method validator (line 819) | validator(n){return Object.keys(gp.size).includes(n)} method validator (line 819) | validator(n){return[...Pi.ui.colors,...Object.keys(gp.color)].includes(n)} method validator (line 819) | validator(n){return[...Object.keys(gp.variant),...Object.values(gp.color... method setup (line 819) | setup(n,{emit:e}){const{ui:t,attrs:i}=Ua("textarea",Ps(n,"ui"),gp,Ps(n,"... function hgt (line 819) | function hgt(n,e,t,i,s,o){return fe(),Re("div",{class:st(n.ui.wrapper)},... class FR (line 819) | class FR extends Error{constructor(e){super(e),this.message=e,Object.set... method constructor (line 819) | constructor(e){super(e),this.message=e,Object.setPrototypeOf(this,FR.p... method setup (line 819) | setup(n,{expose:e,emit:t}){const i=j0(),s=STe(`form-${i}`);cn(()=>{s.on(... function pgt (line 819) | function pgt(n){return n.validate&&n.__isYupSchema__} function mgt (line 819) | function mgt(n){return n.inner!==void 0} function _gt (line 819) | async function _gt(n,e){try{return await e.validate(n,{abortEarly:!1}),[... function vgt (line 819) | function vgt(n){return n.parse!==void 0} function bgt (line 819) | async function bgt(n,e){const t=await e.safeParseAsync(n);return t.succe... function Cgt (line 819) | function Cgt(n){return n.validateAsync!==void 0&&n.id!==void 0} function wgt (line 819) | function wgt(n){return n.isJoi===!0} function ygt (line 819) | async function ygt(n,e){try{return await e.validateAsync(n,{abortEarly:!... function Sgt (line 819) | function Sgt(n){return n._parse!==void 0} function xgt (line 819) | async function xgt(n,e){const t=await e._parse(n);return t.issues?t.issu... function Lgt (line 819) | function Lgt(n,e,t,i,s,o){return fe(),Re("form",{onSubmit:e[0]||(e[0]=sN... method setup (line 819) | setup(n){const e=c_(n,"modelValue"),t=Ue(!1),i=pi(),s=Ba({email:"",descr... method setup (line 819) | setup(n){const e=Ue(!1),t=c_(n,"modelValue"),i=pi(),s=Ba({name:""}),o=ue... method setup (line 819) | setup(n){return(e,t)=>(fe(),Re("div",Agt,[q("div",Rgt,[q("div",Mgt,[q("d... method setup (line 819) | setup(n){const e=c_(n,"modelValue"),t=pi(),i=ue(()=>t.systemInfo),s=ue((... method setup (line 819) | setup(n){const e=zgt(),t=()=>{e.preference=e.preference==="dark"?"light"... method setup (line 819) | setup(n){const e=pi(),t=Ue(!1),i=Ue(!1),s=Ue(!1),o=Ue(!1),r=ue(()=>e.has... method setup (line 819) | setup(n){const e=Ue(!0),t=Ue(!1),i=Ue(!1),s=Ue(!1),o=Ba({password:void 0... method setup (line 819) | setup(n){const e=["Starting your trading session...","Connecting to Jess... method setup (line 819) | setup(n){const e=n.renderKey,t=n.route,i={};for(const s in n.route)Objec... method setup (line 819) | setup(n,{attrs:e,slots:t,expose:i}){const s=In(),o=Ue(),r=Ui(nl,null);le... function Qpt (line 819) | function Qpt(n){const e=n.map(t=>({...t,onAfterLeave:t.onAfterLeave?kV(t... function Jpt (line 819) | function Jpt(n,e,t){if(!n)return!1;const i=e.matched.findIndex(s=>{var o... function emt (line 819) | function emt(n,e,t){return n?e.matched.findIndex(s=>{var o;return((o=s.c... method setup (line 819) | async setup(n,e){const t=await Hp[n.name]().then(i=>i.default||i);return... method setup (line 819) | setup(n,e){const t=In(),i=Ui(nl),s=i===ZR()?SEe():i,o=ue(()=>{let l=j(n.... method setup (line 819) | setup(n,e){const t=n.name;return n.shouldProvide&&os(Ooe,{isCurrent:i=>t... method validator (line 819) | validator(n){return Object.keys(J_.size).includes(n)} method validator (line 819) | validator(n){return["gray",...Pi.ui.colors].includes(n)} method validator (line 819) | validator(n){return Object.keys(J_.chip.position).includes(n)} method setup (line 819) | setup(n){const{ui:e,attrs:t}=Ua("avatar",Ps(n,"ui"),J_),i=ue(()=>typeof ... function rmt (line 819) | function rmt(n,e,t,i,s,o){const r=ud;return fe(),Re("span",{class:st(n.w... function amt (line 819) | function amt(n,e,t){let i=null;const{pause:s,resume:o,timestamp:r}=ETe({... method validator (line 819) | validator(n){return["gray",...Pi.ui.colors].includes(n)} method setup (line 819) | setup(n,{emit:e}){const{ui:t,attrs:i}=Ua("notification",Ps(n,"ui"),hS);l... function cmt (line 819) | function cmt(n,e,t,i,s,o){const r=ud,a=k_e,l=jh;return fe(),jt(o0,an({ap... method setup (line 819) | setup(n){const{ui:e,attrs:t}=Ua("notifications",Ps(n,"ui"),dmt),i=vpe(),... function hmt (line 819) | function hmt(n,e,t,i,s,o){const r=D_e;return fe(),jt(Lse,{to:"body"},[q(... method setup (line 819) | setup(n){const e=dj();return(t,i)=>{const s=jh,o=Wj;return fe(),jt(o,{mo... method setup (line 819) | setup(n,{slots:e,attrs:t}){const i=Ue(!1);return cn(()=>{i.value=!0}),os... function O1t (line 819) | function O1t(n){if(Q3.has(n))return Q3.get(n);const e={...n};return e.re... function _mt (line 822) | function _mt(n){if(!n||!n.vnode.dirs)return null;const e=n.vnode.dirs;re... method checkWaitingImports (line 822) | async checkWaitingImports(n){const e=this.forms.find(t=>t.waiting&&t.exe... method start (line 822) | async start(n){const e=this.forms.find(t=>t.id===n);if(e){if(this.active... method cancel (line 822) | async cancel(n){const e=this.forms.find(r=>r.id===n);if(!e)return;const ... method progressbarEvent (line 822) | progressbarEvent(n,e){const t=this.forms.find(i=>i.id===n);t&&(t.progres... method alertEvent (line 822) | alertEvent(n,e){const t=this.forms.find(i=>i.id===n);if(t){const i=t.exc... method exceptionEvent (line 822) | exceptionEvent(n,e){const t=this.forms.find(i=>i.id===n);if(t){const i=t... method terminationEvent (line 822) | terminationEvent(n){const e=this.forms.find(t=>t.id===n);if(e!=null&&e.e... method infoLogEvent (line 822) | infoLogEvent(n,e){this.results.infoLogs+=`[${Wn.timestampToTime(e.timest... method createForm (line 823) | createForm(n="",e="",t="2024-01-01"){return{id:Wn.uuid(),exchange:n,symb... method addImport (line 823) | addImport(){const n=this.forms[this.forms.length-1];this.forms.push(this... method duplicateImport (line 823) | duplicateImport(n){const e=this.forms.indexOf(n);this.forms.splice(e+1,0... method fetchExistingCandles (line 823) | async fetchExistingCandles(){const{data:n,error:e}=await Ot("/candles/ex... method deleteCandles (line 823) | async deleteCandles(n,e){const{data:t,error:i}=await Ot("/candles/delete... method getSymbolKey (line 823) | getSymbolKey(n,e){return`${n}-${e}`} method isSymbolUpdating (line 823) | isSymbolUpdating(n,e){return this.updatingSymbols.has(this.getSymbolKey(... method updateCandles (line 823) | async updateCandles(n,e,t){const i=this.getSymbolKey(n,e),s=this.createF... function bmt (line 823) | function bmt(){const n=tme(),e=vmt(),t=dj(),i=ime(),s=sme(),o={},r=(l,c)... function Cmt (line 823) | function Cmt(n){return J3||(J3=bmt()),J3[n]} function wmt (line 823) | function wmt(n){const e=atob(n),t=e.length,i=new Uint8Array(t);for(let s... method handleError (line 823) | handleError(n,e){console.error(n,e),Lt("error",n)} method initiate (line 823) | initiate(){try{let n="";Tm().public.appEnv==="production"?n=(window.loca... method disconnect (line 823) | disconnect(){var n;try{(n=this.socket)==null||n.close(),this.isConnected... method reconnect (line 823) | reconnect(){try{this.reconnectAttempts<10?setTimeout(()=>{this.reconnect... method handleMessage (line 823) | handleMessage(n){try{const e=JSON.parse(n.data);let t=e.data;if(e.is_com... method setup (line 823) | setup(n){pi().isInitiated=!1;const e=Ue(!1),t=Ue(!0),i=ue(()=>pi().setti... method setup (line 823) | setup(n){const t=n.error;t.stack&&t.stack.split(` method setup (line 825) | setup(n){const e=()=>null,t=In(),i=t.deferHydration();if(t.isHydrating){... function o (line 825) | async function o(l){await s.callHook("app:error",l),s.payload.error=s.pa... method constructor (line 115) | constructor(){super({id:"cursorMove",precondition:void 0,metadata:tA.m... method runCoreEditorCommand (line 115) | runCoreEditorCommand(w,y){const S=tA.parse(y);S&&this._runCursorMove(w... method _runCursorMove (line 115) | _runCursorMove(w,y,S){w.model.pushStackElement(),w.setCursorStates(y,3... method _move (line 115) | static _move(w,y,S){const x=S.select,k=S.value;switch(S.direction){cas... FILE: jesse/static/_nuxt/CViTd9PT.js function n (line 1) | function n(l,o){return r(),e("svg",{xmlns:"http://www.w3.org/2000/svg",v... function c (line 1) | function c(l,o){return r(),e("svg",{xmlns:"http://www.w3.org/2000/svg",v... FILE: jesse/static/_nuxt/CYcD1Eih.js function V (line 1) | function V(w,e){return n(),y("svg",{xmlns:"http://www.w3.org/2000/svg",v... method setup (line 1) | setup(w){const e=w,b=k([]),g=k(""),l=z(),D=k({data_routes:e.form.data_ro... FILE: jesse/static/_nuxt/CZogWebk.js method constructor (line 6) | constructor(e){this._defaults=e,this._worker=null,this._client=null,this... method _stopWorker (line 6) | _stopWorker(){this._worker&&(this._worker.dispose(),this._worker=null),t... method dispose (line 6) | dispose(){clearInterval(this._idleCheckInterval),this._configChangeListe... method _checkIfIdle (line 6) | _checkIfIdle(){if(!this._worker)return;Date.now()-this._lastUsedTime>_t&... method _getClient (line 6) | _getClient(){return this._lastUsedTime=Date.now(),this._client||(this._w... method getLanguageServiceWorker (line 6) | getLanguageServiceWorker(...e){let n;return this._getClient().then(i=>{n... function n (line 6) | function n(i){return typeof i=="string"} function n (line 6) | function n(i){return typeof i=="string"} function n (line 6) | function n(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function n (line 6) | function n(i){return typeof i=="number"&&e.MIN_VALUE<=i&&i<=e.MAX_VALUE} function n (line 6) | function n(r,t){return r===Number.MAX_VALUE&&(r=M.MAX_VALUE),t===Number.... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&a.uinteger(t.line)&&a.u... function n (line 6) | function n(r,t,o,s){if(a.uinteger(r)&&a.uinteger(t)&&a.uinteger(o)&&a.ui... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&b.is(t.start)&&b.is(t.e... function n (line 6) | function n(r,t){return{uri:r,range:t}} function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.range)&&(a.strin... function n (line 6) | function n(r,t,o,s){return{targetUri:r,targetRange:t,targetSelectionRang... function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.targetRange)&&a.... function n (line 6) | function n(r,t,o,s){return{red:r,green:t,blue:o,alpha:s}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.numberRange(t.red,0... function n (line 6) | function n(r,t){return{range:r,color:t}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&h.is(t.range)&&O.is(t... function n (line 6) | function n(r,t,o){return{label:r,textEdit:t,additionalTextEdits:o}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.string(t.label)&&(a... function n (line 6) | function n(r,t,o,s,u,f){const d={startLine:r,endLine:t};return a.defined... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.uinteger(t.startLin... function n (line 6) | function n(r,t){return{location:r,message:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&C.is(t.location)&&a.string(t.... function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&a.string(r.href)} function n (line 6) | function n(r,t,o,s,u,f){let d={range:r,message:t};return a.defined(o)&&(... function i (line 6) | function i(r){var t;let o=r;return a.defined(o)&&h.is(o.range)&&a.string... function n (line 6) | function n(r,t,...o){let s={title:r,command:t};return a.defined(o)&&o.le... function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.title)&&a.string(t... function n (line 6) | function n(o,s){return{range:o,newText:s}} function i (line 6) | function i(o,s){return{range:{start:o,end:o},newText:s}} function r (line 6) | function r(o){return{range:o,newText:""}} function t (line 6) | function t(o){const s=o;return a.objectLiteral(s)&&a.string(s.newText)&&... function n (line 6) | function n(r,t,o){const s={label:r};return t!==void 0&&(s.needsConfirmat... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&a.string(t.label)&&(a... function n (line 6) | function n(i){const r=i;return a.string(r)} function n (line 6) | function n(o,s,u){return{range:o,newText:s,annotationId:u}} function i (line 6) | function i(o,s,u){return{range:{start:o,end:o},newText:s,annotationId:u}} function r (line 6) | function r(o,s){return{range:o,newText:"",annotationId:s}} function t (line 6) | function t(o){const s=o;return E.is(s)&&(V.is(s.annotationId)||L.is(s.an... function n (line 6) | function n(r,t){return{textDocument:r,edits:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&B.is(t.textDocument)&&Array.i... function n (line 6) | function n(r,t,o){let s={kind:"create",uri:r};return t!==void 0&&(t.over... function i (line 6) | function i(r){let t=r;return t&&t.kind==="create"&&a.string(t.uri)&&(t.o... function n (line 6) | function n(r,t,o,s){let u={kind:"rename",oldUri:r,newUri:t};return o!==v... function i (line 6) | function i(r){let t=r;return t&&t.kind==="rename"&&a.string(t.oldUri)&&a... function n (line 6) | function n(r,t,o){let s={kind:"delete",uri:r};return t!==void 0&&(t.recu... function i (line 6) | function i(r){let t=r;return t&&t.kind==="delete"&&a.string(t.uri)&&(t.o... function n (line 6) | function n(i){let r=i;return r&&(r.changes!==void 0||r.documentChanges!=... function n (line 6) | function n(r){return{uri:r}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)} function n (line 6) | function n(r,t){return{uri:r,version:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&a.integer(t.... function n (line 6) | function n(r,t){return{uri:r,version:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&(t.version==... function n (line 6) | function n(r,t,o,s){return{uri:r,languageId:t,version:o,text:s}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.string(t.uri)&&a.string(t.l... function n (line 6) | function n(i){const r=i;return r===e.PlainText||r===e.Markdown} function n (line 6) | function n(i){const r=i;return a.objectLiteral(i)&&q.is(r.kind)&&a.strin... function n (line 6) | function n(r,t,o){return{newText:r,insert:t,replace:o}} function i (line 6) | function i(r){const t=r;return t&&a.string(t.newText)&&h.is(t.insert)&&h... function n (line 6) | function n(i){const r=i;return r&&(a.string(r.detail)||r.detail===void 0... function n (line 6) | function n(i){return{label:i}} function n (line 6) | function n(i,r){return{items:i||[],isIncomplete:!!r}} function n (line 6) | function n(r){return r.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")} function i (line 6) | function i(r){const t=r;return a.string(t)||a.objectLiteral(t)&&a.string... function n (line 6) | function n(i){let r=i;return!!r&&a.objectLiteral(r)&&(P.is(r.contents)||... function n (line 6) | function n(i,r){return r?{label:i,documentation:r}:{label:i}} function n (line 6) | function n(i,r,...t){let o={label:i};return a.defined(r)&&(o.documentati... function n (line 6) | function n(i,r){let t={range:i};return a.number(r)&&(t.kind=r),t} function n (line 6) | function n(i,r,t,o,s){let u={name:i,kind:r,location:{uri:o,range:t}};ret... function n (line 6) | function n(i,r,t,o){return o!==void 0?{name:i,kind:r,location:{uri:t,ran... function n (line 6) | function n(r,t,o,s,u,f){let d={name:r,detail:t,kind:o,range:s,selectionR... function i (line 6) | function i(r){let t=r;return t&&a.string(t.name)&&a.number(t.kind)&&h.is... function n (line 6) | function n(r,t,o){let s={diagnostics:r};return t!=null&&(s.only=t),o!=nu... function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.typedArray(t.diagnostics,F.... function n (line 6) | function n(r,t,o){let s={title:r},u=!0;return typeof t=="string"?(u=!1,s... function i (line 6) | function i(r){let t=r;return t&&a.string(t.title)&&(t.diagnostics===void... function n (line 6) | function n(r,t){let o={range:r};return a.defined(t)&&(o.data=t),o} function i (line 6) | function i(r){let t=r;return a.defined(t)&&h.is(t.range)&&(a.undefined(t... function n (line 6) | function n(r,t){return{tabSize:r,insertSpaces:t}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&a.uinteger(t.tabSize)&&a.bool... function n (line 6) | function n(r,t,o){return{range:r,target:t,data:o}} function i (line 6) | function i(r){let t=r;return a.defined(t)&&h.is(t.range)&&(a.undefined(t... function n (line 6) | function n(r,t){return{range:r,parent:t}} function i (line 6) | function i(r){let t=r;return a.objectLiteral(t)&&h.is(t.range)&&(t.paren... function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&(r.resultId===void 0|... function n (line 6) | function n(r,t){return{range:r,text:t}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&a.string(t.text)} function n (line 6) | function n(r,t,o){return{range:r,variableName:t,caseSensitiveLookup:o}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&a.boolean(t.caseS... function n (line 6) | function n(r,t){return{range:r,expression:t}} function i (line 6) | function i(r){const t=r;return t!=null&&h.is(t.range)&&(a.string(t.expre... function n (line 6) | function n(r,t){return{frameId:r,stoppedLocation:t}} function i (line 6) | function i(r){const t=r;return a.defined(t)&&h.is(r.stoppedLocation)} function n (line 6) | function n(i){return i===1||i===2} function n (line 6) | function n(r){return{value:r}} function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&(t.tooltip===void 0||... function n (line 6) | function n(r,t,o){const s={position:r,label:t};return o!==void 0&&(s.kin... function i (line 6) | function i(r){const t=r;return a.objectLiteral(t)&&b.is(t.position)&&(a.... function n (line 6) | function n(i){return{kind:"snippet",value:i}} function n (line 6) | function n(i,r,t,o){return{insertText:i,filterText:r,range:t,command:o}} function n (line 6) | function n(i){return{items:i}} function n (line 6) | function n(i,r){return{range:i,text:r}} function n (line 6) | function n(i,r){return{triggerKind:i,selectedCompletionInfo:r}} function n (line 6) | function n(i){const r=i;return a.objectLiteral(r)&&S.is(r.uri)&&a.string... function n (line 6) | function n(o,s,u,f){return new wt(o,s,u,f)} function i (line 6) | function i(o){let s=o;return!!(a.defined(s)&&a.string(s.uri)&&(a.undefin... function r (line 6) | function r(o,s){let u=o.getText(),f=t(s,(g,_)=>{let w=g.range.start.line... function t (line 6) | function t(o,s){if(o.length<=1)return o;const u=o.length/2|0,f=o.slice(0... method constructor (line 6) | constructor(e,n,i,r){this._uri=e,this._languageId=n,this._version=i,this... method uri (line 6) | get uri(){return this._uri} method languageId (line 6) | get languageId(){return this._languageId} method version (line 6) | get version(){return this._version} method getText (line 6) | getText(e){if(e){let n=this.offsetAt(e.start),i=this.offsetAt(e.end);ret... method update (line 6) | update(e,n){this._content=e.text,this._version=n,this._lineOffsets=void 0} method getLineOffsets (line 6) | getLineOffsets(){if(this._lineOffsets===void 0){let e=[],n=this._content... method positionAt (line 8) | positionAt(e){e=Math.max(Math.min(e,this._content.length),0);let n=this.... method offsetAt (line 8) | offsetAt(e){let n=this.getLineOffsets();if(e.line>=n.length)return this.... method lineCount (line 8) | get lineCount(){return this.getLineOffsets().length} function i (line 8) | function i(l){return typeof l<"u"} function r (line 8) | function r(l){return typeof l>"u"} function t (line 8) | function t(l){return l===!0||l===!1} function o (line 8) | function o(l){return n.call(l)==="[object String]"} function s (line 8) | function s(l){return n.call(l)==="[object Number]"} function u (line 8) | function u(l,N,dt){return n.call(l)==="[object Number]"&&N<=l&&l<=dt} function f (line 8) | function f(l){return n.call(l)==="[object Number]"&&-2147483648<=l&&l<=2... function d (line 8) | function d(l){return n.call(l)==="[object Number]"&&0<=l&&l<=2147483647} function g (line 8) | function g(l){return n.call(l)==="[object Function]"} function _ (line 8) | function _(l){return l!==null&&typeof l=="object"} function w (line 8) | function w(l,N){return Array.isArray(l)&&l.every(N)} method constructor (line 8) | constructor(e,n,i){this._languageId=e,this._worker=n,this._disposables=[... method dispose (line 8) | dispose(){this._disposables.forEach(e=>e&&e.dispose()),this._disposables... method _doValidate (line 8) | _doValidate(e,n){this._worker(e).then(i=>i.doValidation(e.toString())).t... function bt (line 8) | function bt(e){switch(e){case x.Error:return c.MarkerSeverity.Error;case... function kt (line 8) | function kt(e,n){let i=typeof n.code=="number"?String(n.code):n.code;ret... method constructor (line 8) | constructor(e,n){this._worker=e,this._triggerCharacters=n} method triggerCharacters (line 8) | get triggerCharacters(){return this._triggerCharacters} method provideCompletionItems (line 8) | provideCompletionItems(e,n,i,r){const t=e.uri;return this._worker(t).the... function k (line 8) | function k(e){if(e)return{character:e.column-1,line:e.lineNumber-1}} function Te (line 8) | function Te(e){if(e)return{start:{line:e.startLineNumber-1,character:e.s... function m (line 8) | function m(e){if(e)return new c.Range(e.start.line+1,e.start.character+1... function It (line 8) | function It(e){return typeof e.insert<"u"&&typeof e.replace<"u"} function Et (line 8) | function Et(e){const n=c.languages.CompletionItemKind;switch(e){case v.T... function D (line 8) | function D(e){if(e)return{range:m(e.range),text:e.newText}} function Lt (line 8) | function Lt(e){return e&&e.command==="editor.action.triggerSuggest"?{id:... method constructor (line 8) | constructor(e){this._worker=e} method provideHover (line 8) | provideHover(e,n,i){let r=e.uri;return this._worker(r).then(t=>t.doHover... function At (line 8) | function At(e){return e&&typeof e=="object"&&typeof e.kind=="string"} function Be (line 8) | function Be(e){return typeof e=="string"?{value:e}:At(e)?e.kind==="plain... function Rt (line 9) | function Rt(e){if(e)return Array.isArray(e)?e.map(Be):[Be(e)]} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentHighlights (line 9) | provideDocumentHighlights(e,n,i){const r=e.uri;return this._worker(r).th... function Pt (line 9) | function Pt(e){switch(e){case R.Read:return c.languages.DocumentHighligh... method constructor (line 9) | constructor(e){this._worker=e} method provideDefinition (line 9) | provideDefinition(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.... function Ye (line 9) | function Ye(e){return{uri:c.Uri.parse(e.uri),range:m(e.range)}} method constructor (line 9) | constructor(e){this._worker=e} method provideReferences (line 9) | provideReferences(e,n,i,r){const t=e.uri;return this._worker(t).then(o=>... method constructor (line 9) | constructor(e){this._worker=e} method provideRenameEdits (line 9) | provideRenameEdits(e,n,i,r){const t=e.uri;return this._worker(t).then(o=... function Dt (line 9) | function Dt(e){if(!e||!e.changes)return;let n=[];for(let i in e.changes)... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentSymbols (line 9) | provideDocumentSymbols(e,n){const i=e.uri;return this._worker(i).then(r=... function Mt (line 9) | function Mt(e){return"children"in e} function et (line 9) | function et(e){return{name:e.name,detail:e.detail??"",kind:tt(e.kind),ra... function tt (line 9) | function tt(e){let n=c.languages.SymbolKind;switch(e){case p.File:return... method constructor (line 9) | constructor(e){this._worker=e} method provideLinks (line 9) | provideLinks(e,n){const i=e.uri;return this._worker(i).then(r=>r.findDoc... method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentFormattingEdits (line 9) | provideDocumentFormattingEdits(e,n,i){const r=e.uri;return this._worker(... method constructor (line 9) | constructor(e){this._worker=e,this.canFormatMultipleRanges=!1} method provideDocumentRangeFormattingEdits (line 9) | provideDocumentRangeFormattingEdits(e,n,i,r){const t=e.uri;return this._... function ot (line 9) | function ot(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}} method constructor (line 9) | constructor(e){this._worker=e} method provideDocumentColors (line 9) | provideDocumentColors(e,n){const i=e.uri;return this._worker(i).then(r=>... method provideColorPresentations (line 9) | provideColorPresentations(e,n,i){const r=e.uri;return this._worker(r).th... method constructor (line 9) | constructor(e){this._worker=e} method provideFoldingRanges (line 9) | provideFoldingRanges(e,n,i){const r=e.uri;return this._worker(r).then(t=... function Ct (line 9) | function Ct(e){switch(e){case A.Comment:return c.languages.FoldingRangeK... method constructor (line 9) | constructor(e){this._worker=e} method provideSelectionRanges (line 9) | provideSelectionRanges(e,n,i){const r=e.uri;return this._worker(r).then(... method constructor (line 9) | constructor(e){super(e,[".",":","<",'"',"=","/"])} function Ot (line 9) | function Ot(e){const n=new Qe(e),i=(...t)=>n.getLanguageServiceWorker(..... function Ut (line 9) | function Ut(e){const n=[],i=[],r=new Qe(e);n.push(r);const t=(...s)=>r.g... function qe (line 9) | function qe(e){return{dispose:()=>ct(e)}} function ct (line 9) | function ct(e){for(;e.length;)e.pop().dispose()} FILE: jesse/static/_nuxt/CfBo882q.js method setup (line 1) | setup(t){const r=t;return a({title:`${r.statusCode} - ${r.statusMessage}... FILE: jesse/static/_nuxt/CqvT4tPC.js function ie (line 1) | function ie(e,c,a){let o=a.initialDeps??[],l;function i(){var t,n,f,v;le... function Pe (line 4) | function Pe(e,c){if(e===void 0)throw new Error("Unexpected undefined");r... class Lt (line 4) | class Lt{constructor(c){this.unsubs=[],this.scrollElement=null,this.targ... method constructor (line 4) | constructor(c){this.unsubs=[],this.scrollElement=null,this.targetWindo... function jt (line 4) | function jt({measurements:e,outerSize:c,scrollOffset:a,lanes:o}){const l... function Nt (line 4) | function Nt(e){const c=new Lt(ge(e)),a=at(c),o=c._didMount();return Q(()... function qt (line 4) | function qt(e){return Nt(h(()=>({observeElementRect:Pt,observeElementOff... function Ht (line 4) | function Ht(){let e=Re();return Me(()=>e.dispose()),e} function Wt (line 4) | function Wt(){let e=Ht();return c=>{e.dispose(),e.nextFrame(c)}} function Kt (line 4) | function Kt(e,c){return e===c} function de (line 4) | function de(e){let c=Ee(tt,null);if(c===null){let a=new Error(`<${e} /> ... method setup (line 4) | setup(e,{slots:c}){let a=de("VirtualProvider"),o=h(()=>{let n=R(a.option... method setup (line 4) | setup(e,{slots:c,attrs:a,emit:o}){let l=D(1),i=D(null),t=D(null),n=D(nul... method setup (line 4) | setup(e,{attrs:c,slots:a,expose:o}){var l;let i=(l=e.id)!=null?l:`headle... method setup (line 4) | setup(e,{emit:c,attrs:a,slots:o,expose:l}){var i;let t=(i=e.id)!=null?i:... method setup (line 4) | setup(e,{attrs:c,slots:a,expose:o}){let l=de("ComboboxOptions"),i=`headl... method setup (line 4) | setup(e,{slots:c,attrs:a,expose:o}){let l=de("ComboboxOption"),i=`headle... function ll (line 4) | function ll(e,c){return e===c} function il (line 4) | function il(e){requestAnimationFrame(()=>requestAnimationFrame(e))} function Oe (line 4) | function Oe(e){let c=Ee(nt,null);if(c===null){let a=new Error(`<${e} /> ... method setup (line 4) | setup(e,{slots:c,attrs:a,emit:o}){let l=D(1),i=D(null),t=D(null),n=D(nul... method setup (line 4) | setup(e,{attrs:c,slots:a,expose:o}){var l;let i=(l=e.id)!=null?l:`headle... method setup (line 4) | setup(e,{attrs:c,slots:a,expose:o}){var l;let i=(l=e.id)!=null?l:`headle... method setup (line 4) | setup(e,{slots:c,attrs:a,expose:o}){var l;let i=(l=e.id)!=null?l:`headle... method validator (line 4) | validator(e){return Object.keys(G.size).includes(e)} method validator (line 4) | validator(e){return[...ne.ui.colors,...Object.keys(G.color)].includes(e)} method validator (line 4) | validator(e){return[...Object.keys(G.variant),...Object.values(G.color).... method setup (line 4) | setup(e,{emit:c,slots:a}){const{ui:o,attrs:l}=Ve("select",Ce(e,"ui"),G,C... function bl (line 4) | function bl(e,c,a,o,l,i){const t=Xe,n=bt("HComboboxInput"),f=Ye;return L... FILE: jesse/static/_nuxt/CvhZxjKo.js method setup (line 1) | setup(e){const{ui:s,attrs:a}=d("skeleton",i(e,"ui"),_),t=p(()=>g(f(s.val... function y (line 1) | function y(e,s,a,t,C,v){return c(),u("div",l({class:e.skeletonClass},e.a... FILE: jesse/static/_nuxt/CvkRSmvA.js method setup (line 1) | setup(Lt){Se({title:"Overview - Jesse"});const f=be(),k=_(!1),S=_(!1),F=... FILE: jesse/static/_nuxt/Cw4FHd9N.js method validator (line 1) | validator(t){return Object.keys(a.size).includes(t)} method validator (line 1) | validator(t){return[...o.ui.colors,...Object.keys(a.color)].includes(t)} method validator (line 1) | validator(t){return[...Object.keys(a.variant),...Object.values(a.color).... method setup (line 1) | setup(t){const{ui:e,attrs:i}=v("badge",j(t,"ui"),a),{size:n,rounded:s}=_... function C (line 1) | function C(t,e,i,n,s,l){return b(),y("span",x({class:t.badgeClass},t.att... FILE: jesse/static/_nuxt/CwDv50qJ.js method setup (line 1) | setup(u){const o=r(),e=c(),t=Object.keys(e.tabs);if(t.length>0){const s=... FILE: jesse/static/_nuxt/Cwg39VG_.js function f (line 1) | function f(e,a){const{title:r,titleTemplate:n,...o}=e;return l({title:r,... FILE: jesse/static/_nuxt/D-1_drer.js function ne (line 1) | function ne(r,s){return l(),u("svg",{xmlns:"http://www.w3.org/2000/svg",... function re (line 1) | function re(r,s){return l(),u("svg",{xmlns:"http://www.w3.org/2000/svg",... function le (line 1) | function le(r,s){return l(),u("svg",{xmlns:"http://www.w3.org/2000/svg",... method setup (line 1) | setup(r){const s=r,c=J(r,"modelValue"),M=g(()=>P().params.id),L=G(),a=O(... FILE: jesse/static/_nuxt/D35nYK_C.js function _ (line 1) | function _(r,e){return o(),s("div",c,[a(r.$slots,"default",{},()=>[e[0]|... FILE: jesse/static/_nuxt/D4aGjE-s.js function l (line 6) | function l(t){return{brackets:[["<",">"],["[","]"],["(",")"],["{","}"]],... function g (line 7) | function g(){return{brackets:[["<",">"],["[","]"],["(",")"],["{","}"]],a... function i (line 8) | function i(t,n){const _=`_${t.id}_${n.id}`,e=c=>c.replace(/__id__/g,_),o... function A (line 8) | function A(t){const n=i(a,t),_=i(u,t),e=i(D,t);return{...n,..._,...e,uni... FILE: jesse/static/_nuxt/DGRk4fvy.js method setup (line 1) | setup(ge){se({title:"Import Candles - Jesse"});const a=G(),S=Q(),f=d([])... FILE: jesse/static/_nuxt/DK27pemE.js method setup (line 1) | setup(V,{expose:g,emit:v}){const a=V,n=v,u=m(!0),d=_(()=>a.lang||a.optio... FILE: jesse/static/_nuxt/DMFWKIsW.js method validator (line 1) | validator(e){return Object.keys(s.border.size.horizontal).includes(e)||O... method setup (line 1) | setup(e){const{ui:a,attrs:d}=j("divider",$(e,"ui"),s),u=n(()=>O(i(a.valu... function B (line 1) | function B(e,a,d,u,c,b){const z=g,h=y;return r(),o("div",f({class:e.wrap... FILE: jesse/static/_nuxt/DMpbkAFi.js function S (line 1) | function S(L,N){return n(),l("svg",{xmlns:"http://www.w3.org/2000/svg",f... method setup (line 1) | setup(L,{emit:N}){const E=A(),C=ae(),x=V(!1),h=oe(),y=I(()=>h.params.id)... FILE: jesse/static/_nuxt/DP9I38t9.js method validator (line 1) | validator(e){return Object.keys(i.animation).includes(e)} method validator (line 1) | validator(e){return Object.keys(i.progress.size).includes(e)} method validator (line 1) | validator(e){return b.ui.colors.includes(e)} method setup (line 1) | setup(e){const{ui:r,attrs:y}=D("progress",z(e,"ui"),i,z(e,"class")),x=t(... function J (line 1) | function J(e,r,y,x,w,k){return u(),o("div",p({class:e.ui.wrapper},e.attr... FILE: jesse/static/_nuxt/DPg46dy1.js method setup (line 1) | setup(C){const _=C,m=A({column:"pnl_perc",direction:"desc"}),S=b(()=>_.s... FILE: jesse/static/_nuxt/DQ5Sj-RJ.js method setup (line 1) | setup(t){const n=t;return i({title:`${n.statusCode} - ${n.statusMessage}... FILE: jesse/static/_nuxt/DZb6Dd70.js method validator (line 1) | validator(e){return[...v.ui.colors,...Object.keys(r.color)].includes(e)} method validator (line 1) | validator(e){return[...Object.keys(r.variant),...Object.values(r.color).... method setup (line 1) | setup(e){const{ui:t,attrs:y}=V("alert",q(e,"ui"),r),b=E(()=>{var d,p;con... function G (line 1) | function G(e,t,y,b,$,n){const d=U,p=S,f=O;return o(),i("div",c({class:e.... FILE: jesse/static/_nuxt/DaasEFj5.js method setup (line 1) | setup(u){S(e=>({efdb04fa:p.value}));const t=m(),s=u,l=r(()=>{var e,n;ret... FILE: jesse/static/_nuxt/DmtRXgke.js method setup (line 1) | setup(P){const w=P,z=m({column:"updated_at",direction:"desc"}),D=[{key:"... method setup (line 1) | setup(P){Ce({title:"Optimization History - Jesse"});const w=de(),z=ue(),... FILE: jesse/static/_nuxt/DnWQm4Tq.js method setup (line 1) | setup(_){return(e,c)=>{const r=t;return e.logs.length?(o(),s("pre",{key:... FILE: jesse/static/_nuxt/Dr_JbmT0.js function Y (line 1) | function Y(w,_){return n(),i("svg",{xmlns:"http://www.w3.org/2000/svg",f... function J (line 1) | function J(w,_){return n(),i("svg",{xmlns:"http://www.w3.org/2000/svg",f... function X (line 1) | function X(w,_){return n(),i("svg",{xmlns:"http://www.w3.org/2000/svg",f... method setup (line 1) | setup(w,{emit:_}){const h=ne(),y=M(()=>h.params.id),f=D(!1),p=D(null),u=... FILE: jesse/static/_nuxt/Du3IqvzK.js method setup (line 1) | setup(I){const b=I,f=U(!1),v=U(!1),e=D();async function c(){v.value=!0;c... method setup (line 1) | setup(I){ee({title:"Notification API Keys"});const b=U(!1),f=D(),v=[{lab... FILE: jesse/static/_nuxt/DyLYGjHh.js method setup (line 1) | setup(E){const b=E,U=m({column:"updated_at",direction:"desc"}),B=[{key:"... method setup (line 1) | setup(E){Te({title:"Backtest History - Jesse"});const b=fe(),U=ve(),B=ge... FILE: jesse/static/_nuxt/E1yjnBiT.js method setup (line 1) | setup(I){const n=I,_=w(""),p=w(!1),m=w(!1),u=w([]),f=w(null),s=w(1),c=w(... method setup (line 3) | setup(I){const n=Se(I,"modelValue");return(_,p)=>{const m=We,u=He,f=Ue;r... method setup (line 3) | setup(I){const n=I,_=Se(I,"modelValue"),p=w(""),m=w(null),u=w(""),f=w(),... method setup (line 3) | setup(I,{emit:n}){const _=n,p=w(null),m=w(!1),u=w(!1);return(f,s)=>{cons... method setup (line 3) | setup(I,{emit:n}){const _=Se(I,"modelValue"),p=n;return(m,u)=>{const f=R... method setup (line 3) | setup(I){const n=Je(),_=w(2),p=Se(I,"modelValue"),m=I,u=w(),f=w([]);let ... method setup (line 3) | setup(I){const n=I,_=M(()=>n.results.generalInfo.title?`${n.results.gene... method setup (line 5) | setup(I){Ze({title:"Backtest - Jesse"});const n=Qe(),_=Vt(),p=M(()=>n.ta... FILE: jesse/static/_nuxt/HeqvyViL.js method setup (line 1) | setup(p){const o=c(),t=r(),e=t.tabIds;if(e.length>0){const s=e[0],a=t.ta... FILE: jesse/static/_nuxt/O-0jUIAi.js method setup (line 1) | setup(nl){ke({title:"Orders History - Jesse"});const r=ne(),v=re(),F=de(... FILE: jesse/static/_nuxt/RFJ54-KY.js method setup (line 1) | setup(g){const n=x(!1),c=()=>{n.value=!0},i=()=>{n.value=!1};return(o,h)... method setup (line 1) | setup(g,{emit:n}){const c=g,i=n;return(o,h)=>{const m=N;return a(),r("di... FILE: jesse/static/_nuxt/X3S5orim.js function l (line 1) | function l(r,o={}){const u=t=>{const e=t;if(!e)return!1;const n=(e.tagNa... FILE: jesse/static/_nuxt/_FEXNRsZ.js method setup (line 1) | setup(y,{emit:h}){const a=y,V=h,i=L(y,"modelValue"),r=m(a.initialTitle||... FILE: jesse/static/_nuxt/dUAF8qyF.js function fe (line 1) | function fe(a){let C=me($e,null);if(C===null){let _=new Error(`<${a} /> ... function Ce (line 1) | function Ce(){return me(dt,null)} function vt (line 1) | function vt(){return me(Te,null)} method setup (line 1) | setup(a,{slots:C,attrs:_,expose:s}){var k;let $=T(null);s({el:$,$el:$});... method setup (line 1) | setup(a,{attrs:C,slots:_,expose:s}){var k;let $=(k=a.id)!=null?k:`headle... method setup (line 1) | setup(a,{attrs:C,slots:_,expose:s}){var k;let $=(k=a.id)!=null?k:`headle... method setup (line 1) | setup(a,{emit:C}){const{ui:_,attrs:s}=Ge("popover",he(a,"ui"),se,he(a,"c... function yt (line 1) | function yt(a,C,_,s,k,$){const n=ae("HPopoverButton"),l=ae("HPopoverPane... method setup (line 1) | setup(a){it({title:"Monte Carlo - Jesse"});const C=Xe(),_=Se(),s=E(()=>_... FILE: jesse/static/_nuxt/nuxt-monaco-editor/metadata.d.ts type IWorkerDefinition (line 8) | interface IWorkerDefinition { type IFeatureDefinition (line 13) | interface IFeatureDefinition { type EditorLanguage (line 23) | type EditorLanguage = 'abap' | 'apex' | 'azcli' | 'bat' | 'bicep' | 'cam... type EditorFeature (line 25) | type EditorFeature = 'anchorSelect' | 'bracketMatching' | 'browser' | 'c... type NegatedEditorFeature (line 27) | type NegatedEditorFeature = '!anchorSelect' | '!bracketMatching' | '!bro... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/browser.js class WindowManager (line 6) | class WindowManager { method constructor (line 7) | constructor() { method getZoomFactor (line 11) | getZoomFactor(targetWindow) { method getWindowId (line 15) | getWindowId(targetWindow) { function addMatchMediaChangeListener (line 20) | function addMatchMediaChangeListener(targetWindow, query, callback) { function getZoomFactor (line 27) | function getZoomFactor(targetWindow) { function isStandalone (line 53) | function isStandalone() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/defaultWorkerFactory.js function getWorker (line 10) | function getWorker(label) { function isPromiseLike (line 59) | function isPromiseLike(obj) { class WebWorker (line 69) | class WebWorker extends Disposable { method constructor (line 70) | constructor(moduleId, id, label, onMessageCallback, onErrorCallback) { method getId (line 102) | getId() { method postMessage (line 105) | postMessage(message, transfer) { class DefaultWorkerFactory (line 118) | class DefaultWorkerFactory { method constructor (line 119) | constructor(label) { method create (line 123) | create(moduleId, onMessageCallback, onErrorCallback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/dom.js function getWindowById (line 27) | function getWindowById(windowId, fallbackToMain) { method registerWindow (line 35) | registerWindow(window) { method getWindows (line 55) | getWindows() { method getWindowsCount (line 58) | getWindowsCount() { method getWindowId (line 61) | getWindowId(targetWindow) { method hasWindow (line 64) | hasWindow(windowId) { method getWindow (line 68) | getWindow(e) { method getDocument (line 80) | getDocument(e) { function clearNode (line 87) | function clearNode(node) { class DomListener (line 92) | class DomListener { method constructor (line 93) | constructor(node, type, handler, options) { method dispose (line 100) | dispose() { function addDisposableListener (line 111) | function addDisposableListener(node, type, handler, useCaptureOrOptions) { function _wrapAsStandardMouseEvent (line 114) | function _wrapAsStandardMouseEvent(targetWindow, handler) { function _wrapAsStandardKeyboardEvent (line 119) | function _wrapAsStandardKeyboardEvent(handler) { function addDisposableGenericMouseDownListener (line 142) | function addDisposableGenericMouseDownListener(node, handler, useCapture) { function addDisposableGenericMouseUpListener (line 145) | function addDisposableGenericMouseUpListener(node, handler, useCapture) { function runWhenWindowIdle (line 167) | function runWhenWindowIdle(targetWindow, callback, timeout) { class WindowIdleValue (line 174) | class WindowIdleValue extends AbstractIdleValue { method constructor (line 175) | constructor(targetWindow, executor) { class WindowIntervalTimer (line 193) | class WindowIntervalTimer extends IntervalTimer { method constructor (line 198) | constructor(node) { method cancelAndSet (line 202) | cancelAndSet(runner, interval, targetWindow) { class AnimationFrameQueueItem (line 206) | class AnimationFrameQueueItem { method constructor (line 207) | constructor(runner, priority = 0) { method dispose (line 212) | dispose() { method execute (line 215) | execute() { method sort (line 227) | static sort(a, b) { function getComputedStyle (line 294) | function getComputedStyle(el) { function getClientArea (line 297) | function getClientArea(element, fallback) { class SizeUtils (line 325) | class SizeUtils { method convertToPixels (line 328) | static convertToPixels(element, value) { method getDimension (line 331) | static getDimension(element, cssPropertyName, jsPropertyName) { method getBorderLeftWidth (line 336) | static getBorderLeftWidth(element) { method getBorderRightWidth (line 339) | static getBorderRightWidth(element) { method getBorderTopWidth (line 342) | static getBorderTopWidth(element) { method getBorderBottomWidth (line 345) | static getBorderBottomWidth(element) { method getPaddingLeft (line 348) | static getPaddingLeft(element) { method getPaddingRight (line 351) | static getPaddingRight(element) { method getPaddingTop (line 354) | static getPaddingTop(element) { method getPaddingBottom (line 357) | static getPaddingBottom(element) { method getMarginLeft (line 360) | static getMarginLeft(element) { method getMarginTop (line 363) | static getMarginTop(element) { method getMarginRight (line 366) | static getMarginRight(element) { method getMarginBottom (line 369) | static getMarginBottom(element) { class Dimension (line 373) | class Dimension { method constructor (line 374) | constructor(width, height) { method with (line 378) | with(width = this.width, height = this.height) { method is (line 386) | static is(obj) { method lift (line 389) | static lift(obj) { method equals (line 397) | static equals(a, b) { function getTopLeftOffset (line 408) | function getTopLeftOffset(element) { function size (line 435) | function size(element, width, height) { function getDomNodePagePosition (line 446) | function getDomNodePagePosition(domNode) { function getDomNodeZoomLevel (line 459) | function getDomNodeZoomLevel(domNode) { function getTotalWidth (line 473) | function getTotalWidth(element) { function getContentWidth (line 477) | function getContentWidth(element) { function getContentHeight (line 484) | function getContentHeight(element) { function getTotalHeight (line 491) | function getTotalHeight(element) { function isAncestor (line 496) | function isAncestor(testChild, testAncestor) { function findParentWithClass (line 499) | function findParentWithClass(node, clazz, stopAtClazzOrNode) { function hasParentWithClass (line 520) | function hasParentWithClass(node, clazz, stopAtClazzOrNode) { function isShadowRoot (line 523) | function isShadowRoot(node) { function isInShadowDOM (line 526) | function isInShadowDOM(domNode) { function getShadowRoot (line 529) | function getShadowRoot(domNode) { function getActiveElement (line 545) | function getActiveElement() { function isActiveElement (line 557) | function isActiveElement(element) { function isAncestorOfActiveElement (line 564) | function isAncestorOfActiveElement(ancestor) { function getActiveDocument (line 572) | function getActiveDocument() { function getActiveWindow (line 585) | function getActiveWindow() { function createStyleSheet2 (line 594) | function createStyleSheet2() { class WrappedStyleElement (line 597) | class WrappedStyleElement { method constructor (line 598) | constructor() { method setStyle (line 602) | setStyle(cssStyle) { method dispose (line 614) | dispose() { function createStyleSheet (line 621) | function createStyleSheet(container = mainWindow.document.head, beforeAp... function cloneGlobalStyleSheet (line 645) | function cloneGlobalStyleSheet(globalStylesheet, globalStylesheetClones,... method constructor (line 662) | constructor() { method observe (line 665) | observe(target, disposables, options) { function getSharedStyleSheet (line 702) | function getSharedStyleSheet() { function getDynamicStyleSheetRules (line 708) | function getDynamicStyleSheetRules(style) { function createCSSRule (line 720) | function createCSSRule(selector, cssText, style = getSharedStyleSheet()) { function removeCSSRulesContainingSelector (line 731) | function removeCSSRulesContainingSelector(ruleName, style = getSharedSty... function isCSSStyleRule (line 752) | function isCSSStyleRule(rule) { function isHTMLElement (line 755) | function isHTMLElement(e) { function isHTMLAnchorElement (line 759) | function isHTMLAnchorElement(e) { function isMouseEvent (line 763) | function isMouseEvent(e) { function isKeyboardEvent (line 767) | function isKeyboardEvent(e) { function isEventLike (line 832) | function isEventLike(obj) { function saveParentsScrollTop (line 845) | function saveParentsScrollTop(node) { function restoreParentsScrollTop (line 853) | function restoreParentsScrollTop(node, state) { class FocusTracker (line 861) | class FocusTracker extends Disposable { method hasFocusWithin (line 862) | static hasFocusWithin(element) { method constructor (line 873) | constructor(element) { function trackFocus (line 925) | function trackFocus(element) { function after (line 928) | function after(sibling, child) { function append (line 932) | function append(parent, ...children) { function prepend (line 938) | function prepend(parent, child) { function reset (line 945) | function reset(parent, ...children) { constant SELECTOR_REGEX (line 949) | const SELECTOR_REGEX = /([\w\-]+)?(#([\w\-]+))?((\.([\w\-]+))*)/; function _$ (line 955) | function _$(namespace, description, attrs, ...children) { function $ (line 995) | function $(description, attrs, ...children) { function setVisibility (line 1001) | function setVisibility(visible, ...elements) { function show (line 1009) | function show(...elements) { function hide (line 1015) | function hide(...elements) { function computeScreenAwareSize (line 1029) | function computeScreenAwareSize(window, cssPx) { function windowOpenNoOpener (line 1044) | function windowOpenNoOpener(url) { function animate (line 1053) | function animate(targetWindow, fn) { function asCSSUrl (line 1065) | function asCSSUrl(uri) { function asCSSPropertyValue (line 1071) | function asCSSPropertyValue(value) { function asCssValueWithDefault (line 1074) | function asCssValueWithDefault(cssPropertyValue, dflt) { function hookDomPurifyHrefAndSrcSanitizer (line 1093) | function hookDomPurifyHrefAndSrcSanitizer(allowedProtocols, allowDataIma... class ModifierKeyEmitter (line 1199) | class ModifierKeyEmitter extends event.Emitter { method constructor (line 1200) | constructor() { method registerListeners (line 1211) | registerListeners(window, disposables) { method keyStatus (line 1295) | get keyStatus() { method resetKeyStatus (line 1301) | resetKeyStatus() { method doResetKeyStatus (line 1305) | doResetKeyStatus() { method getInstance (line 1313) | static getInstance() { method dispose (line 1319) | dispose() { class DragAndDropObserver (line 1324) | class DragAndDropObserver extends Disposable { method constructor (line 1325) | constructor(element, callbacks) { method registerListeners (line 1338) | registerListeners() { constant H_REGEX (line 1384) | const H_REGEX = /(?[\w\-]+)?(?:#(?[\w\-]+))?(?(?:\.(?:[\... function h (line 1385) | function h(tag, ...args) { function camelCaseToHyphenCase (line 1460) | function camelCaseToHyphenCase(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/dompurify/dompurify.js function unapply (line 56) | function unapply(func) { function unconstruct (line 65) | function unconstruct(func) { function addToSet (line 76) | function addToSet(set, array, transformCaseFunc) { function clone (line 113) | function clone(object) { function lookupGetter (line 125) | function lookupGetter(object, prop) { constant MUSTACHE_EXPR (line 170) | const MUSTACHE_EXPR = seal(/\{\{[\w\W]*|[\w\W]*\}\}/gm); constant ERB_EXPR (line 172) | const ERB_EXPR = seal(/<%[\w\W]*|[\w\W]*%>/gm); constant TMPLIT_EXPR (line 173) | const TMPLIT_EXPR = seal(/\${[\w\W]*}/gm); constant DATA_ATTR (line 174) | const DATA_ATTR = seal(/^data-[\-\w.\u00B7-\uFFFF]/); constant ARIA_ATTR (line 176) | const ARIA_ATTR = seal(/^aria-[\-\w]+$/); constant IS_ALLOWED_URI (line 178) | const IS_ALLOWED_URI = seal(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|c... constant IS_SCRIPT_OR_DATA (line 180) | const IS_SCRIPT_OR_DATA = seal(/^(?:\w+script|data):/i); constant ATTR_WHITESPACE (line 181) | const ATTR_WHITESPACE = seal(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2... constant DOCTYPE_NAME (line 183) | const DOCTYPE_NAME = seal(/^html$/i); method createHTML (line 228) | createHTML(html) { method createScriptURL (line 232) | createScriptURL(scriptUrl) { function createDOMPurify (line 246) | function createDOMPurify() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/event.js class DomEmitter (line 6) | class DomEmitter { method event (line 7) | get event() { method constructor (line 10) | constructor(element, type, useCapture) { method dispose (line 17) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/fastDomNode.js class FastDomNode (line 5) | class FastDomNode { method constructor (line 6) | constructor(domNode) { method setMaxWidth (line 35) | setMaxWidth(_maxWidth) { method setWidth (line 43) | setWidth(_width) { method setHeight (line 51) | setHeight(_height) { method setTop (line 59) | setTop(_top) { method setLeft (line 67) | setLeft(_left) { method setBottom (line 75) | setBottom(_bottom) { method setRight (line 83) | setRight(_right) { method setPaddingLeft (line 91) | setPaddingLeft(_paddingLeft) { method setFontFamily (line 99) | setFontFamily(fontFamily) { method setFontWeight (line 106) | setFontWeight(fontWeight) { method setFontSize (line 113) | setFontSize(_fontSize) { method setFontStyle (line 121) | setFontStyle(fontStyle) { method setFontFeatureSettings (line 128) | setFontFeatureSettings(fontFeatureSettings) { method setFontVariationSettings (line 135) | setFontVariationSettings(fontVariationSettings) { method setTextDecoration (line 142) | setTextDecoration(textDecoration) { method setLineHeight (line 149) | setLineHeight(_lineHeight) { method setLetterSpacing (line 157) | setLetterSpacing(_letterSpacing) { method setClassName (line 165) | setClassName(className) { method toggleClassName (line 172) | toggleClassName(className, shouldHaveIt) { method setDisplay (line 176) | setDisplay(display) { method setPosition (line 183) | setPosition(position) { method setVisibility (line 190) | setVisibility(visibility) { method setColor (line 197) | setColor(color) { method setBackgroundColor (line 204) | setBackgroundColor(backgroundColor) { method setLayerHinting (line 211) | setLayerHinting(layerHint) { method setBoxShadow (line 218) | setBoxShadow(boxShadow) { method setContain (line 225) | setContain(contain) { method setAttribute (line 232) | setAttribute(name, value) { method removeAttribute (line 235) | removeAttribute(name) { method appendChild (line 238) | appendChild(child) { method removeChild (line 241) | removeChild(child) { function numberAsPixels (line 245) | function numberAsPixels(value) { function createFastDomNode (line 248) | function createFastDomNode(domNode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/fonts.js constant DEFAULT_FONT_FAMILY (line 14) | const DEFAULT_FONT_FAMILY = isWindows ? '"Segoe WPC", "Segoe UI", sans-s... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/formattedTextRenderer.js function renderText (line 6) | function renderText(text, options = {}) { function renderFormattedText (line 11) | function renderFormattedText(formattedText, options = {}) { function createElement (line 16) | function createElement(options) { class StringStream (line 24) | class StringStream { method constructor (line 25) | constructor(source) { method eos (line 29) | eos() { method next (line 32) | next() { method peek (line 37) | peek() { method advance (line 40) | advance() { function _renderFormattedText (line 44) | function _renderFormattedText(element, treeNode, actionHandler, renderCo... function parseFormattedText (line 80) | function parseFormattedText(content, parseCodeSegments) { function isFormatTag (line 149) | function isFormatTag(char, supportCodeSegments) { function formatTagType (line 152) | function formatTagType(char, supportCodeSegments) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/globalPointerMoveMonitor.js class GlobalPointerMoveMonitor (line 7) | class GlobalPointerMoveMonitor { method constructor (line 8) | constructor() { method dispose (line 13) | dispose() { method stopMonitoring (line 17) | stopMonitoring(invokeStopCallback, browserEvent) { method isMonitoring (line 31) | isMonitoring() { method startMonitoring (line 34) | startMonitoring(initialElement, pointerId, initialButtons, pointerMove... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/iframe.js function getParentWindowIfSameOrigin (line 6) | function getParentWindowIfSameOrigin(w) { class IframeUtils (line 23) | class IframeUtils { method getSameOriginWindowChain (line 28) | static getSameOriginWindowChain(targetWindow) { method getPositionOfChildWindowRelativeToAncestorWindow (line 57) | static getPositionOfChildWindowRelativeToAncestorWindow(childWindow, a... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/keyboardEvent.js function extractKeyCode (line 9) | function extractKeyCode(e) { class StandardKeyboardEvent (line 56) | class StandardKeyboardEvent { method constructor (line 57) | constructor(source) { method preventDefault (line 79) | preventDefault() { method stopPropagation (line 84) | stopPropagation() { method toKeyCodeChord (line 89) | toKeyCodeChord() { method equals (line 92) | equals(other) { method _computeKeybinding (line 95) | _computeKeybinding() { method _computeKeyCodeChord (line 116) | _computeKeyCodeChord() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/markdownRenderer.js function renderMarkdown (line 73) | function renderMarkdown(markdown, options = {}, markedOptions = {}) { function postProcessCodeBlockLanguageId (line 324) | function postProcessCodeBlockLanguageId(lang) { function resolveWithBaseUri (line 334) | function resolveWithBaseUri(baseUri, href) { function sanitizeRenderedMarkdown (line 347) | function sanitizeRenderedMarkdown(options, renderedMarkdown) { function getSanitizerOptions (line 450) | function getSanitizerOptions(options) { function renderStringAsPlaintext (line 482) | function renderStringAsPlaintext(string) { function renderMarkdownAsPlaintext (line 489) | function renderMarkdownAsPlaintext(markdown, withCodeBlocks) { function createRenderer (line 507) | function createRenderer() { function mergeRawTokenText (line 576) | function mergeRawTokenText(tokens) { function completeSingleLinePattern (line 583) | function completeSingleLinePattern(token) { function hasLinkTextAndStartOfLinkTarget (line 635) | function hasLinkTextAndStartOfLinkTarget(str) { function hasStartOfLinkTargetAndNoLinkText (line 638) | function hasStartOfLinkTargetAndNoLinkText(str) { function completeListItemPattern (line 641) | function completeListItemPattern(list) { function fillInIncompleteTokens (line 701) | function fillInIncompleteTokens(tokens) { function fillInIncompleteTokensOnce (line 713) | function fillInIncompleteTokensOnce(tokens) { function completeCodeBlock (line 755) | function completeCodeBlock(tokens, leader) { function completeCodespan (line 759) | function completeCodespan(token) { function completeStar (line 762) | function completeStar(tokens) { function completeUnderscore (line 765) | function completeUnderscore(tokens) { function completeLinkTarget (line 768) | function completeLinkTarget(tokens) { function completeLinkTargetArg (line 771) | function completeLinkTargetArg(tokens) { function completeLinkText (line 774) | function completeLinkText(tokens) { function completeDoublestar (line 777) | function completeDoublestar(tokens) { function completeDoubleUnderscore (line 780) | function completeDoubleUnderscore(tokens) { function completeWithString (line 783) | function completeWithString(tokens, closingString) { function completeTable (line 789) | function completeTable(tokens) { function addDompurifyHook (line 826) | function addDompurifyHook(hook, cb) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/mouseEvent.js class StandardMouseEvent (line 8) | class StandardMouseEvent { method constructor (line 9) | constructor(targetWindow, e) { method preventDefault (line 39) | preventDefault() { method stopPropagation (line 42) | stopPropagation() { class StandardWheelEvent (line 46) | class StandardWheelEvent { method constructor (line 47) | constructor(e, deltaX = 0, deltaY = 0) { method preventDefault (line 141) | preventDefault() { method stopPropagation (line 145) | stopPropagation() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/performance.js function onKeyDown (line 20) | function onKeyDown() { function markKeyDownEnd (line 32) | function markKeyDownEnd() { function onBeforeInput (line 41) | function onBeforeInput() { function onInput (line 51) | function onInput() { function markInputEnd (line 59) | function markInputEnd() { function onKeyUp (line 68) | function onKeyUp() { function onSelectionChange (line 76) | function onSelectionChange() { function onRenderStart (line 84) | function onRenderStart() { function markRenderEnd (line 99) | function markRenderEnd() { function scheduleRecordIfFinishedTask (line 105) | function scheduleRecordIfFinishedTask() { function recordIfFinished (line 135) | function recordIfFinished() { function addMeasure (line 157) | function addMeasure(entryName, cumulativeMeasurement) { function reset (line 166) | function reset() { function getAndClearMeasurements (line 187) | function getAndClearMeasurements() { function cumulativeToFinalMeasurement (line 208) | function cumulativeToFinalMeasurement(cumulative) { function clearCumulativeMeasurement (line 215) | function clearCumulativeMeasurement(cumulative) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/pixelRatio.js class DevicePixelRatioMonitor (line 11) | class DevicePixelRatioMonitor extends Disposable { method constructor (line 12) | constructor(targetWindow) { method _handleChange (line 20) | _handleChange(targetWindow, fireEvent) { class PixelRatioMonitorImpl (line 30) | class PixelRatioMonitorImpl extends Disposable { method value (line 31) | get value() { method constructor (line 34) | constructor(targetWindow) { method _getPixelRatio (line 45) | _getPixelRatio(targetWindow) { class PixelRatioMonitorFacade (line 56) | class PixelRatioMonitorFacade { method constructor (line 57) | constructor() { method _getOrCreatePixelRatioMonitor (line 60) | _getOrCreatePixelRatioMonitor(targetWindow) { method getInstance (line 75) | getInstance(targetWindow) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/touch.js class Gesture (line 26) | class Gesture extends Disposable { method constructor (line 27) | constructor() { method addTarget (line 41) | static addTarget(element) { method ignoreTarget (line 51) | static ignoreTarget(element) { method isTouchDevice (line 61) | static isTouchDevice() { method dispose (line 66) | dispose() { method onTouchStart (line 73) | onTouchStart(e) { method onTouchEnd (line 102) | onTouchEnd(targetWindow, e) { method newGestureEvent (line 155) | newGestureEvent(type, initialTarget) { method dispatchEvent (line 162) | dispatchEvent(event) { method inertia (line 204) | inertia(targetWindow, dispatchTo, t1, vX, dirX, x, vY, dirY, y) { method onTouchMove (line 231) | onTouchMove(e) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/trustedTypes.js function createTrustedTypesPolicy (line 7) | function createTrustedTypesPolicy(policyName, policyOptions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/actionbar/actionViewItems.js class BaseActionViewItem (line 18) | class BaseActionViewItem extends Disposable { method action (line 19) | get action() { method constructor (line 22) | constructor(context, action, options = {}) { method handleActionChangeEvent (line 38) | handleActionChangeEvent(event) { method actionRunner (line 56) | get actionRunner() { method actionRunner (line 62) | set actionRunner(actionRunner) { method isEnabled (line 65) | isEnabled() { method setActionContext (line 68) | setActionContext(newContext) { method render (line 71) | render(container) { method onClick (line 119) | onClick(event, preserveFocus = false) { method focus (line 127) | focus() { method blur (line 134) | blur() { method setFocusable (line 141) | setFocusable(focusable) { method trapsArrowNavigation (line 146) | get trapsArrowNavigation() { method updateEnabled (line 149) | updateEnabled() { method updateLabel (line 152) | updateLabel() { method getClass (line 155) | getClass() { method getTooltip (line 158) | getTooltip() { method updateTooltip (line 161) | updateTooltip() { method updateAriaLabel (line 182) | updateAriaLabel() { method updateClass (line 189) | updateClass() { method updateChecked (line 192) | updateChecked() { method dispose (line 195) | dispose() { class ActionViewItem (line 204) | class ActionViewItem extends BaseActionViewItem { method constructor (line 205) | constructor(context, action, options) { method render (line 212) | render(container) { method getDefaultAriaRole (line 232) | getDefaultAriaRole() { method focus (line 247) | focus() { method blur (line 253) | blur() { method setFocusable (line 258) | setFocusable(focusable) { method updateLabel (line 263) | updateLabel() { method getTooltip (line 268) | getTooltip() { method updateClass (line 281) | updateClass() { method updateEnabled (line 300) | updateEnabled() { method updateAriaLabel (line 317) | updateAriaLabel() { method updateChecked (line 324) | updateChecked() { class SelectActionViewItem (line 339) | class SelectActionViewItem extends BaseActionViewItem { method constructor (line 340) | constructor(ctx, action, options, selected, contextViewProvider, style... method select (line 347) | select(index) { method registerListeners (line 350) | registerListeners() { method runAction (line 353) | runAction(option, index) { method getActionContext (line 356) | getActionContext(option, index) { method setFocusable (line 359) | setFocusable(focusable) { method focus (line 362) | focus() { method blur (line 366) | blur() { method render (line 370) | render(container) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/actionbar/actionbar.js class ActionBar (line 14) | class ActionBar extends Disposable { method constructor (line 15) | constructor(container, options = {}) { method refreshRole (line 143) | refreshRole() { method setFocusable (line 154) | setFocusable(focusable) { method isTriggerKeyEvent (line 170) | isTriggerKeyEvent(event) { method updateFocusedItem (line 177) | updateFocusedItem() { method context (line 188) | get context() { method context (line 191) | set context(context) { method actionRunner (line 195) | get actionRunner() { method actionRunner (line 198) | set actionRunner(actionRunner) { method getContainer (line 207) | getContainer() { method getAction (line 210) | getAction(indexOrElement) { method push (line 232) | push(arg, options = {}) { method clear (line 276) | clear() { method length (line 285) | length() { method isEmpty (line 288) | isEmpty() { method focus (line 291) | focus(arg) { method focusFirst (line 316) | focusFirst() { method focusLast (line 320) | focusLast() { method focusNext (line 324) | focusNext(forceLoop) { method focusPrevious (line 344) | focusPrevious(forceLoop) { method updateFocus (line 367) | updateFocus(fromRight, preventScroll, forceFocus = false) { method doTrigger (line 400) | doTrigger(event) { method run (line 411) | async run(action, context) { method dispose (line 414) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/aria/aria.js constant MAX_MESSAGE_LENGTH (line 8) | const MAX_MESSAGE_LENGTH = 20000; function setARIAContainer (line 14) | function setARIAContainer(parent) { function alert (line 42) | function alert(msg) { function status (line 59) | function status(msg) { function insertMessage (line 72) | function insertMessage(target, msg) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/button/button.js class Button (line 25) | class Button extends Disposable { method onDidClick (line 26) | get onDidClick() { return this._onDidClick.event; } method constructor (line 27) | constructor(container, options) { method dispose (line 101) | dispose() { method getContentElements (line 105) | getContentElements(content) { method updateBackground (line 125) | updateBackground(hover) { method element (line 137) | get element() { method label (line 140) | set label(value) { method label (line 188) | get label() { method icon (line 191) | set icon(icon) { method enabled (line 194) | set enabled(value) { method enabled (line 205) | get enabled() { method setTitle (line 208) | setTitle(title) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/contextview/contextview.js function isAnchor (line 11) | function isAnchor(obj) { function layout (line 25) | function layout(viewportSize, viewSize, anchor) { class ContextView (line 47) | class ContextView extends Disposable { method constructor (line 48) | constructor(container, domPosition) { method setContainer (line 63) | setContainer(container, domPosition) { method show (line 113) | show(delegate) { method getViewElement (line 135) | getViewElement() { method layout (line 138) | layout() { method doLayout (line 150) | doLayout() { method hide (line 230) | hide(data) { method isVisible (line 239) | isVisible() { method onDOMEvent (line 242) | onDOMEvent(e, onCapture) { method dispose (line 252) | dispose() { constant SHADOW_ROOT_CSS (line 259) | const SHADOW_ROOT_CSS = /* css */ ` FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/countBadge/countBadge.js class CountBadge (line 8) | class CountBadge { method constructor (line 9) | constructor(container, options, styles) { method setCount (line 18) | setCount(count) { method setTitleFormat (line 22) | setTitleFormat(titleFormat) { method render (line 26) | render() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/dropdown/dropdown.js class BaseDropdown (line 11) | class BaseDropdown extends ActionRunner { method constructor (line 12) | constructor(container, options) { method element (line 61) | get element() { method show (line 64) | show() { method hide (line 70) | hide() { method dispose (line 76) | dispose() { class DropdownMenu (line 93) | class DropdownMenu extends BaseDropdown { method constructor (line 94) | constructor(container, _options) { method menuOptions (line 100) | set menuOptions(options) { method menuOptions (line 103) | get menuOptions() { method actions (line 106) | get actions() { method actions (line 112) | set actions(actions) { method show (line 115) | show() { method hide (line 132) | hide() { method onHide (line 135) | onHide() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/dropdown/dropdownActionViewItem.js class DropdownMenuActionViewItem (line 8) | class DropdownMenuActionViewItem extends BaseActionViewItem { method constructor (line 9) | constructor(action, menuActionsOrProvider, contextMenuProvider, option... method render (line 21) | render(container) { method getTooltip (line 80) | getTooltip() { method setActionContext (line 90) | setActionContext(newContext) { method show (line 101) | show() { method updateEnabled (line 105) | updateEnabled() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/findinput/findInput.js constant NLS_DEFAULT_LABEL (line 14) | const NLS_DEFAULT_LABEL = nls.localize('defaultLabel', "input"); class FindInput (line 15) | class FindInput extends Widget { method constructor (line 16) | constructor(parent, contextViewProvider, options) { method onDidChange (line 167) | get onDidChange() { method layout (line 170) | layout(style) { method enable (line 174) | enable() { method disable (line 185) | disable() { method setFocusInputOnOptionClick (line 196) | setFocusInputOnOptionClick(value) { method setEnabled (line 199) | setEnabled(enabled) { method setAdditionalToggles (line 207) | setAdditionalToggles(toggles) { method updateInputBoxPadding (line 229) | updateInputBoxPadding(controlsHidden = false) { method getValue (line 240) | getValue() { method setValue (line 243) | setValue(value) { method select (line 248) | select() { method focus (line 251) | focus() { method getCaseSensitive (line 254) | getCaseSensitive() { method setCaseSensitive (line 258) | setCaseSensitive(value) { method getWholeWords (line 263) | getWholeWords() { method setWholeWords (line 267) | setWholeWords(value) { method getRegex (line 272) | getRegex() { method setRegex (line 276) | setRegex(value) { method focusOnCaseSensitive (line 282) | focusOnCaseSensitive() { method highlightFindOptions (line 286) | highlightFindOptions() { method validate (line 291) | validate() { method showMessage (line 294) | showMessage(message) { method clearMessage (line 297) | clearMessage() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/findinput/findInputToggles.js constant NLS_CASE_SENSITIVE_TOGGLE_LABEL (line 9) | const NLS_CASE_SENSITIVE_TOGGLE_LABEL = nls.localize('caseDescription', ... constant NLS_WHOLE_WORD_TOGGLE_LABEL (line 10) | const NLS_WHOLE_WORD_TOGGLE_LABEL = nls.localize('wordsDescription', "Ma... constant NLS_REGEX_TOGGLE_LABEL (line 11) | const NLS_REGEX_TOGGLE_LABEL = nls.localize('regexDescription', "Use Reg... class CaseSensitiveToggle (line 12) | class CaseSensitiveToggle extends Toggle { method constructor (line 13) | constructor(opts) { class WholeWordsToggle (line 26) | class WholeWordsToggle extends Toggle { method constructor (line 27) | constructor(opts) { class RegexToggle (line 40) | class RegexToggle extends Toggle { method constructor (line 41) | constructor(opts) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/findinput/replaceInput.js constant NLS_DEFAULT_LABEL (line 14) | const NLS_DEFAULT_LABEL = nls.localize('defaultLabel', "input"); constant NLS_PRESERVE_CASE_LABEL (line 15) | const NLS_PRESERVE_CASE_LABEL = nls.localize('label.preserveCaseToggle',... class PreserveCaseToggle (line 16) | class PreserveCaseToggle extends Toggle { method constructor (line 17) | constructor(opts) { class ReplaceInput (line 31) | class ReplaceInput extends Widget { method constructor (line 32) | constructor(parent, contextViewProvider, _showOptionButtons, options) { method enable (line 131) | enable() { method disable (line 136) | disable() { method setEnabled (line 141) | setEnabled(enabled) { method select (line 149) | select() { method focus (line 152) | focus() { method getPreserveCase (line 155) | getPreserveCase() { method setPreserveCase (line 158) | setPreserveCase(value) { method focusOnPreserve (line 161) | focusOnPreserve() { method validate (line 164) | validate() { method width (line 168) | set width(newWidth) { method dispose (line 172) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/highlightedlabel/highlightedLabel.js class HighlightedLabel (line 15) | class HighlightedLabel extends Disposable { method constructor (line 21) | constructor(container, options) { method element (line 35) | get element() { method set (line 47) | set(text, highlights = [], title = '', escapeNewLines) { method render (line 63) | render() { method escapeNewLines (line 114) | static escapeNewLines(text, highlights) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/hover/hoverDelegate2.js function setBaseLayerHoverDelegate (line 15) | function setBaseLayerHoverDelegate(hoverDelegate) { function getBaseLayerHoverDelegate (line 25) | function getBaseLayerHoverDelegate() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/hover/hoverDelegateFactory.js method delay (line 7) | get delay() { return -1; } function setHoverDelegateFactory (line 15) | function setHoverDelegateFactory(hoverDelegateProvider) { function getDefaultHoverDelegate (line 19) | function getDefaultHoverDelegate(placement) { function createInstantHoverDelegate (line 26) | function createInstantHoverDelegate() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/hover/hoverWidget.js class HoverWidget (line 12) | class HoverWidget extends Disposable { method constructor (line 13) | constructor() { method onContentsChanged (line 26) | onContentsChanged() { class HoverAction (line 30) | class HoverAction extends Disposable { method render (line 31) | static render(parent, actionOptions, keybindingLabel) { method constructor (line 34) | constructor(parent, actionOptions, keybindingLabel) { method setEnabled (line 49) | setEnabled(enabled) { function getHoverAccessibleViewHint (line 60) | function getHoverAccessibleViewHint(shouldHaveHint, keybinding) { class ClickAction (line 63) | class ClickAction extends Disposable { method constructor (line 64) | constructor(container, run) { class KeyDownAction (line 73) | class KeyDownAction extends Disposable { method constructor (line 74) | constructor(container, run, keyCodes) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/iconLabel/iconLabel.js class FastLabelNode (line 15) | class FastLabelNode { method constructor (line 16) | constructor(_element) { method element (line 19) | get element() { method textContent (line 22) | set textContent(content) { method className (line 29) | set className(className) { method empty (line 36) | set empty(empty) { method dispose (line 43) | dispose() { class IconLabel (line 47) | class IconLabel extends Disposable { method constructor (line 48) | constructor(container, options) { method element (line 64) | get element() { method setLabel (line 67) | setLabel(label, description, options) { method setupHover (line 131) | setupHover(htmlElement, tooltip) { method dispose (line 163) | dispose() { method getOrCreateSuffixNode (line 170) | getOrCreateSuffixNode() { method getOrCreateDescriptionNode (line 177) | getOrCreateDescriptionNode() { class Label (line 191) | class Label { method constructor (line 192) | constructor(container) { method setLabel (line 197) | setLabel(label, options) { function splitMatches (line 226) | function splitMatches(labels, separator, matches) { class LabelWithHighlights (line 241) | class LabelWithHighlights extends Disposable { method constructor (line 242) | constructor(container, supportIcons) { method setLabel (line 249) | setLabel(label, options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/iconLabel/iconLabels.js function renderLabelWithIcons (line 8) | function renderLabelWithIcons(text) { function renderIcon (line 26) | function renderIcon(icon) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/inputbox/inputBox.js class InputBox (line 34) | class InputBox extends Widget { method constructor (line 35) | constructor(container, contextViewProvider, options) { method onBlur (line 110) | onBlur() { method onFocus (line 116) | onFocus() { method setPlaceHolder (line 122) | setPlaceHolder(placeHolder) { method setTooltip (line 126) | setTooltip(tooltip) { method inputElement (line 135) | get inputElement() { method value (line 138) | get value() { method value (line 141) | set value(newValue) { method height (line 147) | get height() { method focus (line 150) | focus() { method blur (line 153) | blur() { method hasFocus (line 156) | hasFocus() { method select (line 159) | select(range = null) { method isSelectionAtEnd (line 168) | isSelectionAtEnd() { method getSelection (line 171) | getSelection() { method enable (line 183) | enable() { method disable (line 186) | disable() { method paddingRight (line 191) | set paddingRight(paddingRight) { method updateScrollDimensions (line 198) | updateScrollDimensions() { method showMessage (line 208) | showMessage(message, force) { method hideMessage (line 225) | hideMessage() { method validate (line 234) | validate() { method stylesForType (line 249) | stylesForType(type) { method classForType (line 257) | classForType(type) { method _showMessage (line 264) | _showMessage() { method _hideMessage (line 314) | _hideMessage() { method onValueChange (line 323) | onValueChange() { method updateMirror (line 332) | updateMirror() { method applyStyles (line 349) | applyStyles() { method layout (line 362) | layout() { method insertAtCursor (line 374) | insertAtCursor(text) { method dispose (line 385) | dispose() { class HistoryInputBox (line 393) | class HistoryInputBox extends InputBox { method constructor (line 394) | constructor(container, contextViewProvider, options) { method dispose (line 454) | dispose() { method addToHistory (line 461) | addToHistory(always) { method isAtLastInHistory (line 466) | isAtLastInHistory() { method isNowhereInHistory (line 469) | isNowhereInHistory() { method showNextValue (line 472) | showNextValue() { method showPreviousValue (line 483) | showPreviousValue() { method setPlaceHolder (line 496) | setPlaceHolder(placeHolder) { method onBlur (line 500) | onBlur() { method onFocus (line 504) | onFocus() { method getCurrentValue (line 508) | getCurrentValue() { method getPreviousValue (line 516) | getPreviousValue() { method getNextValue (line 519) | getNextValue() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/keybindingLabel/keybindingLabel.js class KeybindingLabel (line 21) | class KeybindingLabel extends Disposable { method constructor (line 22) | constructor(container, os, options) { method element (line 36) | get element() { method set (line 39) | set(keybinding, matches) { method render (line 47) | render() { method clear (line 68) | clear() { method renderChord (line 72) | renderChord(parent, chord, match) { method renderKey (line 91) | renderKey(parent, label, highlight, separator) { method renderUnbound (line 97) | renderUnbound(parent) { method createKeyElement (line 100) | createKeyElement(label, extraClass = '') { method areSame (line 117) | static areSame(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/list.js class ListError (line 5) | class ListError extends Error { method constructor (line 6) | constructor(user, message) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/listPaging.js class PagedRenderer (line 11) | class PagedRenderer { method templateId (line 12) | get templateId() { return this.renderer.templateId; } method constructor (line 13) | constructor(renderer, modelProvider) { method renderTemplate (line 17) | renderTemplate(container) { method renderElement (line 21) | renderElement(index, _, data, height) { method disposeTemplate (line 37) | disposeTemplate(data) { class PagedAccessibilityProvider (line 48) | class PagedAccessibilityProvider { method constructor (line 49) | constructor(modelProvider, accessibilityProvider) { method getWidgetAriaLabel (line 53) | getWidgetAriaLabel() { method getAriaLabel (line 56) | getAriaLabel(index) { function fromPagedListOptions (line 64) | function fromPagedListOptions(modelProvider, options) { class PagedList (line 70) | class PagedList { method constructor (line 71) | constructor(user, container, virtualDelegate, renderers, options = {}) { method updateOptions (line 76) | updateOptions(options) { method getHTMLElement (line 79) | getHTMLElement() { method onDidFocus (line 82) | get onDidFocus() { method widget (line 85) | get widget() { method onDidDispose (line 88) | get onDidDispose() { method onMouseDblClick (line 91) | get onMouseDblClick() { method onPointer (line 94) | get onPointer() { method onDidChangeSelection (line 97) | get onDidChangeSelection() { method model (line 100) | get model() { method model (line 103) | set model(model) { method getFocus (line 107) | getFocus() { method getSelection (line 110) | getSelection() { method getSelectedElements (line 113) | getSelectedElements() { method style (line 116) | style(styles) { method dispose (line 119) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/listView.js method getDragElements (line 37) | getDragElements(e) { return [e]; } method getDragURI (line 38) | getDragURI() { return null; } method onDragStart (line 39) | onDragStart() { } method onDragOver (line 40) | onDragOver() { return false; } method drop (line 41) | drop() { } method dispose (line 42) | dispose() { } class ElementsDragAndDropData (line 48) | class ElementsDragAndDropData { method constructor (line 49) | constructor(elements) { method update (line 52) | update() { } method getData (line 53) | getData() { class ExternalElementsDragAndDropData (line 57) | class ExternalElementsDragAndDropData { method constructor (line 58) | constructor(elements) { method update (line 61) | update() { } method getData (line 62) | getData() { class NativeDragAndDropData (line 66) | class NativeDragAndDropData { method constructor (line 67) | constructor() { method update (line 71) | update(dataTransfer) { method getData (line 85) | getData() { function equalsDragFeedback (line 92) | function equalsDragFeedback(f1, f2) { class ListViewAccessibilityProvider (line 98) | class ListViewAccessibilityProvider { method constructor (line 99) | constructor(accessibilityProvider) { class ListView (line 136) | class ListView { method contentHeight (line 137) | get contentHeight() { return this.rangeMap.size; } method onDidScroll (line 138) | get onDidScroll() { return this.scrollableElement.onScroll; } method scrollableElementDomNode (line 139) | get scrollableElementDomNode() { return this.scrollableElement.getDomN... method horizontalScrolling (line 140) | get horizontalScrolling() { return this._horizontalScrolling; } method horizontalScrolling (line 141) | set horizontalScrolling(value) { method constructor (line 164) | constructor(container, virtualDelegate, renderers, options = DefaultOp... method updateOptions (line 245) | updateOptions(options) { method createRangeMap (line 282) | createRangeMap(paddingTop) { method splice (line 285) | splice(start, deleteCount, elements = []) { method _splice (line 298) | _splice(start, deleteCount, elements = []) { method eventuallyUpdateScrollDimensions (line 388) | eventuallyUpdateScrollDimensions() { method eventuallyUpdateScrollWidth (line 399) | eventuallyUpdateScrollWidth() { method updateScrollWidth (line 406) | updateScrollWidth() { method rerender (line 420) | rerender() { method length (line 429) | get length() { method renderHeight (line 432) | get renderHeight() { method firstVisibleIndex (line 436) | get firstVisibleIndex() { method element (line 440) | element(index) { method indexOf (line 443) | indexOf(element) { method domElement (line 446) | domElement(index) { method elementHeight (line 450) | elementHeight(index) { method elementTop (line 453) | elementTop(index) { method indexAt (line 456) | indexAt(position) { method indexAfter (line 459) | indexAfter(position) { method layout (line 462) | layout(height, width) { method render (line 485) | render(previousRenderRange, renderTop, renderHeight, renderLeft, scrol... method insertItemInDOM (line 518) | insertItemInDOM(index, row) { method measureItemWidth (line 567) | measureItemWidth(item) { method updateItemInDOM (line 582) | updateItemInDOM(item, index) { method removeItemFromDOM (line 598) | removeItemFromDOM(index) { method getScrollTop (line 614) | getScrollTop() { method setScrollTop (line 618) | setScrollTop(scrollTop, reuseAnimation) { method scrollTop (line 626) | get scrollTop() { method scrollTop (line 629) | set scrollTop(scrollTop) { method scrollHeight (line 632) | get scrollHeight() { method onMouseClick (line 636) | get onMouseClick() { return Event.map(this.disposables.add(new DomEmit... method onMouseDblClick (line 637) | get onMouseDblClick() { return Event.map(this.disposables.add(new DomE... method onMouseMiddleClick (line 638) | get onMouseMiddleClick() { return Event.filter(Event.map(this.disposab... method onMouseDown (line 639) | get onMouseDown() { return Event.map(this.disposables.add(new DomEmitt... method onMouseOver (line 640) | get onMouseOver() { return Event.map(this.disposables.add(new DomEmitt... method onMouseOut (line 641) | get onMouseOut() { return Event.map(this.disposables.add(new DomEmitte... method onContextMenu (line 642) | get onContextMenu() { return Event.any(Event.map(this.disposables.add(... method onTouchStart (line 643) | get onTouchStart() { return Event.map(this.disposables.add(new DomEmit... method onTap (line 644) | get onTap() { return Event.map(this.disposables.add(new DomEmitter(thi... method toMouseEvent (line 645) | toMouseEvent(browserEvent) { method toTouchEvent (line 651) | toTouchEvent(browserEvent) { method toGestureEvent (line 657) | toGestureEvent(browserEvent) { method toDragEvent (line 663) | toDragEvent(browserEvent) { method onScroll (line 670) | onScroll(e) { method onTouchChange (line 683) | onTouchChange(event) { method onDragStart (line 689) | onDragStart(element, uri, event) { method onDragOver (line 723) | onDragOver(event) { method onDragLeave (line 814) | onDragLeave(event) { method onDrop (line 822) | onDrop(event) { method onDragEnd (line 839) | onDragEnd(event) { method clearDragOverFeedback (line 849) | clearDragOverFeedback() { method setupDragAndDropScrollTopAnimation (line 856) | setupDragAndDropScrollTopAnimation(event) { method animateDragAndDropScrollTop (line 870) | animateDragAndDropScrollTop(viewTop) { method teardownDragAndDropScrollTopAnimation (line 883) | teardownDragAndDropScrollTopAnimation() { method getTargetSector (line 891) | getTargetSector(browserEvent, targetIndex) { method getItemIndexFromEventTarget (line 899) | getItemIndexFromEventTarget(target) { method getRenderRange (line 914) | getRenderRange(renderTop, renderHeight) { method _rerender (line 924) | _rerender(renderTop, renderHeight, inSmoothScrolling) { method probeDynamicHeight (line 988) | probeDynamicHeight(index) { method getElementDomId (line 1032) | getElementDomId(index) { method dispose (line 1036) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/listWidget.js class TraitRenderer (line 32) | class TraitRenderer { method constructor (line 33) | constructor(trait) { method templateId (line 37) | get templateId() { method renderTemplate (line 40) | renderTemplate(container) { method renderElement (line 43) | renderElement(element, index, templateData) { method splice (line 56) | splice(start, deleteCount, insertCount) { method renderIndexes (line 71) | renderIndexes(indexes) { method disposeTemplate (line 78) | disposeTemplate(templateData) { class Trait (line 86) | class Trait { method name (line 87) | get name() { return this._trait; } method renderer (line 88) | get renderer() { method constructor (line 91) | constructor(_trait) { method splice (line 98) | splice(start, deleteCount, elements) { method renderIndex (line 117) | renderIndex(index, container) { method unrender (line 120) | unrender(container) { method set (line 129) | set(indexes, browserEvent) { method _set (line 132) | _set(indexes, sortedIndexes, browserEvent) { method get (line 142) | get() { method contains (line 145) | contains(index) { method dispose (line 148) | dispose() { class SelectionTrait (line 155) | class SelectionTrait extends Trait { method constructor (line 156) | constructor(setAriaSelected) { method renderIndex (line 160) | renderIndex(index, container) { class TraitSpliceable (line 177) | class TraitSpliceable { method constructor (line 178) | constructor(trait, view, identityProvider) { method splice (line 183) | splice(start, deleteCount, elements) { function isInputElement (line 196) | function isInputElement(e) { function isListElementDescendantOfClass (line 199) | function isListElementDescendantOfClass(e, className) { function isMonacoEditor (line 211) | function isMonacoEditor(e) { function isMonacoCustomToggle (line 214) | function isMonacoCustomToggle(e) { function isActionItem (line 217) | function isActionItem(e) { function isStickyScrollElement (line 220) | function isStickyScrollElement(e) { function isStickyScrollContainer (line 223) | function isStickyScrollContainer(e) { function isButton (line 226) | function isButton(e) { class KeyboardController (line 239) | class KeyboardController { method onKeyDown (line 240) | get onKeyDown() { method constructor (line 244) | constructor(list, view, options) { method updateOptions (line 271) | updateOptions(optionsUpdate) { method onEnter (line 276) | onEnter(e) { method onUpArrow (line 281) | onUpArrow(e) { method onDownArrow (line 290) | onDownArrow(e) { method onPageUpArrow (line 299) | onPageUpArrow(e) { method onPageDownArrow (line 308) | onPageDownArrow(e) { method onCtrlA (line 317) | onCtrlA(e) { method onEscape (line 324) | onEscape(e) { method dispose (line 333) | dispose() { method mightProducePrintableCharacter (line 352) | mightProducePrintableCharacter(event) { class TypeNavigationController (line 362) | class TypeNavigationController { method constructor (line 363) | constructor(list, view, keyboardNavigationLabelProvider, keyboardNavig... method updateOptions (line 378) | updateOptions(options) { method enable (line 388) | enable() { method disable (line 409) | disable() { method onClear (line 417) | onClear() { method onInput (line 433) | onInput(word) { method dispose (line 477) | dispose() { class DOMFocusController (line 483) | class DOMFocusController { method constructor (line 484) | constructor(list, view) { method onTab (line 494) | onTab(e) { method dispose (line 518) | dispose() { function isSelectionSingleChangeEvent (line 522) | function isSelectionSingleChangeEvent(event) { function isSelectionRangeChangeEvent (line 525) | function isSelectionRangeChangeEvent(event) { function isMouseRightClick (line 528) | function isMouseRightClick(event) { class MouseController (line 535) | class MouseController { method constructor (line 536) | constructor(list) { method updateOptions (line 554) | updateOptions(optionsUpdate) { method isSelectionSingleChangeEvent (line 562) | isSelectionSingleChangeEvent(event) { method isSelectionRangeChangeEvent (line 568) | isSelectionRangeChangeEvent(event) { method isSelectionChangeEvent (line 574) | isSelectionChangeEvent(event) { method onMouseDown (line 577) | onMouseDown(e) { method onContextMenu (line 585) | onContextMenu(e) { method onViewPointer (line 592) | onViewPointer(e) { method onDoubleClick (line 620) | onDoubleClick(e) { method changeSelection (line 634) | changeSelection(e) { method dispose (line 668) | dispose() { class DefaultStyleController (line 672) | class DefaultStyleController { method constructor (line 673) | constructor(styleElement, selectorSuffix) { method style (line 677) | style(styles) { method getDragURI (line 848) | getDragURI() { return null; } method onDragStart (line 849) | onDragStart() { } method onDragOver (line 850) | onDragOver() { return false; } method drop (line 851) | drop() { } method dispose (line 852) | dispose() { } function getContiguousRangeContaining (line 856) | function getContiguousRangeContaining(range, value) { function disjunction (line 877) | function disjunction(one, other) { function relativeComplement (line 906) | function relativeComplement(one, other) { class PipelineRenderer (line 931) | class PipelineRenderer { method constructor (line 932) | constructor(_templateId, renderers) { method templateId (line 936) | get templateId() { method renderTemplate (line 939) | renderTemplate(container) { method renderElement (line 942) | renderElement(element, index, templateData, height) { method disposeElement (line 948) | disposeElement(element, index, templateData, height) { method disposeTemplate (line 956) | disposeTemplate(templateData) { class AccessibiltyRenderer (line 963) | class AccessibiltyRenderer { method constructor (line 964) | constructor(accessibilityProvider) { method renderTemplate (line 968) | renderTemplate(container) { method renderElement (line 971) | renderElement(element, index, data) { method setAriaLabel (line 985) | setAriaLabel(ariaLabel, element) { method disposeElement (line 993) | disposeElement(element, index, templateData, height) { method disposeTemplate (line 996) | disposeTemplate(templateData) { class ListViewDragAndDrop (line 1000) | class ListViewDragAndDrop { method constructor (line 1001) | constructor(list, dnd) { method getDragElements (line 1005) | getDragElements(element) { method getDragURI (line 1010) | getDragURI(element) { method getDragLabel (line 1013) | getDragLabel(elements, originalEvent) { method onDragStart (line 1019) | onDragStart(data, originalEvent) { method onDragOver (line 1023) | onDragOver(data, targetElement, targetIndex, targetSector, originalEve... method onDragLeave (line 1026) | onDragLeave(data, targetElement, targetIndex, originalEvent) { method onDragEnd (line 1030) | onDragEnd(originalEvent) { method drop (line 1034) | drop(data, targetElement, targetIndex, targetSector, originalEvent) { method dispose (line 1037) | dispose() { class List (line 1056) | class List { method onDidChangeFocus (line 1057) | get onDidChangeFocus() { method onDidChangeSelection (line 1060) | get onDidChangeSelection() { method domId (line 1063) | get domId() { return this.view.domId; } method onDidScroll (line 1064) | get onDidScroll() { return this.view.onDidScroll; } method onMouseClick (line 1065) | get onMouseClick() { return this.view.onMouseClick; } method onMouseDblClick (line 1066) | get onMouseDblClick() { return this.view.onMouseDblClick; } method onMouseMiddleClick (line 1067) | get onMouseMiddleClick() { return this.view.onMouseMiddleClick; } method onPointer (line 1068) | get onPointer() { return this.mouseController.onPointer; } method onMouseDown (line 1069) | get onMouseDown() { return this.view.onMouseDown; } method onMouseOver (line 1070) | get onMouseOver() { return this.view.onMouseOver; } method onMouseOut (line 1071) | get onMouseOut() { return this.view.onMouseOut; } method onTouchStart (line 1072) | get onTouchStart() { return this.view.onTouchStart; } method onTap (line 1073) | get onTap() { return this.view.onTap; } method onContextMenu (line 1081) | get onContextMenu() { method onKeyDown (line 1102) | get onKeyDown() { return this.disposables.add(new DomEmitter(this.view... method onDidFocus (line 1103) | get onDidFocus() { return Event.signal(this.disposables.add(new DomEmi... method onDidBlur (line 1104) | get onDidBlur() { return Event.signal(this.disposables.add(new DomEmit... method constructor (line 1105) | constructor(user, container, virtualDelegate, renderers, _options = De... method createListView (line 1170) | createListView(container, virtualDelegate, renderers, viewOptions) { method createMouseController (line 1173) | createMouseController(options) { method updateOptions (line 1176) | updateOptions(optionsUpdate = {}) { method options (line 1192) | get options() { method splice (line 1195) | splice(start, deleteCount, elements = []) { method rerender (line 1207) | rerender() { method element (line 1210) | element(index) { method indexOf (line 1213) | indexOf(element) { method indexAt (line 1216) | indexAt(position) { method length (line 1219) | get length() { method contentHeight (line 1222) | get contentHeight() { method onDidChangeContentHeight (line 1225) | get onDidChangeContentHeight() { method scrollTop (line 1228) | get scrollTop() { method scrollTop (line 1231) | set scrollTop(scrollTop) { method scrollHeight (line 1234) | get scrollHeight() { method renderHeight (line 1237) | get renderHeight() { method firstVisibleIndex (line 1240) | get firstVisibleIndex() { method ariaLabel (line 1243) | get ariaLabel() { method ariaLabel (line 1246) | set ariaLabel(value) { method domFocus (line 1250) | domFocus() { method layout (line 1253) | layout(height, width) { method setSelection (line 1256) | setSelection(indexes, browserEvent) { method getSelection (line 1264) | getSelection() { method getSelectedElements (line 1267) | getSelectedElements() { method setAnchor (line 1270) | setAnchor(index) { method getAnchor (line 1280) | getAnchor() { method getAnchorElement (line 1283) | getAnchorElement() { method setFocus (line 1287) | setFocus(indexes, browserEvent) { method focusNext (line 1295) | focusNext(n = 1, loop = false, browserEvent, filter) { method focusPrevious (line 1305) | focusPrevious(n = 1, loop = false, browserEvent, filter) { method focusNextPage (line 1315) | async focusNextPage(browserEvent, filter) { method focusPreviousPage (line 1344) | async focusPreviousPage(browserEvent, filter, getPaddingTop = () => 0) { method focusLast (line 1375) | focusLast(browserEvent, filter) { method focusFirst (line 1384) | focusFirst(browserEvent, filter) { method focusNth (line 1387) | focusNth(n, browserEvent, filter) { method findNextIndex (line 1396) | findNextIndex(index, loop = false, filter) { method findPreviousIndex (line 1409) | findPreviousIndex(index, loop = false, filter) { method getFocus (line 1422) | getFocus() { method getFocusedElements (line 1425) | getFocusedElements() { method reveal (line 1428) | reveal(index, relativeTop, paddingTop = 0) { method getRelativeTop (line 1458) | getRelativeTop(index, paddingTop = 0) { method getHTMLElement (line 1472) | getHTMLElement() { method getScrollableElement (line 1475) | getScrollableElement() { method getElementID (line 1478) | getElementID(index) { method getElementTop (line 1481) | getElementTop(index) { method style (line 1484) | style(styles) { method toListEvent (line 1487) | toListEvent({ indexes, browserEvent }) { method _onFocusChange (line 1490) | _onFocusChange() { method onDidChangeActiveDescendant (line 1495) | onDidChangeActiveDescendant() { method _onSelectionChange (line 1509) | _onSelectionChange() { method dispose (line 1515) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/rangeMap.js function groupIntersect (line 10) | function groupIntersect(range, groups) { function shift (line 33) | function shift({ start, end }, much) { function consolidate (line 42) | function consolidate(groups) { function concat (line 62) | function concat(...groups) { class RangeMap (line 65) | class RangeMap { method paddingTop (line 66) | get paddingTop() { method paddingTop (line 69) | set paddingTop(paddingTop) { method constructor (line 73) | constructor(topPadding) { method splice (line 80) | splice(index, deleteCount, items = []) { method count (line 95) | get count() { method size (line 105) | get size() { method indexAt (line 111) | indexAt(position) { method indexAfter (line 135) | indexAfter(position) { method positionAt (line 141) | positionAt(index) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/rowCache.js function removeFromParent (line 6) | function removeFromParent(element) { class RowCache (line 15) | class RowCache { method constructor (line 16) | constructor(renderers) { method alloc (line 28) | alloc(templateId) { method release (line 48) | release(row) { method transact (line 57) | transact(makeChanges) { method releaseRow (line 73) | releaseRow(row) { method doRemoveNode (line 86) | doRemoveNode(domNode) { method getTemplateCache (line 90) | getTemplateCache(templateId) { method dispose (line 98) | dispose() { method getRenderer (line 109) | getRenderer(templateId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/list/splice.js class CombinedSpliceable (line 5) | class CombinedSpliceable { method constructor (line 6) | constructor(spliceables) { method splice (line 9) | splice(start, deleteCount, elements) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/menu/menu.js constant MENU_MNEMONIC_REGEX (line 23) | const MENU_MNEMONIC_REGEX = /\(&([^\s&])\)|(^|[^&])&([^\s&])/; constant MENU_ESCAPED_MNEMONIC_REGEX (line 24) | const MENU_ESCAPED_MNEMONIC_REGEX = /(&)?(&)([^\s&])/g; class Menu (line 35) | class Menu extends ActionBar { method constructor (line 36) | constructor(container, actions, options, menuStyles) { method initializeOrUpdateStyleSheet (line 198) | initializeOrUpdateStyleSheet(container, style) { method styleScrollElement (line 212) | styleScrollElement(scrollElement, style) { method getContainer (line 225) | getContainer() { method onScroll (line 228) | get onScroll() { method focusItemByElement (line 231) | focusItemByElement(element) { method setFocusedItem (line 238) | setFocusedItem(element) { method updateFocus (line 247) | updateFocus(fromRight) { method doGetActionViewItem (line 258) | doGetActionViewItem(action, options, parentData) { class BaseMenuActionViewItem (line 304) | class BaseMenuActionViewItem extends BaseActionViewItem { method constructor (line 305) | constructor(ctx, action, options, menuStyle) { method render (line 364) | render(container) { method blur (line 396) | blur() { method focus (line 400) | focus() { method updatePositionInSet (line 406) | updatePositionInSet(pos, setSize) { method updateLabel (line 412) | updateLabel() { method updateTooltip (line 451) | updateTooltip() { method updateClass (line 454) | updateClass() { method updateEnabled (line 470) | updateEnabled() { method updateChecked (line 493) | updateChecked() { method getMnemonic (line 508) | getMnemonic() { method applyStyle (line 511) | applyStyle() { class SubmenuMenuActionViewItem (line 528) | class SubmenuMenuActionViewItem extends BaseMenuActionViewItem { method constructor (line 529) | constructor(action, submenuActions, parentData, submenuOptions, menuSt... method render (line 551) | render(container) { method updateEnabled (line 600) | updateEnabled() { method onClick (line 605) | onClick(e) { method cleanupExistingSubmenu (line 611) | cleanupExistingSubmenu(force) { method calculateSubmenuMenuLayout (line 626) | calculateSubmenuMenuLayout(windowDimensions, submenu, entry, expandDir... method createSubmenu (line 646) | createSubmenu(selectFirstItem = true) { method updateAriaExpanded (line 703) | updateAriaExpanded(value) { method applyStyle (line 709) | applyStyle() { method dispose (line 717) | dispose() { class MenuSeparatorActionViewItem (line 729) | class MenuSeparatorActionViewItem extends ActionViewItem { method constructor (line 730) | constructor(context, action, options, menuStyles) { method render (line 734) | render(container) { function cleanMnemonic (line 741) | function cleanMnemonic(label) { function formatRule (line 750) | function formatRule(c) { function getMenuWidgetCSS (line 754) | function getMenuWidgetCSS(style, isForShadowDom) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/mouseCursor/mouseCursor.js constant MOUSE_CURSOR_TEXT_CSS_CLASS_NAME (line 6) | const MOUSE_CURSOR_TEXT_CSS_CLASS_NAME = `monaco-mouse-cursor-text`; FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/progressbar/progressbar.js constant CSS_DONE (line 9) | const CSS_DONE = 'done'; constant CSS_ACTIVE (line 10) | const CSS_ACTIVE = 'active'; constant CSS_INFINITE (line 11) | const CSS_INFINITE = 'infinite'; constant CSS_INFINITE_LONG_RUNNING (line 12) | const CSS_INFINITE_LONG_RUNNING = 'infinite-long-running'; constant CSS_DISCRETE (line 13) | const CSS_DISCRETE = 'discrete'; class ProgressBar (line 17) | class ProgressBar extends Disposable { method constructor (line 18) | constructor(container, options) { method create (line 26) | create(container, options) { method off (line 37) | off() { method stop (line 49) | stop() { method doDone (line 52) | doDone(delayed) { method infinite (line 79) | infinite() { method infiniteLongRunning (line 87) | infiniteLongRunning() { method getContainer (line 90) | getContainer() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/resizable/resizable.js class ResizableHTMLElement (line 9) | class ResizableHTMLElement { method constructor (line 10) | constructor() { method dispose (line 88) | dispose() { method enableSashes (line 98) | enableSashes(north, east, south, west) { method layout (line 104) | layout(height = this.size.height, width = this.size.width) { method clearSashHoverState (line 120) | clearSashHoverState() { method size (line 126) | get size() { method maxSize (line 129) | set maxSize(value) { method maxSize (line 132) | get maxSize() { method minSize (line 135) | set minSize(value) { method minSize (line 138) | get minSize() { method preferredSize (line 141) | set preferredSize(value) { method preferredSize (line 144) | get preferredSize() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/sash/sash.js constant DEBUG (line 24) | const DEBUG = false; class MouseEventFactory (line 36) | class MouseEventFactory { method constructor (line 37) | constructor(el) { method onPointerMove (line 41) | get onPointerMove() { method onPointerUp (line 44) | get onPointerUp() { method dispose (line 47) | dispose() { class GestureEventFactory (line 57) | class GestureEventFactory { method onPointerMove (line 58) | get onPointerMove() { method onPointerUp (line 61) | get onPointerUp() { method constructor (line 64) | constructor(el) { method dispose (line 68) | dispose() { class OrthogonalPointerEventFactory (line 78) | class OrthogonalPointerEventFactory { method onPointerMove (line 79) | get onPointerMove() { method onPointerUp (line 82) | get onPointerUp() { method constructor (line 85) | constructor(factory) { method dispose (line 88) | dispose() { class Sash (line 112) | class Sash extends Disposable { method state (line 113) | get state() { return this._state; } method orthogonalStartSash (line 114) | get orthogonalStartSash() { return this._orthogonalStartSash; } method orthogonalEndSash (line 115) | get orthogonalEndSash() { return this._orthogonalEndSash; } method state (line 120) | set state(state) { method orthogonalStartSash (line 138) | set orthogonalStartSash(sash) { method orthogonalEndSash (line 167) | set orthogonalEndSash(sash) { method constructor (line 188) | constructor(container, layoutProvider, options) { method onPointerStart (line 288) | onPointerStart(event, pointerEventFactory) { method onPointerDoublePress (line 371) | onPointerDoublePress(e) { method onMouseEnter (line 381) | static onMouseEnter(sash, fromLinkedSash = false) { method onMouseLeave (line 393) | static onMouseLeave(sash, fromLinkedSash = false) { method clearSashHoverState (line 405) | clearSashHoverState() { method layout (line 412) | layout() { method getOrthogonalSash (line 434) | getOrthogonalSash(e) { method dispose (line 445) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/abstractScrollbar.js constant POINTER_DRAG_RESET_DISTANCE (line 15) | const POINTER_DRAG_RESET_DISTANCE = 140; class AbstractScrollbar (line 16) | class AbstractScrollbar extends Widget { method constructor (line 17) | constructor(opts) { method _createArrow (line 39) | _createArrow(opts) { method _createSlider (line 47) | _createSlider(top, left, width, height) { method _onElementSize (line 75) | _onElementSize(visibleSize) { method _onElementScrollSize (line 85) | _onElementScrollSize(elementScrollSize) { method _onElementScrollPosition (line 95) | _onElementScrollPosition(elementScrollPosition) { method beginReveal (line 106) | beginReveal() { method beginHide (line 109) | beginHide() { method render (line 112) | render() { method _domNodePointerDown (line 121) | _domNodePointerDown(e) { method delegatePointerDown (line 127) | delegatePointerDown(e) { method _onPointerDown (line 144) | _onPointerDown(e) { method _sliderPointerDown (line 166) | _sliderPointerDown(e) { method _setDesiredScrollPositionNow (line 191) | _setDesiredScrollPositionNow(_desiredScrollPosition) { method updateScrollbarSize (line 196) | updateScrollbarSize(scrollbarSize) { method isNeeded (line 204) | isNeeded() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/horizontalScrollbar.js class HorizontalScrollbar (line 10) | class HorizontalScrollbar extends AbstractScrollbar { method constructor (line 11) | constructor(scrollable, options, host) { method _updateSlider (line 51) | _updateSlider(sliderSize, sliderPosition) { method _renderDomNode (line 55) | _renderDomNode(largeSize, smallSize) { method onDidScroll (line 61) | onDidScroll(e) { method _pointerDownRelativePosition (line 67) | _pointerDownRelativePosition(offsetX, offsetY) { method _sliderPointerPosition (line 70) | _sliderPointerPosition(e) { method _sliderOrthogonalPointerPosition (line 73) | _sliderOrthogonalPointerPosition(e) { method _updateScrollbarSize (line 76) | _updateScrollbarSize(size) { method writeScrollPosition (line 79) | writeScrollPosition(target, scrollPosition) { method updateOptions (line 82) | updateOptions(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/scrollableElement.js constant HIDE_TIMEOUT (line 18) | const HIDE_TIMEOUT = 500; constant SCROLL_WHEEL_SENSITIVITY (line 19) | const SCROLL_WHEEL_SENSITIVITY = 50; constant SCROLL_WHEEL_SMOOTH_SCROLL_ENABLED (line 20) | const SCROLL_WHEEL_SMOOTH_SCROLL_ENABLED = true; class MouseWheelClassifierItem (line 21) | class MouseWheelClassifierItem { method constructor (line 22) | constructor(timestamp, deltaX, deltaY) { class MouseWheelClassifier (line 29) | class MouseWheelClassifier { method constructor (line 30) | constructor() { method isPhysicalMouseWheel (line 36) | isPhysicalMouseWheel() { method acceptStandardWheelEvent (line 58) | acceptStandardWheelEvent(e) { method accept (line 70) | accept(timestamp, deltaX, deltaY) { method _computeScore (line 94) | _computeScore(item, previousItem) { method _isAlmostInt (line 123) | _isAlmostInt(value) { class AbstractScrollableElement (line 129) | class AbstractScrollableElement extends Widget { method options (line 130) | get options() { method constructor (line 133) | constructor(element, options, scrollable) { method dispose (line 188) | dispose() { method getDomNode (line 195) | getDomNode() { method getOverviewRulerLayoutInfo (line 198) | getOverviewRulerLayoutInfo() { method delegateVerticalScrollbarPointerDown (line 208) | delegateVerticalScrollbarPointerDown(browserEvent) { method getScrollDimensions (line 211) | getScrollDimensions() { method setScrollDimensions (line 214) | setScrollDimensions(dimensions) { method updateClassName (line 220) | updateClassName(newClassName) { method updateOptions (line 231) | updateOptions(newOptions) { method delegateScrollFromMouseWheelEvent (line 266) | delegateScrollFromMouseWheelEvent(browserEvent) { method _setListeningToMouseWheel (line 270) | _setListeningToMouseWheel(shouldListen) { method _onMouseWheel (line 286) | _onMouseWheel(e) { method _onDidScroll (line 372) | _onDidScroll(e) { method renderNow (line 389) | renderNow() { method _render (line 395) | _render() { method _onDragStart (line 415) | _onDragStart() { method _onDragEnd (line 419) | _onDragEnd() { method _onMouseLeave (line 423) | _onMouseLeave(e) { method _onMouseOver (line 427) | _onMouseOver(e) { method _reveal (line 431) | _reveal() { method _hide (line 436) | _hide() { method _scheduleHide (line 442) | _scheduleHide() { class ScrollableElement (line 448) | class ScrollableElement extends AbstractScrollableElement { method constructor (line 449) | constructor(element, options) { method setScrollPosition (line 460) | setScrollPosition(update) { class SmoothScrollableElement (line 464) | class SmoothScrollableElement extends AbstractScrollableElement { method constructor (line 465) | constructor(element, options, scrollable) { method setScrollPosition (line 468) | setScrollPosition(update) { method getScrollPosition (line 476) | getScrollPosition() { class DomScrollableElement (line 480) | class DomScrollableElement extends AbstractScrollableElement { method constructor (line 481) | constructor(element, options) { method setScrollPosition (line 502) | setScrollPosition(update) { method getScrollPosition (line 505) | getScrollPosition() { method scanDomNode (line 508) | scanDomNode() { function resolveOptions (line 522) | function resolveOptions(opts) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/scrollbarArrow.js constant ARROW_IMG_SIZE (line 13) | const ARROW_IMG_SIZE = 11; class ScrollbarArrow (line 14) | class ScrollbarArrow extends Widget { method constructor (line 15) | constructor(opts) { method _arrowPointerDown (line 59) | _arrowPointerDown(e) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/scrollbarState.js constant MINIMUM_SLIDER_SIZE (line 8) | const MINIMUM_SLIDER_SIZE = 20; class ScrollbarState (line 9) | class ScrollbarState { method constructor (line 10) | constructor(arrowSize, scrollbarSize, oppositeScrollbarSize, visibleSi... method clone (line 24) | clone() { method setVisibleSize (line 27) | setVisibleSize(visibleSize) { method setScrollSize (line 36) | setScrollSize(scrollSize) { method setScrollPosition (line 45) | setScrollPosition(scrollPosition) { method setScrollbarSize (line 54) | setScrollbarSize(scrollbarSize) { method setOppositeScrollbarSize (line 57) | setOppositeScrollbarSize(oppositeScrollbarSize) { method _computeValues (line 60) | static _computeValues(oppositeScrollbarSize, arrowSize, visibleSize, s... method _refreshComputedValues (line 88) | _refreshComputedValues() { method getArrowSize (line 96) | getArrowSize() { method getScrollPosition (line 99) | getScrollPosition() { method getRectangleLargeSize (line 102) | getRectangleLargeSize() { method getRectangleSmallSize (line 105) | getRectangleSmallSize() { method isNeeded (line 108) | isNeeded() { method getSliderSize (line 111) | getSliderSize() { method getSliderPosition (line 114) | getSliderPosition() { method getDesiredScrollPositionFromOffset (line 121) | getDesiredScrollPositionFromOffset(offset) { method getDesiredScrollPositionFromOffsetPaged (line 135) | getDesiredScrollPositionFromOffsetPaged(offset) { method getDesiredScrollPositionFromDelta (line 153) | getDesiredScrollPositionFromDelta(delta) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/scrollbarVisibilityController.js class ScrollbarVisibilityController (line 7) | class ScrollbarVisibilityController extends Disposable { method constructor (line 8) | constructor(visibility, visibleClassName, invisibleClassName) { method setVisibility (line 20) | setVisibility(visibility) { method setShouldBeVisible (line 27) | setShouldBeVisible(rawShouldBeVisible) { method _applyVisibilitySetting (line 31) | _applyVisibilitySetting() { method _updateShouldBeVisible (line 40) | _updateShouldBeVisible() { method setIsNeeded (line 47) | setIsNeeded(isNeeded) { method setDomNode (line 53) | setDomNode(domNode) { method ensureVisibility (line 59) | ensureVisibility() { method _reveal (line 72) | _reveal() { method _hide (line 83) | _hide(withFadeAway) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/scrollbar/verticalScrollbar.js class VerticalScrollbar (line 10) | class VerticalScrollbar extends AbstractScrollbar { method constructor (line 11) | constructor(scrollable, options, host) { method _updateSlider (line 53) | _updateSlider(sliderSize, sliderPosition) { method _renderDomNode (line 57) | _renderDomNode(largeSize, smallSize) { method onDidScroll (line 63) | onDidScroll(e) { method _pointerDownRelativePosition (line 69) | _pointerDownRelativePosition(offsetX, offsetY) { method _sliderPointerPosition (line 72) | _sliderPointerPosition(e) { method _sliderOrthogonalPointerPosition (line 75) | _sliderOrthogonalPointerPosition(e) { method _updateScrollbarSize (line 78) | _updateScrollbarSize(size) { method writeScrollPosition (line 81) | writeScrollPosition(target, scrollPosition) { method updateOptions (line 84) | updateOptions(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/selectBox/selectBox.js class SelectBox (line 10) | class SelectBox extends Widget { method constructor (line 11) | constructor(options, selected, contextViewProvider, styles, selectBoxO... method onDidSelect (line 23) | get onDidSelect() { method setOptions (line 26) | setOptions(options, selected) { method select (line 29) | select(index) { method focus (line 32) | focus() { method blur (line 35) | blur() { method setFocusable (line 38) | setFocusable(focusable) { method render (line 41) | render(container) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/selectBox/selectBoxCustom.js constant SELECT_OPTION_ENTRY_TEMPLATE_ID (line 20) | const SELECT_OPTION_ENTRY_TEMPLATE_ID = 'selectOption.entry.template'; class SelectListRenderer (line 21) | class SelectListRenderer { method templateId (line 22) | get templateId() { return SELECT_OPTION_ENTRY_TEMPLATE_ID; } method renderTemplate (line 23) | renderTemplate(container) { method renderElement (line 31) | renderElement(element, index, templateData) { method disposeTemplate (line 49) | disposeTemplate(_templateData) { class SelectBoxList (line 53) | class SelectBoxList extends Disposable { method constructor (line 54) | constructor(options, selected, contextViewProvider, styles, selectBoxO... method setTitle (line 89) | setTitle(title) { method getHeight (line 98) | getHeight() { method getTemplateId (line 101) | getTemplateId() { method constructSelectDropDown (line 104) | constructSelectDropDown(contextViewProvider) { method registerListeners (line 128) | registerListeners() { method onDidSelect (line 191) | get onDidSelect() { method setOptions (line 194) | setOptions(options, selected) { method setOptionsList (line 213) | setOptionsList() { method select (line 219) | select(index) { method focus (line 236) | focus() { method blur (line 242) | blur() { method setFocusable (line 248) | setFocusable(focusable) { method render (line 251) | render(container) { method initStyleSheet (line 257) | initStyleSheet() { method styleSelectElement (line 298) | styleSelectElement() { method styleList (line 307) | styleList() { method createOption (line 318) | createOption(value, index, disabled) { method showSelectDropDown (line 326) | showSelectDropDown() { method hideSelectDropDown (line 367) | hideSelectDropDown(focusSelect) { method renderSelectDropDown (line 378) | renderSelectDropDown(container, preLayoutPosition) { method measureMaxDetailsHeight (line 395) | measureMaxDetailsHeight() { method layoutSelectDropDown (line 405) | layoutSelectDropDown(preLayoutPosition) { method setWidthControlElement (line 532) | setWidthControlElement(container) { method createSelectList (line 551) | createSelectList(parent) { method onPointerUp (line 617) | onPointerUp(e) { method onListBlur (line 658) | onListBlur() { method renderDescriptionMarkdown (line 668) | renderDescriptionMarkdown(text, actionHandler) { method onListFocus (line 687) | onListFocus(e) { method updateDetail (line 694) | updateDetail(selectedIndex) { method onEscape (line 720) | onEscape(e) { method onEnter (line 727) | onEnter(e) { method onDownArrow (line 743) | onDownArrow(e) { method onUpArrow (line 763) | onUpArrow(e) { method onPageUp (line 780) | onPageUp(e) { method onPageDown (line 795) | onPageDown(e) { method onHome (line 810) | onHome(e) { method onEnd (line 823) | onEnd(e) { method onCharacter (line 837) | onCharacter(e) { method dispose (line 851) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/selectBox/selectBoxNative.js class SelectBoxNative (line 11) | class SelectBoxNative extends Disposable { method constructor (line 12) | constructor(options, selected, styles, selectBoxOptions) { method registerListeners (line 30) | registerListeners() { method onDidSelect (line 65) | get onDidSelect() { method setOptions (line 68) | setOptions(options, selected) { method select (line 80) | select(index) { method focus (line 103) | focus() { method blur (line 109) | blur() { method setFocusable (line 115) | setFocusable(focusable) { method render (line 118) | render(container) { method applyStyles (line 124) | applyStyles() { method createOption (line 133) | createOption(value, index, disabled) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/splitview/splitview.js class ViewItem (line 20) | class ViewItem { method size (line 21) | set size(size) { method size (line 24) | get size() { method visible (line 27) | get visible() { method setVisible (line 30) | setVisible(visible, size) { method minimumSize (line 52) | get minimumSize() { return this.visible ? this.view.minimumSize : 0; } method viewMinimumSize (line 53) | get viewMinimumSize() { return this.view.minimumSize; } method maximumSize (line 54) | get maximumSize() { return this.visible ? this.view.maximumSize : 0; } method viewMaximumSize (line 55) | get viewMaximumSize() { return this.view.maximumSize; } method priority (line 56) | get priority() { return this.view.priority; } method proportionalLayout (line 57) | get proportionalLayout() { var _a; return (_a = this.view.proportional... method snap (line 58) | get snap() { return !!this.view.snap; } method enabled (line 59) | set enabled(enabled) { method constructor (line 62) | constructor(container, view, size, disposable) { method layout (line 77) | layout(offset, layoutContext) { method dispose (line 87) | dispose() { class VerticalViewItem (line 91) | class VerticalViewItem extends ViewItem { method layoutContainer (line 92) | layoutContainer(offset) { class HorizontalViewItem (line 97) | class HorizontalViewItem extends ViewItem { method layoutContainer (line 98) | layoutContainer(offset) { function Split (line 119) | function Split(index) { return { type: 'split', index }; } function Auto (line 125) | function Auto(index) { return { type: 'auto', index }; } function Invisible (line 130) | function Invisible(cachedVisibleSize) { return { type: 'invisible', cach... class SplitView (line 161) | class SplitView extends Disposable { method orthogonalStartSash (line 162) | get orthogonalStartSash() { return this._orthogonalStartSash; } method orthogonalEndSash (line 163) | get orthogonalEndSash() { return this._orthogonalEndSash; } method startSnappingEnabled (line 164) | get startSnappingEnabled() { return this._startSnappingEnabled; } method endSnappingEnabled (line 165) | get endSnappingEnabled() { return this._endSnappingEnabled; } method orthogonalStartSash (line 171) | set orthogonalStartSash(sash) { method orthogonalEndSash (line 182) | set orthogonalEndSash(sash) { method startSnappingEnabled (line 191) | set startSnappingEnabled(startSnappingEnabled) { method endSnappingEnabled (line 201) | set endSnappingEnabled(endSnappingEnabled) { method constructor (line 211) | constructor(container, options = {}) { method style (line 285) | style(styles) { method addView (line 303) | addView(view, size, index = this.viewItems.length, skipLayout) { method layout (line 312) | layout(size, layoutContext) { method saveProportions (line 345) | saveProportions() { method onSashStart (line 350) | onSashStart({ sash, start, alt }) { method onSashChange (line 416) | onSashChange({ current }) { method onSashEnd (line 434) | onSashEnd(index) { method onViewChange (line 442) | onViewChange(item, size) { method resizeView (line 467) | resizeView(index, size) { method distributeViewSizes (line 492) | distributeViewSizes() { method getViewSize (line 513) | getViewSize(index) { method doAddView (line 519) | doAddView(view, size, index = this.viewItems.length, skipLayout) { method relayout (line 612) | relayout(lowPriorityIndexes, highPriorityIndexes) { method resize (line 619) | resize(index, delta, sizes = this.viewItems.map(i => i.size), lowPrior... method distributeEmptySpace (line 680) | distributeEmptySpace(lowPriorityIndex) { method layoutViews (line 703) | layoutViews() { method updateScrollableElement (line 717) | updateScrollableElement() { method updateSashEnablement (line 731) | updateSashEnablement() { method getSashPosition (line 776) | getSashPosition(sash) { method findFirstSnapIndex (line 786) | findFirstSnapIndex(indexes) { method areViewsDistributed (line 809) | areViewsDistributed() { method dispose (line 820) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/table/tableWidget.js class TableListRenderer (line 13) | class TableListRenderer { method constructor (line 14) | constructor(columns, renderers, getColumnSize) { method renderTemplate (line 29) | renderTemplate(container) { method renderElement (line 44) | renderElement(element, index, templateData, height) { method disposeElement (line 52) | disposeElement(element, index, templateData, height) { method disposeTemplate (line 62) | disposeTemplate(templateData) { method layoutColumn (line 70) | layoutColumn(index, size) { function asListVirtualDelegate (line 77) | function asListVirtualDelegate(delegate) { class ColumnHeader (line 83) | class ColumnHeader extends Disposable { method minimumSize (line 84) | get minimumSize() { var _a; return (_a = this.column.minimumWidth) !==... method maximumSize (line 85) | get maximumSize() { var _a; return (_a = this.column.maximumWidth) !==... method onDidChange (line 86) | get onDidChange() { var _a; return (_a = this.column.onDidChangeWidthC... method constructor (line 87) | constructor(column, index) { method layout (line 98) | layout(size) { class Table (line 102) | class Table { method onDidChangeFocus (line 103) | get onDidChangeFocus() { return this.list.onDidChangeFocus; } method onDidChangeSelection (line 104) | get onDidChangeSelection() { return this.list.onDidChangeSelection; } method onDidScroll (line 105) | get onDidScroll() { return this.list.onDidScroll; } method onMouseDblClick (line 106) | get onMouseDblClick() { return this.list.onMouseDblClick; } method onPointer (line 107) | get onPointer() { return this.list.onPointer; } method onDidFocus (line 108) | get onDidFocus() { return this.list.onDidFocus; } method scrollTop (line 109) | get scrollTop() { return this.list.scrollTop; } method scrollTop (line 110) | set scrollTop(scrollTop) { this.list.scrollTop = scrollTop; } method scrollHeight (line 111) | get scrollHeight() { return this.list.scrollHeight; } method renderHeight (line 112) | get renderHeight() { return this.list.renderHeight; } method onDidDispose (line 113) | get onDidDispose() { return this.list.onDidDispose; } method constructor (line 114) | constructor(user, container, virtualDelegate, columns, renderers, _opt... method updateOptions (line 145) | updateOptions(options) { method splice (line 148) | splice(start, deleteCount, elements = []) { method getHTMLElement (line 151) | getHTMLElement() { method style (line 154) | style(styles) { method getSelectedElements (line 163) | getSelectedElements() { method getSelection (line 166) | getSelection() { method getFocus (line 169) | getFocus() { method dispose (line 172) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/toggle/toggle.js class Toggle (line 16) | class Toggle extends Widget { method constructor (line 17) | constructor(opts) { method enabled (line 66) | get enabled() { method focus (line 69) | focus() { method checked (line 72) | get checked() { method checked (line 75) | set checked(newIsChecked) { method width (line 81) | width() { method applyStyles (line 84) | applyStyles() { method enable (line 91) | enable() { method disable (line 94) | disable() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/toolbar/toolbar.js class ToolBar (line 18) | class ToolBar extends Disposable { method constructor (line 19) | constructor(container, contextMenuProvider, options = { orientation: 0... method actionRunner (line 85) | set actionRunner(actionRunner) { method actionRunner (line 88) | get actionRunner() { method getElement (line 91) | getElement() { method getItemAction (line 94) | getItemAction(indexOrElement) { method setActions (line 97) | setActions(primaryActions, secondaryActions) { method getKeybindingLabel (line 110) | getKeybindingLabel(action) { method clear (line 115) | clear() { method dispose (line 120) | dispose() { class ToggleMenuAction (line 126) | class ToggleMenuAction extends Action { method constructor (line 127) | constructor(toggleDropdownMenu, title) { method run (line 133) | async run() { method menuActions (line 136) | get menuActions() { method menuActions (line 139) | set menuActions(actions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/abstractTree.js class TreeElementsDragAndDropData (line 31) | class TreeElementsDragAndDropData extends ElementsDragAndDropData { method constructor (line 32) | constructor(data) { function asTreeDragAndDropData (line 37) | function asTreeDragAndDropData(data) { class TreeNodeListDragAndDrop (line 43) | class TreeNodeListDragAndDrop { method constructor (line 44) | constructor(modelProvider, dnd) { method getDragURI (line 50) | getDragURI(node) { method getDragLabel (line 53) | getDragLabel(nodes, originalEvent) { method onDragStart (line 59) | onDragStart(data, originalEvent) { method onDragOver (line 63) | onDragOver(data, targetNode, targetIndex, targetSector, originalEvent,... method drop (line 105) | drop(data, targetNode, targetIndex, targetSector, originalEvent) { method onDragEnd (line 110) | onDragEnd(originalEvent) { method dispose (line 114) | dispose() { function asListOptions (line 119) | function asListOptions(modelProvider, options) { class ComposedTreeDelegate (line 176) | class ComposedTreeDelegate { method constructor (line 177) | constructor(delegate) { method getHeight (line 180) | getHeight(element) { method getTemplateId (line 183) | getTemplateId(element) { method hasDynamicHeight (line 186) | hasDynamicHeight(element) { method setDynamicHeight (line 189) | setDynamicHeight(element, height) { class EventCollection (line 200) | class EventCollection { method elements (line 201) | get elements() { method constructor (line 204) | constructor(onDidChange, _elements = []) { method dispose (line 209) | dispose() { class TreeRenderer (line 213) | class TreeRenderer { method constructor (line 214) | constructor(renderer, modelProvider, onDidChangeCollapseState, activeN... method updateOptions (line 233) | updateOptions(options = {}) { method renderTemplate (line 263) | renderTemplate(container) { method renderElement (line 271) | renderElement(node, index, templateData, height) { method disposeElement (line 277) | disposeElement(node, index, templateData, height) { method disposeTemplate (line 286) | disposeTemplate(templateData) { method onDidChangeTwistieState (line 289) | onDidChangeTwistieState(element) { method onDidChangeNodeTwistieState (line 296) | onDidChangeNodeTwistieState(node) { method renderTreeElement (line 304) | renderTreeElement(node, templateData) { method _renderIndentGuides (line 331) | _renderIndentGuides(node, templateData) { method _onDidChangeActiveNodes (line 362) | _onDidChangeActiveNodes(nodes) { method dispose (line 395) | dispose() { class FindFilter (line 403) | class FindFilter { method totalCount (line 404) | get totalCount() { return this._totalCount; } method matchCount (line 405) | get matchCount() { return this._matchCount; } method constructor (line 406) | constructor(tree, keyboardNavigationLabelProvider, _filter) { method filter (line 417) | filter(element, parentVisibility) { method reset (line 481) | reset() { method dispose (line 485) | dispose() { class ModeToggle (line 489) | class ModeToggle extends Toggle { method constructor (line 490) | constructor(opts) { class FuzzyToggle (line 503) | class FuzzyToggle extends Toggle { method constructor (line 504) | constructor(opts) { class FindWidget (line 535) | class FindWidget extends Disposable { method mode (line 536) | set mode(mode) { method matchType (line 540) | set matchType(matchType) { method constructor (line 543) | constructor(container, tree, contextViewProvider, mode, matchType, opt... method layout (line 682) | layout(width = this.width) { method showMessage (line 689) | showMessage(message) { method clearMessage (line 692) | clearMessage() { method dispose (line 695) | async dispose() { class FindController (line 702) | class FindController { method pattern (line 703) | get pattern() { return this._pattern; } method mode (line 704) | get mode() { return this._mode; } method mode (line 705) | set mode(mode) { method matchType (line 717) | get matchType() { return this._matchType; } method matchType (line 718) | set matchType(matchType) { method constructor (line 730) | constructor(tree, model, view, filter, contextViewProvider, options = ... method updateOptions (line 752) | updateOptions(optionsUpdate = {}) { method onDidSpliceModel (line 760) | onDidSpliceModel() { method render (line 767) | render() { method shouldAllowFocus (line 782) | shouldAllowFocus(node) { method layout (line 791) | layout(width) { method dispose (line 796) | dispose() { function stickyScrollNodeStateEquals (line 803) | function stickyScrollNodeStateEquals(node1, node2) { function stickyScrollNodeEquals (line 806) | function stickyScrollNodeEquals(node1, node2) { class StickyScrollState (line 812) | class StickyScrollState { method constructor (line 813) | constructor(stickyNodes = []) { method count (line 816) | get count() { return this.stickyNodes.length; } method equal (line 817) | equal(state) { method lastNodePartiallyVisible (line 820) | lastNodePartiallyVisible() { method animationStateChanged (line 831) | animationStateChanged(previousState) { class DefaultStickyScrollDelegate (line 843) | class DefaultStickyScrollDelegate { method constrainStickyScrollNodes (line 844) | constrainStickyScrollNodes(stickyNodes, stickyScrollMaxItemCount, maxW... class StickyScrollController (line 855) | class StickyScrollController extends Disposable { method constructor (line 856) | constructor(tree, model, view, renderers, treeDelegate, options = {}) { method height (line 875) | get height() { method getNodeAtHeight (line 878) | getNodeAtHeight(height) { method update (line 891) | update() { method findStickyState (line 901) | findStickyState(firstVisibleNode) { method getNextVisibleNode (line 920) | getNextVisibleNode(previousStickyNode) { method getNextStickyNode (line 923) | getNextStickyNode(firstVisibleNodeUnderWidget, previousStickyNode, sti... method nodeTopAlignsWithStickyNodesBottom (line 938) | nodeTopAlignsWithStickyNodesBottom(node, stickyNodesHeight) { method createStickyScrollNode (line 944) | createStickyScrollNode(node, currentStickyNodesHeight) { method getAncestorUnderPrevious (line 950) | getAncestorUnderPrevious(node, previousAncestor = undefined) { method calculateStickyNodePosition (line 965) | calculateStickyNodePosition(lastDescendantIndex, stickyRowPositionTop,... method constrainStickyNodes (line 986) | constrainStickyNodes(stickyNodes) { method getParentNode (line 1008) | getParentNode(node) { method nodeIsUncollapsedParent (line 1013) | nodeIsUncollapsedParent(node) { method getNodeIndex (line 1017) | getNodeIndex(node) { method getNodeRange (line 1022) | getNodeRange(node) { method nodePositionTopBelowWidget (line 1032) | nodePositionTopBelowWidget(node) { method domFocus (line 1045) | domFocus() { method focusedLast (line 1049) | focusedLast() { method updateOptions (line 1052) | updateOptions(optionsUpdate = {}) { method validateStickySettings (line 1062) | validateStickySettings(options) { class StickyScrollWidget (line 1070) | class StickyScrollWidget { method constructor (line 1071) | constructor(container, view, tree, treeRenderers, treeDelegate, access... method height (line 1087) | get height() { method setState (line 1094) | setState(state) { method createElement (line 1134) | createElement(stickyNode, stickyIndex, stickyNodesTotal) { method setAccessibilityAttributes (line 1175) | setAccessibilityAttributes(container, element, stickyIndex, stickyNode... method setVisible (line 1213) | setVisible(visible) { method domFocus (line 1219) | domFocus() { method focusedLast (line 1222) | focusedLast() { method dispose (line 1225) | dispose() { class StickyScrollFocus (line 1231) | class StickyScrollFocus extends Disposable { method domHasFocus (line 1232) | get domHasFocus() { return this._domHasFocus; } method domHasFocus (line 1233) | set domHasFocus(hasFocus) { method constructor (line 1239) | constructor(container, view) { method handleContextMenu (line 1257) | handleContextMenu(e) { method onKeyDown (line 1287) | onKeyDown(e) { method onMouseDown (line 1312) | onMouseDown(e) { method updateElements (line 1320) | updateElements(elements, state) { method setFocusedElement (line 1343) | setFocusedElement(stickyIndex) { method scrollNodeUnderWidget (line 1359) | scrollNodeUnderWidget(nodeIndex, state) { method domFocus (line 1366) | domFocus() { method focusedLast (line 1372) | focusedLast() { method removeFocus (line 1378) | removeFocus() { method setFocus (line 1385) | setFocus(newFocusIndex) { method toggleElementFocus (line 1404) | toggleElementFocus(element, focused) { method toggleCurrentElementActiveFocus (line 1408) | toggleCurrentElementActiveFocus(focused) { method toggleElementActiveFocus (line 1414) | toggleElementActiveFocus(element, focused) { method toggleElementPassiveFocus (line 1418) | toggleElementPassiveFocus(element, focused) { method toggleStickyScrollFocused (line 1423) | toggleStickyScrollFocused(focused) { method onFocus (line 1428) | onFocus() { method onBlur (line 1439) | onBlur() { method dispose (line 1443) | dispose() { function asTreeMouseEvent (line 1449) | function asTreeMouseEvent(event) { function asTreeContextMenuEvent (line 1466) | function asTreeContextMenuEvent(event) { function dfs (line 1475) | function dfs(node, fn) { class Trait (line 1483) | class Trait { method nodeSet (line 1484) | get nodeSet() { method constructor (line 1490) | constructor(getFirstViewElementWithTrait, identityProvider) { method set (line 1497) | set(nodes, browserEvent) { method _set (line 1503) | _set(nodes, silent, browserEvent) { method get (line 1512) | get() { method getNodes (line 1518) | getNodes() { method has (line 1521) | has(node) { method onDidModelSplice (line 1524) | onDidModelSplice({ insertedNodes, deletedNodes }) { method createNodeSet (line 1560) | createNodeSet() { class TreeNodeListMouseController (line 1568) | class TreeNodeListMouseController extends MouseController { method constructor (line 1569) | constructor(list, tree, stickyScrollProvider) { method onViewPointer (line 1574) | onViewPointer(e) { method handleStickyScrollMouseEvent (line 1630) | handleStickyScrollMouseEvent(e, node) { method onDoubleClick (line 1646) | onDoubleClick(e) { method onMouseDown (line 1657) | onMouseDown(e) { method onContextMenu (line 1664) | onContextMenu(e) { class TreeNodeList (line 1676) | class TreeNodeList extends List { method constructor (line 1677) | constructor(user, container, virtualDelegate, renderers, focusTrait, s... method createMouseController (line 1683) | createMouseController(options) { method splice (line 1686) | splice(start, deleteCount, elements = []) { method setFocus (line 1715) | setFocus(indexes, browserEvent, fromAPI = false) { method setSelection (line 1721) | setSelection(indexes, browserEvent, fromAPI = false) { method setAnchor (line 1727) | setAnchor(index, fromAPI = false) { class AbstractTree (line 1739) | class AbstractTree { method onDidScroll (line 1740) | get onDidScroll() { return this.view.onDidScroll; } method onDidChangeFocus (line 1741) | get onDidChangeFocus() { return this.eventBufferer.wrapEvent(this.focu... method onDidChangeSelection (line 1742) | get onDidChangeSelection() { return this.eventBufferer.wrapEvent(this.... method onMouseDblClick (line 1743) | get onMouseDblClick() { return Event.filter(Event.map(this.view.onMous... method onMouseOver (line 1744) | get onMouseOver() { return Event.map(this.view.onMouseOver, asTreeMous... method onMouseOut (line 1745) | get onMouseOut() { return Event.map(this.view.onMouseOut, asTreeMouseE... method onContextMenu (line 1746) | get onContextMenu() { var _a, _b; return Event.any(Event.filter(Event.... method onPointer (line 1747) | get onPointer() { return Event.map(this.view.onPointer, asTreeMouseEve... method onKeyDown (line 1748) | get onKeyDown() { return this.view.onKeyDown; } method onDidFocus (line 1749) | get onDidFocus() { return this.view.onDidFocus; } method onDidChangeModel (line 1750) | get onDidChangeModel() { return Event.signal(this.model.onDidSplice); } method onDidChangeCollapseState (line 1751) | get onDidChangeCollapseState() { return this.model.onDidChangeCollapse... method findMode (line 1752) | get findMode() { var _a, _b; return (_b = (_a = this.findController) =... method findMode (line 1753) | set findMode(findMode) { if (this.findController) { method findMatchType (line 1756) | get findMatchType() { var _a, _b; return (_b = (_a = this.findControll... method findMatchType (line 1757) | set findMatchType(findFuzzy) { if (this.findController) { method expandOnDoubleClick (line 1760) | get expandOnDoubleClick() { return typeof this._options.expandOnDouble... method expandOnlyOnTwistieClick (line 1761) | get expandOnlyOnTwistieClick() { return typeof this._options.expandOnl... method onDidDispose (line 1762) | get onDidDispose() { return this.view.onDidDispose; } method constructor (line 1763) | constructor(_user, container, delegate, renderers, _options = {}) { method updateOptions (line 1849) | updateOptions(optionsUpdate = {}) { method options (line 1861) | get options() { method updateStickyScroll (line 1864) | updateStickyScroll(optionsUpdate) { method getHTMLElement (line 1878) | getHTMLElement() { method scrollTop (line 1881) | get scrollTop() { method scrollTop (line 1884) | set scrollTop(scrollTop) { method scrollHeight (line 1887) | get scrollHeight() { method renderHeight (line 1890) | get renderHeight() { method ariaLabel (line 1893) | get ariaLabel() { method ariaLabel (line 1896) | set ariaLabel(value) { method domFocus (line 1899) | domFocus() { method layout (line 1908) | layout(height, width) { method style (line 1915) | style(styles) { method getParentElement (line 1959) | getParentElement(location) { method getFirstElementChild (line 1964) | getFirstElementChild(location) { method getNode (line 1968) | getNode(location) { method getNodeLocation (line 1971) | getNodeLocation(node) { method collapse (line 1974) | collapse(location, recursive = false) { method expand (line 1977) | expand(location, recursive = false) { method toggleCollapsed (line 1980) | toggleCollapsed(location, recursive = false) { method isCollapsible (line 1983) | isCollapsible(location) { method setCollapsible (line 1986) | setCollapsible(location, collapsible) { method isCollapsed (line 1989) | isCollapsed(location) { method refilter (line 1992) | refilter() { method setSelection (line 1996) | setSelection(elements, browserEvent) { method getSelection (line 2004) | getSelection() { method setFocus (line 2007) | setFocus(elements, browserEvent) { method focusNext (line 2015) | focusNext(n = 1, loop = false, browserEvent, filter = (isKeyboardEvent... method focusPrevious (line 2018) | focusPrevious(n = 1, loop = false, browserEvent, filter = (isKeyboardE... method focusNextPage (line 2021) | focusNextPage(browserEvent, filter = (isKeyboardEvent(browserEvent) &&... method focusPreviousPage (line 2024) | focusPreviousPage(browserEvent, filter = (isKeyboardEvent(browserEvent... method focusFirst (line 2027) | focusFirst(browserEvent, filter = (isKeyboardEvent(browserEvent) && br... method getFocus (line 2030) | getFocus() { method reveal (line 2033) | reveal(location, relativeTop) { method onLeftArrow (line 2048) | onLeftArrow(e) { method onRightArrow (line 2068) | onRightArrow(e) { method onSpace (line 2088) | onSpace(e) { method dispose (line 2100) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/asyncDataTree.js function createAsyncDataTreeNode (line 18) | function createAsyncDataTreeNode(props) { function isAncestor (line 28) | function isAncestor(ancestor, descendant) { function intersects (line 39) | function intersects(node, other) { class AsyncDataTreeNodeWrapper (line 42) | class AsyncDataTreeNodeWrapper { method element (line 43) | get element() { return this.node.element.element; } method children (line 44) | get children() { return this.node.children.map(node => new AsyncDataTr... method depth (line 45) | get depth() { return this.node.depth; } method visibleChildrenCount (line 46) | get visibleChildrenCount() { return this.node.visibleChildrenCount; } method visibleChildIndex (line 47) | get visibleChildIndex() { return this.node.visibleChildIndex; } method collapsible (line 48) | get collapsible() { return this.node.collapsible; } method collapsed (line 49) | get collapsed() { return this.node.collapsed; } method visible (line 50) | get visible() { return this.node.visible; } method filterData (line 51) | get filterData() { return this.node.filterData; } method constructor (line 52) | constructor(node) { class AsyncDataTreeRenderer (line 56) | class AsyncDataTreeRenderer { method constructor (line 57) | constructor(renderer, nodeMapper, onDidChangeTwistieState) { method renderTemplate (line 64) | renderTemplate(container) { method renderElement (line 68) | renderElement(node, index, templateData, height) { method renderTwistie (line 71) | renderTwistie(element, twistieElement) { method disposeElement (line 81) | disposeElement(node, index, templateData, height) { method disposeTemplate (line 85) | disposeTemplate(templateData) { method dispose (line 88) | dispose() { function asTreeEvent (line 92) | function asTreeEvent(e) { function asTreeMouseEvent (line 98) | function asTreeMouseEvent(e) { class AsyncDataTreeElementsDragAndDropData (line 105) | class AsyncDataTreeElementsDragAndDropData extends ElementsDragAndDropDa... method constructor (line 106) | constructor(data) { function asAsyncDataTreeDragAndDropData (line 111) | function asAsyncDataTreeDragAndDropData(data) { class AsyncDataTreeNodeListDragAndDrop (line 117) | class AsyncDataTreeNodeListDragAndDrop { method constructor (line 118) | constructor(dnd) { method getDragURI (line 121) | getDragURI(node) { method getDragLabel (line 124) | getDragLabel(nodes, originalEvent) { method onDragStart (line 130) | onDragStart(data, originalEvent) { method onDragOver (line 134) | onDragOver(data, targetNode, targetIndex, targetSector, originalEvent,... method drop (line 137) | drop(data, targetNode, targetIndex, targetSector, originalEvent) { method onDragEnd (line 140) | onDragEnd(originalEvent) { method dispose (line 144) | dispose() { function asObjectTreeOptions (line 148) | function asObjectTreeOptions(options) { function dfs (line 220) | function dfs(node, fn) { class AsyncDataTree (line 224) | class AsyncDataTree { method onDidScroll (line 225) | get onDidScroll() { return this.tree.onDidScroll; } method onDidChangeFocus (line 226) | get onDidChangeFocus() { return Event.map(this.tree.onDidChangeFocus, ... method onDidChangeSelection (line 227) | get onDidChangeSelection() { return Event.map(this.tree.onDidChangeSel... method onMouseDblClick (line 228) | get onMouseDblClick() { return Event.map(this.tree.onMouseDblClick, as... method onPointer (line 229) | get onPointer() { return Event.map(this.tree.onPointer, asTreeMouseEve... method onDidFocus (line 230) | get onDidFocus() { return this.tree.onDidFocus; } method onDidChangeModel (line 235) | get onDidChangeModel() { return this.tree.onDidChangeModel; } method onDidChangeCollapseState (line 236) | get onDidChangeCollapseState() { return this.tree.onDidChangeCollapseS... method onDidChangeFindOpenState (line 237) | get onDidChangeFindOpenState() { return this.tree.onDidChangeFindOpenS... method onDidChangeStickyScrollFocused (line 238) | get onDidChangeStickyScrollFocused() { return this.tree.onDidChangeSti... method onDidDispose (line 239) | get onDidDispose() { return this.tree.onDidDispose; } method constructor (line 240) | constructor(user, container, delegate, renderers, dataSource, options ... method createTree (line 272) | createTree(user, container, delegate, renderers, options) { method updateOptions (line 278) | updateOptions(options = {}) { method getHTMLElement (line 282) | getHTMLElement() { method scrollTop (line 285) | get scrollTop() { method scrollTop (line 288) | set scrollTop(scrollTop) { method scrollHeight (line 291) | get scrollHeight() { method renderHeight (line 294) | get renderHeight() { method domFocus (line 297) | domFocus() { method layout (line 300) | layout(height, width) { method style (line 303) | style(styles) { method getInput (line 307) | getInput() { method setInput (line 310) | async setInput(input, viewState) { method _updateChildren (line 324) | async _updateChildren(element = this.root.element, recursive = true, r... method rerender (line 345) | rerender(element) { method getNode (line 354) | getNode(element = this.root.element) { method collapse (line 359) | collapse(element, recursive = false) { method expand (line 363) | async expand(element, recursive = false) { method setSelection (line 389) | setSelection(elements, browserEvent) { method getSelection (line 393) | getSelection() { method setFocus (line 397) | setFocus(elements, browserEvent) { method getFocus (line 401) | getFocus() { method reveal (line 405) | reveal(element, relativeTop) { method getParentElement (line 409) | getParentElement(element) { method getFirstElementChild (line 413) | getFirstElementChild(element = this.root.element) { method getDataNode (line 419) | getDataNode(element) { method refreshAndRenderNode (line 426) | async refreshAndRenderNode(node, recursive, viewStateContext, options) { method refreshNode (line 433) | async refreshNode(node, recursive, viewStateContext) { method doRefreshSubTree (line 454) | async doRefreshSubTree(node, recursive, viewStateContext) { method doRefreshNode (line 471) | async doRefreshNode(node, recursive, viewStateContext) { method doGetChildren (line 511) | doGetChildren(node) { method _onDidChangeCollapseState (line 526) | _onDidChangeCollapseState({ node, deep }) { method setChildren (line 540) | setChildren(node, childrenElementsIterable, recursive, viewStateContex... method render (line 617) | render(node, viewStateContext, options) { method asTreeElement (line 633) | asTreeElement(node, viewStateContext) { method processChildren (line 659) | processChildren(children) { method dispose (line 665) | dispose() { class CompressibleAsyncDataTreeNodeWrapper (line 670) | class CompressibleAsyncDataTreeNodeWrapper { method element (line 671) | get element() { method children (line 677) | get children() { return this.node.children.map(node => new Compressibl... method depth (line 678) | get depth() { return this.node.depth; } method visibleChildrenCount (line 679) | get visibleChildrenCount() { return this.node.visibleChildrenCount; } method visibleChildIndex (line 680) | get visibleChildIndex() { return this.node.visibleChildIndex; } method collapsible (line 681) | get collapsible() { return this.node.collapsible; } method collapsed (line 682) | get collapsed() { return this.node.collapsed; } method visible (line 683) | get visible() { return this.node.visible; } method filterData (line 684) | get filterData() { return this.node.filterData; } method constructor (line 685) | constructor(node) { class CompressibleAsyncDataTreeRenderer (line 689) | class CompressibleAsyncDataTreeRenderer { method constructor (line 690) | constructor(renderer, nodeMapper, compressibleNodeMapperProvider, onDi... method renderTemplate (line 699) | renderTemplate(container) { method renderElement (line 703) | renderElement(node, index, templateData, height) { method renderCompressedElements (line 706) | renderCompressedElements(node, index, templateData, height) { method renderTwistie (line 709) | renderTwistie(element, twistieElement) { method disposeElement (line 719) | disposeElement(node, index, templateData, height) { method disposeCompressedElements (line 723) | disposeCompressedElements(node, index, templateData, height) { method disposeTemplate (line 727) | disposeTemplate(templateData) { method dispose (line 730) | dispose() { function asCompressibleObjectTreeOptions (line 735) | function asCompressibleObjectTreeOptions(options) { class CompressibleAsyncDataTree (line 747) | class CompressibleAsyncDataTree extends AsyncDataTree { method constructor (line 748) | constructor(user, container, virtualDelegate, compressionDelegate, ren... method createTree (line 754) | createTree(user, container, delegate, renderers, options) { method asTreeElement (line 760) | asTreeElement(node, viewStateContext) { method updateOptions (line 766) | updateOptions(options = {}) { method render (line 769) | render(node, viewStateContext, options) { method processChildren (line 827) | processChildren(children) { function getVisibility (line 841) | function getVisibility(filterResult) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/compressedObjectTreeModel.js function noCompress (line 10) | function noCompress(element) { function compress (line 21) | function compress(element) { function _decompress (line 44) | function _decompress(element, index = 0) { function decompress (line 69) | function decompress(element) { function splice (line 72) | function splice(treeElement, element, children) { method getId (line 79) | getId(node) { class CompressedObjectTreeModel (line 84) | class CompressedObjectTreeModel { method onDidSplice (line 85) | get onDidSplice() { return this.model.onDidSplice; } method onDidChangeCollapseState (line 86) | get onDidChangeCollapseState() { return this.model.onDidChangeCollapse... method onDidChangeRenderNodeCount (line 87) | get onDidChangeRenderNodeCount() { return this.model.onDidChangeRender... method constructor (line 88) | constructor(user, list, options = {}) { method setChildren (line 96) | setChildren(element, children = Iterable.empty(), options) { method isCompressionEnabled (line 131) | isCompressionEnabled() { method setCompressionEnabled (line 134) | setCompressionEnabled(enabled) { method _setChildren (line 150) | _setChildren(node, children, options) { method has (line 167) | has(element) { method getListIndex (line 170) | getListIndex(location) { method getListRenderCount (line 174) | getListRenderCount(location) { method getNode (line 178) | getNode(location) { method getNodeLocation (line 186) | getNodeLocation(node) { method getParentNodeLocation (line 194) | getParentNodeLocation(location) { method getFirstElementChild (line 202) | getFirstElementChild(location) { method isCollapsible (line 206) | isCollapsible(location) { method setCollapsible (line 210) | setCollapsible(location, collapsible) { method isCollapsed (line 214) | isCollapsed(location) { method setCollapsed (line 218) | setCollapsed(location, collapsed, recursive) { method expandTo (line 222) | expandTo(location) { method rerender (line 226) | rerender(location) { method refilter (line 230) | refilter() { method getCompressedNode (line 233) | getCompressedNode(element) { class CompressedTreeNodeWrapper (line 245) | class CompressedTreeNodeWrapper { method element (line 246) | get element() { return this.node.element === null ? null : this.unwrap... method children (line 247) | get children() { return this.node.children.map(node => new CompressedT... method depth (line 248) | get depth() { return this.node.depth; } method visibleChildrenCount (line 249) | get visibleChildrenCount() { return this.node.visibleChildrenCount; } method visibleChildIndex (line 250) | get visibleChildIndex() { return this.node.visibleChildIndex; } method collapsible (line 251) | get collapsible() { return this.node.collapsible; } method collapsed (line 252) | get collapsed() { return this.node.collapsed; } method visible (line 253) | get visible() { return this.node.visible; } method filterData (line 254) | get filterData() { return this.node.filterData; } method constructor (line 255) | constructor(unwrapper, node) { function mapList (line 260) | function mapList(nodeMapper, list) { function mapOptions (line 270) | function mapOptions(compressedNodeUnwrapper, options) { class CompressibleObjectTreeModel (line 290) | class CompressibleObjectTreeModel { method onDidSplice (line 291) | get onDidSplice() { method onDidChangeCollapseState (line 297) | get onDidChangeCollapseState() { method onDidChangeRenderNodeCount (line 303) | get onDidChangeRenderNodeCount() { method constructor (line 306) | constructor(user, list, options = {}) { method setChildren (line 313) | setChildren(element, children = Iterable.empty(), options = {}) { method isCompressionEnabled (line 316) | isCompressionEnabled() { method setCompressionEnabled (line 319) | setCompressionEnabled(enabled) { method has (line 322) | has(location) { method getListIndex (line 325) | getListIndex(location) { method getListRenderCount (line 328) | getListRenderCount(location) { method getNode (line 331) | getNode(location) { method getNodeLocation (line 334) | getNodeLocation(node) { method getParentNodeLocation (line 337) | getParentNodeLocation(location) { method getFirstElementChild (line 340) | getFirstElementChild(location) { method isCollapsible (line 347) | isCollapsible(location) { method setCollapsible (line 350) | setCollapsible(location, collapsed) { method isCollapsed (line 353) | isCollapsed(location) { method setCollapsed (line 356) | setCollapsed(location, collapsed, recursive) { method expandTo (line 359) | expandTo(location) { method rerender (line 362) | rerender(location) { method refilter (line 365) | refilter() { method getCompressedTreeNode (line 368) | getCompressedTreeNode(location = null) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/dataTree.js class DataTree (line 7) | class DataTree extends AbstractTree { method constructor (line 8) | constructor(user, container, delegate, renderers, dataSource, options ... method createModel (line 14) | createModel(user, view, options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/indexTreeModel.js function isFilterResult (line 12) | function isFilterResult(obj) { function getVisibleState (line 15) | function getVisibleState(visibility) { function isCollapsibleStateUpdate (line 22) | function isCollapsibleStateUpdate(update) { class IndexTreeModel (line 25) | class IndexTreeModel { method constructor (line 26) | constructor(user, list, rootElement, options = {}) { method splice (line 58) | splice(location, deleteCount, toInsert = Iterable.empty(), options = {... method spliceSmart (line 69) | spliceSmart(identity, location, deleteCount, toInsertIterable, options... method spliceSimple (line 112) | spliceSimple(location, deleteCount, toInsert = Iterable.empty(), { onD... method rerender (line 188) | rerender(location) { method has (line 197) | has(location) { method getListIndex (line 200) | getListIndex(location) { method getListRenderCount (line 204) | getListRenderCount(location) { method isCollapsible (line 207) | isCollapsible(location) { method setCollapsible (line 210) | setCollapsible(location, collapsible) { method isCollapsed (line 218) | isCollapsed(location) { method setCollapsed (line 221) | setCollapsed(location, collapsed, recursive) { method _setCollapseState (line 229) | _setCollapseState(location, update) { method _setListNodeCollapseState (line 252) | _setListNodeCollapseState(node, listIndex, revealed, update) { method _setNodeCollapseState (line 263) | _setNodeCollapseState(node, update, deep) { method expandTo (line 291) | expandTo(location) { method refilter (line 303) | refilter() { method createTreeNode (line 309) | createTreeNode(treeElement, parent, parentVisibility, revealed, treeLi... method updateNodeAfterCollapseChange (line 358) | updateNodeAfterCollapseChange(node) { method _updateNodeAfterCollapseChange (line 365) | _updateNodeAfterCollapseChange(node, result) { method updateNodeAfterFilterChange (line 379) | updateNodeAfterFilterChange(node) { method _updateNodeAfterFilterChange (line 386) | _updateNodeAfterFilterChange(node, parentVisibility, result, revealed ... method _updateAncestorsRenderNodeCount (line 431) | _updateAncestorsRenderNodeCount(node, diff) { method _filterNode (line 441) | _filterNode(node, parentVisibility) { method hasTreeNode (line 457) | hasTreeNode(location, node = this.root) { method getTreeNode (line 468) | getTreeNode(location, node = this.root) { method getTreeNodeWithListIndex (line 479) | getTreeNodeWithListIndex(location) { method getParentNodeWithListIndex (line 491) | getParentNodeWithListIndex(location, node = this.root, listIndex = 0, ... method getNode (line 507) | getNode(location = []) { method getNodeLocation (line 511) | getNodeLocation(node) { method getParentNodeLocation (line 520) | getParentNodeLocation(location) { method getFirstElementChild (line 531) | getFirstElementChild(location) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/objectTree.js class ObjectTree (line 16) | class ObjectTree extends AbstractTree { method onDidChangeCollapseState (line 17) | get onDidChangeCollapseState() { return this.model.onDidChangeCollapse... method constructor (line 18) | constructor(user, container, delegate, renderers, options = {}) { method setChildren (line 22) | setChildren(element, children = Iterable.empty(), options) { method rerender (line 25) | rerender(element) { method hasElement (line 32) | hasElement(element) { method createModel (line 35) | createModel(user, view, options) { class CompressibleRenderer (line 39) | class CompressibleRenderer { method compressedTreeNodeProvider (line 40) | get compressedTreeNodeProvider() { method constructor (line 43) | constructor(_compressedTreeNodeProvider, stickyScrollDelegate, rendere... method renderTemplate (line 52) | renderTemplate(container) { method renderElement (line 56) | renderElement(node, index, templateData, height) { method disposeElement (line 70) | disposeElement(node, index, templateData, height) { method disposeTemplate (line 79) | disposeTemplate(templateData) { method renderTwistie (line 82) | renderTwistie(element, twistieElement) { class CompressibleStickyScrollDelegate (line 92) | class CompressibleStickyScrollDelegate { method constructor (line 93) | constructor(modelProvider) { method getCompressedNode (line 97) | getCompressedNode(node) { method constrainStickyScrollNodes (line 100) | constrainStickyScrollNodes(stickyNodes, stickyScrollMaxItemCount, maxW... method compressStickyNodes (line 118) | compressStickyNodes(stickyNodes) { function asObjectTreeOptions (line 158) | function asObjectTreeOptions(compressedTreeNodeProvider, options) { class CompressibleObjectTree (line 180) | class CompressibleObjectTree extends ObjectTree { method constructor (line 181) | constructor(user, container, delegate, renderers, options = {}) { method setChildren (line 187) | setChildren(element, children = Iterable.empty(), options) { method createModel (line 190) | createModel(user, view, options) { method updateOptions (line 193) | updateOptions(optionsUpdate = {}) { method getCompressedTreeNode (line 199) | getCompressedTreeNode(element = null) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/objectTreeModel.js class ObjectTreeModel (line 8) | class ObjectTreeModel { method constructor (line 9) | constructor(user, list, options = {}) { method setChildren (line 27) | setChildren(element, children = Iterable.empty(), options = {}) { method _setChildren (line 31) | _setChildren(location, children = Iterable.empty(), options) { method preserveCollapseState (line 68) | preserveCollapseState(elements = Iterable.empty()) { method rerender (line 120) | rerender(element) { method getFirstElementChild (line 124) | getFirstElementChild(ref = null) { method has (line 128) | has(element) { method getListIndex (line 131) | getListIndex(element) { method getListRenderCount (line 135) | getListRenderCount(element) { method isCollapsible (line 139) | isCollapsible(element) { method setCollapsible (line 143) | setCollapsible(element, collapsible) { method isCollapsed (line 147) | isCollapsed(element) { method setCollapsed (line 151) | setCollapsed(element, collapsed, recursive) { method expandTo (line 155) | expandTo(element) { method refilter (line 159) | refilter() { method getNode (line 162) | getNode(element = null) { method getNodeLocation (line 172) | getNodeLocation(node) { method getParentNodeLocation (line 175) | getParentNodeLocation(element) { method getElementLocation (line 188) | getElementLocation(element) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/tree/tree.js class TreeError (line 25) | class TreeError extends Error { method constructor (line 26) | constructor(user, message) { class WeakMapper (line 30) | class WeakMapper { method constructor (line 31) | constructor(fn) { method map (line 35) | map(key) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/ui/widget.js class Widget (line 10) | class Widget extends Disposable { method onclick (line 11) | onclick(domNode, listener) { method onmousedown (line 14) | onmousedown(domNode, listener) { method onmouseover (line 17) | onmouseover(domNode, listener) { method onmouseleave (line 20) | onmouseleave(domNode, listener) { method onkeydown (line 23) | onkeydown(domNode, listener) { method onkeyup (line 26) | onkeyup(domNode, listener) { method oninput (line 29) | oninput(domNode, listener) { method onblur (line 32) | onblur(domNode, listener) { method onfocus (line 35) | onfocus(domNode, listener) { method ignoreGesture (line 38) | ignoreGesture(domNode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/browser/window.js function ensureCodeWindow (line 5) | function ensureCodeWindow(targetWindow, fallbackWindowId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/actions.js class Action (line 8) | class Action extends Disposable { method constructor (line 9) | constructor(id, label = '', cssClass = '', enabled = true, actionCallb... method id (line 20) | get id() { method label (line 23) | get label() { method label (line 26) | set label(value) { method _setLabel (line 29) | _setLabel(value) { method tooltip (line 35) | get tooltip() { method tooltip (line 38) | set tooltip(value) { method _setTooltip (line 41) | _setTooltip(value) { method class (line 47) | get class() { method class (line 50) | set class(value) { method _setClass (line 53) | _setClass(value) { method enabled (line 59) | get enabled() { method enabled (line 62) | set enabled(value) { method _setEnabled (line 65) | _setEnabled(value) { method checked (line 71) | get checked() { method checked (line 74) | set checked(value) { method _setChecked (line 77) | _setChecked(value) { method run (line 83) | async run(event, data) { class ActionRunner (line 89) | class ActionRunner extends Disposable { method constructor (line 90) | constructor() { method run (line 97) | async run(action, context) { method runAction (line 111) | async runAction(action, context) { class Separator (line 115) | class Separator { method constructor (line 116) | constructor() { method join (line 127) | static join(...actionLists) { method run (line 142) | async run() { } class SubmenuAction (line 145) | class SubmenuAction { method actions (line 146) | get actions() { return this._actions; } method constructor (line 147) | constructor(id, label, actions, cssClass) { method run (line 156) | async run() { } class EmptySubmenuAction (line 158) | class EmptySubmenuAction extends Action { method constructor (line 159) | constructor() { function toAction (line 164) | function toAction(props) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/arrays.js function tail (line 6) | function tail(array, n = 0) { function tail2 (line 9) | function tail2(arr) { function equals (line 15) | function equals(one, other, itemEquals = (a, b) => a === b) { function removeFastWithoutKeepingOrder (line 36) | function removeFastWithoutKeepingOrder(array, index) { function binarySearch (line 54) | function binarySearch(array, key, comparator) { function binarySearch2 (line 72) | function binarySearch2(length, compareToKey) { function quickSelect (line 89) | function quickSelect(nth, data, compare) { function groupBy (line 120) | function groupBy(data, compare) { function forEachAdjacent (line 158) | function forEachAdjacent(arr, f) { function forEachWithNeighbors (line 163) | function forEachWithNeighbors(arr, f) { function coalesce (line 171) | function coalesce(array) { function coalesceInPlace (line 177) | function coalesceInPlace(array) { function isFalsyOrEmpty (line 190) | function isFalsyOrEmpty(obj) { function isNonEmptyArray (line 193) | function isNonEmptyArray(obj) { function distinct (line 200) | function distinct(array, keyFn = value => value) { function firstOrDefault (line 211) | function firstOrDefault(array, notFoundValue) { function range (line 214) | function range(arg, to) { function arrayInsert (line 240) | function arrayInsert(target, insertIndex, insertArr) { function pushToStart (line 248) | function pushToStart(arr, value) { function pushToEnd (line 258) | function pushToEnd(arr, value) { function pushMany (line 265) | function pushMany(arr, items) { function asArray (line 270) | function asArray(x) { function insertInto (line 279) | function insertInto(array, start, newItems) { function splice (line 300) | function splice(array, start, deleteCount, newItems) { function getActualStartIndex (line 317) | function getActualStartIndex(array, start) { function isLessThan (line 322) | function isLessThan(result) { function isLessThanOrEqual (line 326) | function isLessThanOrEqual(result) { function isGreaterThan (line 330) | function isGreaterThan(result) { function isNeitherLessOrGreaterThan (line 334) | function isNeitherLessOrGreaterThan(result) { function compareBy (line 342) | function compareBy(selector, comparator) { function tieBreakComparators (line 345) | function tieBreakComparators(...comparators) { function reverseOrder (line 361) | function reverseOrder(comparator) { class ArrayQueue (line 364) | class ArrayQueue { method constructor (line 368) | constructor(items) { method length (line 373) | get length() { method takeWhile (line 380) | takeWhile(predicate) { method takeFromEndWhile (line 396) | takeFromEndWhile(predicate) { method peek (line 407) | peek() { method dequeue (line 413) | dequeue() { method takeCount (line 418) | takeCount(count) { class CallbackIterable (line 427) | class CallbackIterable { method constructor (line 428) | constructor( method toArray (line 436) | toArray() { method filter (line 441) | filter(predicate) { method map (line 444) | map(mapFn) { method findLast (line 447) | findLast(predicate) { method findLastMaxBy (line 457) | findLastMaxBy(comparator) { class Permutation (line 474) | class Permutation { method constructor (line 475) | constructor(_indexMap) { method createSortPermutation (line 481) | static createSortPermutation(arr, compareFn) { method apply (line 488) | apply(arr) { method inverse (line 494) | inverse() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/arraysFind.js function findLast (line 5) | function findLast(array, predicate) { function findLastIdx (line 12) | function findLastIdx(array, predicate, fromIndex = array.length - 1) { function findLastMonotonous (line 27) | function findLastMonotonous(array, predicate) { function findLastIdxMonotonous (line 37) | function findLastIdxMonotonous(array, predicate, startIdx = 0, endIdxEx ... function findFirstMonotonous (line 57) | function findFirstMonotonous(array, predicate) { function findFirstIdxMonotonousOrArrLen (line 67) | function findFirstIdxMonotonousOrArrLen(array, predicate, startIdx = 0, ... class MonotonousArray (line 87) | class MonotonousArray { method constructor (line 88) | constructor(_array) { method findLastMonotonous (line 96) | findLastMonotonous(predicate) { function findFirstMax (line 116) | function findFirstMax(array, comparator) { function findLastMax (line 132) | function findLastMax(array, comparator) { function findFirstMin (line 148) | function findFirstMin(array, comparator) { function findMaxIdx (line 151) | function findMaxIdx(array, comparator) { function mapFindFirst (line 167) | function mapFindFirst(items, mapFn) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/assert.js function ok (line 20) | function ok(value, message) { function assertNever (line 25) | function assertNever(value, message = 'Unreachable') { function softAssert (line 31) | function softAssert(condition) { function assertFn (line 39) | function assertFn(condition) { function checkAdjacentItems (line 48) | function checkAdjacentItems(items, predicate) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/async.js function isThenable (line 11) | function isThenable(obj) { function createCancelablePromise (line 14) | function createCancelablePromise(callback) { function raceCancellation (line 48) | function raceCancellation(promise, token, defaultValue) { class Throttler (line 83) | class Throttler { method constructor (line 84) | constructor() { method queue (line 90) | queue(promiseFactory) { method dispose (line 125) | dispose() { class Delayer (line 179) | class Delayer { method constructor (line 180) | constructor(defaultDelay) { method trigger (line 188) | trigger(task, delay = this.defaultDelay) { method isTriggered (line 214) | isTriggered() { method cancel (line 218) | cancel() { method cancelTimeout (line 226) | cancelTimeout() { method dispose (line 231) | dispose() { class ThrottledDelayer (line 244) | class ThrottledDelayer { method constructor (line 245) | constructor(defaultDelay) { method trigger (line 249) | trigger(promiseFactory, delay) { method cancel (line 252) | cancel() { method dispose (line 255) | dispose() { function timeout (line 260) | function timeout(millis, token) { function disposableTimeout (line 293) | function disposableTimeout(handler, timeout = 0, store) { function first (line 307) | function first(promiseFactories, shouldStop = t => !!t, defaultValue = n... class TimeoutTimer (line 325) | class TimeoutTimer { method constructor (line 326) | constructor(runner, timeout) { method dispose (line 333) | dispose() { method cancel (line 337) | cancel() { method cancelAndSet (line 343) | cancelAndSet(runner, timeout) { method setIfNotSet (line 353) | setIfNotSet(runner, timeout) { class IntervalTimer (line 367) | class IntervalTimer { method constructor (line 368) | constructor() { method cancel (line 372) | cancel() { method cancelAndSet (line 377) | cancelAndSet(runner, interval, context = globalThis) { method dispose (line 390) | dispose() { class RunOnceScheduler (line 395) | class RunOnceScheduler { method constructor (line 396) | constructor(runner, delay) { method dispose (line 405) | dispose() { method cancel (line 412) | cancel() { method schedule (line 421) | schedule(delay = this.timeout) { method delay (line 425) | get delay() { method delay (line 428) | set delay(value) { method isScheduled (line 434) | isScheduled() { method onTimeout (line 437) | onTimeout() { method doRun (line 443) | doRun() { method timeRemaining (line 481) | timeRemaining() { method dispose (line 489) | dispose() { method dispose (line 503) | dispose() { class AbstractIdleValue (line 515) | class AbstractIdleValue { method constructor (line 516) | constructor(targetWindow, executor) { method dispose (line 531) | dispose() { method value (line 534) | get value() { method isInitialized (line 544) | get isInitialized() { class GlobalIdleValue (line 554) | class GlobalIdleValue extends AbstractIdleValue { method constructor (line 555) | constructor(executor) { class DeferredPromise (line 562) | class DeferredPromise { method isRejected (line 563) | get isRejected() { method isSettled (line 567) | get isSettled() { method constructor (line 570) | constructor() { method complete (line 576) | complete(value) { method error (line 583) | error(err) { method cancel (line 590) | cancel() { function settled (line 605) | async function settled(promises) { function withAsyncBody (line 629) | function withAsyncBody(bodyFn) { class AsyncIterableObject (line 645) | class AsyncIterableObject { method fromArray (line 646) | static fromArray(items) { method fromPromise (line 651) | static fromPromise(promise) { method fromPromises (line 656) | static fromPromises(promises) { method merge (line 661) | static merge(iterables) { method constructor (line 670) | constructor(executor, onReturn) { method map (line 720) | static map(iterable, mapFn) { method map (line 727) | map(mapFn) { method filter (line 730) | static filter(iterable, filterFn) { method filter (line 739) | filter(filterFn) { method coalesce (line 742) | static coalesce(iterable) { method coalesce (line 745) | coalesce() { method toPromise (line 748) | static async toPromise(iterable) { method toPromise (line 755) | toPromise() { method emitOne (line 763) | emitOne(value) { method emitMany (line 777) | emitMany(values) { method resolve (line 792) | resolve() { method reject (line 805) | reject(error) { method [Symbol.asyncIterator] (line 696) | [Symbol.asyncIterator]() { class CancelableAsyncIterableObject (line 815) | class CancelableAsyncIterableObject extends AsyncIterableObject { method constructor (line 816) | constructor(_source, executor) { method cancel (line 820) | cancel() { function createCancelableAsyncIterable (line 824) | function createCancelableAsyncIterable(callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/buffer.js class VSBuffer (line 9) | class VSBuffer { method wrap (line 15) | static wrap(actual) { method constructor (line 23) | constructor(buffer) { method toString (line 27) | toString() { function readUInt16LE (line 39) | function readUInt16LE(source, offset) { function writeUInt16LE (line 43) | function writeUInt16LE(destination, value, offset) { function readUInt32BE (line 48) | function readUInt32BE(source, offset) { function writeUInt32BE (line 54) | function writeUInt32BE(destination, value, offset) { function readUInt8 (line 63) | function readUInt8(source, offset) { function writeUInt8 (line 66) | function writeUInt8(destination, value, offset) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/cache.js function identity (line 1) | function identity(t) { class LRUCachedFunction (line 8) | class LRUCachedFunction { method constructor (line 9) | constructor(arg1, arg2) { method get (line 21) | get(arg) { class CachedFunction (line 33) | class CachedFunction { method cachedValues (line 34) | get cachedValues() { method constructor (line 37) | constructor(arg1, arg2) { method get (line 49) | get(arg) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/cancellation.js method dispose (line 8) | dispose() { clearTimeout(handle); } function isCancellationToken (line 12) | function isCancellationToken(thing) { class MutableToken (line 35) | class MutableToken { method constructor (line 36) | constructor() { method cancel (line 40) | cancel() { method isCancellationRequested (line 49) | get isCancellationRequested() { method onCancellationRequested (line 52) | get onCancellationRequested() { method dispose (line 61) | dispose() { class CancellationTokenSource (line 68) | class CancellationTokenSource { method constructor (line 69) | constructor(parent) { method token (line 74) | get token() { method cancel (line 82) | cancel() { method dispose (line 94) | dispose(cancel = false) { function cancelOnDispose (line 110) | function cancelOnDispose(store) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/codiconsUtil.js function register (line 3) | function register(id, fontCharacter) { function getCodiconFontCharacters (line 17) | function getCodiconFontCharacters() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/collections.js function diffSets (line 5) | function diffSets(before, after) { function intersection (line 27) | function intersection(setA, setB) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/color.js function roundFloat (line 5) | function roundFloat(number, decimalPoints) { class RGBA (line 9) | class RGBA { method constructor (line 10) | constructor(r, g, b, a = 1) { method equals (line 17) | static equals(a, b) { class HSLA (line 21) | class HSLA { method constructor (line 22) | constructor(h, s, l, a) { method equals (line 29) | static equals(a, b) { method fromRGBA (line 38) | static fromRGBA(rgba) { method _hue2rgb (line 67) | static _hue2rgb(p, q, t) { method toRGBA (line 91) | static toRGBA(hsla) { class HSVA (line 108) | class HSVA { method constructor (line 109) | constructor(h, s, v, a) { method equals (line 116) | static equals(a, b) { method fromRGBA (line 120) | static fromRGBA(rgba) { method toRGBA (line 144) | static toRGBA(hsva) { class Color (line 180) | class Color { method fromHex (line 181) | static fromHex(hex) { method equals (line 184) | static equals(a, b) { method hsla (line 193) | get hsla() { method hsva (line 201) | get hsva() { method constructor (line 207) | constructor(arg) { method equals (line 226) | equals(other) { method getRelativeLuminance (line 233) | getRelativeLuminance() { method _relativeLuminanceForComponent (line 240) | static _relativeLuminanceForComponent(color) { method isLighter (line 248) | isLighter() { method isLighterThan (line 252) | isLighterThan(another) { method isDarkerThan (line 257) | isDarkerThan(another) { method lighten (line 262) | lighten(factor) { method darken (line 265) | darken(factor) { method transparent (line 268) | transparent(factor) { method isTransparent (line 272) | isTransparent() { method isOpaque (line 275) | isOpaque() { method opposite (line 278) | opposite() { method makeOpaque (line 281) | makeOpaque(opaqueBackground) { method toString (line 290) | toString() { method getLighterColor (line 296) | static getLighterColor(of, relative, factor) { method getDarkerColor (line 306) | static getDarkerColor(of, relative, factor) { function formatRGB (line 330) | function formatRGB(color) { function formatRGBA (line 337) | function formatRGBA(color) { function formatHSL (line 341) | function formatHSL(color) { function formatHSLA (line 348) | function formatHSLA(color) { function _toTwoDigitHex (line 352) | function _toTwoDigitHex(n) { function formatHex (line 359) | function formatHex(color) { function formatHexA (line 367) | function formatHexA(color, compact = false) { function format (line 377) | function format(color) { function parseHex (line 389) | function parseHex(hex) { function _parseHexDigit (line 433) | function _parseHexDigit(charCode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/comparers.js function compareFileNames (line 32) | function compareFileNames(one, other, caseSensitive = false) { function compareAnything (line 42) | function compareAnything(one, other, lookFor) { function compareByPrefix (line 64) | function compareByPrefix(one, other, lookFor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/dataTransfer.js function createStringDataTransferItem (line 8) | function createStringDataTransferItem(stringOrPromise) { function createFileDataTransferItem (line 15) | function createFileDataTransferItem(fileName, uri, data) { class VSDataTransfer (line 23) | class VSDataTransfer { method constructor (line 24) | constructor() { method size (line 27) | get size() { method has (line 34) | has(mimeType) { method matches (line 37) | matches(pattern) { method get (line 44) | get(mimeType) { method append (line 53) | append(mimeType, value) { method replace (line 67) | replace(mimeType, value) { method delete (line 73) | delete(mimeType) { method toKey (line 88) | toKey(mimeType) { method [Symbol.iterator] (line 81) | *[Symbol.iterator]() { function normalizeMimeType (line 92) | function normalizeMimeType(mimeType) { function matchesMimeType (line 95) | function matchesMimeType(pattern, mimeTypes) { function matchesMimeType_normalized (line 98) | function matchesMimeType_normalized(normalizedPattern, normalizedMimeTyp... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/decorators.js function memoize (line 1) | function memoize(_target, key, descriptor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/diff/diff.js class StringDiffSequence (line 7) | class StringDiffSequence { method constructor (line 8) | constructor(source) { method getElements (line 11) | getElements() { function stringDiff (line 20) | function stringDiff(original, modified, pretty) { class Debug (line 26) | class Debug { method Assert (line 27) | static Assert(condition, message) { class MyArray (line 33) | class MyArray { method Copy (line 49) | static Copy(sourceArray, sourceIndex, destinationArray, destinationInd... method Copy2 (line 54) | static Copy2(sourceArray, sourceIndex, destinationArray, destinationIn... class DiffChangeHelper (line 68) | class DiffChangeHelper { method constructor (line 72) | constructor() { method MarkNextChange (line 82) | MarkNextChange() { method AddOriginalElement (line 101) | AddOriginalElement(originalIndex, modifiedIndex) { method AddModifiedElement (line 114) | AddModifiedElement(originalIndex, modifiedIndex) { method getChanges (line 123) | getChanges() { method getReverseChanges (line 133) | getReverseChanges() { class LcsDiff (line 146) | class LcsDiff { method constructor (line 150) | constructor(originalSequence, modifiedSequence, continueProcessingPred... method _isStringArray (line 164) | static _isStringArray(arr) { method _getElements (line 167) | static _getElements(sequence) { method ElementsAreEqual (line 181) | ElementsAreEqual(originalIndex, newIndex) { method ElementsAreStrictEqual (line 187) | ElementsAreStrictEqual(originalIndex, newIndex) { method _getStrictElement (line 195) | static _getStrictElement(sequence, index) { method OriginalElementsAreEqual (line 201) | OriginalElementsAreEqual(index1, index2) { method ModifiedElementsAreEqual (line 207) | ModifiedElementsAreEqual(index1, index2) { method ComputeDiff (line 213) | ComputeDiff(pretty) { method _ComputeDiff (line 221) | _ComputeDiff(originalStart, originalEnd, modifiedStart, modifiedEnd, p... method ComputeDiffRecursive (line 240) | ComputeDiffRecursive(originalStart, originalEnd, modifiedStart, modifi... method WALKTRACE (line 312) | WALKTRACE(diagonalForwardBase, diagonalForwardStart, diagonalForwardEn... method ComputeRecursionPoint (line 435) | ComputeRecursionPoint(originalStart, originalEnd, modifiedStart, modif... method PrettifyChanges (line 627) | PrettifyChanges(changes) { method _findBetterContiguousSequence (line 733) | _findBetterContiguousSequence(originalStart, originalLength, modifiedS... method _contiguousSequenceScore (line 757) | _contiguousSequenceScore(originalStart, modifiedStart, length) { method _OriginalIsBoundary (line 767) | _OriginalIsBoundary(index) { method _OriginalRegionIsBoundary (line 773) | _OriginalRegionIsBoundary(originalStart, originalLength) { method _ModifiedIsBoundary (line 785) | _ModifiedIsBoundary(index) { method _ModifiedRegionIsBoundary (line 791) | _ModifiedRegionIsBoundary(modifiedStart, modifiedLength) { method _boundaryScore (line 803) | _boundaryScore(originalStart, originalLength, modifiedStart, modifiedL... method ConcatenateChanges (line 815) | ConcatenateChanges(left, right) { method ChangesOverlap (line 846) | ChangesOverlap(left, right, mergedChangeArr) { method ClipDiagonalBound (line 880) | ClipDiagonalBound(diagonal, numDifferences, diagonalBaseIndex, numDiag... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/diff/diffChange.js class DiffChange (line 8) | class DiffChange { method constructor (line 13) | constructor(originalStart, originalLength, modifiedStart, modifiedLeng... method getOriginalEnd (line 23) | getOriginalEnd() { method getModifiedEnd (line 29) | getModifiedEnd() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/equals.js function itemsEquals (line 11) | function itemsEquals(itemEquals = strictEquals) { function itemEquals (line 17) | function itemEquals() { function equalsIfDefined (line 20) | function equalsIfDefined(v1, v2, equals) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/errorMessage.js function exceptionToErrorMessage (line 8) | function exceptionToErrorMessage(exception, verbose) { function stackToString (line 14) | function stackToString(stack) { function detectSystemErrorMessage (line 20) | function detectSystemErrorMessage(exception) { function toErrorMessage (line 37) | function toErrorMessage(error = null, verbose = false) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/errors.js class ErrorHandler (line 6) | class ErrorHandler { method constructor (line 7) | constructor() { method emit (line 21) | emit(e) { method onUnexpectedError (line 26) | onUnexpectedError(e) { method onUnexpectedExternalError (line 31) | onUnexpectedExternalError(e) { function onUnexpectedError (line 36) | function onUnexpectedError(e) { function onUnexpectedExternalError (line 43) | function onUnexpectedExternalError(e) { function transformErrorForSerialization (line 50) | function transformErrorForSerialization(error) { function isCancellationError (line 69) | function isCancellationError(error) { class CancellationError (line 77) | class CancellationError extends Error { method constructor (line 78) | constructor() { function canceled (line 86) | function canceled() { function illegalArgument (line 91) | function illegalArgument(name) { function illegalState (line 99) | function illegalState(name) { class NotSupportedError (line 107) | class NotSupportedError extends Error { method constructor (line 108) | constructor(message) { class ErrorNoTelemetry (line 118) | class ErrorNoTelemetry extends Error { method constructor (line 119) | constructor(msg) { method fromError (line 123) | static fromError(err) { method isErrorNoTelemetry (line 132) | static isErrorNoTelemetry(err) { class BugIndicatingError (line 141) | class BugIndicatingError extends Error { method constructor (line 142) | constructor(message) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/event.js function _addLeakageTraceLogic (line 22) | function _addLeakageTraceLogic(options) { function defer (line 52) | function defer(event, disposable) { function once (line 61) | function once(event) { function map (line 97) | function map(event, map, disposable) { function forEach (line 112) | function forEach(event, each, disposable) { function filter (line 116) | function filter(event, filter, disposable) { function signal (line 123) | function signal(event) { function any (line 127) | function any(...events) { function reduce (line 139) | function reduce(event, merge, initial, disposable) { function snapshot (line 147) | function snapshot(event, disposable) { function addAndReturnDisposable (line 168) | function addAndReturnDisposable(d, store) { function debounce (line 177) | function debounce(event, merge, delay = 100, leading = false, flushOnLis... function accumulate (line 239) | function accumulate(event, delay = 0, disposable) { function latch (line 267) | function latch(event, equals = (a, b) => a === b, disposable) { function split (line 295) | function split(event, isT, disposable) { function buffer (line 322) | function buffer(event, flushAfterTimeout = false, _buffer = [], disposab... function chain (line 389) | function chain(event, sythensize) { class ChainableSynthesis (line 403) | class ChainableSynthesis { method constructor (line 404) | constructor() { method map (line 407) | map(fn) { method forEach (line 411) | forEach(fn) { method filter (line 418) | filter(fn) { method reduce (line 422) | reduce(merge, initial) { method latch (line 430) | latch(equals = (a, b) => a === b) { method evaluate (line 441) | evaluate(value) { function fromNodeEventEmitter (line 454) | function fromNodeEventEmitter(emitter, eventName, map = id => id) { function fromDOMEventEmitter (line 465) | function fromDOMEventEmitter(emitter, eventName, map = id => id) { function toPromise (line 476) | function toPromise(event) { function fromPromise (line 484) | function fromPromise(promise) { function runAndSubscribe (line 496) | function runAndSubscribe(event, handler, initial) { class EmitterObserver (line 501) | class EmitterObserver { method constructor (line 502) | constructor(_observable, store) { method beginUpdate (line 522) | beginUpdate(_observable) { method handlePossibleChange (line 526) | handlePossibleChange(_observable) { method handleChange (line 529) | handleChange(_observable, _change) { method endUpdate (line 533) | endUpdate(_observable) { function fromObservable (line 549) | function fromObservable(obs, store) { function fromObservableLight (line 557) | function fromObservableLight(observable) { class EventProfiling (line 600) | class EventProfiling { method constructor (line 601) | constructor(name) { method start (line 609) | start(listenerCount) { method stop (line 613) | stop() { class LeakageMonitor (line 626) | class LeakageMonitor { method constructor (line 627) | constructor(_errorHandler, threshold, name = Math.random().toString(18... method dispose (line 633) | dispose() { method check (line 637) | check(stack, listenerCount) { method getMostFrequentStack (line 664) | getMostFrequentStack() { class Stacktrace (line 679) | class Stacktrace { method create (line 680) | static create() { method constructor (line 685) | constructor(value) { method print (line 688) | print() { class ListenerLeakError (line 693) | class ListenerLeakError extends Error { method constructor (line 694) | constructor(message, stack) { class ListenerRefusalError (line 702) | class ListenerRefusalError extends Error { method constructor (line 703) | constructor(message, stack) { class UniqueContainer (line 709) | class UniqueContainer { method constructor (line 710) | constructor(value) { class Emitter (line 757) | class Emitter { method constructor (line 758) | constructor(options) { method dispose (line 768) | dispose() { method event (line 802) | get event() { method _removeListener (line 865) | _removeListener(listener) { method _deliver (line 905) | _deliver(listener, value) { method _deliverQueue (line 923) | _deliverQueue(dq) { method fire (line 935) | fire(event) { method hasListeners (line 955) | hasListeners() { class EventDeliveryQueuePrivate (line 960) | class EventDeliveryQueuePrivate { method constructor (line 961) | constructor() { method enqueue (line 971) | enqueue(emitter, value, end) { method reset (line 977) | reset() { class PauseableEmitter (line 983) | class PauseableEmitter extends Emitter { method constructor (line 984) | constructor(options) { method pause (line 990) | pause() { method resume (line 993) | resume() { method fire (line 1013) | fire(event) { class DebounceEmitter (line 1024) | class DebounceEmitter extends PauseableEmitter { method constructor (line 1025) | constructor(options) { method fire (line 1030) | fire(event) { class MicrotaskEmitter (line 1045) | class MicrotaskEmitter extends Emitter { method constructor (line 1046) | constructor(options) { method fire (line 1051) | fire(event) { class EventMultiplexer (line 1092) | class EventMultiplexer { method constructor (line 1093) | constructor() { method event (line 1101) | get event() { method add (line 1104) | add(event) { method onFirstListenerAdd (line 1119) | onFirstListenerAdd() { method onLastListenerRemove (line 1123) | onLastListenerRemove() { method hook (line 1127) | hook(e) { method unhook (line 1130) | unhook(e) { method dispose (line 1135) | dispose() { class EventBufferer (line 1164) | class EventBufferer { method constructor (line 1165) | constructor() { method wrapEvent (line 1168) | wrapEvent(event, reduce, initial) { method bufferEvents (line 1210) | bufferEvents(fn) { class Relay (line 1225) | class Relay { method constructor (line 1226) | constructor() { method input (line 1242) | set input(event) { method dispose (line 1249) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/extpath.js function isPathSeparator (line 8) | function isPathSeparator(code) { function toSlashes (line 16) | function toSlashes(osPath) { function toPosixPath (line 26) | function toPosixPath(osPath) { function getRoot (line 40) | function getRoot(path, sep = posix.sep) { function isEqualOrParent (line 107) | function isEqualOrParent(base, parentCandidate, ignoreCase, separator = ... function isWindowsDriveLetter (line 136) | function isWindowsDriveLetter(char0) { function hasDriveLetter (line 139) | function hasDriveLetter(path, isWindowsOS = isWindows) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/filters.js function or (line 15) | function or(...filter) { function _matchesPrefix (line 29) | function _matchesPrefix(ignoreCase, word, wordToMatchAgainst) { function matchesContiguousSubString (line 46) | function matchesContiguousSubString(word, wordToMatchAgainst) { function matchesSubString (line 54) | function matchesSubString(word, wordToMatchAgainst) { function _matchesSubString (line 57) | function _matchesSubString(word, wordToMatchAgainst, i, j) { function isLower (line 76) | function isLower(code) { function isUpper (line 79) | function isUpper(code) { function isNumber (line 82) | function isNumber(code) { function isWhitespace (line 85) | function isWhitespace(code) { function isWordSeparator (line 97) | function isWordSeparator(code) { function charactersMatch (line 100) | function charactersMatch(codeA, codeB) { function getAlternateCodes (line 111) | function getAlternateCodes(code) { function isAlphanumeric (line 127) | function isAlphanumeric(code) { function join (line 130) | function join(head, tail) { function nextAnchor (line 142) | function nextAnchor(camelCaseWord, start) { function _matchesCamelCase (line 151) | function _matchesCamelCase(word, camelCaseWord, i, j) { function analyzeCamelCaseWord (line 174) | function analyzeCamelCaseWord(word) { function isUpperCaseWord (line 197) | function isUpperCaseWord(analysis) { function isCamelCaseWord (line 201) | function isCamelCaseWord(analysis) { function isCamelCasePattern (line 207) | function isCamelCasePattern(word) { function matchesCamelCase (line 228) | function matchesCamelCase(word, camelCaseWord) { function matchesWords (line 262) | function matchesWords(word, target, contiguous = false) { function _matchesWords (line 279) | function _matchesWords(word, target, wordIndex, targetIndex, contiguous) { function nextWord (line 328) | function nextWord(word, start) { function matchesFuzzy (line 341) | function matchesFuzzy(word, wordToMatchAgainst, enableSeparateSubstringM... function matchesFuzzy2 (line 363) | function matchesFuzzy2(pattern, word) { function anyScore (line 367) | function anyScore(pattern, lowPattern, patternPos, word, lowWord, wordPo... function createMatches (line 378) | function createMatches(score) { function initTable (line 397) | function initTable() { function initArr (line 408) | function initArr(maxLen) { function printTable (line 421) | function printTable(table, pattern, patternLen, word, wordLen) { function printTables (line 440) | function printTables(pattern, patternStart, word, wordStart) { function isSeparatorAtPos (line 447) | function isSeparatorAtPos(value, index) { function isWhitespaceAtPos (line 481) | function isWhitespaceAtPos(value, index) { function isUpperCaseAtPos (line 494) | function isUpperCaseAtPos(pos, word, wordLow) { function isPatternInWord (line 497) | function isPatternInWord(patternLow, patternPos, patternLen, wordLow, wo... function isDefault (line 516) | function isDefault(score) { class FuzzyScoreOptions (line 521) | class FuzzyScoreOptions { method constructor (line 522) | constructor(firstMatchCanBeWeak, boostFullMatch) { function fuzzyScore (line 528) | function fuzzyScore(pattern, patternLow, patternStart, word, wordLow, wo... function _fillInMaxWordMatchPos (line 651) | function _fillInMaxWordMatchPos(patternLen, wordLen, patternStart, wordS... function _doScore (line 662) | function _doScore(pattern, patternLow, patternPos, patternStart, word, w... function fuzzyScoreGracefulAggressive (line 723) | function fuzzyScoreGracefulAggressive(pattern, lowPattern, patternPos, w... function fuzzyScoreWithPermutations (line 726) | function fuzzyScoreWithPermutations(pattern, lowPattern, patternPos, wor... function nextTypoPermutation (line 755) | function nextTypoPermutation(pattern, patternPos) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/functional.js function createSingleCallFunction (line 8) | function createSingleCallFunction(fn, fnDidRunCallback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/fuzzyScorer.js constant NO_SCORE2 (line 5) | const NO_SCORE2 = [undefined, []]; function scoreFuzzy2 (line 6) | function scoreFuzzy2(target, query, patternStart = 0, wordStart = 0) { function doScoreFuzzy2Multiple (line 15) | function doScoreFuzzy2Multiple(target, query, patternStart, wordStart) { function doScoreFuzzy2Single (line 32) | function doScoreFuzzy2Single(target, query, patternStart, wordStart) { constant NO_ITEM_SCORE (line 39) | const NO_ITEM_SCORE = Object.freeze({ score: 0 }); function normalizeMatches (line 40) | function normalizeMatches(matches) { function matchOverlaps (line 64) | function matchOverlaps(matchA, matchB) { function queryExpectsExactMatch (line 77) | function queryExpectsExactMatch(query) { constant MULTIPLE_QUERY_VALUES_SEPARATOR (line 84) | const MULTIPLE_QUERY_VALUES_SEPARATOR = ' '; function prepareQuery (line 85) | function prepareQuery(original) { function normalizeQuery (line 116) | function normalizeQuery(original) { function pieceToQuery (line 132) | function pieceToQuery(arg1) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/glob.js constant GLOBSTAR (line 7) | const GLOBSTAR = '**'; constant GLOB_SPLIT (line 8) | const GLOB_SPLIT = '/'; constant PATH_REGEX (line 9) | const PATH_REGEX = '[/\\\\]'; constant NO_PATH_REGEX (line 10) | const NO_PATH_REGEX = '[^/\\\\]'; constant ALL_FORWARD_SLASHES (line 11) | const ALL_FORWARD_SLASHES = /\//g; function starsToRegExp (line 12) | function starsToRegExp(starCount, isLastPattern) { function splitGlobAware (line 26) | function splitGlobAware(pattern, splitChar) { function parseRegExp (line 64) | function parseRegExp(pattern) { constant T3_2 (line 177) | const T3_2 = /^{\*\*\/\*?[\w\.-]+(\/(\*\*)?)?(,\*\*\/\*?[\w\.-]+(\/(\*\*... constant CACHE (line 180) | const CACHE = new LRUCache(10000); function parsePattern (line 187) | function parsePattern(arg1, options) { function wrapRelativePattern (line 232) | function wrapRelativePattern(parsedPattern, arg2) { function trimForExclusions (line 257) | function trimForExclusions(pattern, options) { function trivia1 (line 261) | function trivia1(base, pattern) { function trivia2 (line 267) | function trivia2(base, pattern) { function trivia3 (line 286) | function trivia3(pattern, options) { function trivia4and5 (line 317) | function trivia4and5(targetPath, pattern, matchPathEnds) { function toRegExp (line 336) | function toRegExp(pattern) { function match (line 348) | function match(arg1, path, hasSibling) { function parse (line 354) | function parse(arg1, options = {}) { function isRelativePattern (line 378) | function isRelativePattern(obj) { function parsedExpression (line 385) | function parsedExpression(expression, options) { function parseExpressionPattern (line 490) | function parseExpressionPattern(pattern, value, options) { function aggregateBasenameMatches (line 523) | function aggregateBasenameMatches(parsedPatterns, result) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/hash.js function hash (line 9) | function hash(obj) { function doHash (line 12) | function doHash(obj, hashVal) { function numberHash (line 34) | function numberHash(val, initialHashVal) { function booleanHash (line 37) | function booleanHash(b, initialHashVal) { function stringHash (line 40) | function stringHash(s, hashVal) { function arrayHash (line 47) | function arrayHash(arr, initialHashVal) { function objectHash (line 51) | function objectHash(obj, initialHashVal) { function leftRotate (line 58) | function leftRotate(value, bits, totalBits = 32) { function fill (line 66) | function fill(dest, index = 0, count = dest.byteLength, value = 0) { function leftPad (line 71) | function leftPad(value, length, char = '0') { function toHexString (line 77) | function toHexString(bufferOrValue, bitsize = 32) { class StringSHA1 (line 86) | class StringSHA1 { method constructor (line 87) | constructor() { method update (line 100) | update(str) { method _push (line 155) | _push(buff, buffLen, codePoint) { method digest (line 185) | digest() { method _wrapUp (line 198) | _wrapUp() { method _step (line 211) | _step() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/hierarchicalKind.js class HierarchicalKind (line 5) | class HierarchicalKind { method constructor (line 6) | constructor(value) { method equals (line 9) | equals(other) { method contains (line 12) | contains(other) { method intersects (line 15) | intersects(other) { method append (line 18) | append(...parts) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/history.js class HistoryNavigator (line 6) | class HistoryNavigator { method constructor (line 7) | constructor(history = [], limit = 10) { method getHistory (line 12) | getHistory() { method add (line 15) | add(t) { method next (line 20) | next() { method previous (line 24) | previous() { method current (line 30) | current() { method first (line 33) | first() { method last (line 36) | last() { method isLast (line 39) | isLast() { method isNowhere (line 42) | isNowhere() { method has (line 45) | has(t) { method _onChange (line 48) | _onChange() { method _reduceToLimit (line 53) | _reduceToLimit() { method _currentPosition (line 59) | _currentPosition() { method _initialize (line 66) | _initialize(history) { method _elements (line 72) | get _elements() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/hotReload.js function isHotReloadEnabled (line 6) | function isHotReloadEnabled() { function registerHotReloadHandler (line 9) | function registerHotReloadHandler(handler) { function registerGlobalHotReloadHandler (line 21) | function registerGlobalHotReloadHandler() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/htmlContent.js class MarkdownString (line 10) | class MarkdownString { method constructor (line 11) | constructor(value = '', isTrustedOrOptions = false) { method appendText (line 28) | appendText(value, newlineStyle = 0 /* MarkdownStringTextNewlineStyle.P... method appendMarkdown (line 35) | appendMarkdown(value) { method appendCodeblock (line 39) | appendCodeblock(langId, code) { method appendLink (line 43) | appendLink(target, label, title) { method _escape (line 54) | _escape(value, ch) { function isEmptyMarkdownString (line 66) | function isEmptyMarkdownString(oneOrMany) { function isMarkdownString (line 77) | function isMarkdownString(thing) { function markdownStringEqual (line 88) | function markdownStringEqual(a, b) { function escapeMarkdownSyntaxTokens (line 103) | function escapeMarkdownSyntaxTokens(text) { function appendEscapedMarkdownCodeBlockFence (line 110) | function appendEscapedMarkdownCodeBlockFence(code, langId) { function escapeDoubleQuotes (line 121) | function escapeDoubleQuotes(input) { function removeMarkdownEscapes (line 124) | function removeMarkdownEscapes(text) { function parseHrefAndDimensions (line 130) | function parseHrefAndDimensions(href) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/iconLabels.js function escapeIcons (line 11) | function escapeIcons(text) { function markdownEscapeEscapedIcons (line 15) | function markdownEscapeEscapedIcons(text) { function stripIcons (line 23) | function stripIcons(text) { function getCodiconAriaLabel (line 32) | function getCodiconAriaLabel(text) { function parseLabelWithIcons (line 42) | function parseLabelWithIcons(input) { function matchesFuzzyIconAware (line 64) | function matchesFuzzyIconAware(query, target, enableSeparateSubstringMat... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/idGenerator.js class IdGenerator (line 5) | class IdGenerator { method constructor (line 6) | constructor(prefix) { method nextId (line 10) | nextId() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/ime.js class IMEImpl (line 6) | class IMEImpl { method constructor (line 7) | constructor() { method enabled (line 12) | get enabled() { method enable (line 18) | enable() { method disable (line 25) | disable() { constant IME (line 30) | const IME = new IMEImpl(); FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/iterator.js function is (line 7) | function is(thing) { function empty (line 12) | function empty() { function wrap (line 20) | function wrap(iterableOrElement) { function from (line 29) | function from(iterable) { function isEmpty (line 39) | function isEmpty(iterable) { function first (line 43) | function first(iterable) { function some (line 47) | function some(iterable, predicate) { function find (line 56) | function find(iterable, predicate) { function reduce (line 86) | function reduce(iterable, reducer, initialValue) { function consume (line 116) | function consume(iterable, atMost = Number.POSITIVE_INFINITY) { function asyncToArray (line 132) | async function asyncToArray(iterable) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/keyCodes.js class KeyCodeStrMap (line 5) | class KeyCodeStrMap { method constructor (line 6) | constructor() { method define (line 10) | define(keyCode, str) { method keyCodeToStr (line 14) | keyCodeToStr(keyCode) { method strToKeyCode (line 17) | strToKeyCode(str) { constant EVENT_KEY_CODE_MAP (line 24) | const EVENT_KEY_CODE_MAP = new Array(230); constant NATIVE_WINDOWS_KEY_CODE_TO_KEY_CODE (line 25) | const NATIVE_WINDOWS_KEY_CODE_TO_KEY_CODE = {}; constant IMMUTABLE_CODE_TO_KEY_CODE (line 32) | const IMMUTABLE_CODE_TO_KEY_CODE = []; constant IMMUTABLE_KEY_CODE_TO_CODE (line 36) | const IMMUTABLE_KEY_CODE_TO_CODE = []; function toString (line 323) | function toString(keyCode) { function fromString (line 327) | function fromString(key) { function toUserSettingsUS (line 331) | function toUserSettingsUS(keyCode) { function toUserSettingsGeneral (line 335) | function toUserSettingsGeneral(keyCode) { function fromUserSettings (line 339) | function fromUserSettings(key) { function toElectronAccelerator (line 343) | function toElectronAccelerator(keyCode) { function KeyChord (line 369) | function KeyChord(firstPart, secondPart) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/keybindingLabels.js class ModifierLabelProvider (line 6) | class ModifierLabelProvider { method constructor (line 7) | constructor(mac, windows, linux = windows) { method toLabel (line 13) | toLabel(OS, chords, keyLabelProvider) { function _simpleAsString (line 113) | function _simpleAsString(modifiers, key, labels) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/keybindings.js function decodeKeybinding (line 6) | function decodeKeybinding(keybinding, OS) { function createSimpleKeybinding (line 29) | function createSimpleKeybinding(keybinding, OS) { class KeyCodeChord (line 43) | class KeyCodeChord { method constructor (line 44) | constructor(ctrlKey, shiftKey, altKey, metaKey, keyCode) { method equals (line 51) | equals(other) { method isModifierKey (line 59) | isModifierKey() { method isDuplicateModifierCase (line 69) | isDuplicateModifierCase() { class ScanCodeChord (line 80) | class ScanCodeChord { method constructor (line 81) | constructor(ctrlKey, shiftKey, altKey, metaKey, scanCode) { method isDuplicateModifierCase (line 91) | isDuplicateModifierCase() { class Keybinding (line 101) | class Keybinding { method constructor (line 102) | constructor(chords) { class ResolvedChord (line 109) | class ResolvedChord { method constructor (line 110) | constructor(ctrlKey, shiftKey, altKey, metaKey, keyLabel, keyAriaLabel) { class ResolvedKeybinding (line 122) | class ResolvedKeybinding { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/labels.js function normalizeDriveLetter (line 3) | function normalizeDriveLetter(path, isWindowsOS = isWindows) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/lazy.js class Lazy (line 5) | class Lazy { method constructor (line 6) | constructor(executor) { method value (line 16) | get value() { method rawValue (line 36) | get rawValue() { return this._value; } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/lifecycle.js constant TRACK_DISPOSABLES (line 11) | const TRACK_DISPOSABLES = false; function setDisposableTracker (line 13) | function setDisposableTracker(tracker) { method trackDisposable (line 19) | trackDisposable(x) { method setParent (line 27) | setParent(child, parent) { method markAsDisposed (line 37) | markAsDisposed(disposable) { method markAsSingleton (line 47) | markAsSingleton(disposable) { } function trackDisposable (line 50) | function trackDisposable(x) { function markAsDisposed (line 54) | function markAsDisposed(disposable) { function setParentOfDisposable (line 57) | function setParentOfDisposable(child, parent) { function setParentOfDisposables (line 60) | function setParentOfDisposables(children, parent) { function markAsSingleton (line 71) | function markAsSingleton(singleton) { function isDisposable (line 78) | function isDisposable(thing) { function dispose (line 81) | function dispose(arg) { function combinedDisposable (line 110) | function combinedDisposable(...disposables) { function toDisposable (line 120) | function toDisposable(fn) { class DisposableStore (line 136) | class DisposableStore { method constructor (line 137) | constructor() { method dispose (line 147) | dispose() { method isDisposed (line 158) | get isDisposed() { method clear (line 164) | clear() { method add (line 178) | add(o) { method deleteAndLeak (line 199) | deleteAndLeak(o) { class Disposable (line 215) | class Disposable { method constructor (line 216) | constructor() { method dispose (line 221) | dispose() { method _register (line 228) | _register(o) { method dispose (line 240) | dispose() { } class MutableDisposable (line 247) | class MutableDisposable { method constructor (line 248) | constructor() { method value (line 252) | get value() { method value (line 255) | set value(value) { method clear (line 269) | clear() { method dispose (line 272) | dispose() { class RefCountedDisposable (line 280) | class RefCountedDisposable { method constructor (line 281) | constructor(_disposable) { method acquire (line 285) | acquire() { method release (line 289) | release() { class ImmortalReference (line 296) | class ImmortalReference { method constructor (line 297) | constructor(object) { method dispose (line 300) | dispose() { } class DisposableMap (line 305) | class DisposableMap { method constructor (line 306) | constructor() { method dispose (line 316) | dispose() { method clearAndDisposeAll (line 324) | clearAndDisposeAll() { method get (line 335) | get(key) { method set (line 338) | set(key, value, skipDisposeOnOverwrite = false) { method deleteAndDispose (line 351) | deleteAndDispose(key) { method [Symbol.iterator] (line 356) | [Symbol.iterator]() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/linkedList.js class Node (line 5) | class Node { method constructor (line 6) | constructor(element) { class LinkedList (line 13) | class LinkedList { method constructor (line 14) | constructor() { method size (line 19) | get size() { method isEmpty (line 22) | isEmpty() { method clear (line 25) | clear() { method unshift (line 37) | unshift(element) { method push (line 40) | push(element) { method _insert (line 43) | _insert(element, atTheEnd) { method shift (line 72) | shift() { method pop (line 82) | pop() { method _remove (line 92) | _remove(node) { method [Symbol.iterator] (line 117) | *[Symbol.iterator]() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/linkedText.js class LinkedText (line 12) | class LinkedText { method constructor (line 13) | constructor(nodes) { method toString (line 16) | toString() { constant LINK_REGEX (line 23) | const LINK_REGEX = /\[([^\]]+)\]\(((?:https?:\/\/|command:|file:)[^\)\s]... function parseLinkedText (line 24) | function parseLinkedText(text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/map.js class ResourceMapEntry (line 6) | class ResourceMapEntry { method constructor (line 7) | constructor(uri, value) { function isEntries (line 12) | function isEntries(arg) { class ResourceMap (line 15) | class ResourceMap { method constructor (line 16) | constructor(arg, toKey) { method set (line 34) | set(resource, value) { method get (line 38) | get(resource) { method has (line 42) | has(resource) { method size (line 45) | get size() { method clear (line 48) | clear() { method delete (line 51) | delete(resource) { method forEach (line 54) | forEach(clb, thisArg) { method values (line 62) | *values() { method keys (line 67) | *keys() { method entries (line 72) | *entries() { method [(_a = Symbol.toStringTag, Symbol.iterator)] (line 77) | *[(_a = Symbol.toStringTag, Symbol.iterator)]() { class LinkedMap (line 84) | class LinkedMap { method constructor (line 85) | constructor() { method clear (line 93) | clear() { method isEmpty (line 100) | isEmpty() { method size (line 103) | get size() { method first (line 106) | get first() { method last (line 110) | get last() { method has (line 114) | has(key) { method get (line 117) | get(key, touch = 0 /* Touch.None */) { method set (line 127) | set(key, value, touch = 0 /* Touch.None */) { method delete (line 156) | delete(key) { method remove (line 159) | remove(key) { method shift (line 169) | shift() { method forEach (line 182) | forEach(callbackfn, thisArg) { method keys (line 198) | keys() { method values (line 222) | values() { method entries (line 246) | entries() { method trimOld (line 273) | trimOld(newSize) { method trimNew (line 295) | trimNew(newSize) { method addItemFirst (line 317) | addItemFirst(item) { method addItemLast (line 332) | addItemLast(item) { method removeItem (line 347) | removeItem(item) { method touch (line 383) | touch(item, touch) { method toJSON (line 440) | toJSON() { method fromJSON (line 447) | fromJSON(data) { method [(_b = Symbol.toStringTag, Symbol.iterator)] (line 270) | [(_b = Symbol.toStringTag, Symbol.iterator)]() { class Cache (line 454) | class Cache extends LinkedMap { method constructor (line 455) | constructor(limit, ratio = 1) { method limit (line 460) | get limit() { method limit (line 463) | set limit(limit) { method get (line 467) | get(key, touch = 2 /* Touch.AsNew */) { method peek (line 470) | peek(key) { method set (line 473) | set(key, value) { method checkTrim (line 477) | checkTrim() { class LRUCache (line 483) | class LRUCache extends Cache { method constructor (line 484) | constructor(limit, ratio = 1) { method trim (line 487) | trim(newSize) { method set (line 490) | set(key, value) { class BidirectionalMap (line 500) | class BidirectionalMap { method constructor (line 501) | constructor(entries) { method clear (line 510) | clear() { method set (line 514) | set(key, value) { method get (line 518) | get(key) { method getKey (line 521) | getKey(value) { method delete (line 524) | delete(key) { method keys (line 533) | keys() { method values (line 536) | values() { class SetMap (line 540) | class SetMap { method constructor (line 541) | constructor() { method add (line 544) | add(key, value) { method delete (line 552) | delete(key, value) { method forEach (line 562) | forEach(key, fn) { method get (line 569) | get(key) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/marked/marked.js function define (line 15) | function define(deps, factory) { function _defineProperties (line 27) | function _defineProperties(target, props) { function _createClass (line 37) | function _createClass(Constructor, protoProps, staticProps) { function _unsupportedIterableToArray (line 46) | function _unsupportedIterableToArray(o, minLen) { function _arrayLikeToArray (line 55) | function _arrayLikeToArray(arr, len) { function _createForOfIteratorHelperLoose (line 63) | function _createForOfIteratorHelperLoose(o, allowArrayLike) { function getDefaults (line 84) | function getDefaults() { function changeDefaults (line 109) | function changeDefaults(newDefaults) { function escape (line 132) | function escape(html, encode) { function unescape (line 150) | function unescape(html) { function edit (line 169) | function edit(regex, opt) { function cleanUrl (line 193) | function cleanUrl(sanitize, base, href) { function resolveUrl (line 229) | function resolveUrl(base, href) { function merge (line 263) | function merge(obj) { function splitCells (line 280) | function splitCells(tableRow, count) { function rtrim (line 335) | function rtrim(str, c, invert) { function findClosingBracket (line 359) | function findClosingBracket(str, b) { function checkSanitizeDeprecation (line 384) | function checkSanitizeDeprecation(opt) { function repeatString (line 395) | function repeatString(pattern, count) { function outputLink (line 414) | function outputLink(cap, link, raw, lexer) { function indentCodeCompensation (line 442) | function indentCodeCompensation(raw, text) { function Tokenizer (line 472) | function Tokenizer(options) { function smartypants (line 1420) | function smartypants(text) { function mangle (line 1436) | function mangle(text) { function Lexer (line 1460) | function Lexer(options) { function Renderer (line 1990) | function Renderer(options) { function TextRenderer (line 2195) | function TextRenderer() {} function Slugger (line 2243) | function Slugger() { function Parser (line 2310) | function Parser(options) { function marked (line 2649) | function marked(src, opt, callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/marshalling.js function stringify (line 7) | function stringify(obj) { function parse (line 10) | function parse(text) { function replacer (line 15) | function replacer(key, value) { function revive (line 26) | function revive(obj, depth = 0) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/naturalLanguage/korean.js function getKoreanAltChars (line 14) | function getKoreanAltChars(code) { function disassembleKorean (line 23) | function disassembleKorean(code) { function getCodesFromArray (line 83) | function getCodesFromArray(code, array, arrayStartIndex) { function addCodesToBuffer (line 89) | function addCodesToBuffer(codes) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/navigator.js class ArrayNavigator (line 5) | class ArrayNavigator { method constructor (line 6) | constructor(items, start = 0, end = items.length, index = start - 1) { method current (line 12) | current() { method next (line 18) | next() { method previous (line 22) | previous() { method first (line 26) | first() { method last (line 30) | last() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/network.js function matchesScheme (line 100) | function matchesScheme(target, scheme) { function matchesSomeScheme (line 108) | function matchesSomeScheme(target, ...schemes) { class RemoteAuthoritiesImpl (line 112) | class RemoteAuthoritiesImpl { method constructor (line 113) | constructor() { method setPreferredWebSchema (line 121) | setPreferredWebSchema(schema) { method _remoteResourcesPath (line 124) | get _remoteResourcesPath() { method rewrite (line 127) | rewrite(uri) { constant VSCODE_AUTHORITY (line 157) | const VSCODE_AUTHORITY = 'vscode-app'; class FileAccessImpl (line 158) | class FileAccessImpl { method uriToBrowserUri (line 165) | uriToBrowserUri(uri) { function getHeadersFromQuery (line 207) | function getHeadersFromQuery(url) { function addSearchParam (line 229) | function addSearchParam(urlOrSearch, coop, coep) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/numbers.js function clamp (line 5) | function clamp(value, min, max) { class MovingAverage (line 8) | class MovingAverage { method constructor (line 9) | constructor() { method update (line 13) | update(value) { method value (line 18) | get value() { class SlidingWindowAverage (line 22) | class SlidingWindowAverage { method constructor (line 23) | constructor(size) { method update (line 32) | update(value) { method value (line 44) | get value() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/objects.js function deepClone (line 6) | function deepClone(obj) { function deepFreeze (line 19) | function deepFreeze(obj) { function cloneAndChange (line 39) | function cloneAndChange(obj, changer) { function _cloneAndChange (line 42) | function _cloneAndChange(obj, changer, seen) { function mixin (line 77) | function mixin(destination, source, overwrite = true) { function equals (line 100) | function equals(one, other) { function getAllPropertyNames (line 150) | function getAllPropertyNames(obj) { function getAllMethodNames (line 158) | function getAllMethodNames(obj) { function createProxyObject (line 167) | function createProxyObject(methodNames, invoke) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/autorun.js function autorun (line 13) | function autorun(fn) { function autorunOpts (line 20) | function autorunOpts(options, fn) { function autorunHandleChanges (line 35) | function autorunHandleChanges(options, fn) { function autorunWithStore (line 42) | function autorunWithStore(fn) { class AutorunObserver (line 57) | class AutorunObserver { method debugName (line 58) | get debugName() { method constructor (line 62) | constructor(_debugNameData, _runFn, createChangeSummary, _handleChange) { method dispose (line 78) | dispose() { method _runIfNeeded (line 86) | _runIfNeeded() { method toString (line 116) | toString() { method beginUpdate (line 120) | beginUpdate() { method endUpdate (line 126) | endUpdate() { method handlePossibleChange (line 145) | handlePossibleChange(observable) { method handleChange (line 150) | handleChange(observable, change) { method readObservable (line 163) | readObservable(observable) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/base.js function _setRecomputeInitiallyAndOnChange (line 9) | function _setRecomputeInitiallyAndOnChange(recomputeInitiallyAndOnChange) { function _setKeepObserved (line 13) | function _setKeepObserved(keepObserved) { function _setDerivedOpts (line 21) | function _setDerivedOpts(derived) { class ConvenientObservable (line 24) | class ConvenientObservable { method TChange (line 25) | get TChange() { return null; } method reportChanges (line 26) | reportChanges() { method read (line 30) | read(reader) { method map (line 38) | map(fnOrOwner, fnOrUndefined) { method recomputeInitiallyAndOnChange (line 62) | recomputeInitiallyAndOnChange(store, handleValue) { class BaseObservable (line 67) | class BaseObservable extends ConvenientObservable { method constructor (line 68) | constructor() { method addObserver (line 72) | addObserver(observer) { method removeObserver (line 79) | removeObserver(observer) { method onFirstObserverAdded (line 85) | onFirstObserverAdded() { } method onLastObserverRemoved (line 86) | onLastObserverRemoved() { } function transaction (line 93) | function transaction(fn, getDebugName) { function globalTransaction (line 103) | function globalTransaction(fn) { function asyncTransaction (line 120) | async function asyncTransaction(fn, getDebugName) { function subtransaction (line 132) | function subtransaction(tx, fn, getDebugName) { class TransactionImpl (line 140) | class TransactionImpl { method constructor (line 141) | constructor(_fn, _getDebugName) { method getDebugName (line 148) | getDebugName() { method updateObserver (line 154) | updateObserver(observer, observable) { method finish (line 159) | finish() { function observableValue (line 171) | function observableValue(nameOrOwner, initialValue) { function observableValueOpts (line 181) | function observableValueOpts(options, initialValue) { class ObservableValue (line 185) | class ObservableValue extends BaseObservable { method debugName (line 186) | get debugName() { method constructor (line 190) | constructor(_debugNameData, initialValue, _equalityComparator) { method get (line 196) | get() { method set (line 199) | set(value, tx, change) { method toString (line 223) | toString() { method _setValue (line 226) | _setValue(newValue) { function disposableObservableValue (line 234) | function disposableObservableValue(nameOrOwner, initialValue) { class DisposableObservableValue (line 244) | class DisposableObservableValue extends ObservableValue { method _setValue (line 245) | _setValue(newValue) { method dispose (line 254) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/debugName.js class DebugNameData (line 5) | class DebugNameData { method constructor (line 6) | constructor(owner, debugNameSource, referenceFn) { method getDebugName (line 11) | getDebugName(target) { function getDebugName (line 17) | function getDebugName(target, data) { function computeDebugName (line 34) | function computeDebugName(self, data) { function findKey (line 68) | function findKey(obj, value) { function formatOwner (line 78) | function formatOwner(owner) { function getClassName (line 92) | function getClassName(obj) { function getFunctionName (line 99) | function getFunctionName(fn) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/derived.js function derived (line 11) | function derived(computeFnOrOwner, computeFn) { function derivedWithSetter (line 17) | function derivedWithSetter(owner, computeFn, setter) { function derivedOpts (line 20) | function derivedOpts(options, computeFn) { function derivedHandleChanges (line 38) | function derivedHandleChanges(options, computeFn) { function derivedWithStore (line 42) | function derivedWithStore(computeFnOrOwner, computeFnOrUndefined) { function derivedDisposable (line 59) | function derivedDisposable(computeFnOrOwner, computeFnOrUndefined) { class Derived (line 80) | class Derived extends BaseObservable { method debugName (line 81) | get debugName() { method constructor (line 85) | constructor(_debugNameData, _computeFn, createChangeSummary, _handleCh... method onLastObserverRemoved (line 103) | onLastObserverRemoved() { method get (line 117) | get() { method _recomputeIfNeeded (line 152) | _recomputeIfNeeded() { method toString (line 191) | toString() { method beginUpdate (line 195) | beginUpdate(_observable) { method endUpdate (line 213) | endUpdate(_observable) { method handlePossibleChange (line 224) | handlePossibleChange(observable) { method handleChange (line 233) | handleChange(observable, change) { method readObservable (line 252) | readObservable(observable) { method addObserver (line 262) | addObserver(observer) { method removeObserver (line 269) | removeObserver(observer) { class DerivedWithSetter (line 278) | class DerivedWithSetter extends Derived { method constructor (line 279) | constructor(debugNameData, computeFn, createChangeSummary, handleChang... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/logging.js function setLogger (line 6) | function setLogger(logger) { function getLogger (line 9) | function getLogger() { class ConsoleObservableLogger (line 12) | class ConsoleObservableLogger { method constructor (line 13) | constructor() { method textToConsoleArgs (line 17) | textToConsoleArgs(text) { method formatInfo (line 23) | formatInfo(info) { method handleObservableChanged (line 47) | handleObservableChanged(observable, info) { method formatChanges (line 54) | formatChanges(changes) { method handleDerivedCreated (line 62) | handleDerivedCreated(derived) { method handleDerivedRecomputed (line 70) | handleDerivedRecomputed(derived, info) { method handleFromEventObservableTriggered (line 81) | handleFromEventObservableTriggered(observable, info) { method handleAutorunCreated (line 89) | handleAutorunCreated(autorun) { method handleAutorunTriggered (line 97) | handleAutorunTriggered(autorun) { method handleAutorunFinished (line 108) | handleAutorunFinished(autorun) { method handleBeginTransaction (line 111) | handleBeginTransaction(transaction) { method handleEndTransaction (line 123) | handleEndTransaction() { function consoleTextToArgs (line 127) | function consoleTextToArgs(text) { function normalText (line 155) | function normalText(text) { function formatKind (line 158) | function formatKind(kind) { function styled (line 161) | function styled(text, options = { function formatValue (line 183) | function formatValue(value, availableLen) { function formatArray (line 212) | function formatArray(value, availableLen) { function formatObject (line 229) | function formatObject(value, availableLen) { function repeat (line 246) | function repeat(str, count) { function padStr (line 253) | function padStr(str, length) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/promise.js function waitForState (line 7) | function waitForState(observable, predicate, isError, cancellationToken) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/observableInternal/utils.js function constObservable (line 14) | function constObservable(value) { class ConstObservable (line 17) | class ConstObservable extends ConvenientObservable { method constructor (line 18) | constructor(value) { method debugName (line 22) | get debugName() { method get (line 25) | get() { method addObserver (line 28) | addObserver(observer) { method removeObserver (line 31) | removeObserver(observer) { method toString (line 34) | toString() { function observableFromEvent (line 38) | function observableFromEvent(event, getValue) { class FromEventObservable (line 41) | class FromEventObservable extends BaseObservable { method constructor (line 42) | constructor(event, _getValue) { method getDebugName (line 76) | getDebugName() { method debugName (line 79) | get debugName() { method onFirstObserverAdded (line 83) | onFirstObserverAdded() { method onLastObserverRemoved (line 86) | onLastObserverRemoved() { method get (line 92) | get() { function batchEventsGlobally (line 108) | function batchEventsGlobally(tx, fn) { function observableSignalFromEvent (line 125) | function observableSignalFromEvent(debugName, event) { class FromEventObservableSignal (line 128) | class FromEventObservableSignal extends BaseObservable { method constructor (line 129) | constructor(debugName, event) { method onFirstObserverAdded (line 142) | onFirstObserverAdded() { method onLastObserverRemoved (line 145) | onLastObserverRemoved() { method get (line 149) | get() { function observableSignal (line 153) | function observableSignal(debugNameOrOwner) { class ObservableSignal (line 161) | class ObservableSignal extends BaseObservable { method debugName (line 162) | get debugName() { method constructor (line 166) | constructor(_debugName, _owner) { method trigger (line 171) | trigger(tx, change) { method get (line 183) | get() { function keepObserved (line 190) | function keepObserved(observable) { function recomputeInitiallyAndOnChange (line 201) | function recomputeInitiallyAndOnChange(observable, handleValue) { class KeepAliveObserver (line 215) | class KeepAliveObserver { method constructor (line 216) | constructor(_forceRecompute, _handleValue) { method beginUpdate (line 221) | beginUpdate(observable) { method endUpdate (line 224) | endUpdate(observable) { method handlePossibleChange (line 235) | handlePossibleChange(observable) { method handleChange (line 238) | handleChange(observable, change) { function derivedObservableWithCache (line 242) | function derivedObservableWithCache(owner, computeFn) { function derivedObservableWithWritableCache (line 250) | function derivedObservableWithWritableCache(owner, computeFn) { function mapObservableArrayCached (line 272) | function mapObservableArrayCached(owner, items, map, keySelector) { class ArrayMap (line 287) | class ArrayMap { method constructor (line 288) | constructor(_map, _keySelector) { method dispose (line 294) | dispose() { method setItems (line 298) | setItems(items) { method getItems (line 322) | getItems() { class ValueWithChangeEventFromObservable (line 326) | class ValueWithChangeEventFromObservable { method constructor (line 327) | constructor(observable) { method onDidChange (line 330) | get onDidChange() { method value (line 333) | get value() { function observableFromValueWithChangeEvent (line 337) | function observableFromValueWithChangeEvent(_owner, value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/path.js constant CHAR_UPPERCASE_A (line 30) | const CHAR_UPPERCASE_A = 65; constant CHAR_LOWERCASE_A (line 31) | const CHAR_LOWERCASE_A = 97; constant CHAR_UPPERCASE_Z (line 32) | const CHAR_UPPERCASE_Z = 90; constant CHAR_LOWERCASE_Z (line 33) | const CHAR_LOWERCASE_Z = 122; constant CHAR_DOT (line 34) | const CHAR_DOT = 46; constant CHAR_FORWARD_SLASH (line 35) | const CHAR_FORWARD_SLASH = 47; constant CHAR_BACKWARD_SLASH (line 36) | const CHAR_BACKWARD_SLASH = 92; constant CHAR_COLON (line 37) | const CHAR_COLON = 58; constant CHAR_QUESTION_MARK (line 38) | const CHAR_QUESTION_MARK = 63; class ErrorInvalidArgType (line 39) | class ErrorInvalidArgType extends Error { method constructor (line 40) | constructor(name, expected, actual) { function validateObject (line 57) | function validateObject(pathObject, name) { function validateString (line 62) | function validateString(value, name) { function isPathSeparator (line 68) | function isPathSeparator(code) { function isPosixPathSeparator (line 71) | function isPosixPathSeparator(code) { function isWindowsDeviceRoot (line 74) | function isWindowsDeviceRoot(code) { function normalizeString (line 79) | function normalizeString(path, allowAboveRoot, separator, isPathSeparato... function _format (line 151) | function _format(sep, pathObject) { method resolve (line 163) | resolve(...pathSegments) { method normalize (line 293) | normalize(path) { method isAbsolute (line 380) | isAbsolute(path) { method join (line 394) | join(...paths) { method relative (line 463) | relative(from, to) { method toNamespacedPath (line 573) | toNamespacedPath(path) { method dirname (line 600) | dirname(path) { method basename (line 681) | basename(path, ext) { method extname (line 768) | extname(path) { method parse (line 831) | parse(path) { method resolve (line 998) | resolve(...pathSegments) { method normalize (line 1020) | normalize(path) { method isAbsolute (line 1040) | isAbsolute(path) { method join (line 1044) | join(...paths) { method relative (line 1066) | relative(from, to) { method toNamespacedPath (line 1134) | toNamespacedPath(path) { method dirname (line 1138) | dirname(path) { method basename (line 1166) | basename(path, ext) { method extname (line 1245) | extname(path) { method parse (line 1299) | parse(path) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/platform.js constant LANGUAGE_DEFAULT (line 7) | const LANGUAGE_DEFAULT = 'en'; function isLittleEndian (line 147) | function isLittleEndian() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/process.js method platform (line 12) | get platform() { return sandboxProcess.platform; } method arch (line 13) | get arch() { return sandboxProcess.arch; } method env (line 14) | get env() { return sandboxProcess.env; } method cwd (line 15) | cwd() { return sandboxProcess.cwd(); } method platform (line 21) | get platform() { return process.platform; } method arch (line 22) | get arch() { return process.arch; } method env (line 23) | get env() { return process.env; } method cwd (line 24) | cwd() { return process.env['VSCODE_CWD'] || process.cwd(); } method platform (line 31) | get platform() { return isWindows ? 'win32' : isMacintosh ? 'darwin' : '... method arch (line 32) | get arch() { return undefined; /* arch is undefined in web */ } method env (line 34) | get env() { return {}; } method cwd (line 35) | cwd() { return '/'; } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/range.js function intersect (line 11) | function intersect(one, other) { function isEmpty (line 23) | function isEmpty(range) { function intersects (line 27) | function intersects(one, other) { function relativeComplement (line 31) | function relativeComplement(one, other) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/resources.js function originalFSPath (line 11) | function originalFSPath(uri) { class ExtUri (line 14) | class ExtUri { method constructor (line 15) | constructor(_ignorePathCasing) { method compare (line 18) | compare(uri1, uri2, ignoreFragment = false) { method isEqual (line 24) | isEqual(uri1, uri2, ignoreFragment = false) { method getComparisonKey (line 33) | getComparisonKey(uri, ignoreFragment = false) { method isEqualOrParent (line 39) | isEqualOrParent(base, parentCandidate, ignoreFragment = false) { method joinPath (line 51) | joinPath(resource, ...pathFragment) { method basenameOrAuthority (line 54) | basenameOrAuthority(resource) { method basename (line 57) | basename(resource) { method extname (line 60) | extname(resource) { method dirname (line 63) | dirname(resource) { method normalizePath (line 82) | normalizePath(resource) { method relativePath (line 97) | relativePath(from, to) { method resolvePath (line 121) | resolvePath(base, path) { method isAbsolutePath (line 135) | isAbsolutePath(resource) { method isEqualAuthority (line 138) | isEqualAuthority(a1, a2) { method hasTrailingPathSeparator (line 141) | hasTrailingPathSeparator(resource, sep = paths.sep) { method removeTrailingPathSeparator (line 151) | removeTrailingPathSeparator(resource, sep = paths.sep) { method addTrailingPathSeparator (line 158) | addTrailingPathSeparator(resource, sep = paths.sep) { function parseMetaData (line 236) | function parseMetaData(dataUri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/scrollable.js class ScrollState (line 7) | class ScrollState { method constructor (line 8) | constructor(_forceIntegerValues, width, scrollWidth, scrollLeft, heigh... method equals (line 46) | equals(other) { method withScrollDimensions (line 56) | withScrollDimensions(update, useRawScrollPositions) { method withScrollPosition (line 59) | withScrollPosition(update) { method createScrollEvent (line 62) | createScrollEvent(previous, inSmoothScrolling) { class Scrollable (line 92) | class Scrollable extends Disposable { method constructor (line 93) | constructor(options) { method dispose (line 103) | dispose() { method setSmoothScrollDuration (line 110) | setSmoothScrollDuration(smoothScrollDuration) { method validateScrollPosition (line 113) | validateScrollPosition(scrollPosition) { method getScrollDimensions (line 116) | getScrollDimensions() { method setScrollDimensions (line 119) | setScrollDimensions(dimensions, useRawScrollPositions) { method getFutureScrollPosition (line 130) | getFutureScrollPosition() { method getCurrentScrollPosition (line 140) | getCurrentScrollPosition() { method setScrollPositionNow (line 143) | setScrollPositionNow(update) { method setScrollPositionSmooth (line 153) | setScrollPositionSmooth(update, reuseAnimation) { method hasPendingScrollAnimation (line 194) | hasPendingScrollAnimation() { method _performSmoothScrolling (line 197) | _performSmoothScrolling() { method _setState (line 223) | _setState(newState, inSmoothScrolling) { class SmoothScrollingUpdate (line 233) | class SmoothScrollingUpdate { method constructor (line 234) | constructor(scrollLeft, scrollTop, isDone) { function createEaseOutCubic (line 240) | function createEaseOutCubic(from, to) { function createComposed (line 246) | function createComposed(a, b, cut) { class SmoothScrollingOperation (line 254) | class SmoothScrollingOperation { method constructor (line 255) | constructor(from, to, startTime, duration) { method _initAnimations (line 263) | _initAnimations() { method _initAnimation (line 267) | _initAnimation(from, to, viewportSize) { method dispose (line 284) | dispose() { method acceptScrollDimensions (line 290) | acceptScrollDimensions(state) { method tick (line 294) | tick() { method _tick (line 297) | _tick(now) { method combine (line 306) | combine(from, to, duration) { method start (line 309) | static start(from, to, duration) { function easeInCubic (line 316) | function easeInCubic(t) { function easeOutCubic (line 319) | function easeOutCubic(t) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/search.js function buildReplaceStringWithCasePreserved (line 6) | function buildReplaceStringWithCasePreserved(matches, pattern) { function validateSpecificSpecialCharacter (line 37) | function validateSpecificSpecialCharacter(matches, pattern, specialChara... function buildReplaceStringForSpecificSpecialCharacter (line 41) | function buildReplaceStringForSpecificSpecialCharacter(matches, pattern,... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/severity.js function fromValue (line 23) | function fromValue(value) { function toString (line 39) | function toString(severity) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/stopwatch.js class StopWatch (line 6) | class StopWatch { method create (line 7) | static create(highResolution) { method constructor (line 10) | constructor(highResolution) { method stop (line 15) | stop() { method reset (line 18) | reset() { method elapsed (line 22) | elapsed() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/strings.js function isFalsyOrWhitespace (line 8) | function isFalsyOrWhitespace(str) { function format (line 21) | function format(value, ...args) { function htmlAttributeEncodeValue (line 38) | function htmlAttributeEncodeValue(value) { function escape (line 54) | function escape(html) { function escapeRegExpCharacters (line 67) | function escapeRegExpCharacters(value) { function trim (line 75) | function trim(haystack, needle = ' ') { function ltrim (line 84) | function ltrim(haystack, needle) { function rtrim (line 103) | function rtrim(haystack, needle) { function convertSimple2RegExpPattern (line 124) | function convertSimple2RegExpPattern(pattern) { function stripWildcards (line 127) | function stripWildcards(pattern) { function createRegExp (line 130) | function createRegExp(searchString, isRegex, options = {}) { function regExpLeadsToEndlessLoop (line 160) | function regExpLeadsToEndlessLoop(regexp) { function splitLines (line 171) | function splitLines(str) { function splitLinesIncludeSeparators (line 174) | function splitLinesIncludeSeparators(str) { function firstNonWhitespaceIndex (line 187) | function firstNonWhitespaceIndex(str) { function getLeadingWhitespace (line 200) | function getLeadingWhitespace(str, start = 0, end = str.length) { function lastNonWhitespaceIndex (line 213) | function lastNonWhitespaceIndex(str, startIndex = str.length - 1) { function compare (line 222) | function compare(a, b) { function compareSubstring (line 233) | function compareSubstring(a, b, aStart = 0, aEnd = a.length, bStart = 0,... function compareIgnoreCase (line 254) | function compareIgnoreCase(a, b) { function compareSubstringIgnoreCase (line 257) | function compareSubstringIgnoreCase(a, b, aStart = 0, aEnd = a.length, b... function isAsciiDigit (line 294) | function isAsciiDigit(code) { function isLowerAsciiLetter (line 297) | function isLowerAsciiLetter(code) { function isUpperAsciiLetter (line 300) | function isUpperAsciiLetter(code) { function equalsIgnoreCase (line 303) | function equalsIgnoreCase(a, b) { function startsWithIgnoreCase (line 306) | function startsWithIgnoreCase(str, candidate) { function commonPrefixLength (line 316) | function commonPrefixLength(a, b) { function commonSuffixLength (line 329) | function commonSuffixLength(a, b) { function isHighSurrogate (line 344) | function isHighSurrogate(charCode) { function isLowSurrogate (line 350) | function isLowSurrogate(charCode) { function computeCodePoint (line 356) | function computeCodePoint(highSurrogate, lowSurrogate) { function getNextCodePoint (line 362) | function getNextCodePoint(str, len, offset) { function getPrevCodePoint (line 375) | function getPrevCodePoint(str, offset) { class CodePointIterator (line 385) | class CodePointIterator { method offset (line 386) | get offset() { method constructor (line 389) | constructor(str, offset = 0) { method setOffset (line 394) | setOffset(offset) { method prevCodePoint (line 397) | prevCodePoint() { method nextCodePoint (line 402) | nextCodePoint() { method eol (line 407) | eol() { class GraphemeIterator (line 411) | class GraphemeIterator { method offset (line 412) | get offset() { method constructor (line 415) | constructor(str, offset = 0) { method nextGraphemeLength (line 418) | nextGraphemeLength() { method prevGraphemeLength (line 435) | prevGraphemeLength() { method eol (line 452) | eol() { function nextCharLength (line 456) | function nextCharLength(str, initialOffset) { function prevCharLength (line 460) | function prevCharLength(str, initialOffset) { function getCharContainingOffset (line 464) | function getCharContainingOffset(str, offset) { constant CONTAINS_RTL (line 472) | let CONTAINS_RTL = undefined; function makeContainsRtl (line 473) | function makeContainsRtl() { function containsRTL (line 480) | function containsRTL(str) { constant IS_BASIC_ASCII (line 486) | const IS_BASIC_ASCII = /^[\t\n\r\x20-\x7E]*$/; function isBasicASCII (line 490) | function isBasicASCII(str) { constant UNUSUAL_LINE_TERMINATORS (line 493) | const UNUSUAL_LINE_TERMINATORS = /[\u2028\u2029]/; function containsUnusualLineTerminators (line 497) | function containsUnusualLineTerminators(str) { function isFullWidthCharacter (line 500) | function isFullWidthCharacter(charCode) { function isEmojiImprecise (line 547) | function isEmojiImprecise(x) { constant UTF8_BOM_CHARACTER (line 555) | const UTF8_BOM_CHARACTER = String.fromCharCode(65279 /* CharCode.UTF8_BO... function startsWithUTF8BOM (line 556) | function startsWithUTF8BOM(str) { function containsUppercaseCharacter (line 559) | function containsUppercaseCharacter(target, ignoreEscapedChars = false) { function singleLetterHash (line 571) | function singleLetterHash(n) { function breakBetweenGraphemeBreakType (line 579) | function breakBetweenGraphemeBreakType(breakTypeA, breakTypeB) { class GraphemeBreakTree (line 650) | class GraphemeBreakTree { method getInstance (line 651) | static getInstance() { method constructor (line 657) | constructor() { method getGraphemeBreakType (line 660) | getGraphemeBreakType(codePoint) { function getGraphemeBreakRawData (line 696) | function getGraphemeBreakRawData() { function getLeftDeleteOffset (line 705) | function getLeftDeleteOffset(offset, str) { function getOffsetBeforeLastEmojiComponent (line 719) | function getOffsetBeforeLastEmojiComponent(initialOffset, str) { function isEmojiModifier (line 749) | function isEmojiModifier(codePoint) { class AmbiguousCharacters (line 753) | class AmbiguousCharacters { method getInstance (line 754) | static getInstance(locales) { method getLocales (line 757) | static getLocales() { method constructor (line 760) | constructor(confusableDictionary) { method isAmbiguous (line 763) | isAmbiguous(codePoint) { method getPrimaryConfusable (line 770) | getPrimaryConfusable(codePoint) { method getConfusableCodePoints (line 773) | getConfusableCodePoints() { function arrayToMap (line 784) | function arrayToMap(arr) { function mergeMaps (line 791) | function mergeMaps(map1, map2) { function intersectMaps (line 798) | function intersectMaps(map1, map2) { class InvisibleCharacters (line 825) | class InvisibleCharacters { method getRawData (line 826) | static getRawData() { method getData (line 830) | static getData() { method isInvisibleCharacter (line 836) | static isInvisibleCharacter(codePoint) { method codePoints (line 839) | static get codePoints() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/ternarySearchTree.js class StringIterator (line 2) | class StringIterator { method constructor (line 3) | constructor() { method reset (line 7) | reset(key) { method next (line 12) | next() { method hasNext (line 16) | hasNext() { method cmp (line 19) | cmp(a) { method value (line 24) | value() { class ConfigKeysIterator (line 28) | class ConfigKeysIterator { method constructor (line 29) | constructor(_caseSensitive = true) { method reset (line 32) | reset(key) { method hasNext (line 38) | hasNext() { method next (line 41) | next() { method cmp (line 61) | cmp(a) { method value (line 66) | value() { class PathIterator (line 70) | class PathIterator { method constructor (line 71) | constructor(_splitOnBackslash = true, _caseSensitive = true) { method reset (line 75) | reset(key) { method hasNext (line 88) | hasNext() { method next (line 91) | next() { method cmp (line 111) | cmp(a) { method value (line 116) | value() { class UriIterator (line 120) | class UriIterator { method constructor (line 121) | constructor(_ignorePathCasing, _ignoreQueryAndFragment) { method reset (line 127) | reset(key) { method next (line 154) | next() { method hasNext (line 163) | hasNext() { method cmp (line 167) | cmp(a) { method value (line 185) | value() { class TernarySearchTreeNode (line 204) | class TernarySearchTreeNode { method constructor (line 205) | constructor() { method rotateLeft (line 208) | rotateLeft() { method rotateRight (line 216) | rotateRight() { method updateHeight (line 224) | updateHeight() { method balanceFactor (line 227) | balanceFactor() { method heightLeft (line 230) | get heightLeft() { method heightRight (line 234) | get heightRight() { class TernarySearchTree (line 239) | class TernarySearchTree { method forUris (line 240) | static forUris(ignorePathCasing = () => false, ignoreQueryAndFragment ... method forStrings (line 243) | static forStrings() { method forConfigKeys (line 246) | static forConfigKeys() { method constructor (line 249) | constructor(segments) { method clear (line 252) | clear() { method set (line 255) | set(key, element) { method get (line 354) | get(key) { method _getNode (line 358) | _getNode(key) { method has (line 382) | has(key) { method delete (line 386) | delete(key) { method deleteSuperstr (line 389) | deleteSuperstr(key) { method _delete (line 392) | _delete(key, superStr) { method _min (line 521) | _min(node) { method findSubstr (line 527) | findSubstr(key) { method findSuperstr (line 553) | findSuperstr(key) { method _findSuperstrOrElement (line 556) | _findSuperstrOrElement(key, allowValue) { method forEach (line 591) | forEach(callback) { method _entries (line 599) | _entries(node) { method _dfsEntries (line 604) | _dfsEntries(node, bucket) { method [Symbol.iterator] (line 596) | *[Symbol.iterator]() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/tfIdf.js function countMapFrom (line 5) | function countMapFrom(values) { class TfIdfCalculator (line 19) | class TfIdfCalculator { method constructor (line 20) | constructor() { method calculateScores (line 28) | calculateScores(query, token) { method termFrequencies (line 49) | static termFrequencies(input) { method splitTerms (line 55) | static *splitTerms(input) { method updateDocuments (line 71) | updateDocuments(documents) { method deleteDocument (line 95) | deleteDocument(key) { method computeSimilarityScore (line 118) | computeSimilarityScore(chunk, queryEmbedding, idfCache) { method computeEmbedding (line 140) | computeEmbedding(input) { method computeIdf (line 144) | computeIdf(term) { method computeTfidf (line 151) | computeTfidf(termFrequencies) { function normalizeTfIdfScores (line 167) | function normalizeTfIdfScores(scores) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/themables.js function isThemeColor (line 8) | function isThemeColor(obj) { function asClassNameArray (line 20) | function asClassNameArray(icon) { function asClassName (line 33) | function asClassName(icon) { function asCSSSelector (line 37) | function asCSSSelector(icon) { function isThemeIcon (line 41) | function isThemeIcon(obj) { function fromString (line 46) | function fromString(str) { function fromId (line 55) | function fromId(id) { function modify (line 59) | function modify(icon, modifier) { function getModifier (line 71) | function getModifier(icon) { function isEqual (line 79) | function isEqual(ti1, ti2) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/types.js function isString (line 8) | function isString(str) { function isObject (line 15) | function isObject(obj) { function isTypedArray (line 28) | function isTypedArray(obj) { function isNumber (line 37) | function isNumber(obj) { function isIterable (line 43) | function isIterable(obj) { function isBoolean (line 49) | function isBoolean(obj) { function isUndefined (line 55) | function isUndefined(obj) { function isDefined (line 61) | function isDefined(arg) { function isUndefinedOrNull (line 67) | function isUndefinedOrNull(obj) { function assertType (line 70) | function assertType(condition, type) { function assertIsDefined (line 78) | function assertIsDefined(arg) { function isFunction (line 87) | function isFunction(obj) { function validateConstraints (line 90) | function validateConstraints(args, constraints) { function validateConstraint (line 96) | function validateConstraint(arg, constraint) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/uint.js function toUint8 (line 5) | function toUint8(v) { function toUint32 (line 14) | function toUint32(v) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/uri.js function _validateUri (line 10) | function _validateUri(ret, _strict) { function _schemeFix (line 42) | function _schemeFix(scheme, _strict) { function _referenceResolution (line 49) | function _referenceResolution(scheme, path) { class URI (line 87) | class URI { method isUri (line 88) | static isUri(thing) { method constructor (line 107) | constructor(schemeOrData, authority, path, query, fragment, _strict = ... method fsPath (line 152) | get fsPath() { method with (line 159) | with(change) { method parse (line 210) | static parse(value, _strict = false) { method file (line 238) | static file(path) { method from (line 268) | static from(components, strict) { method joinPath (line 279) | static joinPath(uri, ...pathFragment) { method toString (line 304) | toString(skipEncoding = false) { method toJSON (line 307) | toJSON() { method revive (line 310) | static revive(data) { class Uri (line 328) | class Uri extends URI { method constructor (line 329) | constructor() { method fsPath (line 334) | get fsPath() { method toString (line 340) | toString(skipEncoding = false) { method toJSON (line 352) | toJSON() { function encodeURIComponentFast (line 409) | function encodeURIComponentFast(uriComponent, isPath, isAuthority) { function encodeURIComponentMinimal (line 463) | function encodeURIComponentMinimal(path) { function uriToFsPath (line 484) | function uriToFsPath(uri, keepDriveLetterCasing) { function _asFormatted (line 513) | function _asFormatted(uri, skipEncoding) { function decodeURIComponentGraceful (line 584) | function decodeURIComponentGraceful(str) { function percentDecode (line 598) | function percentDecode(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/base/common/worker/simpleWorker.js constant INITIALIZE (line 11) | const INITIALIZE = '$initialize'; function logOnceWebWorkerWarning (line 13) | function logOnceWebWorkerWarning(err) { class RequestMessage (line 24) | class RequestMessage { method constructor (line 25) | constructor(vsWorker, req, method, args) { class ReplyMessage (line 33) | class ReplyMessage { method constructor (line 34) | constructor(vsWorker, seq, res, err) { class SubscribeEventMessage (line 42) | class SubscribeEventMessage { method constructor (line 43) | constructor(vsWorker, req, eventName, arg) { class EventMessage (line 51) | class EventMessage { method constructor (line 52) | constructor(vsWorker, req, event) { class UnsubscribeEventMessage (line 59) | class UnsubscribeEventMessage { method constructor (line 60) | constructor(vsWorker, req) { class SimpleWorkerProtocol (line 66) | class SimpleWorkerProtocol { method constructor (line 67) | constructor(handler) { method setWorkerId (line 75) | setWorkerId(workerId) { method sendMessage (line 78) | sendMessage(method, args) { method listen (line 88) | listen(eventName, arg) { method handleMessage (line 104) | handleMessage(message) { method _handleMessage (line 113) | _handleMessage(msg) { method _handleReplyMessage (line 127) | _handleReplyMessage(replyMessage) { method _handleRequestMessage (line 147) | _handleRequestMessage(requestMessage) { method _handleSubscribeEventMessage (line 160) | _handleSubscribeEventMessage(msg) { method _handleEventMessage (line 167) | _handleEventMessage(msg) { method _handleUnsubscribeEventMessage (line 174) | _handleUnsubscribeEventMessage(msg) { method _send (line 182) | _send(msg) { class SimpleWorkerClient (line 202) | class SimpleWorkerClient extends Disposable { method constructor (line 203) | constructor(workerFactory, moduleId, host) { method getProxyObject (line 283) | getProxyObject() { method _request (line 286) | _request(method, args) { method _onError (line 293) | _onError(message, error) { function propertyIsEvent (line 298) | function propertyIsEvent(name) { function propertyIsDynamicEvent (line 302) | function propertyIsDynamicEvent(name) { function createProxyObject (line 306) | function createProxyObject(methodNames, invoke, proxyListen) { class SimpleWorkerServer (line 335) | class SimpleWorkerServer { method constructor (line 336) | constructor(postMessage, requestHandlerFactory) { method onmessage (line 347) | onmessage(msg) { method _handleMessage (line 350) | _handleMessage(method, args) { method _handleEvent (line 364) | _handleEvent(eventName, arg) { method initialize (line 384) | initialize(workerId, loaderConfig, moduleId, hostMethods) { function create (line 439) | function create(postMessage) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/basic-languages/_.contribution.js method getOrCreate (line 31) | static getOrCreate(languageId) { method constructor (line 37) | constructor(languageId) { method load (line 45) | load() { function loadLanguage (line 56) | async function loadLanguage(languageId) { function registerLanguage (line 61) | function registerLanguage(def) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/basic-languages/freemarker2/freemarker2.js function createLangConfiguration (line 98) | function createLangConfiguration(ts) { function createLangConfigurationAuto (line 152) | function createLangConfigurationAuto() { function createMonarchLanguage (line 203) | function createMonarchLanguage(ts, is) { function createMonarchLanguageAuto (line 960) | function createMonarchLanguageAuto(is) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/basic-languages/wgsl/wgsl.js function qw (line 31) | function qw(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/charWidthReader.js class CharWidthRequest (line 6) | class CharWidthRequest { method constructor (line 7) | constructor(chr, type) { method fulfill (line 12) | fulfill(width) { class DomCharWidthReader (line 16) | class DomCharWidthReader { method constructor (line 17) | constructor(bareFontInfo, requests) { method read (line 23) | read(targetWindow) { method _createDomElements (line 35) | _createDomElements() { method _render (line 72) | static _render(testElement, request) { method _readFromDomElements (line 90) | _readFromDomElements() { function readCharWidths (line 98) | function readCharWidths(targetWindow, bareFontInfo, requests) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/domFontInfo.js function applyFontInfo (line 6) | function applyFontInfo(domNode, fontInfo) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/editorConfiguration.js method constructor (line 31) | constructor(isSimpleWidget, contextMenuId, options, container, _accessib... method _recomputeOptions (line 61) | _recomputeOptions() { method _computeOptions (line 72) | _computeOptions() { method _readEnvConfiguration (line 93) | _readEnvConfiguration() { method _readFontInfo (line 105) | _readFontInfo(bareFontInfo) { method getRawOptions (line 108) | getRawOptions() { method updateOptions (line 111) | updateOptions(_newOptions) { method observeContainer (line 120) | observeContainer(dimension) { method setIsDominatedByLongLines (line 123) | setIsDominatedByLongLines(isDominatedByLongLines) { method setModelLineCount (line 130) | setModelLineCount(modelLineCount) { method setViewLineCount (line 138) | setViewLineCount(viewLineCount) { method setReservedHeight (line 145) | setReservedHeight(reservedHeight) { method setGlyphMarginDecorationLaneCount (line 152) | setGlyphMarginDecorationLaneCount(decorationLaneCount) { function digitCount (line 164) | function digitCount(n) { function getExtraEditorClassName (line 172) | function getExtraEditorClassName() { class ValidatedEditorOptions (line 188) | class ValidatedEditorOptions { method constructor (line 189) | constructor() { method _read (line 192) | _read(option) { method get (line 195) | get(id) { method _write (line 198) | _write(option, value) { class ComputedEditorOptions (line 202) | class ComputedEditorOptions { method constructor (line 203) | constructor() { method _read (line 206) | _read(id) { method get (line 212) | get(id) { method _write (line 215) | _write(id, value) { class EditorOptionsUtil (line 219) | class EditorOptionsUtil { method validateOptions (line 220) | static validateOptions(options) { method computeOptions (line 228) | static computeOptions(options, env) { method _deepEquals (line 235) | static _deepEquals(a, b) { method checkEquals (line 252) | static checkEquals(a, b) { method applyUpdate (line 268) | static applyUpdate(options, update) { function deepCloneAndMigrateOptions (line 280) | function deepCloneAndMigrateOptions(_options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/elementSizeObserver.js class ElementSizeObserver (line 8) | class ElementSizeObserver extends Disposable { method constructor (line 9) | constructor(referenceDomElement, dimension) { method dispose (line 19) | dispose() { method getWidth (line 23) | getWidth() { method getHeight (line 26) | getHeight() { method startObserving (line 29) | startObserving() { method stopObserving (line 74) | stopObserving() { method observe (line 80) | observe(dimension) { method measureReferenceDomElement (line 83) | measureReferenceDomElement(emitEvent, dimension) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/fontMeasurements.js class FontMeasurementsImpl (line 12) | class FontMeasurementsImpl extends Disposable { method constructor (line 13) | constructor() { method dispose (line 20) | dispose() { method clearAllFontInfos (line 30) | clearAllFontInfos() { method _ensureCache (line 34) | _ensureCache(targetWindow) { method _writeToCache (line 43) | _writeToCache(targetWindow, item, value) { method _evictUntrustedReadings (line 54) | _evictUntrustedReadings(targetWindow) { method readFontInfo (line 71) | readFontInfo(targetWindow, bareFontInfo) { method _createRequest (line 100) | _createRequest(chr, type, all, monospace) { method _actualReadFontInfo (line 106) | _actualReadFontInfo(targetWindow, bareFontInfo) { class FontMeasurementsCache (line 176) | class FontMeasurementsCache { method constructor (line 177) | constructor() { method has (line 181) | has(item) { method get (line 185) | get(item) { method put (line 189) | put(item, value) { method remove (line 194) | remove(item) { method getValues (line 199) | getValues() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/migrateOptions.js class EditorSettingMigration (line 5) | class EditorSettingMigration { method constructor (line 6) | constructor(key, migrate) { method apply (line 10) | apply(options) { method _read (line 16) | static _read(source, key) { method _write (line 27) | static _write(target, key, value) { function registerEditorSettingMigration (line 39) | function registerEditorSettingMigration(key, migrate) { function registerSimpleEditorSettingMigration (line 42) | function registerSimpleEditorSettingMigration(key, values) { function migrateOptions (line 57) | function migrateOptions(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/config/tabFocus.js class TabFocusImpl (line 6) | class TabFocusImpl { method constructor (line 7) | constructor() { method getTabFocusMode (line 12) | getTabFocusMode() { method setTabFocusMode (line 15) | setTabFocusMode(tabFocusMode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/mouseHandler.js class MouseHandler (line 16) | class MouseHandler extends ViewEventHandler { method constructor (line 17) | constructor(context, viewController, viewHelper) { method _setupMouseWheelZoomListener (line 68) | _setupMouseWheelZoomListener() { method dispose (line 118) | dispose() { method onConfigurationChanged (line 127) | onConfigurationChanged(e) { method onCursorStateChanged (line 138) | onCursorStateChanged(e) { method onFocusChanged (line 142) | onFocusChanged(e) { method getTargetAtClientPoint (line 146) | getTargetAtClientPoint(clientX, clientY) { method _createMouseTarget (line 156) | _createMouseTarget(e, testEventTarget) { method _getMouseColumn (line 166) | _getMouseColumn(e) { method _onContextMenu (line 169) | _onContextMenu(e, testEventTarget) { method _onMouseMove (line 175) | _onMouseMove(e) { method _onMouseLeave (line 194) | _onMouseLeave(e) { method _onMouseUp (line 205) | _onMouseUp(e) { method _onMouseDown (line 211) | _onMouseDown(e, pointerId) { class MouseDownOperation (line 253) | class MouseDownOperation extends Disposable { method constructor (line 254) | constructor(_context, _viewController, _viewHelper, _mouseTargetFactor... method dispose (line 269) | dispose() { method isActive (line 272) | isActive() { method _onMouseDownThenMove (line 275) | _onMouseDownThenMove(e) { method start (line 299) | start(targetType, e, pointerId) { method _stop (line 348) | _stop() { method onHeightChanged (line 352) | onHeightChanged() { method onPointerUp (line 355) | onPointerUp() { method onCursorStateChanged (line 358) | onCursorStateChanged(e) { method _getPositionOutsideEditor (line 361) | _getPositionOutsideEditor(e) { method _findMousePosition (line 403) | _findMousePosition(e, testEventTarget) { method _helpPositionJumpOverViewZone (line 421) | _helpPositionJumpOverViewZone(viewZoneData) { method _dispatchMouse (line 436) | _dispatchMouse(position, inSelectionMode, revealType) { class TopBottomDragScrolling (line 457) | class TopBottomDragScrolling extends Disposable { method constructor (line 458) | constructor(_context, _viewHelper, _mouseTargetFactory, _dispatchMouse) { method dispose (line 466) | dispose() { method start (line 470) | start(position, mouseEvent) { method stop (line 478) | stop() { class TopBottomDragScrollingOperation (line 485) | class TopBottomDragScrollingOperation extends Disposable { method constructor (line 486) | constructor(_context, _viewHelper, _mouseTargetFactory, _dispatchMouse... method dispose (line 497) | dispose() { method setPosition (line 501) | setPosition(position, mouseEvent) { method _tick (line 508) | _tick() { method _getScrollSpeed (line 517) | _getScrollSpeed() { method _execute (line 529) | _execute() { class MouseDownState (line 560) | class MouseDownState { method altKey (line 561) | get altKey() { return this._altKey; } method ctrlKey (line 562) | get ctrlKey() { return this._ctrlKey; } method metaKey (line 563) | get metaKey() { return this._metaKey; } method shiftKey (line 564) | get shiftKey() { return this._shiftKey; } method leftButton (line 565) | get leftButton() { return this._leftButton; } method middleButton (line 566) | get middleButton() { return this._middleButton; } method startedOnLineNumbers (line 567) | get startedOnLineNumbers() { return this._startedOnLineNumbers; } method constructor (line 568) | constructor() { method count (line 582) | get count() { method setModifiers (line 585) | setModifiers(source) { method setStartButtons (line 591) | setStartButtons(source) { method setStartedOnLineNumbers (line 595) | setStartedOnLineNumbers(startedOnLineNumbers) { method trySetCount (line 598) | trySetCount(setMouseDownCount, newMouseDownPosition) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/mouseTarget.js class UnknownHitTestResult (line 14) | class UnknownHitTestResult { method constructor (line 15) | constructor(hitTarget = null) { class ContentHitTestResult (line 20) | class ContentHitTestResult { method hitTarget (line 21) | get hitTarget() { return this.spanNode; } method constructor (line 22) | constructor(position, spanNode, injectedText) { function createFromDOMInfo (line 31) | function createFromDOMInfo(ctx, spanNode, offset) { class PointerHandlerLastRenderData (line 40) | class PointerHandlerLastRenderData { method constructor (line 41) | constructor(lastViewCursorsRenderData, lastTextareaPosition) { class MouseTarget (line 46) | class MouseTarget { method _deduceRage (line 47) | static _deduceRage(position, range = null) { method createUnknown (line 53) | static createUnknown(element, mouseColumn, position) { method createTextarea (line 56) | static createTextarea(element, mouseColumn) { method createMargin (line 59) | static createMargin(type, element, mouseColumn, position, range, detai... method createViewZone (line 62) | static createViewZone(type, element, mouseColumn, position, detail) { method createContentText (line 65) | static createContentText(element, mouseColumn, position, range, detail) { method createContentEmpty (line 68) | static createContentEmpty(element, mouseColumn, position, detail) { method createContentWidget (line 71) | static createContentWidget(element, mouseColumn, detail) { method createScrollbar (line 74) | static createScrollbar(element, mouseColumn, position) { method createOverlayWidget (line 77) | static createOverlayWidget(element, mouseColumn, detail) { method createOutsideEditor (line 80) | static createOutsideEditor(mouseColumn, position, outsidePosition, out... method _typeToString (line 83) | static _typeToString(type) { method toString (line 122) | static toString(target) { class ElementPath (line 126) | class ElementPath { method isTextArea (line 127) | static isTextArea(path) { method isChildOfViewLines (line 132) | static isChildOfViewLines(path) { method isStrictChildOfViewLines (line 137) | static isStrictChildOfViewLines(path) { method isChildOfScrollableElement (line 142) | static isChildOfScrollableElement(path) { method isChildOfMinimap (line 147) | static isChildOfMinimap(path) { method isChildOfContentWidgets (line 152) | static isChildOfContentWidgets(path) { method isChildOfOverflowGuard (line 157) | static isChildOfOverflowGuard(path) { method isChildOfOverflowingContentWidgets (line 161) | static isChildOfOverflowingContentWidgets(path) { method isChildOfOverlayWidgets (line 165) | static isChildOfOverlayWidgets(path) { method isChildOfOverflowingOverlayWidgets (line 170) | static isChildOfOverflowingOverlayWidgets(path) { class HitTestContext (line 175) | class HitTestContext { method constructor (line 176) | constructor(context, viewHelper, lastRenderData) { method getZoneAtCoord (line 188) | getZoneAtCoord(mouseVerticalOffset) { method getZoneAtCoord (line 191) | static getZoneAtCoord(context, mouseVerticalOffset) { method getFullLineRangeAtCoord (line 230) | getFullLineRangeAtCoord(mouseVerticalOffset) { method getLineNumberAtVerticalOffset (line 247) | getLineNumberAtVerticalOffset(mouseVerticalOffset) { method isAfterLines (line 250) | isAfterLines(mouseVerticalOffset) { method isInTopPadding (line 253) | isInTopPadding(mouseVerticalOffset) { method isInBottomPadding (line 256) | isInBottomPadding(mouseVerticalOffset) { method getVerticalOffsetForLineNumber (line 259) | getVerticalOffsetForLineNumber(lineNumber) { method findAttribute (line 262) | findAttribute(element, attr) { method _findAttribute (line 265) | static _findAttribute(element, attr, stopAt) { method getLineWidth (line 277) | getLineWidth(lineNumber) { method visibleRangeForPosition (line 280) | visibleRangeForPosition(lineNumber, column) { method getPositionFromDOMInfo (line 283) | getPositionFromDOMInfo(spanNode, offset) { method getCurrentScrollTop (line 286) | getCurrentScrollTop() { method getCurrentScrollLeft (line 289) | getCurrentScrollLeft() { class BareHitTestRequest (line 293) | class BareHitTestRequest { method constructor (line 294) | constructor(ctx, editorPos, pos, relativePos) { class HitTestRequest (line 305) | class HitTestRequest extends BareHitTestRequest { method target (line 306) | get target() { method targetPath (line 312) | get targetPath() { method constructor (line 319) | constructor(ctx, editorPos, pos, relativePos, eventTarget) { method toString (line 330) | toString() { method wouldBenefitFromHitTestTargetSwitch (line 333) | get wouldBenefitFromHitTestTargetSwitch() { method switchToHitTestTarget (line 338) | switchToHitTestTarget() { method _getMouseColumn (line 341) | _getMouseColumn(position = null) { method fulfillUnknown (line 348) | fulfillUnknown(position = null) { method fulfillTextarea (line 351) | fulfillTextarea() { method fulfillMargin (line 354) | fulfillMargin(type, position, range, detail) { method fulfillViewZone (line 357) | fulfillViewZone(type, position, detail) { method fulfillContentText (line 360) | fulfillContentText(position, range, detail) { method fulfillContentEmpty (line 363) | fulfillContentEmpty(position, detail) { method fulfillContentWidget (line 366) | fulfillContentWidget(detail) { method fulfillScrollbar (line 369) | fulfillScrollbar(position) { method fulfillOverlayWidget (line 372) | fulfillOverlayWidget(detail) { constant EMPTY_CONTENT_AFTER_LINES (line 376) | const EMPTY_CONTENT_AFTER_LINES = { isAfterLines: true }; function createEmptyContentDataInLines (line 377) | function createEmptyContentDataInLines(horizontalDistanceToText) { class MouseTargetFactory (line 383) | class MouseTargetFactory { method constructor (line 384) | constructor(context, viewHelper) { method mouseTargetIsWidget (line 388) | mouseTargetIsWidget(e) { method createMouseTarget (line 401) | createMouseTarget(lastRenderData, editorPos, pos, relativePos, target) { method _createMouseTarget (line 422) | static _createMouseTarget(ctx, request) { method _hitTestContentWidget (line 447) | static _hitTestContentWidget(ctx, request) { method _hitTestOverlayWidget (line 460) | static _hitTestOverlayWidget(ctx, request) { method _hitTestViewCursor (line 473) | static _hitTestViewCursor(ctx, request) { method _hitTestViewZone (line 509) | static _hitTestViewZone(ctx, request) { method _hitTestTextArea (line 517) | static _hitTestTextArea(ctx, request) { method _hitTestMargin (line 527) | static _hitTestMargin(ctx, request) { method _hitTestViewLines (line 558) | static _hitTestViewLines(ctx, request) { method _hitTestMinimap (line 603) | static _hitTestMinimap(ctx, request) { method _hitTestScrollbarSlider (line 611) | static _hitTestScrollbarSlider(ctx, request) { method _hitTestScrollbar (line 624) | static _hitTestScrollbar(ctx, request) { method getMouseColumn (line 634) | getMouseColumn(relativePos) { method _getMouseColumn (line 640) | static _getMouseColumn(mouseContentHorizontalOffset, typicalHalfwidthC... method createMouseTargetFromHitTestPosition (line 647) | static createMouseTargetFromHitTestPosition(ctx, request, spanNode, po... method _doHitTestWithCaretRangeFromPoint (line 704) | static _doHitTestWithCaretRangeFromPoint(ctx, request) { method _actualDoHitTestWithCaretRangeFromPoint (line 730) | static _actualDoHitTestWithCaretRangeFromPoint(ctx, coords) { method _doHitTestWithCaretPositionFromPoint (line 779) | static _doHitTestWithCaretPositionFromPoint(ctx, coords) { method _snapToSoftTabBoundary (line 815) | static _snapToSoftTabBoundary(position, viewModel) { method doHitTest (line 824) | static doHitTest(ctx, request) { function shadowCaretRangeFromPoint (line 842) | function shadowCaretRangeFromPoint(shadowRoot, x, y) { class CharWidthReader (line 898) | class CharWidthReader { method getInstance (line 899) | static getInstance() { method constructor (line 905) | constructor() { method getCharWidth (line 909) | getCharWidth(char, font) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/pointerHandler.js class PointerEventHandler (line 17) | class PointerEventHandler extends MouseHandler { method constructor (line 18) | constructor(context, viewController, viewHelper) { method onTap (line 45) | onTap(event) { method onChange (line 53) | onChange(event) { method _dispatchGesture (line 61) | _dispatchGesture(event, inSelectionMode) { method _onMouseDown (line 81) | _onMouseDown(e, pointerId) { class TouchHandler (line 88) | class TouchHandler extends MouseHandler { method constructor (line 89) | constructor(context, viewController, viewHelper) { method onTap (line 96) | onTap(event) { method onChange (line 108) | onChange(e) { class PointerHandler (line 112) | class PointerHandler extends Disposable { method constructor (line 113) | constructor(context, viewController, viewHelper) { method getTargetAtClientPoint (line 126) | getTargetAtClientPoint(clientX, clientY) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/textAreaHandler.js class VisibleTextAreaData (line 37) | class VisibleTextAreaData { method constructor (line 38) | constructor(_context, modelLineNumber, distanceToModelLineStart, width... method prepareRender (line 57) | prepareRender(visibleRangeProvider) { method definePresentation (line 72) | definePresentation(tokenPresentation) { method constructor (line 93) | constructor(context, viewController, visibleRangeProvider, _keybindingSe... method writeScreenReaderContent (line 366) | writeScreenReaderContent(reason) { method dispose (line 369) | dispose() { method _getAndroidWordAtPosition (line 372) | _getAndroidWordAtPosition(position) { method _getWordBeforePosition (line 412) | _getWordBeforePosition(position) { method _getCharacterBeforePosition (line 428) | _getCharacterBeforePosition(position) { method _getAriaLabel (line 438) | _getAriaLabel(options) { method _setAccessibilityOptions (line 462) | _setAccessibilityOptions(options) { method onConfigurationChanged (line 489) | onConfigurationChanged(e) { method onCursorStateChanged (line 514) | onCursorStateChanged(e) { method onDecorationsChanged (line 522) | onDecorationsChanged(e) { method onFlushed (line 526) | onFlushed(e) { method onLinesChanged (line 529) | onLinesChanged(e) { method onLinesDeleted (line 532) | onLinesDeleted(e) { method onLinesInserted (line 535) | onLinesInserted(e) { method onScrollChanged (line 538) | onScrollChanged(e) { method onZonesChanged (line 543) | onZonesChanged(e) { method isFocused (line 548) | isFocused() { method focusTextArea (line 551) | focusTextArea() { method getLastRenderData (line 554) | getLastRenderData() { method setAriaOptions (line 557) | setAriaOptions(options) { method _ensureReadOnlyAttribute (line 573) | _ensureReadOnlyAttribute() { method prepareRender (line 585) | prepareRender(ctx) { method render (line 591) | render(ctx) { method _render (line 595) | _render() { method _newlinecount (line 699) | _newlinecount(text) { method _renderAtTopLeft (line 711) | _renderAtTopLeft() { method _doRender (line 723) | _doRender(renderData) { function measureText (line 762) | function measureText(targetDocument, text, fontInfo, tabSize) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/textAreaInput.js class InMemoryClipboardMetadataManager (line 40) | class InMemoryClipboardMetadataManager { method constructor (line 41) | constructor() { method set (line 44) | set(lastCopiedValue, data) { method get (line 47) | get(pastedText) { class CompositionContext (line 57) | class CompositionContext { method constructor (line 58) | constructor() { method handleCompositionUpdate (line 61) | handleCompositionUpdate(text) { method textAreaState (line 82) | get textAreaState() { method constructor (line 85) | constructor(_host, _textArea, _OS, _browser, _accessibilityService, _log... method _installSelectionChangeListener (line 338) | _installSelectionChangeListener() { method dispose (line 407) | dispose() { method focusTextArea (line 414) | focusTextArea() { method isFocused (line 421) | isFocused() { method refreshFocusState (line 424) | refreshFocusState() { method _setHasFocus (line 427) | _setHasFocus(newHasFocus) { method _setAndWriteTextAreaState (line 450) | _setAndWriteTextAreaState(reason, textAreaState) { method writeNativeTextAreaContent (line 457) | writeNativeTextAreaContent(reason) { method _ensureClipboardGetsEditorSelection (line 466) | _ensureClipboardGetsEditorSelection(e) { method getTextData (line 490) | getTextData(clipboardData) { method setTextData (line 512) | setTextData(clipboardData, text, html, metadata) { class TextAreaWrapper (line 520) | class TextAreaWrapper extends Disposable { method ownerDocument (line 521) | get ownerDocument() { method constructor (line 524) | constructor(_actual) { method hasFocus (line 548) | hasFocus() { method setIgnoreSelectionChangeTime (line 560) | setIgnoreSelectionChangeTime(reason) { method getIgnoreSelectionChangeTime (line 563) | getIgnoreSelectionChangeTime() { method resetSelectionChangeTime (line 566) | resetSelectionChangeTime() { method getValue (line 569) | getValue() { method setValue (line 573) | setValue(reason, value) { method getSelectionStart (line 583) | getSelectionStart() { method getSelectionEnd (line 586) | getSelectionEnd() { method setSelectionRange (line 589) | setSelectionRange(reason, selectionStart, selectionEnd) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/controller/textAreaState.js class TextAreaState (line 8) | class TextAreaState { method constructor (line 9) | constructor(value, method toString (line 24) | toString() { method readFromTextArea (line 27) | static readFromTextArea(textArea, previousState) { method collapseSelection (line 41) | collapseSelection() { method writeToTextArea (line 47) | writeToTextArea(reason, textArea, select) { method deduceEditorPosition (line 56) | deduceEditorPosition(offset) { method _finishDeduceEditorPosition (line 73) | _finishDeduceEditorPosition(anchor, deltaText, signum) { method deduceInput (line 81) | static deduceInput(previousState, currentState, couldBeEmojiInput) { method deduceAndroidCompositionInput (line 130) | static deduceAndroidCompositionInput(previousState, currentState) { class PagedScreenReaderStrategy (line 174) | class PagedScreenReaderStrategy { method _getPageOfLine (line 175) | static _getPageOfLine(lineNumber, linesPerPage) { method _getRangeForPage (line 178) | static _getRangeForPage(page, linesPerPage) { method fromEditorSelection (line 184) | static fromEditorSelection(model, selection, linesPerPage, trimLongTex... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/coreCommands.js constant CORE_WEIGHT (line 22) | const CORE_WEIGHT = 0 /* KeybindingWeight.EditorCore */; class CoreEditorCommand (line 23) | class CoreEditorCommand extends EditorCommand { method runEditorCommand (line 24) | runEditorCommand(accessor, editor, args) { function parse (line 116) | function parse(args) { class EditorOrNativeTextInputCommand (line 223) | class EditorOrNativeTextInputCommand { method constructor (line 224) | constructor(target) { method _runEditorCommand (line 255) | _runEditorCommand(accessor, editor, args) { class BaseMoveToCommand (line 265) | class BaseMoveToCommand extends CoreEditorCommand { method constructor (line 266) | constructor(opts) { method runCoreEditorCommand (line 270) | runCoreEditorCommand(viewModel, args) { class ColumnSelectCommand (line 293) | class ColumnSelectCommand extends CoreEditorCommand { method runCoreEditorCommand (line 294) | runCoreEditorCommand(viewModel, args) { method constructor (line 318) | constructor() { method _getColumnSelectResult (line 324) | _getColumnSelectResult(viewModel, primary, prevColumnSelectData, args) { method constructor (line 337) | constructor() { method _getColumnSelectResult (line 349) | _getColumnSelectResult(viewModel, primary, prevColumnSelectData, args) { method constructor (line 354) | constructor() { method _getColumnSelectResult (line 366) | _getColumnSelectResult(viewModel, primary, prevColumnSelectData, args) { class ColumnSelectUpCommand (line 370) | class ColumnSelectUpCommand extends ColumnSelectCommand { method constructor (line 371) | constructor(opts) { method _getColumnSelectResult (line 375) | _getColumnSelectResult(viewModel, primary, prevColumnSelectData, args) { class ColumnSelectDownCommand (line 401) | class ColumnSelectDownCommand extends ColumnSelectCommand { method constructor (line 402) | constructor(opts) { method _getColumnSelectResult (line 406) | _getColumnSelectResult(viewModel, primary, prevColumnSelectData, args) { class CursorMoveImpl (line 432) | class CursorMoveImpl extends CoreEditorCommand { method constructor (line 433) | constructor() { method runCoreEditorCommand (line 440) | runCoreEditorCommand(viewModel, args) { method _runCursorMove (line 448) | _runCursorMove(viewModel, source, args) { method _move (line 453) | static _move(viewModel, cursors, args) { class CursorMoveBasedCommand (line 481) | class CursorMoveBasedCommand extends CoreEditorCommand { method constructor (line 482) | constructor(opts) { method runCoreEditorCommand (line 486) | runCoreEditorCommand(viewModel, dynamicArgs) { method constructor (line 693) | constructor() { method runCoreEditorCommand (line 699) | runCoreEditorCommand(viewModel, args) { method constructor (line 737) | constructor() { method runCoreEditorCommand (line 743) | runCoreEditorCommand(viewModel, args) { class HomeCommand (line 755) | class HomeCommand extends CoreEditorCommand { method constructor (line 756) | constructor(opts) { method runCoreEditorCommand (line 760) | runCoreEditorCommand(viewModel, args) { class LineStartCommand (line 788) | class LineStartCommand extends CoreEditorCommand { method constructor (line 789) | constructor(opts) { method runCoreEditorCommand (line 793) | runCoreEditorCommand(viewModel, args) { method _exec (line 798) | _exec(cursors) { class EndCommand (line 830) | class EndCommand extends CoreEditorCommand { method constructor (line 831) | constructor(opts) { method runCoreEditorCommand (line 835) | runCoreEditorCommand(viewModel, args) { class LineEndCommand (line 897) | class LineEndCommand extends CoreEditorCommand { method constructor (line 898) | constructor(opts) { method runCoreEditorCommand (line 902) | runCoreEditorCommand(viewModel, args) { method _exec (line 907) | _exec(viewModel, cursors) { class TopCommand (line 940) | class TopCommand extends CoreEditorCommand { method constructor (line 941) | constructor(opts) { method runCoreEditorCommand (line 945) | runCoreEditorCommand(viewModel, args) { class BottomCommand (line 973) | class BottomCommand extends CoreEditorCommand { method constructor (line 974) | constructor(opts) { method runCoreEditorCommand (line 978) | runCoreEditorCommand(viewModel, args) { class EditorScrollImpl (line 1006) | class EditorScrollImpl extends CoreEditorCommand { method constructor (line 1007) | constructor() { method determineScrollMethod (line 1014) | determineScrollMethod(args) { method runCoreEditorCommand (line 1034) | runCoreEditorCommand(viewModel, args) { method _runVerticalEditorScroll (line 1047) | _runVerticalEditorScroll(viewModel, source, args) { method _computeDesiredScrollTop (line 1058) | _computeDesiredScrollTop(viewModel, args) { method _runHorizontalEditorScroll (line 1096) | _runHorizontalEditorScroll(viewModel, source, args) { method _computeDesiredScrollLeft (line 1100) | _computeDesiredScrollLeft(viewModel, args) { method constructor (line 1108) | constructor() { method runCoreEditorCommand (line 1120) | runCoreEditorCommand(viewModel, args) { method constructor (line 1132) | constructor() { method runCoreEditorCommand (line 1145) | runCoreEditorCommand(viewModel, args) { method constructor (line 1157) | constructor() { method runCoreEditorCommand (line 1167) | runCoreEditorCommand(viewModel, args) { method constructor (line 1179) | constructor() { method runCoreEditorCommand (line 1191) | runCoreEditorCommand(viewModel, args) { method constructor (line 1203) | constructor() { method runCoreEditorCommand (line 1216) | runCoreEditorCommand(viewModel, args) { method constructor (line 1228) | constructor() { method runCoreEditorCommand (line 1238) | runCoreEditorCommand(viewModel, args) { method constructor (line 1250) | constructor() { method runCoreEditorCommand (line 1260) | runCoreEditorCommand(viewModel, args) { method constructor (line 1272) | constructor() { method runCoreEditorCommand (line 1282) | runCoreEditorCommand(viewModel, args) { class WordCommand (line 1293) | class WordCommand extends CoreEditorCommand { method constructor (line 1294) | constructor(opts) { method runCoreEditorCommand (line 1298) | runCoreEditorCommand(viewModel, args) { method constructor (line 1322) | constructor() { method runCoreEditorCommand (line 1328) | runCoreEditorCommand(viewModel, args) { class LineCommand (line 1341) | class LineCommand extends CoreEditorCommand { method constructor (line 1342) | constructor(opts) { method runCoreEditorCommand (line 1346) | runCoreEditorCommand(viewModel, args) { class LastCursorLineCommand (line 1369) | class LastCursorLineCommand extends CoreEditorCommand { method constructor (line 1370) | constructor(opts) { method runCoreEditorCommand (line 1374) | runCoreEditorCommand(viewModel, args) { method constructor (line 1397) | constructor() { method runCoreEditorCommand (line 1409) | runCoreEditorCommand(viewModel, args) { method constructor (line 1418) | constructor() { method runCoreEditorCommand (line 1430) | runCoreEditorCommand(viewModel, args) { method constructor (line 1440) | constructor() { method runCoreEditorCommand (line 1447) | runCoreEditorCommand(viewModel, args) { method constructor (line 1480) | constructor() { method runDOMCommand (line 1483) | runDOMCommand(activeElement) { method runEditorCommand (line 1490) | runEditorCommand(accessor, editor, args) { method runCoreEditorCommand (line 1498) | runCoreEditorCommand(viewModel, args) { method constructor (line 1506) | constructor() { method runCoreEditorCommand (line 1512) | runCoreEditorCommand(viewModel, args) { function registerColumnSelection (line 1524) | function registerColumnSelection(id, keybinding) { function registerCommand (line 1538) | function registerCommand(command) { class CoreEditingCommand (line 1544) | class CoreEditingCommand extends EditorCommand { method runEditorCommand (line 1545) | runEditorCommand(accessor, editor, args) { method constructor (line 1556) | constructor() { method runCoreEditingCommand (line 1568) | runCoreEditingCommand(editor, viewModel, args) { method constructor (line 1574) | constructor() { method runCoreEditingCommand (line 1585) | runCoreEditingCommand(editor, viewModel, args) { method constructor (line 1592) | constructor() { method runCoreEditingCommand (line 1603) | runCoreEditingCommand(editor, viewModel, args) { method constructor (line 1610) | constructor() { method runCoreEditingCommand (line 1623) | runCoreEditingCommand(editor, viewModel, args) { method constructor (line 1633) | constructor() { method runCoreEditingCommand (line 1645) | runCoreEditingCommand(editor, viewModel, args) { method constructor (line 1655) | constructor() { method runDOMCommand (line 1658) | runDOMCommand(activeElement) { method runEditorCommand (line 1661) | runEditorCommand(accessor, editor, args) { method constructor (line 1669) | constructor() { method runDOMCommand (line 1672) | runDOMCommand(activeElement) { method runEditorCommand (line 1675) | runEditorCommand(accessor, editor, args) { class EditorHandlerCommand (line 1686) | class EditorHandlerCommand extends Command { method constructor (line 1687) | constructor(id, handlerId, metadata) { method runCommand (line 1695) | runCommand(accessor, args) { function registerOverwritableCommand (line 1703) | function registerOverwritableCommand(handlerId, metadata) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/dnd.js function toVSDataTransfer (line 10) | function toVSDataTransfer(dataTransfer) { function createFileDataTransferItemFromFile (line 27) | function createFileDataTransferItemFromFile(file) { constant INTERNAL_DND_MIME_TYPES (line 33) | const INTERNAL_DND_MIME_TYPES = Object.freeze([ function toExternalVSDataTransfer (line 39) | function toExternalVSDataTransfer(sourceDataTransfer, overwriteUriList =... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/editorBrowser.js function isCodeEditor (line 9) | function isCodeEditor(thing) { function isDiffEditor (line 20) | function isDiffEditor(thing) { function isCompositeEditor (line 31) | function isCompositeEditor(thing) { function getCodeEditor (line 39) | function getCodeEditor(thing) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/editorDom.js class PageCoordinates (line 14) | class PageCoordinates { method constructor (line 15) | constructor(x, y) { method toClientCoordinates (line 20) | toClientCoordinates(targetWindow) { class ClientCoordinates (line 31) | class ClientCoordinates { method constructor (line 32) | constructor(clientX, clientY) { method toPageCoordinates (line 37) | toPageCoordinates(targetWindow) { class EditorPagePosition (line 44) | class EditorPagePosition { method constructor (line 45) | constructor(x, y, width, height) { class CoordinatesRelativeToEditor (line 59) | class CoordinatesRelativeToEditor { method constructor (line 60) | constructor(x, y) { function createEditorPagePosition (line 66) | function createEditorPagePosition(editorViewDomNode) { function createCoordinatesRelativeToEditor (line 70) | function createCoordinatesRelativeToEditor(editorViewDomNode, editorPage... class EditorMouseEvent (line 87) | class EditorMouseEvent extends StandardMouseEvent { method constructor (line 88) | constructor(e, isFromPointerCapture, editorViewDomNode) { class EditorMouseEventFactory (line 97) | class EditorMouseEventFactory { method constructor (line 98) | constructor(editorViewDomNode) { method _create (line 101) | _create(e) { method onContextMenu (line 104) | onContextMenu(target, callback) { method onMouseUp (line 109) | onMouseUp(target, callback) { method onMouseDown (line 114) | onMouseDown(target, callback) { method onPointerDown (line 119) | onPointerDown(target, callback) { method onMouseLeave (line 124) | onMouseLeave(target, callback) { method onMouseMove (line 129) | onMouseMove(target, callback) { class EditorPointerEventFactory (line 133) | class EditorPointerEventFactory { method constructor (line 134) | constructor(editorViewDomNode) { method _create (line 137) | _create(e) { method onPointerUp (line 140) | onPointerUp(target, callback) { method onPointerDown (line 145) | onPointerDown(target, callback) { method onPointerLeave (line 150) | onPointerLeave(target, callback) { method onPointerMove (line 155) | onPointerMove(target, callback) { class GlobalEditorPointerMoveMonitor (line 159) | class GlobalEditorPointerMoveMonitor extends Disposable { method constructor (line 160) | constructor(editorViewDomNode) { method startMonitoring (line 166) | startMonitoring(initialElement, pointerId, initialButtons, pointerMove... method stopMonitoring (line 184) | stopMonitoring() { class DynamicCssRules (line 193) | class DynamicCssRules { method constructor (line 194) | constructor(_editor) { method createClassNameRef (line 202) | createClassNameRef(options) { method getOrCreateRule (line 213) | getOrCreateRule(properties) { method computeUniqueKey (line 225) | computeUniqueKey(properties) { method garbageCollect (line 228) | garbageCollect() { class RefCountedCssRule (line 238) | class RefCountedCssRule { method constructor (line 239) | constructor(key, className, _containerElement, properties) { method getCssText (line 248) | getCssText(className, properties) { method dispose (line 265) | dispose() { method increaseRefCount (line 269) | increaseRefCount() { method decreaseRefCount (line 272) | decreaseRefCount() { method hasReferences (line 275) | hasReferences() { function camelToDashes (line 279) | function camelToDashes(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/editorExtensions.js class Command (line 21) | class Command { method constructor (line 22) | constructor(opts) { method register (line 29) | register() { method _registerMenuItem (line 68) | _registerMenuItem(item) { class MultiCommand (line 82) | class MultiCommand extends Command { method constructor (line 83) | constructor() { method addImplementation (line 90) | addImplementation(priority, name, implementation, when) { method runCommand (line 104) | runCommand(accessor, args) { class ProxyCommand (line 134) | class ProxyCommand extends Command { method constructor (line 135) | constructor(command, opts) { method runCommand (line 139) | runCommand(accessor, args) { class EditorCommand (line 143) | class EditorCommand extends Command { method bindToContribution (line 147) | static bindToContribution(controllerGetter) { method runEditorCommand (line 161) | static runEditorCommand(accessor, args, precondition, runner) { method runCommand (line 178) | runCommand(accessor, args) { class EditorAction (line 182) | class EditorAction extends EditorCommand { method convertOptions (line 183) | static convertOptions(opts) { method constructor (line 213) | constructor(opts) { method runEditorCommand (line 218) | runEditorCommand(accessor, editor, args) { method reportTelemetry (line 222) | reportTelemetry(accessor, editor) { class MultiEditorAction (line 226) | class MultiEditorAction extends EditorAction { method constructor (line 227) | constructor() { method addImplementation (line 234) | addImplementation(priority, implementation) { method run (line 248) | run(accessor, editor, args) { class EditorAction2 (line 262) | class EditorAction2 extends Action2 { method run (line 263) | run(accessor, ...args) { function registerModelAndPositionCommand (line 287) | function registerModelAndPositionCommand(id, handler) { function registerEditorCommand (line 313) | function registerEditorCommand(editorCommand) { function registerEditorAction (line 317) | function registerEditorAction(ctor) { function registerMultiEditorAction (line 322) | function registerMultiEditorAction(action) { function registerInstantiatedEditorAction (line 326) | function registerInstantiatedEditorAction(editorAction) { function registerEditorContribution (line 333) | function registerEditorContribution(id, ctor, instantiation) { function getEditorCommand (line 338) | function getEditorCommand(commandId) { function getEditorActions (line 342) | function getEditorActions() { function getEditorContributions (line 346) | function getEditorContributions() { function getSomeEditorContributions (line 350) | function getSomeEditorContributions(ids) { function getDiffEditorContributions (line 354) | function getDiffEditorContributions() { class EditorContributionRegistry (line 363) | class EditorContributionRegistry { method constructor (line 364) | constructor() { method registerEditorContribution (line 370) | registerEditorContribution(id, ctor, instantiation) { method getEditorContributions (line 373) | getEditorContributions() { method getDiffEditorContributions (line 376) | getDiffEditorContributions() { method registerEditorAction (line 379) | registerEditorAction(action) { method getEditorActions (line 383) | getEditorActions() { method registerEditorCommand (line 386) | registerEditorCommand(editorCommand) { method getEditorCommand (line 390) | getEditorCommand(commandId) { function registerCommand (line 396) | function registerCommand(command) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/observableUtilities.js function obsCodeEditor (line 5) | function obsCodeEditor(editor) { class ObservableCodeEditor (line 8) | class ObservableCodeEditor { method get (line 12) | static get(editor) { method constructor (line 24) | constructor(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/abstractCodeEditorService.js method constructor (line 15) | constructor(_themeService) { method willCreateCodeEditor (line 35) | willCreateCodeEditor() { method addCodeEditor (line 38) | addCodeEditor(editor) { method removeCodeEditor (line 42) | removeCodeEditor(editor) { method listCodeEditors (line 47) | listCodeEditors() { method willCreateDiffEditor (line 50) | willCreateDiffEditor() { method addDiffEditor (line 53) | addDiffEditor(editor) { method listDiffEditors (line 57) | listDiffEditors() { method getFocusedCodeEditor (line 60) | getFocusedCodeEditor() { method removeDecorationType (line 74) | removeDecorationType(key) { method setModelProperty (line 85) | setModelProperty(resource, key, value) { method getModelProperty (line 97) | getModelProperty(resource, key) { method openCodeEditor (line 105) | async openCodeEditor(input, source, sideBySide) { method registerCodeEditorOpenHandler (line 114) | registerCodeEditorOpenHandler(handler) { class GlobalStyleSheet (line 123) | class GlobalStyleSheet { method constructor (line 124) | constructor(styleSheet) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/bulkEditService.js class ResourceEdit (line 9) | class ResourceEdit { method constructor (line 10) | constructor(metadata) { method convert (line 13) | static convert(edit) { class ResourceTextEdit (line 25) | class ResourceTextEdit extends ResourceEdit { method is (line 26) | static is(candidate) { method lift (line 34) | static lift(edit) { method constructor (line 42) | constructor(resource, textEdit, versionId = undefined, metadata) { class ResourceFileEdit (line 49) | class ResourceFileEdit extends ResourceEdit { method is (line 50) | static is(candidate) { method lift (line 59) | static lift(edit) { method constructor (line 67) | constructor(oldResource, newResource, options = {}, metadata) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/editorWorkerService.js constant STOP_SYNC_MODEL_DELTA_TIME_MS (line 36) | const STOP_SYNC_MODEL_DELTA_TIME_MS = 60 * 1000; constant STOP_WORKER_DELTA_TIME_MS (line 40) | const STOP_WORKER_DELTA_TIME_MS = 5 * 60 * 1000; function canSyncModel (line 41) | function canSyncModel(modelService, resource) { method constructor (line 52) | constructor(modelService, configurationService, logService, languageConf... method dispose (line 70) | dispose() { method canComputeUnicodeHighlights (line 73) | canComputeUnicodeHighlights(uri) { method computedUnicodeHighlights (line 76) | computedUnicodeHighlights(uri, options, range) { method computeDiff (line 79) | async computeDiff(original, modified, options, algorithm) { method computeMoreMinimalEdits (line 99) | computeMoreMinimalEdits(resource, edits, pretty = false) { method canNavigateValueSet (line 113) | canNavigateValueSet(resource) { method navigateValueSet (line 116) | navigateValueSet(resource, range, up) { method canComputeWordRanges (line 119) | canComputeWordRanges(resource) { method computeWordRanges (line 122) | computeWordRanges(resource, range) { method findSectionHeaders (line 125) | findSectionHeaders(uri, options) { class WordBasedCompletionItemProvider (line 137) | class WordBasedCompletionItemProvider { method constructor (line 138) | constructor(workerManager, configurationService, modelService, languag... method provideCompletionItems (line 145) | async provideCompletionItems(model, position) { class WorkerManager (line 196) | class WorkerManager extends Disposable { method constructor (line 197) | constructor(modelService, languageConfigurationService) { method dispose (line 207) | dispose() { method _checkStopEmptyWorker (line 217) | _checkStopEmptyWorker() { method _checkStopIdleWorker (line 231) | _checkStopIdleWorker() { method withWorker (line 241) | withWorker() { class EditorModelManager (line 249) | class EditorModelManager extends Disposable { method constructor (line 250) | constructor(proxy, modelService, keepIdleModels) { method dispose (line 262) | dispose() { method ensureSyncedResources (line 270) | ensureSyncedResources(resources, forceLargeModels) { method _checkStopModelSync (line 281) | _checkStopModelSync() { method _beginModelSync (line 294) | _beginModelSync(resource, forceLargeModels) { method _stopModelSync (line 321) | _stopModelSync(modelUrl) { class SynchronousWorkerClient (line 328) | class SynchronousWorkerClient { method constructor (line 329) | constructor(instance) { method dispose (line 333) | dispose() { method getProxyObject (line 336) | getProxyObject() { class EditorWorkerHost (line 340) | class EditorWorkerHost { method constructor (line 341) | constructor(workerClient) { method fhr (line 345) | fhr(method, args) { class EditorWorkerClient (line 349) | class EditorWorkerClient extends Disposable { method constructor (line 350) | constructor(modelService, keepIdleModels, label, languageConfiguration... method fhr (line 361) | fhr(method, args) { method _getOrCreateWorker (line 364) | _getOrCreateWorker() { method _getProxy (line 376) | _getProxy() { method _getOrCreateModelManager (line 383) | _getOrCreateModelManager(proxy) { method _withSyncedResources (line 389) | async _withSyncedResources(resources, forceLargeModels = false) { method computedUnicodeHighlights (line 398) | computedUnicodeHighlights(uri, options, range) { method computeDiff (line 403) | computeDiff(original, modified, options, algorithm) { method computeMoreMinimalEdits (line 408) | computeMoreMinimalEdits(resource, edits, pretty) { method computeLinks (line 413) | computeLinks(resource) { method computeDefaultDocumentColors (line 418) | computeDefaultDocumentColors(resource) { method textualSuggest (line 423) | async textualSuggest(resources, leadingWord, wordDefRegExp) { method computeWordRanges (line 429) | computeWordRanges(resource, range) { method navigateValueSet (line 441) | navigateValueSet(resource, range, up) { method findSectionHeaders (line 453) | findSectionHeaders(uri, options) { method dispose (line 458) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/hoverService/hoverService.js method constructor (line 32) | constructor(_instantiationService, contextMenuService, _keybindingServic... method showHover (line 42) | showHover(options, focus, skipLastFocusedUpdate) { method hideHover (line 125) | hideHover() { method doHideHover (line 132) | doHideHover() { method _intersectionChange (line 137) | _intersectionChange(entries, hover) { method showAndFocusLastHover (line 143) | showAndFocusLastHover() { method _keyDown (line 149) | _keyDown(e, hover, hideOnKeyDown) { method _keyUp (line 165) | _keyUp(e, hover) { method setupUpdatableHover (line 178) | setupUpdatableHover(hoverDelegate, htmlElement, content, options) { method triggerUpdatableHover (line 294) | triggerUpdatableHover(target) { method dispose (line 300) | dispose() { function getHoverOptionsIdentity (line 313) | function getHoverOptionsIdentity(options) { class HoverContextViewDelegate (line 320) | class HoverContextViewDelegate { method anchorPosition (line 321) | get anchorPosition() { method constructor (line 324) | constructor(_hover, _focus = false) { method render (line 330) | render(container) { method getAnchor (line 337) | getAnchor() { method layout (line 343) | layout() { function getHoverTargetElement (line 347) | function getHoverTargetElement(element, stopElement) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/hoverService/hoverWidget.js method _targetWindow (line 33) | get _targetWindow() { method _targetDocumentElement (line 36) | get _targetDocumentElement() { method isDisposed (line 39) | get isDisposed() { return this._isDisposed; } method isMouseIn (line 40) | get isMouseIn() { return this._lockMouseTracker.isMouseIn; } method domNode (line 41) | get domNode() { return this._hover.containerDomNode; } method onDispose (line 42) | get onDispose() { return this._onDispose.event; } method onRequestLayout (line 43) | get onRequestLayout() { return this._onRequestLayout.event; } method anchor (line 44) | get anchor() { return this._hoverPosition === 2 /* HoverPosition.BELOW *... method x (line 45) | get x() { return this._x; } method y (line 46) | get y() { return this._y; } method isLocked (line 51) | get isLocked() { return this._isLocked; } method isLocked (line 52) | set isLocked(value) { method constructor (line 59) | constructor(options, _keybindingService, _configurationService, _openerS... method addFocusTrap (line 216) | addFocusTrap() { method findLastFocusableChild (line 239) | findLastFocusableChild(root) { method render (line 257) | render(container) { method layout (line 268) | layout() { method computeXCordinate (line 342) | computeXCordinate(target) { method computeYCordinate (line 371) | computeYCordinate(target) { method adjustHorizontalHoverPosition (line 394) | adjustHorizontalHoverPosition(target) { method adjustVerticalHoverPosition (line 448) | adjustVerticalHoverPosition(target) { method adjustHoverMaxHeight (line 470) | adjustHoverMaxHeight(target) { method setHoverPointerPosition (line 491) | setHoverPointerPosition(target) { method focus (line 526) | focus() { method dispose (line 529) | dispose() { class CompositeMouseTracker (line 548) | class CompositeMouseTracker extends Widget { method onMouseOut (line 549) | get onMouseOut() { return this._onMouseOut.event; } method isMouseIn (line 550) | get isMouseIn() { return this._isMouseIn; } method constructor (line 551) | constructor(_elements) { method _onTargetMouseOver (line 559) | _onTargetMouseOver(target) { method _onTargetMouseLeave (line 563) | _onTargetMouseLeave(target) { method _evaluateMouseState (line 567) | _evaluateMouseState(target) { method _clearEvaluateMouseStateTimeout (line 573) | _clearEvaluateMouseStateTimeout(target) { method _fireIfMouseOutside (line 579) | _fireIfMouseOutside() { class ElementHoverTarget (line 585) | class ElementHoverTarget { method constructor (line 586) | constructor(_element) { method dispose (line 590) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/hoverService/updatableHoverWidget.js class UpdatableHoverWidget (line 10) | class UpdatableHoverWidget { method constructor (line 11) | constructor(hoverDelegate, target, fadeInAnimation) { method update (line 16) | async update(content, focus, options) { method show (line 54) | show(content, focus, options) { method hasContent (line 73) | hasContent(content) { method isDisposed (line 82) | get isDisposed() { method dispose (line 86) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/markerDecorations.js method constructor (line 17) | constructor(_editor, _markerDecorationsService) { method dispose (line 20) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/openerService.js method constructor (line 28) | constructor(_commandService) { method open (line 31) | async open(target, options) { method constructor (line 75) | constructor(_editorService) { method open (line 78) | async open(target, options) { method constructor (line 102) | constructor(editorService, commandService) { method registerOpener (line 138) | registerOpener(opener) { method open (line 142) | async open(target, options) { method resolveExternalUri (line 162) | async resolveExternalUri(resource, options) { method _doOpenExternal (line 179) | async _doOpenExternal(resource, options) { method dispose (line 212) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/services/webWorker.js function createWebWorker (line 11) | function createWebWorker(modelService, languageConfigurationService, opt... class MonacoWebWorkerImpl (line 14) | class MonacoWebWorkerImpl extends EditorWorkerClient { method constructor (line 15) | constructor(modelService, languageConfigurationService, opts) { method fhr (line 23) | fhr(method, args) { method _getForeignProxy (line 34) | _getForeignProxy() { method getProxy (line 59) | getProxy() { method withSyncedResources (line 62) | withSyncedResources(resources) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/stableEditorScroll.js class StableEditorScrollState (line 5) | class StableEditorScrollState { method capture (line 6) | static capture(editor) { method constructor (line 21) | constructor(_initialScrollTop, _initialContentHeight, _visiblePosition... method restore (line 28) | restore(editor) { method restoreRelativeVerticalPositionOfCursor (line 38) | restoreRelativeVerticalPositionOfCursor(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view.js method constructor (line 58) | constructor(commandDelegate, configuration, colorTheme, model, userInput... method _computeGlyphMarginLanes (line 164) | _computeGlyphMarginLanes() { method _createPointerHandlerHelper (line 190) | _createPointerHandlerHelper() { method _createTextAreaHandlerHelper (line 229) | _createTextAreaHandlerHelper() { method _applyLayout (line 237) | _applyLayout() { method _getEditorClassName (line 248) | _getEditorClassName() { method handleEvents (line 253) | handleEvents(events) { method onConfigurationChanged (line 257) | onConfigurationChanged(e) { method onCursorStateChanged (line 262) | onCursorStateChanged(e) { method onDecorationsChanged (line 266) | onDecorationsChanged(e) { method onFocusChanged (line 272) | onFocusChanged(e) { method onThemeChanged (line 276) | onThemeChanged(e) { method dispose (line 282) | dispose() { method _scheduleRender (line 296) | _scheduleRender() { method _flushAccumulatedAndRenderNow (line 336) | _flushAccumulatedAndRenderNow() { method _getViewPartsToRender (line 346) | _getViewPartsToRender() { method _createCoordinatedRendering (line 356) | _createCoordinatedRendering() { method delegateVerticalScrollbarPointerDown (line 404) | delegateVerticalScrollbarPointerDown(browserEvent) { method delegateScrollFromMouseWheelEvent (line 407) | delegateScrollFromMouseWheelEvent(browserEvent) { method restoreState (line 410) | restoreState(scrollPosition) { method getOffsetForColumn (line 417) | getOffsetForColumn(modelLineNumber, modelColumn) { method getTargetAtClientPoint (line 430) | getTargetAtClientPoint(clientX, clientY) { method createOverviewRuler (line 437) | createOverviewRuler(cssClassName) { method change (line 440) | change(callback) { method render (line 444) | render(now, everything) { method writeScreenReaderContent (line 459) | writeScreenReaderContent(reason) { method focus (line 462) | focus() { method isFocused (line 465) | isFocused() { method setAriaOptions (line 468) | setAriaOptions(options) { method addContentWidget (line 471) | addContentWidget(widgetData) { method layoutContentWidget (line 476) | layoutContentWidget(widgetData) { method removeContentWidget (line 481) | removeContentWidget(widgetData) { method addOverlayWidget (line 485) | addOverlayWidget(widgetData) { method layoutOverlayWidget (line 490) | layoutOverlayWidget(widgetData) { method removeOverlayWidget (line 496) | removeOverlayWidget(widgetData) { method addGlyphMarginWidget (line 500) | addGlyphMarginWidget(widgetData) { method layoutGlyphMarginWidget (line 505) | layoutGlyphMarginWidget(widgetData) { method removeGlyphMarginWidget (line 513) | removeGlyphMarginWidget(widgetData) { function safeInvokeNoArg (line 523) | function safeInvokeNoArg(func) { class EditorRenderingCoordinator (line 532) | class EditorRenderingCoordinator { method constructor (line 533) | constructor() { method scheduleCoordinatedRendering (line 537) | scheduleCoordinatedRendering(rendering) { method _scheduleRender (line 557) | _scheduleRender(window) { method _onRenderScheduled (line 566) | _onRenderScheduled() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/domLineBreaksComputer.js class DOMLineBreaksComputerFactory (line 13) | class DOMLineBreaksComputerFactory { method create (line 14) | static create(targetWindow) { method constructor (line 17) | constructor(targetWindow) { method createLineBreaksComputer (line 20) | createLineBreaksComputer(fontInfo, tabSize, wrappingColumn, wrappingIn... function createLineBreaks (line 34) | function createLineBreaks(targetWindow, requests, fontInfo, tabSize, fir... function renderLine (line 162) | function renderLine(lineContent, initialVisibleColumn, tabSize, width, s... function readLineBreaks (line 255) | function readLineBreaks(range, lineDomNode, lineContent, charOffsets) { function discoverBreaks (line 274) | function discoverBreaks(range, spans, charOffsets, low, lowRects, high, ... function readClientRect (line 295) | function readClientRect(range, spans, startOffset, endOffset) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/dynamicViewOverlay.js class DynamicViewOverlay (line 6) | class DynamicViewOverlay extends ViewEventHandler { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/renderingContext.js class RestrictedRenderingContext (line 5) | class RestrictedRenderingContext { method constructor (line 6) | constructor(viewLayout, viewportData) { method getScrolledTopFromAbsoluteTop (line 20) | getScrolledTopFromAbsoluteTop(absoluteTop) { method getVerticalOffsetForLineNumber (line 23) | getVerticalOffsetForLineNumber(lineNumber, includeViewZones) { method getVerticalOffsetAfterLineNumber (line 26) | getVerticalOffsetAfterLineNumber(lineNumber, includeViewZones) { method getDecorationsInViewport (line 29) | getDecorationsInViewport() { class RenderingContext (line 33) | class RenderingContext extends RestrictedRenderingContext { method constructor (line 34) | constructor(viewLayout, viewportData, viewLines) { method linesVisibleRangesForRange (line 39) | linesVisibleRangesForRange(range, includeNewLines) { method visibleRangeForPosition (line 42) | visibleRangeForPosition(position) { class LineVisibleRanges (line 46) | class LineVisibleRanges { method constructor (line 47) | constructor(outsideRenderedLine, lineNumber, ranges, class HorizontalRange (line 58) | class HorizontalRange { method from (line 59) | static from(ranges) { method constructor (line 67) | constructor(left, width) { method toString (line 72) | toString() { class FloatHorizontalRange (line 76) | class FloatHorizontalRange { method constructor (line 77) | constructor(left, width) { method toString (line 82) | toString() { method compare (line 85) | static compare(a, b) { class HorizontalPosition (line 89) | class HorizontalPosition { method constructor (line 90) | constructor(outsideRenderedLine, left) { class VisibleRanges (line 96) | class VisibleRanges { method constructor (line 97) | constructor(outsideRenderedLine, ranges) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/viewController.js class ViewController (line 8) | class ViewController { method constructor (line 9) | constructor(configuration, viewModel, userInputEvents, commandDelegate) { method paste (line 15) | paste(text, pasteOnNewLine, multicursorText, mode) { method type (line 18) | type(text) { method compositionType (line 21) | compositionType(text, replacePrevCharCnt, replaceNextCharCnt, position... method compositionStart (line 24) | compositionStart() { method compositionEnd (line 27) | compositionEnd() { method cut (line 30) | cut() { method setSelection (line 33) | setSelection(modelSelection) { method _validateViewColumn (line 39) | _validateViewColumn(viewPosition) { method _hasMulticursorModifier (line 46) | _hasMulticursorModifier(data) { method _hasNonMulticursorModifier (line 58) | _hasNonMulticursorModifier(data) { method dispatchMouse (line 70) | dispatchMouse(data) { method _usualArgs (line 169) | _usualArgs(viewPosition, revealType) { method moveTo (line 178) | moveTo(viewPosition, revealType) { method _moveToSelect (line 181) | _moveToSelect(viewPosition, revealType) { method _columnSelect (line 184) | _columnSelect(viewPosition, mouseColumn, doColumnSelect) { method _createCursor (line 194) | _createCursor(viewPosition, wholeLine) { method _lastCursorMoveToSelect (line 203) | _lastCursorMoveToSelect(viewPosition, revealType) { method _wordSelect (line 206) | _wordSelect(viewPosition, revealType) { method _wordSelectDrag (line 209) | _wordSelectDrag(viewPosition, revealType) { method _lastCursorWordSelect (line 212) | _lastCursorWordSelect(viewPosition, revealType) { method _lineSelect (line 215) | _lineSelect(viewPosition, revealType) { method _lineSelectDrag (line 218) | _lineSelectDrag(viewPosition, revealType) { method _lastCursorLineSelect (line 221) | _lastCursorLineSelect(viewPosition, revealType) { method _lastCursorLineSelectDrag (line 224) | _lastCursorLineSelectDrag(viewPosition, revealType) { method _selectAll (line 227) | _selectAll() { method _convertViewToModelPosition (line 231) | _convertViewToModelPosition(viewPosition) { method emitKeyDown (line 234) | emitKeyDown(e) { method emitKeyUp (line 237) | emitKeyUp(e) { method emitContextMenu (line 240) | emitContextMenu(e) { method emitMouseMove (line 243) | emitMouseMove(e) { method emitMouseLeave (line 246) | emitMouseLeave(e) { method emitMouseUp (line 249) | emitMouseUp(e) { method emitMouseDown (line 252) | emitMouseDown(e) { method emitMouseDrag (line 255) | emitMouseDrag(e) { method emitMouseDrop (line 258) | emitMouseDrop(e) { method emitMouseDropCanceled (line 261) | emitMouseDropCanceled() { method emitMouseWheel (line 264) | emitMouseWheel(e) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/viewLayer.js class RenderedLinesCollection (line 9) | class RenderedLinesCollection { method constructor (line 10) | constructor(createLine) { method flush (line 14) | flush() { method _set (line 17) | _set(rendLineNumberStart, lines) { method _get (line 21) | _get() { method getStartLineNumber (line 30) | getStartLineNumber() { method getEndLineNumber (line 36) | getEndLineNumber() { method getCount (line 39) | getCount() { method getLine (line 42) | getLine(lineNumber) { method onLinesDeleted (line 52) | onLinesDeleted(deleteFromLineNumber, deleteToLineNumber) { method onLinesChanged (line 102) | onLinesChanged(changeFromLineNumber, changeCount) { method onLinesInserted (line 120) | onLinesInserted(insertFromLineNumber, insertToLineNumber) { method onTokensChanged (line 154) | onTokensChanged(ranges) { class VisibleLinesCollection (line 179) | class VisibleLinesCollection { method constructor (line 180) | constructor(host) { method _createDomNode (line 185) | _createDomNode() { method onConfigurationChanged (line 194) | onConfigurationChanged(e) { method onFlushed (line 200) | onFlushed(e) { method onLinesChanged (line 205) | onLinesChanged(e) { method onLinesDeleted (line 208) | onLinesDeleted(e) { method onLinesInserted (line 221) | onLinesInserted(e) { method onScrollChanged (line 234) | onScrollChanged(e) { method onTokensChanged (line 237) | onTokensChanged(e) { method onZonesChanged (line 240) | onZonesChanged(e) { method getStartLineNumber (line 244) | getStartLineNumber() { method getEndLineNumber (line 247) | getEndLineNumber() { method getVisibleLine (line 250) | getVisibleLine(lineNumber) { method renderLines (line 253) | renderLines(viewportData) { class ViewLayerRenderer (line 266) | class ViewLayerRenderer { method constructor (line 267) | constructor(domNode, host, viewportData) { method render (line 272) | render(inContext, startLineNumber, stopLineNumber, deltaTop) { method _renderUntouchedLines (line 331) | _renderUntouchedLines(ctx, startIndex, endIndex, deltaTop, deltaLN) { method _insertLinesBefore (line 339) | _insertLinesBefore(ctx, fromLineNumber, toLineNumber, deltaTop, deltaL... method _removeLinesBefore (line 347) | _removeLinesBefore(ctx, removeCount) { method _insertLinesAfter (line 356) | _insertLinesAfter(ctx, fromLineNumber, toLineNumber, deltaTop, deltaLN) { method _removeLinesAfter (line 364) | _removeLinesAfter(ctx, removeCount) { method _finishRenderingNewLines (line 374) | _finishRenderingNewLines(ctx, domNodeIsEmpty, newLinesHTML, wasNew) { method _finishRenderingInvalidLines (line 394) | _finishRenderingInvalidLines(ctx, invalidLinesHTML, wasInvalid) { method _finishRendering (line 410) | _finishRendering(ctx, domNodeIsEmpty, deltaTop) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/viewOverlays.js class ViewOverlays (line 9) | class ViewOverlays extends ViewPart { method constructor (line 10) | constructor(context) { method shouldRender (line 21) | shouldRender() { method dispose (line 33) | dispose() { method getDomNode (line 41) | getDomNode() { method createVisibleLine (line 45) | createVisibleLine() { method addDynamicOverlay (line 49) | addDynamicOverlay(overlay) { method onConfigurationChanged (line 53) | onConfigurationChanged(e) { method onFlushed (line 60) | onFlushed(e) { method onFocusChanged (line 63) | onFocusChanged(e) { method onLinesChanged (line 67) | onLinesChanged(e) { method onLinesDeleted (line 70) | onLinesDeleted(e) { method onLinesInserted (line 73) | onLinesInserted(e) { method onScrollChanged (line 76) | onScrollChanged(e) { method onTokensChanged (line 79) | onTokensChanged(e) { method onZonesChanged (line 82) | onZonesChanged(e) { method prepareRender (line 86) | prepareRender(ctx) { method render (line 94) | render(ctx) { method _viewOverlaysRender (line 99) | _viewOverlaysRender(ctx) { class ViewOverlayLine (line 103) | class ViewOverlayLine { method constructor (line 104) | constructor(dynamicOverlays) { method getDomNode (line 109) | getDomNode() { method setDomNode (line 115) | setDomNode(domNode) { method onContentChanged (line 118) | onContentChanged() { method onTokensChanged (line 121) | onTokensChanged() { method renderLine (line 124) | renderLine(lineNumber, deltaTop, lineHeight, viewportData, sb) { method layoutLine (line 144) | layoutLine(lineNumber, deltaTop, lineHeight) { class ContentViewOverlays (line 151) | class ContentViewOverlays extends ViewOverlays { method constructor (line 152) | constructor(context) { method onConfigurationChanged (line 160) | onConfigurationChanged(e) { method onScrollChanged (line 166) | onScrollChanged(e) { method _viewOverlaysRender (line 170) | _viewOverlaysRender(ctx) { class MarginViewOverlays (line 175) | class MarginViewOverlays extends ViewOverlays { method constructor (line 176) | constructor(context) { method onConfigurationChanged (line 185) | onConfigurationChanged(e) { method onScrollChanged (line 192) | onScrollChanged(e) { method _viewOverlaysRender (line 195) | _viewOverlaysRender(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/viewPart.js class ViewPart (line 6) | class ViewPart extends ViewEventHandler { method constructor (line 7) | constructor(context) { method dispose (line 12) | dispose() { class PartFingerprints (line 17) | class PartFingerprints { method write (line 18) | static write(target, partId) { method read (line 21) | static read(target) { method collect (line 28) | static collect(child, stopAt) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/view/viewUserInputEvents.js class ViewUserInputEvents (line 6) | class ViewUserInputEvents { method constructor (line 7) | constructor(coordinatesConverter) { method emitKeyDown (line 21) | emitKeyDown(e) { method emitKeyUp (line 25) | emitKeyUp(e) { method emitContextMenu (line 29) | emitContextMenu(e) { method emitMouseMove (line 33) | emitMouseMove(e) { method emitMouseLeave (line 37) | emitMouseLeave(e) { method emitMouseDown (line 41) | emitMouseDown(e) { method emitMouseUp (line 45) | emitMouseUp(e) { method emitMouseDrag (line 49) | emitMouseDrag(e) { method emitMouseDrop (line 53) | emitMouseDrop(e) { method emitMouseDropCanceled (line 57) | emitMouseDropCanceled() { method emitMouseWheel (line 61) | emitMouseWheel(e) { method _convertViewToModelMouseEvent (line 65) | _convertViewToModelMouseEvent(e) { method _convertViewToModelMouseTarget (line 74) | _convertViewToModelMouseTarget(target) { method convertViewToModelMouseTarget (line 77) | static convertViewToModelMouseTarget(target, coordinatesConverter) { method convertViewToModelViewZoneData (line 90) | static convertViewToModelViewZoneData(data, coordinatesConverter) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js class BlockDecorations (line 8) | class BlockDecorations extends ViewPart { method constructor (line 9) | constructor(context) { method update (line 20) | update() { method dispose (line 36) | dispose() { method onConfigurationChanged (line 40) | onConfigurationChanged(e) { method onScrollChanged (line 43) | onScrollChanged(e) { method onDecorationsChanged (line 46) | onDecorationsChanged(e) { method onZonesChanged (line 49) | onZonesChanged(e) { method prepareRender (line 53) | prepareRender(ctx) { method render (line 56) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js class ViewContentWidgets (line 8) | class ViewContentWidgets extends ViewPart { method constructor (line 9) | constructor(context, viewDomNode) { method dispose (line 22) | dispose() { method onConfigurationChanged (line 27) | onConfigurationChanged(e) { method onDecorationsChanged (line 34) | onDecorationsChanged(e) { method onFlushed (line 38) | onFlushed(e) { method onLineMappingChanged (line 41) | onLineMappingChanged(e) { method onLinesChanged (line 45) | onLinesChanged(e) { method onLinesDeleted (line 49) | onLinesDeleted(e) { method onLinesInserted (line 53) | onLinesInserted(e) { method onScrollChanged (line 57) | onScrollChanged(e) { method onZonesChanged (line 60) | onZonesChanged(e) { method _updateAnchorsViewPositions (line 64) | _updateAnchorsViewPositions() { method addWidget (line 70) | addWidget(_widget) { method setWidgetPosition (line 81) | setWidgetPosition(widget, primaryAnchor, secondaryAnchor, preference, ... method removeWidget (line 86) | removeWidget(widget) { method shouldSuppressMouseDownOnWidget (line 97) | shouldSuppressMouseDownOnWidget(widgetId) { method onBeforeRender (line 103) | onBeforeRender(viewportData) { method prepareRender (line 109) | prepareRender(ctx) { method render (line 115) | render(ctx) { class Widget (line 122) | class Widget { method constructor (line 123) | constructor(context, viewDomNode, actual) { method onConfigurationChanged (line 152) | onConfigurationChanged(e) { method updateAnchorViewPosition (line 162) | updateAnchorViewPosition() { method _setPosition (line 165) | _setPosition(affinity, primaryAnchor, secondaryAnchor) { method _getMaxWidth (line 182) | _getMaxWidth() { method setPosition (line 189) | setPosition(primaryAnchor, secondaryAnchor, preference, affinity) { method _layoutBoxInViewport (line 205) | _layoutBoxInViewport(anchor, width, height, ctx) { method _layoutHorizontalSegmentInPage (line 227) | _layoutHorizontalSegmentInPage(windowSize, domNodePosition, left, widt... method _layoutBoxInPage (line 250) | _layoutBoxInPage(anchor, width, height, ctx) { method _prepareRenderWidgetAtExactPositionOverflowing (line 277) | _prepareRenderWidgetAtExactPositionOverflowing(topLeft) { method _getAnchorsCoordinates (line 285) | _getAnchorsCoordinates(ctx) { method _reduceAnchorCoordinates (line 305) | _reduceAnchorCoordinates(primary, secondary, width) { method _prepareRenderWidget (line 319) | _prepareRenderWidget(ctx) { method onBeforeRender (line 408) | onBeforeRender(viewportData) { method prepareRender (line 418) | prepareRender(ctx) { method render (line 421) | render(ctx) { class PositionPair (line 461) | class PositionPair { method constructor (line 462) | constructor(modelPosition, viewPosition) { class Coordinate (line 467) | class Coordinate { method constructor (line 468) | constructor(top, left) { class AnchorCoordinate (line 474) | class AnchorCoordinate { method constructor (line 475) | constructor(top, left, height) { function safeInvoke (line 482) | function safeInvoke(fn, thisArg, ...args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js class AbstractLineHighlightOverlay (line 13) | class AbstractLineHighlightOverlay extends DynamicViewOverlay { method constructor (line 14) | constructor(context) { method dispose (line 31) | dispose() { method _readFromSelections (line 35) | _readFromSelections() { method onThemeChanged (line 55) | onThemeChanged(e) { method onConfigurationChanged (line 58) | onConfigurationChanged(e) { method onCursorStateChanged (line 68) | onCursorStateChanged(e) { method onFlushed (line 72) | onFlushed(e) { method onLinesDeleted (line 75) | onLinesDeleted(e) { method onLinesInserted (line 78) | onLinesInserted(e) { method onScrollChanged (line 81) | onScrollChanged(e) { method onZonesChanged (line 84) | onZonesChanged(e) { method onFocusChanged (line 87) | onFocusChanged(e) { method prepareRender (line 95) | prepareRender(ctx) { method render (line 135) | render(startLineNumber, lineNumber) { method _shouldRenderInMargin (line 145) | _shouldRenderInMargin() { method _shouldRenderInContent (line 149) | _shouldRenderInContent() { class CurrentLineHighlightOverlay (line 155) | class CurrentLineHighlightOverlay extends AbstractLineHighlightOverlay { method _renderOne (line 156) | _renderOne(ctx, exact) { method _shouldRenderThis (line 160) | _shouldRenderThis() { method _shouldRenderOther (line 163) | _shouldRenderOther() { class CurrentLineMarginHighlightOverlay (line 167) | class CurrentLineMarginHighlightOverlay extends AbstractLineHighlightOve... method _renderOne (line 168) | _renderOne(ctx, exact) { method _shouldRenderThis (line 172) | _shouldRenderThis() { method _shouldRenderOther (line 175) | _shouldRenderOther() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/decorations/decorations.js class DecorationsOverlay (line 9) | class DecorationsOverlay extends DynamicViewOverlay { method constructor (line 10) | constructor(context) { method dispose (line 18) | dispose() { method onConfigurationChanged (line 24) | onConfigurationChanged(e) { method onDecorationsChanged (line 29) | onDecorationsChanged(e) { method onFlushed (line 32) | onFlushed(e) { method onLinesChanged (line 35) | onLinesChanged(e) { method onLinesDeleted (line 38) | onLinesDeleted(e) { method onLinesInserted (line 41) | onLinesInserted(e) { method onScrollChanged (line 44) | onScrollChanged(e) { method onZonesChanged (line 47) | onZonesChanged(e) { method prepareRender (line 51) | prepareRender(ctx) { method _renderWholeLineDecorations (line 92) | _renderWholeLineDecorations(ctx, decorations, output) { method _renderNormalDecorations (line 111) | _renderNormalDecorations(ctx, decorations, output) { method _renderNormalDecoration (line 147) | _renderNormalDecoration(ctx, range, className, shouldFillLineOnLineBre... method render (line 184) | render(startLineNumber, lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js class EditorScrollbar (line 10) | class EditorScrollbar extends ViewPart { method constructor (line 11) | constructor(context, linesContent, viewDomNode, overflowGuardDomNode) { method dispose (line 71) | dispose() { method _setLayout (line 74) | _setLayout() { method getOverviewRulerLayoutInfo (line 88) | getOverviewRulerLayoutInfo() { method getDomNode (line 91) | getDomNode() { method delegateVerticalScrollbarPointerDown (line 94) | delegateVerticalScrollbarPointerDown(browserEvent) { method delegateScrollFromMouseWheelEvent (line 97) | delegateScrollFromMouseWheelEvent(browserEvent) { method onConfigurationChanged (line 101) | onConfigurationChanged(e) { method onScrollChanged (line 128) | onScrollChanged(e) { method onThemeChanged (line 131) | onThemeChanged(e) { method prepareRender (line 136) | prepareRender(ctx) { method render (line 139) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/glyphMargin/glyphMargin.js class DecorationToRender (line 17) | class DecorationToRender { method constructor (line 18) | constructor(startLineNumber, endLineNumber, className, tooltip, zIndex) { class LineDecorationToRender (line 30) | class LineDecorationToRender { method constructor (line 31) | constructor(className, zIndex, tooltip) { class VisibleLineDecorationsToRender (line 40) | class VisibleLineDecorationsToRender { method constructor (line 41) | constructor() { method add (line 44) | add(decoration) { method getDecorations (line 47) | getDecorations() { class DedupOverlay (line 51) | class DedupOverlay extends DynamicViewOverlay { method _render (line 55) | _render(visibleStartLineNumber, visibleEndLineNumber, decorations) { class GlyphMarginWidgets (line 98) | class GlyphMarginWidgets extends ViewPart { method constructor (line 99) | constructor(context) { method dispose (line 117) | dispose() { method getWidgets (line 123) | getWidgets() { method onConfigurationChanged (line 127) | onConfigurationChanged(e) { method onDecorationsChanged (line 137) | onDecorationsChanged(e) { method onFlushed (line 140) | onFlushed(e) { method onLinesChanged (line 143) | onLinesChanged(e) { method onLinesDeleted (line 146) | onLinesDeleted(e) { method onLinesInserted (line 149) | onLinesInserted(e) { method onScrollChanged (line 152) | onScrollChanged(e) { method onZonesChanged (line 155) | onZonesChanged(e) { method addWidget (line 160) | addWidget(widget) { method setWidgetPosition (line 174) | setWidgetPosition(widget, preference) { method removeWidget (line 185) | removeWidget(widget) { method _collectDecorationBasedGlyphRenderRequest (line 197) | _collectDecorationBasedGlyphRenderRequest(ctx, requests) { method _collectWidgetBasedGlyphRenderRequest (line 218) | _collectWidgetBasedGlyphRenderRequest(ctx, requests) { method _collectSortedGlyphRenderRequests (line 235) | _collectSortedGlyphRenderRequests(ctx) { method prepareRender (line 264) | prepareRender(ctx) { method render (line 311) | render(ctx) { class DecorationBasedGlyphRenderRequest (line 370) | class DecorationBasedGlyphRenderRequest { method constructor (line 371) | constructor(lineNumber, laneIndex, zIndex, className) { method accept (line 378) | accept(combinedClassName) { class WidgetBasedGlyphRenderRequest (line 385) | class WidgetBasedGlyphRenderRequest { method constructor (line 386) | constructor(lineNumber, laneIndex, zIndex, widget) { class DecorationBasedGlyph (line 394) | class DecorationBasedGlyph { method constructor (line 395) | constructor(lineNumber, laneIndex, combinedClassName) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/indentGuides/indentGuides.js class IndentGuidesOverlay (line 14) | class IndentGuidesOverlay extends DynamicViewOverlay { method constructor (line 15) | constructor(context) { method dispose (line 28) | dispose() { method onConfigurationChanged (line 34) | onConfigurationChanged(e) { method onCursorStateChanged (line 43) | onCursorStateChanged(e) { method onDecorationsChanged (line 53) | onDecorationsChanged(e) { method onFlushed (line 57) | onFlushed(e) { method onLinesChanged (line 60) | onLinesChanged(e) { method onLinesDeleted (line 63) | onLinesDeleted(e) { method onLinesInserted (line 66) | onLinesInserted(e) { method onScrollChanged (line 69) | onScrollChanged(e) { method onZonesChanged (line 72) | onZonesChanged(e) { method onLanguageConfigurationChanged (line 75) | onLanguageConfigurationChanged(e) { method prepareRender (line 79) | prepareRender(ctx) { method getGuidesByLine (line 113) | getGuidesByLine(visibleStartLineNumber, visibleEndLineNumber, activeCu... method render (line 163) | render(startLineNumber, lineNumber) { function transparentToUndefined (line 174) | function transparentToUndefined(color) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/lineNumbers/lineNumbers.js class LineNumbersOverlay (line 12) | class LineNumbersOverlay extends DynamicViewOverlay { method constructor (line 13) | constructor(context) { method _readConfig (line 22) | _readConfig() { method dispose (line 33) | dispose() { method onConfigurationChanged (line 39) | onConfigurationChanged(e) { method onCursorStateChanged (line 43) | onCursorStateChanged(e) { method onFlushed (line 56) | onFlushed(e) { method onLinesChanged (line 59) | onLinesChanged(e) { method onLinesDeleted (line 62) | onLinesDeleted(e) { method onLinesInserted (line 65) | onLinesInserted(e) { method onScrollChanged (line 68) | onScrollChanged(e) { method onZonesChanged (line 71) | onZonesChanged(e) { method onDecorationsChanged (line 74) | onDecorationsChanged(e) { method _getLineRenderLineNumber (line 78) | _getLineRenderLineNumber(viewLineNumber) { method prepareRender (line 109) | prepareRender(ctx) { method render (line 156) | render(startLineNumber, lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/lines/domReadingContext.js class DomReadingContext (line 5) | class DomReadingContext { method didDomLayout (line 6) | get didDomLayout() { method readClientRect (line 9) | readClientRect() { method clientRectDeltaLeft (line 18) | get clientRectDeltaLeft() { method clientRectScale (line 24) | get clientRectScale() { method constructor (line 30) | constructor(_domNode, endNode) { method markDidDomLayout (line 38) | markDidDomLayout() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/lines/rangeUtil.js class RangeUtil (line 6) | class RangeUtil { method _createRange (line 7) | static _createRange() { method _detachRange (line 13) | static _detachRange(range, endNode) { method _readClientRects (line 18) | static _readClientRects(startElement, startOffset, endElement, endOffs... method _mergeAdjacentRanges (line 33) | static _mergeAdjacentRanges(ranges) { method _createHorizontalRangesFromClientRects (line 55) | static _createHorizontalRangesFromClientRects(clientRects, clientRectD... method readHorizontalRanges (line 68) | static readHorizontalRanges(domNode, startChildIndex, startOffset, end... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/lines/viewLine.js class ViewLineOptions (line 36) | class ViewLineOptions { method constructor (line 37) | constructor(config, themeType) { method equals (line 60) | equals(other) { class ViewLine (line 74) | class ViewLine { method constructor (line 75) | constructor(options) { method getDomNode (line 81) | getDomNode() { method setDomNode (line 87) | setDomNode(domNode) { method onContentChanged (line 95) | onContentChanged() { method onTokensChanged (line 98) | onTokensChanged() { method onDecorationsChanged (line 101) | onDecorationsChanged() { method onOptionsChanged (line 104) | onOptionsChanged(newOptions) { method onSelectionChanged (line 108) | onSelectionChanged() { method renderLine (line 115) | renderLine(lineNumber, deltaTop, lineHeight, viewportData, sb) { method layoutLine (line 172) | layoutLine(lineNumber, deltaTop, lineHeight) { method getWidth (line 179) | getWidth(context) { method getWidthIsFast (line 185) | getWidthIsFast() { method needsMonospaceFontCheck (line 191) | needsMonospaceFontCheck() { method monospaceAssumptionsAreValid (line 197) | monospaceAssumptionsAreValid() { method onMonospaceAssumptionsInvalidated (line 206) | onMonospaceAssumptionsInvalidated() { method getVisibleRangesForRange (line 211) | getVisibleRangesForRange(lineNumber, startColumn, endColumn, context) { method getColumnOfNodeOffset (line 234) | getColumnOfNodeOffset(spanNode, offset) { class FastRenderedViewLine (line 245) | class FastRenderedViewLine { method constructor (line 246) | constructor(domNode, renderLineInput, characterMapping) { method getWidth (line 263) | getWidth(context) { method getWidthIsFast (line 274) | getWidthIsFast() { method monospaceAssumptionsAreValid (line 277) | monospaceAssumptionsAreValid() { method toSlowRenderedLine (line 292) | toSlowRenderedLine() { method getVisibleRangesForRange (line 295) | getVisibleRangesForRange(lineNumber, startColumn, endColumn, context) { method _getColumnPixelOffset (line 300) | _getColumnPixelOffset(lineNumber, column, context) { method _getReadingTarget (line 324) | _getReadingTarget(myDomNode) { method _actualReadPixelOffset (line 327) | _actualReadPixelOffset(lineNumber, column, context) { method getColumnOfNodeOffset (line 338) | getColumnOfNodeOffset(spanNode, offset) { class RenderedViewLine (line 345) | class RenderedViewLine { method constructor (line 346) | constructor(domNode, renderLineInput, characterMapping, containsRTL, c... method _getReadingTarget (line 362) | _getReadingTarget(myDomNode) { method getWidth (line 368) | getWidth(context) { method getWidthIsFast (line 378) | getWidthIsFast() { method getVisibleRangesForRange (line 387) | getVisibleRangesForRange(lineNumber, startColumn, endColumn, context) { method _readVisibleRangesForRange (line 405) | _readVisibleRangesForRange(domNode, lineNumber, startColumn, endColumn... method _readPixelOffset (line 419) | _readPixelOffset(domNode, lineNumber, column, context) { method _actualReadPixelOffset (line 456) | _actualReadPixelOffset(domNode, lineNumber, column, context) { method _readRawVisibleRangesForRange (line 484) | _readRawVisibleRangesForRange(domNode, startColumn, endColumn, context) { method getColumnOfNodeOffset (line 496) | getColumnOfNodeOffset(spanNode, offset) { class WebKitRenderedViewLine (line 500) | class WebKitRenderedViewLine extends RenderedViewLine { method _readVisibleRangesForRange (line 501) | _readVisibleRangesForRange(domNode, lineNumber, startColumn, endColumn... function createWebKitRenderedLine (line 529) | function createWebKitRenderedLine(domNode, renderLineInput, characterMap... function createNormalRenderedLine (line 532) | function createNormalRenderedLine(domNode, renderLineInput, characterMap... function getColumnOfNodeOffset (line 535) | function getColumnOfNodeOffset(characterMapping, spanNode, offset) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/lines/viewLines.js class LastRenderedData (line 17) | class LastRenderedData { method constructor (line 18) | constructor() { method getCurrentVisibleRange (line 21) | getCurrentVisibleRange() { method setCurrentVisibleRange (line 24) | setCurrentVisibleRange(currentVisibleRange) { class HorizontalRevealRangeRequest (line 28) | class HorizontalRevealRangeRequest { method constructor (line 29) | constructor(minimalReveal, lineNumber, startColumn, endColumn, startSc... class HorizontalRevealSelectionsRequest (line 42) | class HorizontalRevealSelectionsRequest { method constructor (line 43) | constructor(minimalReveal, selections, startScrollTop, stopScrollTop, ... class ViewLines (line 61) | class ViewLines extends ViewPart { method constructor (line 62) | constructor(context, linesContent) { method dispose (line 97) | dispose() { method getDomNode (line 102) | getDomNode() { method createVisibleLine (line 106) | createVisibleLine() { method onConfigurationChanged (line 111) | onConfigurationChanged(e) { method _onOptionsMaybeChanged (line 136) | _onOptionsMaybeChanged() { method onCursorStateChanged (line 151) | onCursorStateChanged(e) { method onDecorationsChanged (line 160) | onDecorationsChanged(e) { method onFlushed (line 170) | onFlushed(e) { method onLinesChanged (line 175) | onLinesChanged(e) { method onLinesDeleted (line 178) | onLinesDeleted(e) { method onLinesInserted (line 181) | onLinesInserted(e) { method onRevealRangeRequest (line 184) | onRevealRangeRequest(e) { method onScrollChanged (line 218) | onScrollChanged(e) { method onTokensChanged (line 234) | onTokensChanged(e) { method onZonesChanged (line 237) | onZonesChanged(e) { method onThemeChanged (line 241) | onThemeChanged(e) { method getPositionFromDOMInfo (line 246) | getPositionFromDOMInfo(spanNode, offset) { method _getViewLineDomNode (line 278) | _getViewLineDomNode(node) { method _getLineNumberFor (line 290) | _getLineNumberFor(domNode) { method getLineWidth (line 301) | getLineWidth(lineNumber) { method linesVisibleRangesForRange (line 313) | linesVisibleRangesForRange(_range, includeNewLines) { method _visibleRangesForLineRange (line 359) | _visibleRangesForLineRange(lineNumber, startColumn, endColumn) { method visibleRangeForPosition (line 373) | visibleRangeForPosition(position) { method _updateLineWidthsFast (line 385) | _updateLineWidthsFast() { method _updateLineWidthsSlow (line 388) | _updateLineWidthsSlow() { method _updateLineWidthsSlowIfDomDidLayout (line 395) | _updateLineWidthsSlowIfDomDidLayout(domReadingContext) { method _updateLineWidths (line 407) | _updateLineWidths(fast) { method _checkMonospaceFontAssumptions (line 428) | _checkMonospaceFontAssumptions() { method prepareRender (line 456) | prepareRender() { method render (line 459) | render() { method renderText (line 462) | renderText(viewportData) { method _ensureMaxLineWidth (line 519) | _ensureMaxLineWidth(lineWidth) { method _computeScrollTopToRevealRange (line 526) | _computeScrollTopToRevealRange(viewport, source, minimalReveal, range,... method _computeScrollLeftToReveal (line 620) | _computeScrollLeftToReveal(horizontalRevealRequest) { method _computeMinimumScrolling (line 665) | _computeMinimumScrolling(viewportStart, viewportEnd, boxStart, boxEnd,... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/linesDecorations/linesDecorations.js class LinesDecorationsOverlay (line 7) | class LinesDecorationsOverlay extends DedupOverlay { method constructor (line 8) | constructor(context) { method dispose (line 18) | dispose() { method onConfigurationChanged (line 24) | onConfigurationChanged(e) { method onDecorationsChanged (line 31) | onDecorationsChanged(e) { method onFlushed (line 34) | onFlushed(e) { method onLinesChanged (line 37) | onLinesChanged(e) { method onLinesDeleted (line 40) | onLinesDeleted(e) { method onLinesInserted (line 43) | onLinesInserted(e) { method onScrollChanged (line 46) | onScrollChanged(e) { method onZonesChanged (line 49) | onZonesChanged(e) { method _getDecorations (line 53) | _getDecorations(ctx) { method prepareRender (line 72) | prepareRender(ctx) { method render (line 96) | render(startLineNumber, lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/margin/margin.js class Margin (line 8) | class Margin extends ViewPart { method constructor (line 9) | constructor(context) { method dispose (line 26) | dispose() { method getDomNode (line 29) | getDomNode() { method onConfigurationChanged (line 33) | onConfigurationChanged(e) { method onScrollChanged (line 42) | onScrollChanged(e) { method prepareRender (line 46) | prepareRender(ctx) { method render (line 49) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/marginDecorations/marginDecorations.js class MarginViewLineDecorationsOverlay (line 7) | class MarginViewLineDecorationsOverlay extends DedupOverlay { method constructor (line 8) | constructor(context) { method dispose (line 14) | dispose() { method onConfigurationChanged (line 20) | onConfigurationChanged(e) { method onDecorationsChanged (line 23) | onDecorationsChanged(e) { method onFlushed (line 26) | onFlushed(e) { method onLinesChanged (line 29) | onLinesChanged(e) { method onLinesDeleted (line 32) | onLinesDeleted(e) { method onLinesInserted (line 35) | onLinesInserted(e) { method onScrollChanged (line 38) | onScrollChanged(e) { method onZonesChanged (line 41) | onZonesChanged(e) { method _getDecorations (line 45) | _getDecorations(ctx) { method prepareRender (line 59) | prepareRender(ctx) { method render (line 75) | render(startLineNumber, lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/minimap/minimap.js constant POINTER_DRAG_RESET_DISTANCE (line 29) | const POINTER_DRAG_RESET_DISTANCE = 140; constant GUTTER_DECORATION_WIDTH (line 30) | const GUTTER_DECORATION_WIDTH = 2; class MinimapOptions (line 31) | class MinimapOptions { method constructor (line 32) | constructor(configuration, theme, tokensColorTracker) { method _getMinimapBackground (line 71) | static _getMinimapBackground(theme, defaultBackgroundColor) { method _getMinimapForegroundOpacity (line 78) | static _getMinimapForegroundOpacity(theme) { method _getSectionHeaderColor (line 85) | static _getSectionHeaderColor(theme, defaultForegroundColor) { method equals (line 92) | equals(other) { class MinimapLayout (line 123) | class MinimapLayout { method constructor (line 124) | constructor( method getDesiredScrollTopFromDelta (line 166) | getDesiredScrollTopFromDelta(delta) { method getDesiredScrollTopFromTouchLocation (line 169) | getDesiredScrollTopFromTouchLocation(pageY) { method intersectWithViewport (line 175) | intersectWithViewport(range) { method getYForLineNumber (line 187) | getYForLineNumber(lineNumber, minimapLineHeight) { method create (line 190) | static create(options, viewportStartLineNumber, viewportEndLineNumber,... class MinimapLine (line 305) | class MinimapLine { method constructor (line 306) | constructor(dy) { method onContentChanged (line 309) | onContentChanged() { method onTokensChanged (line 312) | onTokensChanged() { class RenderData (line 317) | class RenderData { method constructor (line 318) | constructor(renderedLayout, imageData, lines) { method linesEquals (line 327) | linesEquals(layout) { method scrollEquals (line 344) | scrollEquals(layout) { method _get (line 348) | _get() { method onLinesChanged (line 356) | onLinesChanged(changeFromLineNumber, changeCount) { method onLinesDeleted (line 359) | onLinesDeleted(deleteFromLineNumber, deleteToLineNumber) { method onLinesInserted (line 362) | onLinesInserted(insertFromLineNumber, insertToLineNumber) { method onTokensChanged (line 365) | onTokensChanged(ranges) { class MinimapBuffers (line 375) | class MinimapBuffers { method constructor (line 376) | constructor(ctx, WIDTH, HEIGHT, background) { method getBuffer (line 384) | getBuffer() { method _createBackgroundFillData (line 392) | static _createBackgroundFillData(WIDTH, HEIGHT, background) { class MinimapSamplingState (line 411) | class MinimapSamplingState { method compute (line 412) | static compute(options, viewLineCount, oldSamplingState) { method constructor (line 517) | constructor(samplingRatio, minimapLines // a map of 0-based minimap li... method modelLineToMinimapLine (line 522) | modelLineToMinimapLine(lineNumber) { method modelLineRangeToMinimapLineRange (line 528) | modelLineRangeToMinimapLineRange(fromLineNumber, toLineNumber) { method decorationLineRangeToMinimapLineRange (line 549) | decorationLineRangeToMinimapLineRange(startLineNumber, endLineNumber) { method onLinesDeleted (line 564) | onLinesDeleted(e) { method onLinesInserted (line 585) | onLinesInserted(e) { class Minimap (line 596) | class Minimap extends ViewPart { method constructor (line 597) | constructor(context) { method dispose (line 609) | dispose() { method getDomNode (line 613) | getDomNode() { method _onOptionsMaybeChanged (line 616) | _onOptionsMaybeChanged() { method onConfigurationChanged (line 627) | onConfigurationChanged(e) { method onCursorStateChanged (line 630) | onCursorStateChanged(e) { method onDecorationsChanged (line 635) | onDecorationsChanged(e) { method onFlushed (line 641) | onFlushed(e) { method onLinesChanged (line 647) | onLinesChanged(e) { method onLinesDeleted (line 661) | onLinesDeleted(e) { method onLinesInserted (line 674) | onLinesInserted(e) { method onScrollChanged (line 684) | onScrollChanged(e) { method onThemeChanged (line 687) | onThemeChanged(e) { method onTokensChanged (line 692) | onTokensChanged(e) { method onTokensColorsChanged (line 712) | onTokensColorsChanged(e) { method onZonesChanged (line 716) | onZonesChanged(e) { method prepareRender (line 720) | prepareRender(ctx) { method render (line 726) | render(ctx) { method _recreateLineSampling (line 748) | _recreateLineSampling() { method getLineCount (line 770) | getLineCount() { method getRealLineCount (line 776) | getRealLineCount() { method getLineContent (line 779) | getLineContent(lineNumber) { method getLineMaxColumn (line 785) | getLineMaxColumn(lineNumber) { method getMinimapLinesRenderingData (line 791) | getMinimapLinesRenderingData(startLineNumber, endLineNumber, needed) { method getSelections (line 806) | getSelections() { method getMinimapDecorationsInViewport (line 821) | getMinimapDecorationsInViewport(startLineNumber, endLineNumber) { method getSectionHeaderDecorationsInViewport (line 839) | getSectionHeaderDecorationsInViewport(startLineNumber, endLineNumber) { method _getMinimapDecorationsInViewport (line 847) | _getMinimapDecorationsInViewport(startLineNumber, endLineNumber) { method getSectionHeaderText (line 859) | getSectionHeaderText(decoration, fitWidth) { method getOptions (line 873) | getOptions() { method revealLineNumber (line 876) | revealLineNumber(lineNumber) { method setScrollTop (line 882) | setScrollTop(scrollTop) { class InnerMinimap (line 888) | class InnerMinimap extends Disposable { method constructor (line 889) | constructor(theme, model) { method _startSliderDragging (line 984) | _startSliderDragging(e, initialPosY, initialSliderState) { method scrollDueToTouchEvent (line 1008) | scrollDueToTouchEvent(touch) { method dispose (line 1013) | dispose() { method _getMinimapDomNodeClassName (line 1023) | _getMinimapDomNodeClassName() { method getDomNode (line 1036) | getDomNode() { method _applyLayout (line 1039) | _applyLayout() { method _getBuffer (line 1054) | _getBuffer() { method onDidChangeOptions (line 1063) | onDidChangeOptions() { method onSelectionChanged (line 1069) | onSelectionChanged() { method onDecorationsChanged (line 1073) | onDecorationsChanged() { method onFlushed (line 1077) | onFlushed() { method onLinesChanged (line 1081) | onLinesChanged(changeFromLineNumber, changeCount) { method onLinesDeleted (line 1087) | onLinesDeleted(deleteFromLineNumber, deleteToLineNumber) { method onLinesInserted (line 1092) | onLinesInserted(insertFromLineNumber, insertToLineNumber) { method onScrollChanged (line 1097) | onScrollChanged() { method onThemeChanged (line 1101) | onThemeChanged() { method onTokensChanged (line 1106) | onTokensChanged(ranges) { method onTokensColorsChanged (line 1112) | onTokensColorsChanged() { method onZonesChanged (line 1117) | onZonesChanged() { method render (line 1122) | render(renderingCtx) { method renderDecorations (line 1148) | renderDecorations(layout) { method _renderSelectionLineHighlights (line 1174) | _renderSelectionLineHighlights(canvasContext, selections, highlightedL... method _renderDecorationsLineHighlights (line 1211) | _renderDecorationsLineHighlights(canvasContext, decorations, highlight... method _renderSelectionsHighlights (line 1246) | _renderSelectionsHighlights(canvasContext, selections, lineOffsetMap, ... method _renderDecorationsHighlights (line 1262) | _renderDecorationsHighlights(canvasContext, decorations, lineOffsetMap... method renderDecorationOnLine (line 1294) | renderDecorationOnLine(canvasContext, lineOffsetMap, decorationRange, ... method getXOffsetForPosition (line 1307) | getXOffsetForPosition(lineOffsetMap, lineNumber, column, tabSize, char... method renderDecoration (line 1347) | renderDecoration(canvasContext, decorationColor, x, y, width, height) { method _renderSectionHeaders (line 1351) | _renderSectionHeaders(layout) { method _fitSectionHeader (line 1379) | static _fitSectionHeader(target, maxWidth, headerText) { method _renderSectionLabel (line 1401) | static _renderSectionLabel(target, headerText, hasSeparatorLine, backg... method renderLines (line 1416) | renderLines(layout) { method _renderUntouchedLines (line 1470) | static _renderUntouchedLines(target, topPaddingLineCount, startLineNum... method _renderLine (line 1544) | static _renderLine(target, backgroundColor, backgroundAlpha, useLighte... class ContiguousLineMap (line 1593) | class ContiguousLineMap { method constructor (line 1594) | constructor(startLineNumber, endLineNumber, defaultValue) { method has (line 1603) | has(lineNumber) { method set (line 1606) | set(lineNumber, value) { method get (line 1612) | get(lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/minimap/minimapCharRenderer.js class MinimapCharRenderer (line 7) | class MinimapCharRenderer { method constructor (line 8) | constructor(charData, scale) { method soften (line 14) | static soften(input, ratio) { method renderChar (line 21) | renderChar(target, dx, dy, chCode, color, foregroundAlpha, backgroundC... method blockRenderChar (line 54) | blockRenderChar(target, dx, dy, color, foregroundAlpha, backgroundColo... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/minimap/minimapCharRendererFactory.js class MinimapCharRendererFactory (line 16) | class MinimapCharRendererFactory { method create (line 20) | static create(scale, fontFamily) { method createSampleData (line 40) | static createSampleData(fontFamily) { method createFromSampleData (line 60) | static createFromSampleData(source, scale) { method _downsampleChar (line 68) | static _downsampleChar(source, sourceOffset, dest, destOffset, scale) { method _downsample (line 113) | static _downsample(data, scale) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/overlayWidgets/overlayWidgets.js class ViewOverlayWidgets (line 9) | class ViewOverlayWidgets extends ViewPart { method constructor (line 10) | constructor(context, viewDomNode) { method dispose (line 29) | dispose() { method getDomNode (line 33) | getDomNode() { method onConfigurationChanged (line 37) | onConfigurationChanged(e) { method addWidget (line 48) | addWidget(widget) { method setWidgetPosition (line 67) | setWidgetPosition(widget, position) { method removeWidget (line 81) | removeWidget(widget) { method _updateMaxMinWidth (line 92) | _updateMaxMinWidth() { method _renderWidget (line 106) | _renderWidget(widgetData, stackCoordinates) { method prepareRender (line 156) | prepareRender(ctx) { method render (line 159) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js class Settings (line 13) | class Settings { method constructor (line 14) | constructor(config, theme) { method _initLanes (line 63) | _initLanes(canvasLeftOffset, canvasWidth, laneCount) { method equals (line 147) | equals(other) { class DecorationsOverviewRuler (line 167) | class DecorationsOverviewRuler extends ViewPart { method constructor (line 168) | constructor(context) { method dispose (line 187) | dispose() { method _updateSettings (line 191) | _updateSettings(renderNow) { method _markRenderingIsNeeded (line 210) | _markRenderingIsNeeded() { method _markRenderingIsMaybeNeeded (line 214) | _markRenderingIsMaybeNeeded() { method onConfigurationChanged (line 218) | onConfigurationChanged(e) { method onCursorStateChanged (line 221) | onCursorStateChanged(e) { method onDecorationsChanged (line 233) | onDecorationsChanged(e) { method onFlushed (line 239) | onFlushed(e) { method onScrollChanged (line 242) | onScrollChanged(e) { method onZonesChanged (line 245) | onZonesChanged(e) { method onThemeChanged (line 248) | onThemeChanged(e) { method getDomNode (line 252) | getDomNode() { method prepareRender (line 255) | prepareRender(ctx) { method render (line 258) | render(editorCtx) { method _render (line 262) | _render() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/overviewRuler/overviewRuler.js class OverviewRuler (line 8) | class OverviewRuler extends ViewEventHandler { method constructor (line 9) | constructor(context, cssClassName) { method dispose (line 26) | dispose() { method onConfigurationChanged (line 31) | onConfigurationChanged(e) { method onFlushed (line 47) | onFlushed(e) { method onScrollChanged (line 51) | onScrollChanged(e) { method onZonesChanged (line 58) | onZonesChanged(e) { method getDomNode (line 63) | getDomNode() { method setLayout (line 66) | setLayout(position) { method setZones (line 80) | setZones(zones) { method _render (line 84) | _render() { method _renderOneLane (line 99) | _renderOneLane(ctx, colorZones, id2Color, width) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/rulers/rulers.js class Rulers (line 8) | class Rulers extends ViewPart { method constructor (line 9) | constructor(context) { method dispose (line 20) | dispose() { method onConfigurationChanged (line 24) | onConfigurationChanged(e) { method onScrollChanged (line 30) | onScrollChanged(e) { method prepareRender (line 34) | prepareRender(ctx) { method _ensureRulersCount (line 37) | _ensureRulersCount() { method render (line 65) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/scrollDecoration/scrollDecoration.js class ScrollDecorationViewPart (line 8) | class ScrollDecorationViewPart extends ViewPart { method constructor (line 9) | constructor(context) { method dispose (line 22) | dispose() { method _updateShouldShow (line 25) | _updateShouldShow() { method getDomNode (line 33) | getDomNode() { method _updateWidth (line 36) | _updateWidth() { method onConfigurationChanged (line 47) | onConfigurationChanged(e) { method onScrollChanged (line 55) | onScrollChanged(e) { method prepareRender (line 60) | prepareRender(ctx) { method render (line 63) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/selections/selections.js class HorizontalRangeWithStyle (line 9) | class HorizontalRangeWithStyle { method constructor (line 10) | constructor(other) { class LineVisibleRangesWithStyle (line 17) | class LineVisibleRangesWithStyle { method constructor (line 18) | constructor(lineNumber, ranges) { function toStyledRange (line 23) | function toStyledRange(item) { function toStyled (line 26) | function toStyled(item) { class SelectionsOverlay (line 29) | class SelectionsOverlay extends DynamicViewOverlay { method constructor (line 30) | constructor(context) { method dispose (line 41) | dispose() { method onConfigurationChanged (line 47) | onConfigurationChanged(e) { method onCursorStateChanged (line 53) | onCursorStateChanged(e) { method onDecorationsChanged (line 57) | onDecorationsChanged(e) { method onFlushed (line 61) | onFlushed(e) { method onLinesChanged (line 64) | onLinesChanged(e) { method onLinesDeleted (line 67) | onLinesDeleted(e) { method onLinesInserted (line 70) | onLinesInserted(e) { method onScrollChanged (line 73) | onScrollChanged(e) { method onZonesChanged (line 76) | onZonesChanged(e) { method _visibleRangesHaveGaps (line 80) | _visibleRangesHaveGaps(linesVisibleRanges) { method _enrichVisibleRangesWithStyle (line 90) | _enrichVisibleRangesWithStyle(viewport, linesVisibleRanges, previousFr... method _getVisibleRangesWithStyle (line 179) | _getVisibleRangesWithStyle(selection, ctx, previousFrame) { method _createSelectionPiece (line 189) | _createSelectionPiece(top, bottom, className, left, width) { method _actualRenderOneSelection (line 199) | _actualRenderOneSelection(output2, visibleStartLineNumber, hasMultiple... method prepareRender (line 271) | prepareRender(ctx) { method render (line 296) | render(startLineNumber, lineNumber) { function abs (line 320) | function abs(n) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/viewCursors/viewCursor.js class ViewCursorRenderData (line 13) | class ViewCursorRenderData { method constructor (line 14) | constructor(top, left, paddingLeft, width, height, textContent, textCo... class ViewCursor (line 30) | class ViewCursor { method constructor (line 31) | constructor(context, plurality) { method getDomNode (line 54) | getDomNode() { method getPosition (line 57) | getPosition() { method setPlurality (line 60) | setPlurality(plurality) { method show (line 74) | show() { method hide (line 80) | hide() { method onConfigurationChanged (line 86) | onConfigurationChanged(e) { method onCursorPositionChanged (line 96) | onCursorPositionChanged(position, pauseAnimation) { method _getGraphemeAwarePosition (line 110) | _getGraphemeAwarePosition() { method _prepareRender (line 116) | _prepareRender(ctx) { method _getTokenClassName (line 177) | _getTokenClassName(position) { method prepareRender (line 182) | prepareRender(ctx) { method render (line 185) | render(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/viewCursors/viewCursors.js class ViewCursors (line 15) | class ViewCursors extends ViewPart { method constructor (line 16) | constructor(context) { method dispose (line 40) | dispose() { method getDomNode (line 45) | getDomNode() { method onCompositionStart (line 49) | onCompositionStart(e) { method onCompositionEnd (line 54) | onCompositionEnd(e) { method onConfigurationChanged (line 59) | onConfigurationChanged(e) { method _onCursorPositionChanged (line 73) | _onCursorPositionChanged(position, secondaryPositions, reason) { method onCursorStateChanged (line 100) | onCursorStateChanged(e) { method onDecorationsChanged (line 113) | onDecorationsChanged(e) { method onFlushed (line 117) | onFlushed(e) { method onFocusChanged (line 120) | onFocusChanged(e) { method onLinesChanged (line 125) | onLinesChanged(e) { method onLinesDeleted (line 128) | onLinesDeleted(e) { method onLinesInserted (line 131) | onLinesInserted(e) { method onScrollChanged (line 134) | onScrollChanged(e) { method onTokensChanged (line 137) | onTokensChanged(e) { method onZonesChanged (line 156) | onZonesChanged(e) { method _getCursorBlinking (line 161) | _getCursorBlinking() { method _updateBlinking (line 174) | _updateBlinking() { method _updateDomClassName (line 210) | _updateDomClassName() { method _getClassName (line 213) | _getClassName() { method _show (line 269) | _show() { method _hide (line 276) | _hide() { method prepareRender (line 284) | prepareRender(ctx) { method render (line 290) | render(ctx) { method getLastRenderData (line 305) | getLastRenderData() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/viewZones/viewZones.js class ViewZones (line 10) | class ViewZones extends ViewPart { method constructor (line 11) | constructor(context) { method dispose (line 30) | dispose() { method _recomputeWhitespacesProps (line 35) | _recomputeWhitespacesProps() { method onConfigurationChanged (line 59) | onConfigurationChanged(e) { method onLineMappingChanged (line 70) | onLineMappingChanged(e) { method onLinesDeleted (line 73) | onLinesDeleted(e) { method onScrollChanged (line 76) | onScrollChanged(e) { method onZonesChanged (line 79) | onZonesChanged(e) { method onLinesInserted (line 82) | onLinesInserted(e) { method _getZoneOrdinal (line 86) | _getZoneOrdinal(zone) { method _computeWhitespaceProps (line 90) | _computeWhitespaceProps(zone) { method changeViewZones (line 135) | changeViewZones(callback) { method _addZone (line 164) | _addZone(whitespaceAccessor, zone) { method _removeZone (line 192) | _removeZone(whitespaceAccessor, id) { method _layoutZone (line 210) | _layoutZone(whitespaceAccessor, id) { method shouldSuppressMouseDownOnViewZone (line 224) | shouldSuppressMouseDownOnViewZone(id) { method _heightInPixels (line 231) | _heightInPixels(zone) { method _minWidthInPixels (line 240) | _minWidthInPixels(zone) { method _safeCallOnComputedHeight (line 246) | _safeCallOnComputedHeight(zone, height) { method _safeCallOnDomNodeTop (line 256) | _safeCallOnDomNodeTop(zone, top) { method prepareRender (line 266) | prepareRender(ctx) { method render (line 269) | render(ctx) { function safeInvoke1Arg (line 320) | function safeInvoke1Arg(func, arg1) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/viewParts/whitespace/whitespace.js class WhitespaceOverlay (line 11) | class WhitespaceOverlay extends DynamicViewOverlay { method constructor (line 12) | constructor(context) { method dispose (line 20) | dispose() { method onConfigurationChanged (line 26) | onConfigurationChanged(e) { method onCursorStateChanged (line 34) | onCursorStateChanged(e) { method onDecorationsChanged (line 41) | onDecorationsChanged(e) { method onFlushed (line 44) | onFlushed(e) { method onLinesChanged (line 47) | onLinesChanged(e) { method onLinesDeleted (line 50) | onLinesDeleted(e) { method onLinesInserted (line 53) | onLinesInserted(e) { method onScrollChanged (line 56) | onScrollChanged(e) { method onZonesChanged (line 59) | onZonesChanged(e) { method prepareRender (line 63) | prepareRender(ctx) { method _applyRenderWhitespace (line 101) | _applyRenderWhitespace(ctx, lineNumber, selections, lineData) { method _renderArrow (line 203) | _renderArrow(lineHeight, spaceWidth, left) { method render (line 222) | render(startLineNumber, lineNumber) { class WhitespaceOptions (line 233) | class WhitespaceOptions { method constructor (line 234) | constructor(config) { method equals (line 258) | equals(other) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/codeEditor/codeEditorContributions.js class CodeEditorContributions (line 8) | class CodeEditorContributions extends Disposable { method constructor (line 9) | constructor() { method initialize (line 30) | initialize(editor, contributions, instantiationService) { method saveViewState (line 60) | saveViewState() { method restoreViewState (line 69) | restoreViewState(contributionsState) { method get (line 76) | get(id) { method onBeforeInteractionEvent (line 80) | onBeforeInteractionEvent() { method onAfterModelAttached (line 84) | onAfterModelAttached() { method _instantiateSome (line 90) | _instantiateSome(instantiation) { method _findPendingContributionsByInstantiation (line 101) | _findPendingContributionsByInstantiation(instantiation) { method _instantiateById (line 110) | _instantiateById(id) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/codeEditor/codeEditorWidget.js method isSimpleWidget (line 58) | get isSimpleWidget() { method contextMenuId (line 61) | get contextMenuId() { method constructor (line 64) | constructor(domElement, _options, codeEditorWidgetOptions, instantiation... method writeScreenReaderContent (line 245) | writeScreenReaderContent(reason) { method _createConfiguration (line 249) | _createConfiguration(isSimpleWidget, contextMenuId, options, accessibili... method getId (line 252) | getId() { method getEditorType (line 255) | getEditorType() { method dispose (line 258) | dispose() { method invokeWithinContext (line 269) | invokeWithinContext(fn) { method updateOptions (line 272) | updateOptions(newOptions) { method getOptions (line 275) | getOptions() { method getOption (line 278) | getOption(id) { method getRawOptions (line 281) | getRawOptions() { method getOverflowWidgetsDomNode (line 284) | getOverflowWidgetsDomNode() { method getConfiguredWordAtPosition (line 287) | getConfiguredWordAtPosition(position) { method getValue (line 293) | getValue(options = null) { method setValue (line 307) | setValue(newValue) { method getModel (line 319) | getModel() { method setModel (line 325) | setModel(_model = null) { method _removeDecorationTypes (line 358) | _removeDecorationTypes() { method getVisibleRanges (line 370) | getVisibleRanges() { method getVisibleRangesPlusViewportAboveBelow (line 376) | getVisibleRangesPlusViewportAboveBelow() { method getWhitespaces (line 382) | getWhitespaces() { method _getVerticalOffsetAfterPosition (line 388) | static _getVerticalOffsetAfterPosition(modelData, modelLineNumber, model... method getTopForLineNumber (line 396) | getTopForLineNumber(lineNumber, includeViewZones = false) { method getTopForPosition (line 402) | getTopForPosition(lineNumber, column) { method _getVerticalOffsetForPosition (line 408) | static _getVerticalOffsetForPosition(modelData, modelLineNumber, modelCo... method getBottomForLineNumber (line 416) | getBottomForLineNumber(lineNumber, includeViewZones = false) { method setHiddenAreas (line 422) | setHiddenAreas(ranges, source) { method getVisibleColumnFromPosition (line 426) | getVisibleColumnFromPosition(rawPosition) { method getPosition (line 434) | getPosition() { method setPosition (line 440) | setPosition(position, source = 'api') { method _sendRevealRange (line 454) | _sendRevealRange(modelRange, verticalType, revealHorizontal, scrollType) { method revealLine (line 465) | revealLine(lineNumber, scrollType = 0 /* editorCommon.ScrollType.Smooth ... method revealLineInCenter (line 468) | revealLineInCenter(lineNumber, scrollType = 0 /* editorCommon.ScrollType... method revealLineInCenterIfOutsideViewport (line 471) | revealLineInCenterIfOutsideViewport(lineNumber, scrollType = 0 /* editor... method revealLineNearTop (line 474) | revealLineNearTop(lineNumber, scrollType = 0 /* editorCommon.ScrollType.... method _revealLine (line 477) | _revealLine(lineNumber, revealType, scrollType) { method revealPosition (line 483) | revealPosition(position, scrollType = 0 /* editorCommon.ScrollType.Smoot... method revealPositionInCenter (line 486) | revealPositionInCenter(position, scrollType = 0 /* editorCommon.ScrollTy... method revealPositionInCenterIfOutsideViewport (line 489) | revealPositionInCenterIfOutsideViewport(position, scrollType = 0 /* edit... method revealPositionNearTop (line 492) | revealPositionNearTop(position, scrollType = 0 /* editorCommon.ScrollTyp... method _revealPosition (line 495) | _revealPosition(position, verticalType, revealHorizontal, scrollType) { method getSelection (line 501) | getSelection() { method getSelections (line 507) | getSelections() { method setSelection (line 513) | setSelection(something, source = 'api') { method _setSelectionImpl (line 533) | _setSelectionImpl(sel, source) { method revealLines (line 540) | revealLines(startLineNumber, endLineNumber, scrollType = 0 /* editorComm... method revealLinesInCenter (line 543) | revealLinesInCenter(startLineNumber, endLineNumber, scrollType = 0 /* ed... method revealLinesInCenterIfOutsideViewport (line 546) | revealLinesInCenterIfOutsideViewport(startLineNumber, endLineNumber, scr... method revealLinesNearTop (line 549) | revealLinesNearTop(startLineNumber, endLineNumber, scrollType = 0 /* edi... method _revealLines (line 552) | _revealLines(startLineNumber, endLineNumber, verticalType, scrollType) { method revealRange (line 558) | revealRange(range, scrollType = 0 /* editorCommon.ScrollType.Smooth */, ... method revealRangeInCenter (line 561) | revealRangeInCenter(range, scrollType = 0 /* editorCommon.ScrollType.Smo... method revealRangeInCenterIfOutsideViewport (line 564) | revealRangeInCenterIfOutsideViewport(range, scrollType = 0 /* editorComm... method revealRangeNearTop (line 567) | revealRangeNearTop(range, scrollType = 0 /* editorCommon.ScrollType.Smoo... method revealRangeNearTopIfOutsideViewport (line 570) | revealRangeNearTopIfOutsideViewport(range, scrollType = 0 /* editorCommo... method revealRangeAtTop (line 573) | revealRangeAtTop(range, scrollType = 0 /* editorCommon.ScrollType.Smooth... method _revealRange (line 576) | _revealRange(range, verticalType, revealHorizontal, scrollType) { method setSelections (line 582) | setSelections(ranges, source = 'api', reason = 0 /* CursorChangeReason.N... method getContentWidth (line 596) | getContentWidth() { method getScrollWidth (line 602) | getScrollWidth() { method getScrollLeft (line 608) | getScrollLeft() { method getContentHeight (line 614) | getContentHeight() { method getScrollHeight (line 620) | getScrollHeight() { method getScrollTop (line 626) | getScrollTop() { method setScrollLeft (line 632) | setScrollLeft(newScrollLeft, scrollType = 1 /* editorCommon.ScrollType.I... method setScrollTop (line 643) | setScrollTop(newScrollTop, scrollType = 1 /* editorCommon.ScrollType.Imm... method setScrollPosition (line 654) | setScrollPosition(position, scrollType = 1 /* editorCommon.ScrollType.Im... method hasPendingScrollAnimation (line 660) | hasPendingScrollAnimation() { method saveViewState (line 666) | saveViewState() { method restoreViewState (line 679) | restoreViewState(s) { method handleInitialized (line 700) | handleInitialized() { method getContribution (line 704) | getContribution(id) { method getActions (line 707) | getActions() { method getSupportedActions (line 710) | getSupportedActions() { method getAction (line 715) | getAction(id) { method trigger (line 718) | trigger(source, handlerId, payload) { method _triggerCommand (line 770) | _triggerCommand(handlerId, payload) { method _startComposition (line 773) | _startComposition() { method _endComposition (line 780) | _endComposition(source) { method _type (line 787) | _type(source, text) { method _compositionType (line 799) | _compositionType(source, text, replacePrevCharCnt, replaceNextCharCnt, p... method _paste (line 805) | _paste(source, text, pasteOnNewLine, multicursorText, mode, clipboardEve... method _cut (line 821) | _cut(source) { method _triggerEditorCommand (line 827) | _triggerEditorCommand(source, handlerId, payload) { method _getViewModel (line 839) | _getViewModel() { method pushUndoStop (line 845) | pushUndoStop() { method popUndoStop (line 856) | popUndoStop() { method executeEdits (line 867) | executeEdits(source, edits, endCursorState) { method executeCommand (line 888) | executeCommand(source, command) { method executeCommands (line 894) | executeCommands(source, commands) { method createDecorationsCollection (line 900) | createDecorationsCollection(decorations) { method changeDecorations (line 903) | changeDecorations(callback) { method getLineDecorations (line 910) | getLineDecorations(lineNumber) { method getDecorationsInRange (line 916) | getDecorationsInRange(range) { method deltaDecorations (line 925) | deltaDecorations(oldDecorations, newDecorations) { method removeDecorations (line 934) | removeDecorations(decorationIds) { method removeDecorationsByType (line 942) | removeDecorationsByType(decorationTypeKey) { method getLayoutInfo (line 955) | getLayoutInfo() { method createOverviewRuler (line 960) | createOverviewRuler(cssClassName) { method getContainerDomNode (line 966) | getContainerDomNode() { method getDomNode (line 969) | getDomNode() { method delegateVerticalScrollbarPointerDown (line 975) | delegateVerticalScrollbarPointerDown(browserEvent) { method delegateScrollFromMouseWheelEvent (line 981) | delegateScrollFromMouseWheelEvent(browserEvent) { method layout (line 987) | layout(dimension, postponeRendering = false) { method focus (line 993) | focus() { method hasTextFocus (line 999) | hasTextFocus() { method hasWidgetFocus (line 1005) | hasWidgetFocus() { method addContentWidget (line 1008) | addContentWidget(widget) { method layoutContentWidget (line 1021) | layoutContentWidget(widget) { method removeContentWidget (line 1031) | removeContentWidget(widget) { method addOverlayWidget (line 1041) | addOverlayWidget(widget) { method layoutOverlayWidget (line 1054) | layoutOverlayWidget(widget) { method removeOverlayWidget (line 1064) | removeOverlayWidget(widget) { method addGlyphMarginWidget (line 1074) | addGlyphMarginWidget(widget) { method layoutGlyphMarginWidget (line 1087) | layoutGlyphMarginWidget(widget) { method removeGlyphMarginWidget (line 1097) | removeGlyphMarginWidget(widget) { method changeViewZones (line 1107) | changeViewZones(callback) { method getTargetAtClientPoint (line 1113) | getTargetAtClientPoint(clientX, clientY) { method getScrolledVisiblePosition (line 1119) | getScrolledVisiblePosition(rawPosition) { method getOffsetForColumn (line 1134) | getOffsetForColumn(lineNumber, column) { method render (line 1140) | render(forceRedraw = false) { method setAriaOptions (line 1148) | setAriaOptions(options) { method applyFontInfo (line 1154) | applyFontInfo(target) { method setBanner (line 1157) | setBanner(domNode, domNodeHeight) { method _attachModel (line 1167) | _attachModel(model) { method _createView (line 1288) | _createView(viewModel) { method _postDetachModelCleanup (line 1360) | _postDetachModelCleanup(detachedModel) { method _detachModel (line 1363) | _detachModel() { method _removeDecorationType (line 1383) | _removeDecorationType(key) { method hasModel (line 1386) | hasModel() { method showDropIndicatorAt (line 1389) | showDropIndicatorAt(position) { method removeDropIndicator (line 1397) | removeDropIndicator() { method setContextValue (line 1400) | setContextValue(key, value) { method _beginUpdate (line 1403) | _beginUpdate() { method _endUpdate (line 1409) | _endUpdate() { constant EDITOR_ID (line 1432) | let EDITOR_ID = 0; class ModelData (line 1433) | class ModelData { method constructor (line 1434) | constructor(model, viewModel, view, hasRealView, listenersToRemove, at... method dispose (line 1442) | dispose() { class BooleanEventEmitter (line 1451) | class BooleanEventEmitter extends Disposable { method constructor (line 1452) | constructor(_emitterOptions) { method setValue (line 1461) | setValue(_value) { class InteractionEmitter (line 1478) | class InteractionEmitter extends Emitter { method constructor (line 1479) | constructor(_contributions, deliveryQueue) { method fire (line 1483) | fire(event) { class EditorContextKeysManager (line 1488) | class EditorContextKeysManager extends Disposable { method constructor (line 1489) | constructor(editor, contextKeyService) { method _updateFromConfig (line 1520) | _updateFromConfig() { method _updateFromSelection (line 1527) | _updateFromSelection() { method _updateFromFocus (line 1538) | _updateFromFocus() { method _updateFromModel (line 1543) | _updateFromModel() { class EditorModeContext (line 1549) | class EditorModeContext extends Disposable { method constructor (line 1550) | constructor(_editor, _contextKeyService, _languageFeaturesService) { method dispose (line 1598) | dispose() { method reset (line 1601) | reset() { method _update (line 1622) | _update() { class CodeEditorWidgetFocusTracker (line 1652) | class CodeEditorWidgetFocusTracker extends Disposable { method constructor (line 1653) | constructor(domElement, overflowWidgetsDomNode) { method _update (line 1681) | _update() { method hasFocus (line 1688) | hasFocus() { class EditorDecorationsCollection (line 1693) | class EditorDecorationsCollection { method length (line 1694) | get length() { method constructor (line 1697) | constructor(_editor, decorations) { method onDidChange (line 1705) | onDidChange(listener, thisArgs, disposables) { method getRange (line 1713) | getRange(index) { method getRanges (line 1722) | getRanges() { method has (line 1736) | has(decoration) { method clear (line 1739) | clear() { method set (line 1746) | set(newDecorations) { method append (line 1758) | append(newDecorations) { function getSquigglySVGData (line 1775) | function getSquigglySVGData(color) { function getDotDotDotSVGData (line 1780) | function getDotDotDotSVGData(color) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.js method constructor (line 26) | constructor(domElement, options, codeEditorWidgetOptions, parentEditor, ... method getParentEditor (line 34) | getParentEditor() { method _onParentConfigurationChanged (line 37) | _onParentConfigurationChanged(e) { method updateOptions (line 41) | updateOptions(newOptions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/commands.js class ToggleCollapseUnchangedRegions (line 16) | class ToggleCollapseUnchangedRegions extends Action2 { method constructor (line 17) | constructor() { method run (line 32) | run(accessor, ...args) { class ToggleShowMovedCodeBlocks (line 38) | class ToggleShowMovedCodeBlocks extends Action2 { method constructor (line 39) | constructor() { method run (line 46) | run(accessor, ...args) { class ToggleUseInlineViewWhenSpaceIsLimited (line 52) | class ToggleUseInlineViewWhenSpaceIsLimited extends Action2 { method constructor (line 53) | constructor() { method run (line 60) | run(accessor, ...args) { class SwitchSide (line 67) | class SwitchSide extends EditorAction2 { method constructor (line 68) | constructor() { method runEditorCommand (line 78) | runEditorCommand(accessor, editor, arg) { class ExitCompareMove (line 91) | class ExitCompareMove extends EditorAction2 { method constructor (line 92) | constructor() { method runEditorCommand (line 106) | runEditorCommand(accessor, editor, ...args) { class CollapseAllUnchangedRegions (line 113) | class CollapseAllUnchangedRegions extends EditorAction2 { method constructor (line 114) | constructor() { method runEditorCommand (line 124) | runEditorCommand(accessor, editor, ...args) { class ShowAllUnchangedRegions (line 131) | class ShowAllUnchangedRegions extends EditorAction2 { method constructor (line 132) | constructor() { method runEditorCommand (line 142) | runEditorCommand(accessor, editor, ...args) { class RevertHunkOrSelection (line 149) | class RevertHunkOrSelection extends Action2 { method constructor (line 150) | constructor() { method run (line 158) | run(accessor, arg) { class AccessibleDiffViewerNext (line 168) | class AccessibleDiffViewerNext extends Action2 { method constructor (line 169) | constructor() { method run (line 182) | run(accessor) { class AccessibleDiffViewerPrev (line 188) | class AccessibleDiffViewerPrev extends Action2 { method constructor (line 189) | constructor() { method run (line 202) | run(accessor) { function findDiffEditor (line 208) | function findDiffEditor(accessor, originalUri, modifiedUri) { function findFocusedDiffEditor (line 219) | function findFocusedDiffEditor(accessor) { function isElementOrParentOf (line 233) | function isElementOrParentOf(elementOrParent, element) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/accessibleDiffViewer.js method constructor (line 45) | constructor(_parentNode, _visible, _setVisible, _canClose, _width, _heig... method next (line 67) | next() { method prev (line 76) | prev() { method close (line 82) | close() { method constructor (line 94) | constructor(_diffs, _models, _setVisible, canClose, _accessibilitySignal... method _goToGroupDelta (line 148) | _goToGroupDelta(delta, tx) { method nextGroup (line 158) | nextGroup(tx) { this._goToGroupDelta(1, tx); } method previousGroup (line 159) | previousGroup(tx) { this._goToGroupDelta(-1, tx); } method _goToLineDelta (line 160) | _goToLineDelta(delta) { method goToNextLine (line 169) | goToNextLine() { this._goToLineDelta(1); } method goToPreviousLine (line 170) | goToPreviousLine() { this._goToLineDelta(-1); } method goToLine (line 171) | goToLine(line) { method revealCurrentElementInEditor (line 184) | revealCurrentElementInEditor() { method close (line 201) | close() { function computeViewElementGroups (line 213) | function computeViewElementGroups(diffs, originalLineCount, modifiedLine... class ViewElementGroup (line 248) | class ViewElementGroup { method constructor (line 249) | constructor(range, lines) { class HeaderViewElement (line 254) | class HeaderViewElement { method constructor (line 255) | constructor() { class DeletedLineViewElement (line 259) | class DeletedLineViewElement { method constructor (line 260) | constructor(diff, originalLineNumber) { class AddedLineViewElement (line 267) | class AddedLineViewElement { method constructor (line 268) | constructor(diff, modifiedLineNumber) { class UnchangedLineViewElement (line 275) | class UnchangedLineViewElement { method constructor (line 276) | constructor(originalLineNumber, modifiedLineNumber) { method constructor (line 283) | constructor(_element, _model, _width, _height, _models, _languageService) { method _render (line 349) | _render(store) { method _createRow (line 421) | _createRow(item, lineHeight, width, originalOptions, originalModel, orig... method _getLineHtml (line 526) | _getLineHtml(model, options, tabSize, lineNumber, languageIdCodec) { class AccessibleDiffViewerModelFromEditors (line 539) | class AccessibleDiffViewerModelFromEditors { method constructor (line 540) | constructor(editors) { method getOriginalModel (line 543) | getOriginalModel() { method getOriginalOptions (line 546) | getOriginalOptions() { method originalReveal (line 549) | originalReveal(range) { method getModifiedModel (line 554) | getModifiedModel() { method getModifiedOptions (line 557) | getModifiedOptions() { method modifiedReveal (line 560) | modifiedReveal(range) { method modifiedSetSelection (line 567) | modifiedSetSelection(range) { method modifiedFocus (line 570) | modifiedFocus() { method getModifiedPosition (line 573) | getModifiedPosition() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorDecorations.js class DiffEditorDecorations (line 10) | class DiffEditorDecorations extends Disposable { method constructor (line 11) | constructor(_editors, _diffModel, _options, widget) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorEditors.js method onDidContentSizeChange (line 25) | get onDidContentSizeChange() { return this._onDidContentSizeChange.event; } method constructor (line 26) | constructor(originalEditorElement, modifiedEditorElement, _options, _arg... method _createLeftHandSideEditor (line 61) | _createLeftHandSideEditor(options, codeEditorWidgetOptions) { method _createRightHandSideEditor (line 67) | _createRightHandSideEditor(options, codeEditorWidgetOptions) { method _constructInnerEditor (line 73) | _constructInnerEditor(instantiationService, container, options, editorWi... method _adjustOptionsForLeftHandSide (line 87) | _adjustOptionsForLeftHandSide(_reader, changedOptions) { method _adjustOptionsForRightHandSide (line 111) | _adjustOptionsForRightHandSide(reader, changedOptions) { method _adjustOptionsForSubEditor (line 123) | _adjustOptionsForSubEditor(options) { method _updateAriaLabel (line 149) | _updateAriaLabel(ariaLabel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorSash.js class SashLayout (line 9) | class SashLayout { method resetSash (line 10) | resetSash() { method constructor (line 13) | constructor(_options, dimensions) { method _computeSashLeft (line 27) | _computeSashLeft(desiredRatio, reader) { class DiffEditorSash (line 44) | class DiffEditorSash extends Disposable { method constructor (line 45) | constructor(_domNode, _dimensions, _enabled, _boundarySashes, sashLeft... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/diffEditorViewZones.js method constructor (line 41) | constructor(_targetWindow, _editors, _diffModel, _options, _diffEditorWi... function computeRangeAlignment (line 377) | function computeRangeAlignment(originalEditor, modifiedEditor, diffs, or... function getAdditionalLineHeights (line 485) | function getAdditionalLineHeights(editor, viewZonesToIgnore) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/inlineDiffDeletedCodeMargin.js class InlineDiffDeletedCodeMargin (line 12) | class InlineDiffDeletedCodeMargin extends Disposable { method visibility (line 13) | get visibility() { method visibility (line 16) | set visibility(_visibility) { method constructor (line 22) | constructor(_getViewZoneId, _marginDomNode, _modifiedEditor, _diff, _e... method _updateLightBulbPosition (line 122) | _updateLightBulbPosition(marginDomNode, y, lineHeight) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/components/diffEditorViewZones/renderLines.js function renderLines (line 13) | function renderLines(source, options, decorations, domNode) { class LineSource (line 52) | class LineSource { method constructor (line 53) | constructor(lineTokens, lineBreakData, mightContainNonBasicASCII, migh... class RenderOptions (line 60) | class RenderOptions { method fromEditor (line 61) | static fromEditor(editor) { method constructor (line 68) | constructor(tabSize, fontInfo, disableMonospaceOptimizations, typicalH... function renderOriginalLine (line 82) | function renderOriginalLine(viewLineIdx, lineTokens, decorations, hasCha... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js class DelegatingEditor (line 7) | class DelegatingEditor extends Disposable { method constructor (line 8) | constructor() { method getId (line 15) | getId() { return this.getEditorType() + ':v2:' + this._id; } method getVisibleColumnFromPosition (line 17) | getVisibleColumnFromPosition(position) { method getPosition (line 20) | getPosition() { method setPosition (line 23) | setPosition(position, source = 'api') { method revealLine (line 26) | revealLine(lineNumber, scrollType = 0 /* ScrollType.Smooth */) { method revealLineInCenter (line 29) | revealLineInCenter(lineNumber, scrollType = 0 /* ScrollType.Smooth */) { method revealLineInCenterIfOutsideViewport (line 32) | revealLineInCenterIfOutsideViewport(lineNumber, scrollType = 0 /* Scro... method revealLineNearTop (line 35) | revealLineNearTop(lineNumber, scrollType = 0 /* ScrollType.Smooth */) { method revealPosition (line 38) | revealPosition(position, scrollType = 0 /* ScrollType.Smooth */) { method revealPositionInCenter (line 41) | revealPositionInCenter(position, scrollType = 0 /* ScrollType.Smooth *... method revealPositionInCenterIfOutsideViewport (line 44) | revealPositionInCenterIfOutsideViewport(position, scrollType = 0 /* Sc... method revealPositionNearTop (line 47) | revealPositionNearTop(position, scrollType = 0 /* ScrollType.Smooth */) { method getSelection (line 50) | getSelection() { method getSelections (line 53) | getSelections() { method setSelection (line 56) | setSelection(something, source = 'api') { method setSelections (line 59) | setSelections(ranges, source = 'api') { method revealLines (line 62) | revealLines(startLineNumber, endLineNumber, scrollType = 0 /* ScrollTy... method revealLinesInCenter (line 65) | revealLinesInCenter(startLineNumber, endLineNumber, scrollType = 0 /* ... method revealLinesInCenterIfOutsideViewport (line 68) | revealLinesInCenterIfOutsideViewport(startLineNumber, endLineNumber, s... method revealLinesNearTop (line 71) | revealLinesNearTop(startLineNumber, endLineNumber, scrollType = 0 /* S... method revealRange (line 74) | revealRange(range, scrollType = 0 /* ScrollType.Smooth */, revealVerti... method revealRangeInCenter (line 77) | revealRangeInCenter(range, scrollType = 0 /* ScrollType.Smooth */) { method revealRangeInCenterIfOutsideViewport (line 80) | revealRangeInCenterIfOutsideViewport(range, scrollType = 0 /* ScrollTy... method revealRangeNearTop (line 83) | revealRangeNearTop(range, scrollType = 0 /* ScrollType.Smooth */) { method revealRangeNearTopIfOutsideViewport (line 86) | revealRangeNearTopIfOutsideViewport(range, scrollType = 0 /* ScrollTyp... method revealRangeAtTop (line 89) | revealRangeAtTop(range, scrollType = 0 /* ScrollType.Smooth */) { method getSupportedActions (line 92) | getSupportedActions() { method focus (line 95) | focus() { method trigger (line 98) | trigger(source, handlerId, payload) { method createDecorationsCollection (line 101) | createDecorationsCollection(decorations) { method changeDecorations (line 104) | changeDecorations(callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/diffEditorOptions.js method editorOptions (line 19) | get editorOptions() { return this._options; } method constructor (line 20) | constructor(options, _accessibilityService) { method updateOptions (line 66) | updateOptions(changedOptions) { method setWidth (line 71) | setWidth(width) { function validateDiffEditorOptions (line 79) | function validateDiffEditorOptions(options, defaults) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js method setActiveMovedText (line 30) | setActiveMovedText(movedText) { method constructor (line 33) | constructor(model, _options, _diffProviderFactoryService) { method ensureModifiedLineIsVisible (line 246) | ensureModifiedLineIsVisible(lineNumber, preference, tx) { method ensureOriginalLineIsVisible (line 259) | ensureOriginalLineIsVisible(lineNumber, preference, tx) { method waitForDiff (line 272) | async waitForDiff() { method serializeState (line 275) | serializeState() { method restoreSerializedState (line 281) | restoreSerializedState(state) { function normalizeDocumentDiff (line 304) | function normalizeDocumentDiff(diff, original, modified) { function normalizeRangeMapping (line 312) | function normalizeRangeMapping(rangeMapping, original, modified) { class DiffState (line 325) | class DiffState { method fromDiffResult (line 326) | static fromDiffResult(result) { method constructor (line 329) | constructor(mappings, movedTexts, identical, quitEarly) { class DiffMapping (line 336) | class DiffMapping { method constructor (line 337) | constructor(lineRangeMapping) { class UnchangedRegion (line 359) | class UnchangedRegion { method fromDiffs (line 360) | static fromDiffs(changes, originalLineCount, modifiedLineCount, minHid... method originalUnchangedRange (line 389) | get originalUnchangedRange() { method modifiedUnchangedRange (line 392) | get modifiedUnchangedRange() { method constructor (line 395) | constructor(originalLineNumber, modifiedLineNumber, lineCount, visible... method setVisibleRanges (line 412) | setVisibleRanges(visibleRanges, tx) { method shouldHideControls (line 437) | shouldHideControls(reader) { method getHiddenOriginalRange (line 440) | getHiddenOriginalRange(reader) { method getHiddenModifiedRange (line 443) | getHiddenModifiedRange(reader) { method setHiddenModifiedRange (line 446) | setHiddenModifiedRange(range, tx) { method getMaxVisibleLineCountTop (line 451) | getMaxVisibleLineCountTop() { method getMaxVisibleLineCountBottom (line 454) | getMaxVisibleLineCountBottom() { method showMoreAbove (line 457) | showMoreAbove(count = 10, tx) { method showMoreBelow (line 461) | showMoreBelow(count = 10, tx) { method showAll (line 465) | showAll(tx) { method showModifiedLine (line 468) | showModifiedLine(lineNumber, preference, tx) { method showOriginalLine (line 478) | showOriginalLine(lineNumber, preference, tx) { method collapseAll (line 488) | collapseAll(tx) { method setState (line 492) | setState(visibleLineCountTop, visibleLineCountBottom, tx) { function applyOriginalEdits (line 499) | function applyOriginalEdits(diff, textEdits, originalTextModel, modified... function applyModifiedEdits (line 524) | function applyModifiedEdits(diff, textEdits, originalTextModel, modified... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/diffEditorWidget.js method onDidContentSizeChange (line 51) | get onDidContentSizeChange() { return this._editors.onDidContentSizeChan... method constructor (line 52) | constructor(_domElement, options, codeEditorWidgetOptions, _parentContex... method _createInnerEditor (line 228) | _createInnerEditor(instantiationService, container, options, editorWidge... method _createDiffEditorContributions (line 232) | _createDiffEditorContributions() { method _targetEditor (line 243) | get _targetEditor() { return this._editors.modified; } method getEditorType (line 244) | getEditorType() { return EditorType.IDiffEditor; } method layout (line 245) | layout(dimension) { method hasTextFocus (line 248) | hasTextFocus() { return this._editors.original.hasTextFocus() || this._e... method saveViewState (line 249) | saveViewState() { method restoreViewState (line 259) | restoreViewState(s) { method handleInitialized (line 270) | handleInitialized() { method createViewModel (line 274) | createViewModel(model) { method getModel (line 277) | getModel() { var _a, _b; return (_b = (_a = this._diffModel.get()) === n... method setModel (line 278) | setModel(model, tx) { method updateOptions (line 305) | updateOptions(changedOptions) { method getContainerDomNode (line 308) | getContainerDomNode() { return this._domElement; } method getOriginalEditor (line 309) | getOriginalEditor() { return this._editors.original; } method getModifiedEditor (line 310) | getModifiedEditor() { return this._editors.modified; } method getLineChanges (line 314) | getLineChanges() { method revert (line 322) | revert(diff) { method revertRangeMappings (line 334) | revertRangeMappings(diffs) { method _goTo (line 345) | _goTo(diff) { method goToDiff (line 349) | goToDiff(target) { method revealFirstDiff (line 374) | revealFirstDiff() { method accessibleDiffViewerNext (line 389) | accessibleDiffViewerNext() { this._accessibleDiffViewer.get().next(); } method accessibleDiffViewerPrev (line 390) | accessibleDiffViewerPrev() { this._accessibleDiffViewer.get().prev(); } method waitForDiff (line 391) | async waitForDiff() { method mapToOtherSide (line 398) | mapToOtherSide() { method switchSide (line 415) | switchSide() { method exitCompareMove (line 422) | exitCompareMove() { method collapseAllUnchangedRegions (line 429) | collapseAllUnchangedRegions() { method showAllUnchangedRegions (line 441) | showAllUnchangedRegions() { method _handleCursorPositionChange (line 453) | _handleCursorPositionChange(e, isModifiedEditor) { function toLineChanges (line 477) | function toLineChanges(state) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js method constructor (line 25) | constructor(instantiationService) { method createDiffProvider (line 28) | createDiffProvider(options) { method constructor (line 38) | constructor(options, editorWorkerService, telemetryService) { method dispose (line 47) | dispose() { method computeDiff (line 51) | async computeDiff(original, modified, options, cancellationToken) { method setOptions (line 119) | setOptions(newOptions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/features/gutterFeature.js method constructor (line 36) | constructor(diffEditorRoot, _diffModel, _editors, _options, _sashLayout,... method computeStagedValue (line 127) | computeStagedValue(mapping) { method layout (line 136) | layout(left) { class DiffGutterItem (line 146) | class DiffGutterItem { method constructor (line 147) | constructor(mapping, showAlways, menuId, rangeOverride, originalUri, m... method id (line 155) | get id() { return this.mapping.modified.toString(); } method range (line 156) | get range() { var _a; return (_a = this.rangeOverride) !== null && _a ... method constructor (line 159) | constructor(_item, target, gutter, instantiationService) { method layout (line 213) | layout(itemRange, viewRange) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/features/hideUnchangedRegionsFeature.js method setBreadcrumbsSourceFactory (line 35) | static setBreadcrumbsSourceFactory(factory) { method isUpdatingHiddenAreas (line 38) | get isUpdatingHiddenAreas() { return this._isUpdatingHiddenAreas; } method constructor (line 39) | constructor(_editors, _diffModel, _options, _instantiationService) { class CollapsedCodeOverlayWidget (line 211) | class CollapsedCodeOverlayWidget extends ViewZoneOverlayWidget { method constructor (line 212) | constructor(_editor, _viewZone, _unchangedRegion, _unchangedRegionRang... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/features/movedBlocksLinesFeature.js class MovedBlocksLinesFeature (line 17) | class MovedBlocksLinesFeature extends Disposable { method constructor (line 18) | constructor(_rootElement, _diffModel, _originalEditorLayoutInfo, _modi... class LinesLayout (line 195) | class LinesLayout { method compute (line 196) | static compute(lines) { method constructor (line 216) | constructor(_trackCount, trackPerLineIdx) { method getTrack (line 220) | getTrack(lineIdx) { method getTrackCount (line 223) | getTrackCount() { class MovedBlockOverlayWidget (line 227) | class MovedBlockOverlayWidget extends ViewZoneOverlayWidget { method constructor (line 228) | constructor(_editor, _viewZone, _move, _kind, _diffModel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/features/overviewRulerFeature.js method constructor (line 26) | constructor(_editors, _rootElement, _diffModel, _rootWidth, _rootHeight,... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/features/revertButtonsFeature.js class RevertButtonsFeature (line 16) | class RevertButtonsFeature extends Disposable { method constructor (line 17) | constructor(_editors, _diffModel, _options, _widget) { class RevertButton (line 86) | class RevertButton extends Disposable { method getId (line 87) | getId() { return this._id; } method constructor (line 88) | constructor(_lineNumber, _widget, _diffs, _revertSelection) { method getDomNode (line 125) | getDomNode() { method getPosition (line 131) | getPosition() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/utils.js function joinCombine (line 14) | function joinCombine(arr1, arr2, keySelector, combine) { function applyObservableDecorations (line 54) | function applyObservableDecorations(editor, decorations) { function appendRemoveOnDispose (line 68) | function appendRemoveOnDispose(parent, child) { function prependRemoveOnDispose (line 74) | function prependRemoveOnDispose(parent, child) { class ObservableElementSizeObserver (line 80) | class ObservableElementSizeObserver extends Disposable { method width (line 81) | get width() { return this._width; } method height (line 82) | get height() { return this._height; } method automaticLayout (line 83) | get automaticLayout() { return this._automaticLayout; } method constructor (line 84) | constructor(element, dimension) { method observe (line 96) | observe(dimension) { method setAutomaticLayout (line 99) | setAutomaticLayout(automaticLayout) { function animatedObservable (line 109) | function animatedObservable(targetWindow, base, store) { function easeOutExpo (line 149) | function easeOutExpo(t, b, c, d) { class ViewZoneOverlayWidget (line 152) | class ViewZoneOverlayWidget extends Disposable { method constructor (line 153) | constructor(editor, viewZone, htmlElement) { class PlaceholderViewZone (line 162) | class PlaceholderViewZone { method afterLineNumber (line 163) | get afterLineNumber() { return this._afterLineNumber.get(); } method constructor (line 164) | constructor(_afterLineNumber, heightInPx) { class ManagedOverlayWidget (line 182) | class ManagedOverlayWidget { method constructor (line 183) | constructor(_editor, _domElement) { method dispose (line 194) | dispose() { function applyStyle (line 199) | function applyStyle(domNode, style) { function readHotReloadableExport (line 214) | function readHotReloadableExport(value, reader) { function observeHotReloadableExports (line 218) | function observeHotReloadableExports(values, reader) { function applyViewZones (line 232) | function applyViewZones(editor, viewZones, setIsUpdating, zoneIds) { class DisposableCancellationTokenSource (line 310) | class DisposableCancellationTokenSource extends CancellationTokenSource { method dispose (line 311) | dispose() { function translatePosition (line 315) | function translatePosition(posInOriginal, mappings) { function lengthBetweenPositions (line 342) | function lengthBetweenPositions(position1, position2) { function filterWithPrevious (line 350) | function filterWithPrevious(arr, filter) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/diffEditor/utils/editorGutter.js class EditorGutter (line 10) | class EditorGutter extends Disposable { method constructor (line 11) | constructor(_editor, _domNode, itemProvider) { method dispose (line 40) | dispose() { method render (line 44) | render(reader) { class ManagedGutterItemView (line 101) | class ManagedGutterItemView { method constructor (line 102) | constructor(item, gutterItemView, domNode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/markdownRenderer/browser/markdownRenderer.js method constructor (line 31) | constructor(_options, _languageService, _openerService) { method dispose (line 38) | dispose() { method render (line 41) | render(markdown, options, markedOptions) { method _getRenderOptions (line 54) | _getRenderOptions(markdown, disposables) { method createHTML (line 96) | createHTML(html) { function openLinkFromMarkdown (line 105) | async function openLinkFromMarkdown(openerService, link, isTrusted) { function toAllowCommandsOption (line 118) | function toAllowCommandsOption(isTrusted) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/diffEditorItemTemplate.js class TemplateData (line 26) | class TemplateData { method constructor (line 27) | constructor(viewModel, deltaScrollVertical) { method getId (line 31) | getId() { method constructor (line 36) | constructor(_container, _overflowWidgetsDomNode, _workbenchUIElementFact... method setScrollLeft (line 148) | setScrollLeft(left) { method setData (line 156) | setData(data) { method render (line 213) | render(verticalRange, width, editorScroll, viewPort) { method hide (line 240) | hide() { function isFocused (line 249) | function isFocused(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorViewModel.js class MultiDiffEditorViewModel (line 21) | class MultiDiffEditorViewModel extends Disposable { method contextKeys (line 22) | get contextKeys() { method constructor (line 25) | constructor(model, _instantiationService) { method originalUri (line 37) | get originalUri() { var _a; return (_a = this.entry.value.original) === ... method modifiedUri (line 38) | get modifiedUri() { var _a; return (_a = this.entry.value.modified) === ... method setIsFocused (line 39) | setIsFocused(source, tx) { method constructor (line 42) | constructor(entry, _editorViewModel, _instantiationService, _modelServic... method getKey (line 75) | getKey() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget.js method constructor (line 22) | constructor(_element, _workbenchUIElementFactory, _instantiationService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidgetImpl.js method constructor (line 35) | constructor(_element, _dimension, _viewModel, _workbenchUIElementFactory... method render (line 165) | render(reader) { class VirtualizedViewItem (line 202) | class VirtualizedViewItem extends Disposable { method constructor (line 203) | constructor(viewModel, _objectPool, _scrollLeft, _deltaScrollVertical) { method dispose (line 237) | dispose() { method toString (line 241) | toString() { method getKey (line 245) | getKey() { method setViewState (line 248) | setViewState(viewState, tx) { method _updateTemplateData (line 265) | _updateTemplateData(tx) { method _clear (line 276) | _clear() { method hide (line 287) | hide() { method render (line 290) | render(verticalSpace, offset, width, viewPort) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/objectPool.js class ObjectPool (line 1) | class ObjectPool { method constructor (line 2) | constructor(_create) { method getUnusedObj (line 8) | getUnusedObj(data) { method dispose (line 36) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/browser/widget/multiDiffEditor/utils.js class ActionRunnerWithContext (line 6) | class ActionRunnerWithContext extends ActionRunner { method constructor (line 7) | constructor(_getContext) { method runAction (line 11) | runAction(action, _context) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/commands/replaceCommand.js class ReplaceCommand (line 6) | class ReplaceCommand { method constructor (line 7) | constructor(range, text, insertsAutoWhitespace = false) { method getEditOperations (line 12) | getEditOperations(model, builder) { method computeCursorState (line 15) | computeCursorState(model, helper) { class ReplaceCommandThatSelectsText (line 21) | class ReplaceCommandThatSelectsText { method constructor (line 22) | constructor(range, text) { method getEditOperations (line 26) | getEditOperations(model, builder) { method computeCursorState (line 29) | computeCursorState(model, helper) { class ReplaceCommandWithoutChangingPosition (line 35) | class ReplaceCommandWithoutChangingPosition { method constructor (line 36) | constructor(range, text, insertsAutoWhitespace = false) { method getEditOperations (line 41) | getEditOperations(model, builder) { method computeCursorState (line 44) | computeCursorState(model, helper) { class ReplaceCommandWithOffsetCursorState (line 50) | class ReplaceCommandWithOffsetCursorState { method constructor (line 51) | constructor(range, text, lineNumberDeltaOffset, columnDeltaOffset, ins... method getEditOperations (line 58) | getEditOperations(model, builder) { method computeCursorState (line 61) | computeCursorState(model, helper) { class ReplaceCommandThatPreservesSelection (line 67) | class ReplaceCommandThatPreservesSelection { method constructor (line 68) | constructor(editRange, text, initialSelection, forceMoveMarkers = fals... method getEditOperations (line 75) | getEditOperations(model, builder) { method computeCursorState (line 79) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/commands/shiftCommand.js function cachedStringRepeat (line 22) | function cachedStringRepeat(str, count) { method unshiftIndent (line 36) | static unshiftIndent(line, column, tabSize, indentSize, insertSpaces) { method shiftIndent (line 52) | static shiftIndent(line, column, tabSize, indentSize, insertSpaces) { method constructor (line 68) | constructor(range, opts, _languageConfigurationService) { method _addEditOperation (line 76) | _addEditOperation(builder, range, text) { method getEditOperations (line 84) | getEditOperations(model, builder) { method computeCursorState (line 215) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/commands/surroundSelectionCommand.js class SurroundSelectionCommand (line 7) | class SurroundSelectionCommand { method constructor (line 8) | constructor(range, charBeforeSelection, charAfterSelection) { method getEditOperations (line 13) | getEditOperations(model, builder) { method computeCursorState (line 17) | computeCursorState(model, helper) { class CompositionSurroundSelectionCommand (line 27) | class CompositionSurroundSelectionCommand { method constructor (line 28) | constructor(_position, _text, _charAfter) { method getEditOperations (line 33) | getEditOperations(model, builder) { method computeCursorState (line 36) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/commands/trimTrailingWhitespaceCommand.js class TrimTrailingWhitespaceCommand (line 8) | class TrimTrailingWhitespaceCommand { method constructor (line 9) | constructor(selection, cursors, trimInRegexesAndStrings) { method getEditOperations (line 15) | getEditOperations(model, builder) { method computeCursorState (line 23) | computeCursorState(model, helper) { function trimTrailingWhitespace (line 30) | function trimTrailingWhitespace(model, cursors, trimInRegexesAndStrings) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/config/editorConfigurationSchema.js function isConfigurationPropertySchema (line 250) | function isConfigurationPropertySchema(x) { function getEditorConfigurationKeys (line 271) | function getEditorConfigurationKeys() { function isEditorConfigurationKey (line 280) | function isEditorConfigurationKey(key) { function isDiffEditorConfigurationKey (line 284) | function isDiffEditorConfigurationKey(key) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/config/editorOptions.js constant MINIMAP_GUTTER_WIDTH (line 15) | const MINIMAP_GUTTER_WIDTH = 8; class ConfigurationChangedEvent (line 20) | class ConfigurationChangedEvent { method constructor (line 24) | constructor(values) { method hasChanged (line 27) | hasChanged(id) { class ComputeOptionsMemory (line 34) | class ComputeOptionsMemory { method constructor (line 35) | constructor() { class BaseEditorOption (line 44) | class BaseEditorOption { method constructor (line 45) | constructor(id, name, defaultValue, schema) { method applyUpdate (line 51) | applyUpdate(value, update) { method compute (line 54) | compute(env, options, value) { class ApplyUpdateResult (line 58) | class ApplyUpdateResult { method constructor (line 59) | constructor(newValue, didChange) { function applyUpdate (line 64) | function applyUpdate(value, update) { class ComputedEditorOption (line 87) | class ComputedEditorOption { method constructor (line 88) | constructor(id) { method applyUpdate (line 94) | applyUpdate(value, update) { method validate (line 97) | validate(input) { class SimpleEditorOption (line 101) | class SimpleEditorOption { method constructor (line 102) | constructor(id, name, defaultValue, schema) { method applyUpdate (line 108) | applyUpdate(value, update) { method validate (line 111) | validate(input) { method compute (line 117) | compute(env, options, value) { function boolean (line 124) | function boolean(value, defaultValue) { class EditorBooleanOption (line 134) | class EditorBooleanOption extends SimpleEditorOption { method constructor (line 135) | constructor(id, name, defaultValue, schema = undefined) { method validate (line 142) | validate(input) { function clampedInt (line 149) | function clampedInt(value, defaultValue, minimum, maximum) { class EditorIntOption (line 161) | class EditorIntOption extends SimpleEditorOption { method clampedInt (line 162) | static clampedInt(value, defaultValue, minimum, maximum) { method constructor (line 165) | constructor(id, name, defaultValue, minimum, maximum, schema = undefin... method validate (line 176) | validate(input) { function clampedFloat (line 183) | function clampedFloat(value, defaultValue, minimum, maximum) { class EditorFloatOption (line 190) | class EditorFloatOption extends SimpleEditorOption { method clamp (line 191) | static clamp(n, min, max) { method float (line 200) | static float(value, defaultValue) { method constructor (line 210) | constructor(id, name, defaultValue, validationFn, schema) { method validate (line 218) | validate(input) { class EditorStringOption (line 222) | class EditorStringOption extends SimpleEditorOption { method string (line 223) | static string(value, defaultValue) { method constructor (line 229) | constructor(id, name, defaultValue, schema = undefined) { method validate (line 236) | validate(input) { function stringSet (line 243) | function stringSet(value, defaultValue, allowedValues, renamedValues) { class EditorStringEnumOption (line 255) | class EditorStringEnumOption extends SimpleEditorOption { method constructor (line 256) | constructor(id, name, defaultValue, allowedValues, schema = undefined) { method validate (line 265) | validate(input) { class EditorEnumOption (line 269) | class EditorEnumOption extends BaseEditorOption { method constructor (line 270) | constructor(id, name, defaultValue, defaultStringValue, allowedValues,... method validate (line 280) | validate(input) { function _autoIndentFromString (line 292) | function _autoIndentFromString(autoIndent) { class EditorAccessibilitySupport (line 303) | class EditorAccessibilitySupport extends BaseEditorOption { method constructor (line 304) | constructor() { method validate (line 318) | validate(input) { method compute (line 326) | compute(env, options, value) { class EditorComments (line 334) | class EditorComments extends BaseEditorOption { method constructor (line 335) | constructor() { method validate (line 353) | validate(_input) { function _cursorBlinkingStyleFromString (line 364) | function _cursorBlinkingStyleFromString(cursorBlinkingStyle) { function _cursorStyleFromString (line 405) | function _cursorStyleFromString(cursorStyle) { class EditorClassName (line 417) | class EditorClassName extends ComputedEditorOption { method constructor (line 418) | constructor() { method compute (line 421) | compute(env, options, _) { class EditorEmptySelectionClipboard (line 446) | class EditorEmptySelectionClipboard extends EditorBooleanOption { method constructor (line 447) | constructor() { method compute (line 450) | compute(env, options, value) { class EditorFind (line 454) | class EditorFind extends BaseEditorOption { method constructor (line 455) | constructor() { method validate (line 510) | validate(_input) { class EditorFontLigatures (line 534) | class EditorFontLigatures extends BaseEditorOption { method constructor (line 535) | constructor() { method validate (line 551) | validate(input) { class EditorFontVariations (line 577) | class EditorFontVariations extends BaseEditorOption { method constructor (line 578) | constructor() { method validate (line 594) | validate(input) { method compute (line 612) | compute(env, options, value) { class EditorFontInfo (line 624) | class EditorFontInfo extends ComputedEditorOption { method constructor (line 625) | constructor() { method compute (line 628) | compute(env, options, _) { class EditorFontSize (line 634) | class EditorFontSize extends SimpleEditorOption { method constructor (line 635) | constructor() { method validate (line 644) | validate(input) { method compute (line 651) | compute(env, options, value) { class EditorFontWeight (line 659) | class EditorFontWeight extends BaseEditorOption { method constructor (line 660) | constructor() { method validate (line 681) | validate(input) { class EditorGoToLocation (line 691) | class EditorGoToLocation extends BaseEditorOption { method constructor (line 692) | constructor() { method validate (line 773) | validate(_input) { class EditorHover (line 794) | class EditorHover extends BaseEditorOption { method constructor (line 795) | constructor() { method validate (line 834) | validate(_input) { class EditorLayoutInfoComputer (line 851) | class EditorLayoutInfoComputer extends ComputedEditorOption { method constructor (line 852) | constructor() { method compute (line 855) | compute(env, options, _) { method computeContainedMinimapLineCount (line 870) | static computeContainedMinimapLineCount(input) { method _computeMinimapLayout (line 881) | static _computeMinimapLayout(input, memory) { method computeLayout (line 1043) | static computeLayout(options, env) { class WrappingStrategy (line 1165) | class WrappingStrategy extends BaseEditorOption { method constructor (line 1166) | constructor() { method validate (line 1180) | validate(input) { method compute (line 1183) | compute(env, options, value) { class EditorLightbulb (line 1201) | class EditorLightbulb extends BaseEditorOption { method constructor (line 1202) | constructor() { method validate (line 1219) | validate(_input) { class EditorStickyScroll (line 1229) | class EditorStickyScroll extends BaseEditorOption { method constructor (line 1230) | constructor() { method validate (line 1259) | validate(_input) { class EditorInlayHints (line 1272) | class EditorInlayHints extends BaseEditorOption { method constructor (line 1273) | constructor() { method validate (line 1305) | validate(_input) { class EditorLineDecorationsWidth (line 1323) | class EditorLineDecorationsWidth extends BaseEditorOption { method constructor (line 1324) | constructor() { method validate (line 1327) | validate(input) { method compute (line 1336) | compute(env, options, value) { class EditorLineHeight (line 1348) | class EditorLineHeight extends EditorFloatOption { method constructor (line 1349) | constructor() { method compute (line 1352) | compute(env, options, value) { class EditorMinimap (line 1359) | class EditorMinimap extends BaseEditorOption { method constructor (line 1360) | constructor() { method validate (line 1449) | validate(_input) { function _multiCursorModifierFromString (line 1473) | function _multiCursorModifierFromString(multiCursorModifier) { class EditorPadding (line 1479) | class EditorPadding extends BaseEditorOption { method constructor (line 1480) | constructor() { method validate (line 1498) | validate(_input) { class EditorParameterHints (line 1509) | class EditorParameterHints extends BaseEditorOption { method constructor (line 1510) | constructor() { method validate (line 1528) | validate(_input) { class EditorPixelRatio (line 1541) | class EditorPixelRatio extends ComputedEditorOption { method constructor (line 1542) | constructor() { method compute (line 1545) | compute(env, options, _) { class EditorQuickSuggestions (line 1549) | class EditorQuickSuggestions extends BaseEditorOption { method constructor (line 1550) | constructor() { method validate (line 1589) | validate(input) { class EditorRenderLineNumbersOption (line 1629) | class EditorRenderLineNumbersOption extends BaseEditorOption { method constructor (line 1630) | constructor() { method validate (line 1644) | validate(lineNumbers) { function filterValidationDecorations (line 1676) | function filterValidationDecorations(options) { class EditorRulers (line 1683) | class EditorRulers extends BaseEditorOption { method constructor (line 1684) | constructor() { method validate (line 1711) | validate(input) { class ReadonlyMessage (line 1740) | class ReadonlyMessage extends BaseEditorOption { method constructor (line 1741) | constructor() { method validate (line 1745) | validate(_input) { function _scrollbarVisibilityFromString (line 1752) | function _scrollbarVisibilityFromString(visibility, defaultValue) { class EditorScrollbar (line 1762) | class EditorScrollbar extends BaseEditorOption { method constructor (line 1763) | constructor() { method validate (line 1825) | validate(_input) { class UnicodeHighlight (line 1866) | class UnicodeHighlight extends BaseEditorOption { method constructor (line 1867) | constructor() { method applyUpdate (line 1931) | applyUpdate(value, update) { method validate (line 1953) | validate(_input) { method validateBooleanMap (line 1968) | validateBooleanMap(map, defaultValue) { class InlineEditorSuggest (line 1984) | class InlineEditorSuggest extends BaseEditorOption { method constructor (line 1985) | constructor() { method validate (line 2023) | validate(_input) { class InlineEditorEdit (line 2038) | class InlineEditorEdit extends BaseEditorOption { method constructor (line 2039) | constructor() { method validate (line 2076) | validate(_input) { class BracketPairColorization (line 2093) | class BracketPairColorization extends BaseEditorOption { method constructor (line 2094) | constructor() { method validate (line 2112) | validate(_input) { class GuideOptions (line 2126) | class GuideOptions extends BaseEditorOption { method constructor (line 2127) | constructor() { method validate (line 2181) | validate(_input) { function primitiveSet (line 2195) | function primitiveSet(value, defaultValue, allowedValues) { class EditorSuggest (line 2202) | class EditorSuggest extends BaseEditorOption { method constructor (line 2203) | constructor() { method validate (line 2469) | validate(_input) { class SmartSelect (line 2518) | class SmartSelect extends BaseEditorOption { method constructor (line 2519) | constructor() { method validate (line 2536) | validate(input) { class WordSegmenterLocales (line 2553) | class WordSegmenterLocales extends BaseEditorOption { method constructor (line 2554) | constructor() { method validate (line 2571) | validate(input) { class WrappingIndentOption (line 2594) | class WrappingIndentOption extends BaseEditorOption { method constructor (line 2595) | constructor() { method validate (line 2611) | validate(input) { method compute (line 2620) | compute(env, options, value) { class EditorWrappingInfoComputer (line 2630) | class EditorWrappingInfoComputer extends ComputedEditorOption { method constructor (line 2631) | constructor() { method compute (line 2634) | compute(env, options, _) { class EditorDropIntoEditor (line 2644) | class EditorDropIntoEditor extends BaseEditorOption { method constructor (line 2645) | constructor() { method validate (line 2668) | validate(_input) { class EditorPasteAs (line 2679) | class EditorPasteAs extends BaseEditorOption { method constructor (line 2680) | constructor() { method validate (line 2703) | validate(_input) { constant DEFAULT_WINDOWS_FONT_FAMILY (line 2715) | const DEFAULT_WINDOWS_FONT_FAMILY = 'Consolas, \'Courier New\', monospace'; constant DEFAULT_MAC_FONT_FAMILY (line 2716) | const DEFAULT_MAC_FONT_FAMILY = 'Menlo, Monaco, \'Courier New\', monospa... constant DEFAULT_LINUX_FONT_FAMILY (line 2717) | const DEFAULT_LINUX_FONT_FAMILY = '\'Droid Sans Mono\', \'monospace\', m... constant EDITOR_FONT_DEFAULTS (line 2721) | const EDITOR_FONT_DEFAULTS = { function register (line 2732) | function register(option) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/config/editorZoom.js method constructor (line 7) | constructor() { method getZoomLevel (line 12) | getZoomLevel() { method setZoomLevel (line 15) | setZoomLevel(zoomLevel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/config/fontInfo.js constant GOLDEN_LINE_HEIGHT_RATIO (line 12) | const GOLDEN_LINE_HEIGHT_RATIO = platform.isMacintosh ? 1.5 : 1.35; constant MINIMUM_LINE_HEIGHT (line 16) | const MINIMUM_LINE_HEIGHT = 8; class BareFontInfo (line 17) | class BareFontInfo { method createFromValidatedSettings (line 21) | static createFromValidatedSettings(options, pixelRatio, ignoreEditorZo... method _create (line 34) | static _create(fontFamily, fontWeight, fontSize, fontFeatureSettings, ... method constructor (line 74) | constructor(opts) { method getId (line 88) | getId() { method getMassagedFontFamily (line 94) | getMassagedFontFamily() { method _wrapInQuotes (line 102) | static _wrapInQuotes(fontFamily) { constant SERIALIZED_FONT_INFO_VERSION (line 115) | const SERIALIZED_FONT_INFO_VERSION = 2; class FontInfo (line 116) | class FontInfo extends BareFontInfo { method constructor (line 120) | constructor(opts, isTrusted) { method equals (line 137) | equals(other) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/characterClassifier.js class CharacterClassifier (line 9) | class CharacterClassifier { method constructor (line 10) | constructor(_defaultValue) { method _createAsciiMap (line 16) | static _createAsciiMap(defaultValue) { method set (line 21) | set(charCode, _value) { method get (line 30) | get(charCode) { method clear (line 38) | clear() { class CharacterSet (line 43) | class CharacterSet { method constructor (line 44) | constructor() { method add (line 47) | add(charCode) { method has (line 50) | has(charCode) { method clear (line 53) | clear() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/cursorColumns.js class CursorColumns (line 22) | class CursorColumns { method _nextVisibleColumn (line 23) | static _nextVisibleColumn(codePoint, visibleColumn, tabSize) { method visibleColumnFromColumn (line 36) | static visibleColumnFromColumn(lineContent, column, tabSize) { method columnFromVisibleColumn (line 52) | static columnFromVisibleColumn(lineContent, visibleColumn, tabSize) { method nextRenderTabStop (line 85) | static nextRenderTabStop(visibleColumn, tabSize) { method nextIndentTabStop (line 92) | static nextIndentTabStop(visibleColumn, indentSize) { method prevRenderTabStop (line 99) | static prevRenderTabStop(column, tabSize) { method prevIndentTabStop (line 106) | static prevIndentTabStop(column, indentSize) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/editOperation.js class EditOperation (line 6) | class EditOperation { method insert (line 7) | static insert(position, text) { method delete (line 14) | static delete(range) { method replace (line 20) | static replace(range, text) { method replaceMove (line 26) | static replaceMove(range, text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/eolCounter.js function countEOL (line 5) | function countEOL(text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/indentation.js function _normalizeIndentationFromWhitespace (line 7) | function _normalizeIndentationFromWhitespace(str, indentSize, insertSpac... function normalizeIndentation (line 30) | function normalizeIndentation(str, indentSize, insertSpaces) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/lineRange.js class LineRange (line 12) | class LineRange { method fromRangeInclusive (line 13) | static fromRangeInclusive(range) { method joinMany (line 19) | static joinMany(lineRanges) { method join (line 29) | static join(lineRanges) { method ofLength (line 41) | static ofLength(startLineNumber, length) { method deserialize (line 47) | static deserialize(lineRange) { method constructor (line 50) | constructor(startLineNumber, endLineNumberExclusive) { method contains (line 60) | contains(lineNumber) { method isEmpty (line 66) | get isEmpty() { method delta (line 72) | delta(offset) { method deltaLength (line 75) | deltaLength(offset) { method length (line 81) | get length() { method join (line 87) | join(other) { method toString (line 90) | toString() { method intersect (line 97) | intersect(other) { method intersectsStrict (line 105) | intersectsStrict(other) { method overlapOrTouch (line 108) | overlapOrTouch(other) { method equals (line 111) | equals(b) { method toInclusiveRange (line 114) | toInclusiveRange() { method toExclusiveRange (line 123) | toExclusiveRange() { method mapToLineArray (line 126) | mapToLineArray(f) { method forEach (line 133) | forEach(f) { method serialize (line 141) | serialize() { method includes (line 144) | includes(lineNumber) { method toOffsetRange (line 151) | toOffsetRange() { class LineRangeSet (line 155) | class LineRangeSet { method constructor (line 156) | constructor( method ranges (line 164) | get ranges() { method addRange (line 167) | addRange(range) { method contains (line 192) | contains(lineNumber) { method intersects (line 196) | intersects(range) { method getUnion (line 200) | getUnion(other) { method subtractFrom (line 256) | subtractFrom(range) { method toString (line 278) | toString() { method getIntersection (line 281) | getIntersection(other) { method getWithDelta (line 301) | getWithDelta(value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/offsetRange.js class OffsetRange (line 9) | class OffsetRange { method addRange (line 10) | static addRange(range, sortedRanges) { method tryCreate (line 28) | static tryCreate(start, endExclusive) { method ofLength (line 34) | static ofLength(length) { method ofStartAndLength (line 37) | static ofStartAndLength(start, length) { method constructor (line 40) | constructor(start, endExclusive) { method isEmpty (line 47) | get isEmpty() { method delta (line 50) | delta(offset) { method deltaStart (line 53) | deltaStart(offset) { method deltaEnd (line 56) | deltaEnd(offset) { method length (line 59) | get length() { method toString (line 62) | toString() { method contains (line 65) | contains(offset) { method join (line 72) | join(other) { method intersect (line 81) | intersect(other) { method intersects (line 89) | intersects(other) { method isBefore (line 94) | isBefore(other) { method isAfter (line 97) | isAfter(other) { method slice (line 100) | slice(arr) { method substring (line 103) | substring(str) { method clip (line 110) | clip(value) { method clipCyclic (line 122) | clipCyclic(value) { method forEach (line 134) | forEach(f) { class OffsetRangeSet (line 140) | class OffsetRangeSet { method constructor (line 141) | constructor() { method addRange (line 144) | addRange(range) { method toString (line 162) | toString() { method intersectsStrict (line 168) | intersectsStrict(other) { method intersectWithRange (line 176) | intersectWithRange(other) { method intersectWithRangeLength (line 187) | intersectWithRangeLength(other) { method length (line 190) | get length() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/position.js class Position (line 8) | class Position { method constructor (line 9) | constructor(lineNumber, column) { method with (line 19) | with(newLineNumber = this.lineNumber, newColumn = this.column) { method delta (line 33) | delta(deltaLineNumber = 0, deltaColumn = 0) { method equals (line 39) | equals(other) { method equals (line 45) | static equals(a, b) { method isBefore (line 58) | isBefore(other) { method isBefore (line 65) | static isBefore(a, b) { method isBeforeOrEqual (line 78) | isBeforeOrEqual(other) { method isBeforeOrEqual (line 85) | static isBeforeOrEqual(a, b) { method compare (line 97) | static compare(a, b) { method clone (line 110) | clone() { method toString (line 116) | toString() { method lift (line 123) | static lift(pos) { method isIPosition (line 129) | static isIPosition(obj) { method toJSON (line 134) | toJSON() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/positionToOffset.js class PositionOffsetTransformer (line 3) | class PositionOffsetTransformer { method constructor (line 4) | constructor(text) { method getOffset (line 14) | getOffset(position) { method getOffsetRange (line 17) | getOffsetRange(range) { method textLength (line 20) | get textLength() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/range.js class Range (line 9) | class Range { method constructor (line 10) | constructor(startLineNumber, startColumn, endLineNumber, endColumn) { method isEmpty (line 27) | isEmpty() { method isEmpty (line 33) | static isEmpty(range) { method containsPosition (line 39) | containsPosition(position) { method containsPosition (line 45) | static containsPosition(range, position) { method strictContainsPosition (line 61) | static strictContainsPosition(range, position) { method containsRange (line 76) | containsRange(range) { method containsRange (line 82) | static containsRange(range, otherRange) { method strictContainsRange (line 100) | strictContainsRange(range) { method strictContainsRange (line 106) | static strictContainsRange(range, otherRange) { method plusRange (line 125) | plusRange(range) { method plusRange (line 132) | static plusRange(a, b) { method intersectRanges (line 166) | intersectRanges(range) { method intersectRanges (line 172) | static intersectRanges(a, b) { method equalsRange (line 207) | equalsRange(other) { method equalsRange (line 213) | static equalsRange(a, b) { method getEndPosition (line 227) | getEndPosition() { method getEndPosition (line 233) | static getEndPosition(range) { method getStartPosition (line 239) | getStartPosition() { method getStartPosition (line 245) | static getStartPosition(range) { method toString (line 251) | toString() { method setEndPosition (line 257) | setEndPosition(endLineNumber, endColumn) { method setStartPosition (line 263) | setStartPosition(startLineNumber, startColumn) { method collapseToStart (line 269) | collapseToStart() { method collapseToStart (line 275) | static collapseToStart(range) { method collapseToEnd (line 281) | collapseToEnd() { method collapseToEnd (line 287) | static collapseToEnd(range) { method delta (line 293) | delta(lineCount) { method fromPositions (line 297) | static fromPositions(start, end = start) { method lift (line 300) | static lift(range) { method isIRange (line 309) | static isIRange(obj) { method areIntersectingOrTouching (line 319) | static areIntersectingOrTouching(a, b) { method areIntersecting (line 334) | static areIntersecting(a, b) { method compareRangesUsingStarts (line 350) | static compareRangesUsingStarts(a, b) { method compareRangesUsingEnds (line 379) | static compareRangesUsingEnds(a, b) { method spansMultipleLines (line 394) | static spansMultipleLines(range) { method toJSON (line 397) | toJSON() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/rgba.js class RGBA8 (line 9) | class RGBA8 { method constructor (line 10) | constructor(r, g, b, a) { method equals (line 17) | equals(other) { method _clamp (line 23) | static _clamp(c) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/selection.js class Selection (line 11) | class Selection extends Range { method constructor (line 12) | constructor(selectionStartLineNumber, selectionStartColumn, positionLi... method toString (line 22) | toString() { method equalsSelection (line 28) | equalsSelection(other) { method selectionsEqual (line 34) | static selectionsEqual(a, b) { method getDirection (line 43) | getDirection() { method setEndPosition (line 52) | setEndPosition(endLineNumber, endColumn) { method getPosition (line 61) | getPosition() { method getSelectionStart (line 67) | getSelectionStart() { method setStartPosition (line 73) | setStartPosition(startLineNumber, startColumn) { method fromPositions (line 83) | static fromPositions(start, end = start) { method fromRange (line 89) | static fromRange(range, direction) { method liftSelection (line 100) | static liftSelection(sel) { method selectionsArrEqual (line 106) | static selectionsArrEqual(a, b) { method isISelection (line 126) | static isISelection(obj) { method createWithDirection (line 136) | static createWithDirection(startLineNumber, startColumn, endLineNumber... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/stringBuilder.js function getUTF16LE_TextDecoder (line 9) | function getUTF16LE_TextDecoder() { function getUTF16BE_TextDecoder (line 16) | function getUTF16BE_TextDecoder() { function getPlatformTextDecoder (line 23) | function getPlatformTextDecoder() { function decodeUTF16LE (line 29) | function decodeUTF16LE(source, offset, len) { function compatDecodeUTF16LE (line 40) | function compatDecodeUTF16LE(source, offset, len) { class StringBuilder (line 50) | class StringBuilder { method constructor (line 51) | constructor(capacity) { method reset (line 57) | reset() { method build (line 61) | build() { method _buildBuffer (line 68) | _buildBuffer() { method _flushBuffer (line 75) | _flushBuffer() { method appendCharCode (line 88) | appendCharCode(charCode) { method appendASCIICharCode (line 100) | appendASCIICharCode(charCode) { method appendString (line 107) | appendString(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/textChange.js function escapeNewLine (line 7) | function escapeNewLine(str) { class TextChange (line 12) | class TextChange { method oldLength (line 13) | get oldLength() { method oldEnd (line 16) | get oldEnd() { method newLength (line 19) | get newLength() { method newEnd (line 22) | get newEnd() { method constructor (line 25) | constructor(oldPosition, oldText, newPosition, newText) { method toString (line 31) | toString() { method _writeStringSize (line 40) | static _writeStringSize(str) { method _writeString (line 43) | static _writeString(b, str, offset) { method _readString (line 53) | static _readString(b, offset) { method writeSize (line 58) | writeSize() { method write (line 64) | write(b, offset) { method read (line 73) | static read(b, offset, dest) { function compressConsecutiveTextChanges (line 86) | function compressConsecutiveTextChanges(prevEdits, currEdits) { class TextChangeCompressor (line 93) | class TextChangeCompressor { method constructor (line 94) | constructor(prevEdits, currEdits) { method compress (line 104) | compress() { method _acceptCurr (line 173) | _acceptCurr(currEdit) { method _getCurr (line 177) | _getCurr(currIndex) { method _acceptPrev (line 180) | _acceptPrev(prevEdit) { method _getPrev (line 184) | _getPrev(prevIndex) { method _rebaseCurr (line 187) | static _rebaseCurr(prevDeltaOffset, currEdit) { method _rebasePrev (line 190) | static _rebasePrev(currDeltaOffset, prevEdit) { method _splitPrev (line 193) | static _splitPrev(edit, offset) { method _splitCurr (line 201) | static _splitCurr(edit, offset) { method _merge (line 209) | static _merge(edits) { method _removeNoOps (line 230) | static _removeNoOps(edits) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/textEdit.js class TextEdit (line 11) | class TextEdit { method constructor (line 12) | constructor(edits) { method apply (line 16) | apply(text) { method applyToString (line 36) | applyToString(str) { method getNewRanges (line 40) | getNewRanges() { class SingleTextEdit (line 60) | class SingleTextEdit { method constructor (line 61) | constructor(range, text) { function rangeFromPositions (line 66) | function rangeFromPositions(start, end) { class AbstractText (line 75) | class AbstractText { method endPositionExclusive (line 76) | get endPositionExclusive() { class StringText (line 80) | class StringText extends AbstractText { method constructor (line 81) | constructor(value) { method getValueOfRange (line 86) | getValueOfRange(range) { method length (line 89) | get length() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/textLength.js class TextLength (line 10) | class TextLength { method betweenPositions (line 11) | static betweenPositions(position1, position2) { method ofRange (line 19) | static ofRange(range) { method ofText (line 22) | static ofText(text) { method constructor (line 36) | constructor(lineCount, columnCount) { method isGreaterThanOrEqualTo (line 40) | isGreaterThanOrEqualTo(other) { method createRange (line 46) | createRange(startPosition) { method addToPosition (line 54) | addToPosition(position) { method toString (line 62) | toString() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/textModelDefaults.js constant EDITOR_MODEL_DEFAULTS (line 5) | const EDITOR_MODEL_DEFAULTS = { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/wordCharacterClassifier.js class WordCharacterClassifier (line 7) | class WordCharacterClassifier extends CharacterClassifier { method constructor (line 8) | constructor(wordSeparators, intlSegmenterLocales) { method findPrevIntlWordBeforeOrAtOffset (line 26) | findPrevIntlWordBeforeOrAtOffset(line, offset) { method findNextIntlWordAtOrAfterOffset (line 36) | findNextIntlWordAtOrAfterOffset(lineContent, offset) { method _getIntlSegmenterWordsOnLine (line 45) | _getIntlSegmenterWordsOnLine(line) { method _filterWordSegments (line 58) | _filterWordSegments(segments) { method _isWordLike (line 67) | _isWordLike(segment) { function getMapForWordSeparators (line 75) | function getMapForWordSeparators(wordSeparators, intlSegmenterLocales) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/core/wordHelper.js constant USUAL_WORD_SEPARATORS (line 7) | const USUAL_WORD_SEPARATORS = '`~!@#$%^&*()-=+[{]}\\|;:\'",.<>/?'; function createWordRegExp (line 15) | function createWordRegExp(allowInWords = '') { constant DEFAULT_WORD_REGEXP (line 27) | const DEFAULT_WORD_REGEXP = createWordRegExp(); function ensureValidWordDefinition (line 28) | function ensureValidWordDefinition(wordDefinition) { function getWordAtText (line 57) | function getWordAtText(column, wordDefinition, text, textOffset, config) { function _findRegexMatchEnclosingPosition (line 112) | function _findRegexMatchEnclosingPosition(wordDefinition, text, pos, sto... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursor.js class CursorsController (line 18) | class CursorsController extends Disposable { method constructor (line 19) | constructor(model, viewModel, coordinatesConverter, cursorConfig) { method dispose (line 34) | dispose() { method updateConfiguration (line 39) | updateConfiguration(cursorConfig) { method onLineMappingChanged (line 43) | onLineMappingChanged(eventsCollector) { method setHasFocus (line 57) | setHasFocus(hasFocus) { method _validateAutoClosedActions (line 60) | _validateAutoClosedActions() { method getPrimaryCursorState (line 74) | getPrimaryCursorState() { method getLastAddedCursorIndex (line 77) | getLastAddedCursorIndex() { method getCursorStates (line 80) | getCursorStates() { method setStates (line 83) | setStates(eventsCollector, source, reason, states) { method setCursorColumnSelectData (line 97) | setCursorColumnSelectData(columnSelectData) { method revealAll (line 100) | revealAll(eventsCollector, source, minimalReveal, verticalType, reveal... method revealPrimary (line 112) | revealPrimary(eventsCollector, source, minimalReveal, verticalType, re... method saveState (line 117) | saveState() { method restoreState (line 136) | restoreState(eventsCollector, states) { method onModelContentChanged (line 168) | onModelContentChanged(eventsCollector, event) { method getSelection (line 216) | getSelection() { method getTopMostViewPosition (line 219) | getTopMostViewPosition() { method getBottomMostViewPosition (line 222) | getBottomMostViewPosition() { method getCursorColumnSelectData (line 225) | getCursorColumnSelectData() { method getSelections (line 240) | getSelections() { method setSelections (line 243) | setSelections(eventsCollector, source, selections, reason) { method getPrevEditOperationType (line 246) | getPrevEditOperationType() { method setPrevEditOperationType (line 249) | setPrevEditOperationType(type) { method _pushAutoClosedAction (line 253) | _pushAutoClosedAction(autoClosedCharactersRanges, autoClosedEnclosingR... method _executeEditOperation (line 277) | _executeEditOperation(opResult) { method _interpretCommandResult (line 308) | _interpretCommandResult(cursorState) { method _emitStateChangedIfNecessary (line 318) | _emitStateChangedIfNecessary(eventsCollector, source, reason, oldState... method _findAutoClosingPairs (line 339) | _findAutoClosingPairs(edits) { method executeEdits (line 368) | executeEdits(eventsCollector, source, edits, cursorStateComputer) { method _executeEdit (line 406) | _executeEdit(callback, eventsCollector, source, cursorChangeReason = 0... method getAutoClosedCharacters (line 428) | getAutoClosedCharacters() { method startComposition (line 431) | startComposition(eventsCollector) { method endComposition (line 434) | endComposition(eventsCollector, source) { method type (line 444) | type(eventsCollector, text, source) { method compositionType (line 463) | compositionType(eventsCollector, text, replacePrevCharCnt, replaceNext... method paste (line 480) | paste(eventsCollector, text, pasteOnNewLine, multicursorText, source) { method cut (line 485) | cut(eventsCollector, source) { method executeCommand (line 490) | executeCommand(eventsCollector, command, source) { method executeCommands (line 499) | executeCommands(eventsCollector, commands, source) { class CursorModelState (line 511) | class CursorModelState { method from (line 512) | static from(model, cursor) { method constructor (line 515) | constructor(modelVersionId, cursorState) { method equals (line 519) | equals(other) { class AutoClosedAction (line 537) | class AutoClosedAction { method getAllAutoClosedCharacters (line 538) | static getAllAutoClosedCharacters(autoClosedActions) { method constructor (line 545) | constructor(model, autoClosedCharactersDecorations, autoClosedEnclosin... method dispose (line 550) | dispose() { method getAutoClosedCharactersRanges (line 554) | getAutoClosedCharactersRanges() { method isValid (line 564) | isValid(selections) { class CommandExecutor (line 589) | class CommandExecutor { method executeCommands (line 590) | static executeCommands(model, selectionsBefore, commands) { method _innerExecuteCommands (line 603) | static _innerExecuteCommands(ctx, commands) { method _arrayIsEmpty (line 689) | static _arrayIsEmpty(commands) { method _getEditOperations (line 697) | static _getEditOperations(ctx, commands) { method _getEditOperationsFromCommand (line 713) | static _getEditOperationsFromCommand(ctx, majorIdentifier, command) { method _getLoserCursorMap (line 793) | static _getLoserCursorMap(operations) { class CompositionLineState (line 833) | class CompositionLineState { method constructor (line 834) | constructor(text, startSelection, endSelection) { class CompositionState (line 840) | class CompositionState { method _capture (line 841) | static _capture(textModel, selections) { method constructor (line 851) | constructor(textModel, selections) { method deduceOutcome (line 858) | deduceOutcome(textModel, selections) { method _deduceOutcome (line 875) | static _deduceOutcome(original, current) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorAtomicMoveOperations.js class AtomicTabMoveOperations (line 6) | class AtomicTabMoveOperations { method whitespaceVisibleColumn (line 13) | static whitespaceVisibleColumn(lineContent, position, tabSize) { method atomicPosition (line 53) | static atomicPosition(lineContent, position, tabSize, direction) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorCollection.js class CursorCollection (line 12) | class CursorCollection { method constructor (line 13) | constructor(context) { method dispose (line 18) | dispose() { method startTrackingSelections (line 23) | startTrackingSelections() { method stopTrackingSelections (line 28) | stopTrackingSelections() { method updateContext (line 33) | updateContext(context) { method ensureValidState (line 36) | ensureValidState() { method readSelectionFromMarkers (line 41) | readSelectionFromMarkers() { method getAll (line 44) | getAll() { method getViewPositions (line 47) | getViewPositions() { method getTopMostViewPosition (line 50) | getTopMostViewPosition() { method getBottomMostViewPosition (line 53) | getBottomMostViewPosition() { method getSelections (line 56) | getSelections() { method getViewSelections (line 59) | getViewSelections() { method setSelections (line 62) | setSelections(selections) { method getPrimaryCursor (line 65) | getPrimaryCursor() { method setStates (line 68) | setStates(states) { method _setSecondaryStates (line 78) | _setSecondaryStates(secondaryStates) { method killSecondaryCursors (line 97) | killSecondaryCursors() { method _addSecondaryCursor (line 100) | _addSecondaryCursor() { method getLastAddedCursorIndex (line 104) | getLastAddedCursorIndex() { method _removeSecondaryCursor (line 110) | _removeSecondaryCursor(removeIndex) { method normalize (line 117) | normalize() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorColumnSelection.js class ColumnSelection (line 8) | class ColumnSelection { method columnSelect (line 9) | static columnSelect(config, model, fromLineNumber, fromVisibleColumn, ... method columnSelectLeft (line 58) | static columnSelectLeft(config, model, prevColumnSelectData) { method columnSelectRight (line 65) | static columnSelectRight(config, model, prevColumnSelectData) { method columnSelectUp (line 80) | static columnSelectUp(config, model, prevColumnSelectData, isPaged) { method columnSelectDown (line 85) | static columnSelectDown(config, model, prevColumnSelectData, isPaged) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorContext.js class CursorContext (line 5) | class CursorContext { method constructor (line 6) | constructor(model, viewModel, coordinatesConverter, cursorConfig) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorDeleteOperations.js class DeleteOperations (line 12) | class DeleteOperations { method deleteRight (line 13) | static deleteRight(prevEditOperationType, config, model, selections) { method isAutoClosingPairDelete (line 36) | static isAutoClosingPairDelete(autoClosingDelete, autoClosingBrackets,... method _runAutoClosingPairDelete (line 95) | static _runAutoClosingPairDelete(config, model, selections) { method deleteLeft (line 104) | static deleteLeft(prevEditOperationType, config, model, selections, au... method getDeleteRange (line 125) | static getDeleteRange(selection, model, config) { method getPositionAfterDeleteLeft (line 146) | static getPositionAfterDeleteLeft(position, model) { method cut (line 160) | static cut(config, model, selections) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorMoveCommands.js class CursorMoveCommands (line 11) | class CursorMoveCommands { method addCursorDown (line 12) | static addCursorDown(viewModel, cursors, useLogicalLine) { method addCursorUp (line 27) | static addCursorUp(viewModel, cursors, useLogicalLine) { method moveToBeginningOfLine (line 42) | static moveToBeginningOfLine(viewModel, cursors, inSelectionMode) { method _moveToLineStart (line 50) | static _moveToLineStart(viewModel, cursor, inSelectionMode) { method _moveToLineStartByView (line 64) | static _moveToLineStartByView(viewModel, cursor, inSelectionMode) { method _moveToLineStartByModel (line 67) | static _moveToLineStartByModel(viewModel, cursor, inSelectionMode) { method moveToEndOfLine (line 70) | static moveToEndOfLine(viewModel, cursors, inSelectionMode, sticky) { method _moveToLineEnd (line 78) | static _moveToLineEnd(viewModel, cursor, inSelectionMode, sticky) { method _moveToLineEndByView (line 92) | static _moveToLineEndByView(viewModel, cursor, inSelectionMode, sticky) { method _moveToLineEndByModel (line 95) | static _moveToLineEndByModel(viewModel, cursor, inSelectionMode, stick... method expandLineSelection (line 98) | static expandLineSelection(viewModel, cursors) { method moveToBeginningOfBuffer (line 117) | static moveToBeginningOfBuffer(viewModel, cursors, inSelectionMode) { method moveToEndOfBuffer (line 125) | static moveToEndOfBuffer(viewModel, cursors, inSelectionMode) { method selectAll (line 133) | static selectAll(viewModel, cursor) { method line (line 138) | static line(viewModel, cursor, inSelectionMode, _position, _viewPositi... method word (line 174) | static word(viewModel, cursor, inSelectionMode, _position) { method cancelSelection (line 178) | static cancelSelection(viewModel, cursor) { method moveTo (line 186) | static moveTo(viewModel, cursor, inSelectionMode, _position, _viewPosi... method simpleMove (line 201) | static simpleMove(viewModel, cursors, direction, inSelectionMode, valu... method viewportMove (line 283) | static viewportMove(viewModel, cursors, direction, inSelectionMode, va... method findPositionInViewportIfOutside (line 318) | static findPositionInViewportIfOutside(viewModel, cursor, visibleViewR... method _firstLineNumberInRange (line 342) | static _firstLineNumberInRange(model, range, count) { method _lastLineNumberInRange (line 353) | static _lastLineNumberInRange(model, range, count) { method _moveLeft (line 361) | static _moveLeft(viewModel, cursors, inSelectionMode, noOfColumns) { method _moveHalfLineLeft (line 364) | static _moveHalfLineLeft(viewModel, cursors, inSelectionMode) { method _moveRight (line 374) | static _moveRight(viewModel, cursors, inSelectionMode, noOfColumns) { method _moveHalfLineRight (line 377) | static _moveHalfLineRight(viewModel, cursors, inSelectionMode) { method _moveDownByViewLines (line 387) | static _moveDownByViewLines(viewModel, cursors, inSelectionMode, lines... method _moveDownByModelLines (line 395) | static _moveDownByModelLines(viewModel, cursors, inSelectionMode, line... method _moveUpByViewLines (line 403) | static _moveUpByViewLines(viewModel, cursors, inSelectionMode, linesCo... method _moveUpByModelLines (line 411) | static _moveUpByModelLines(viewModel, cursors, inSelectionMode, linesC... method _moveToViewPosition (line 419) | static _moveToViewPosition(viewModel, cursor, inSelectionMode, toViewL... method _moveToModelPosition (line 422) | static _moveToModelPosition(viewModel, cursor, inSelectionMode, toMode... method _moveToViewMinColumn (line 425) | static _moveToViewMinColumn(viewModel, cursors, inSelectionMode) { method _moveToViewFirstNonWhitespaceColumn (line 435) | static _moveToViewFirstNonWhitespaceColumn(viewModel, cursors, inSelec... method _moveToViewCenterColumn (line 445) | static _moveToViewCenterColumn(viewModel, cursors, inSelectionMode) { method _moveToViewMaxColumn (line 455) | static _moveToViewMaxColumn(viewModel, cursors, inSelectionMode) { method _moveToViewLastNonWhitespaceColumn (line 465) | static _moveToViewLastNonWhitespaceColumn(viewModel, cursors, inSelect... function parse (line 572) | function parse(args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorMoveOperations.js class CursorPosition (line 11) | class CursorPosition { method constructor (line 12) | constructor(lineNumber, column, leftoverVisibleColumns) { class MoveOperations (line 19) | class MoveOperations { method leftPosition (line 20) | static leftPosition(model, position) { method leftPositionAtomicSoftTabs (line 32) | static leftPositionAtomicSoftTabs(model, position, tabSize) { method left (line 43) | static left(config, model, position) { method moveLeft (line 53) | static moveLeft(config, model, cursor, inSelectionMode, noOfColumns) { method clipPositionColumn (line 77) | static clipPositionColumn(position, model) { method clipRange (line 80) | static clipRange(value, min, max) { method rightPosition (line 89) | static rightPosition(model, lineNumber, column) { method rightPositionAtomicSoftTabs (line 99) | static rightPositionAtomicSoftTabs(model, lineNumber, column, tabSize,... method right (line 109) | static right(config, model, position) { method moveRight (line 115) | static moveRight(config, model, cursor, inSelectionMode, noOfColumns) { method vertical (line 131) | static vertical(config, model, lineNumber, column, leftoverVisibleColu... method down (line 174) | static down(config, model, lineNumber, column, leftoverVisibleColumns,... method moveDown (line 177) | static moveDown(config, model, cursor, inSelectionMode, linesCount) { method translateDown (line 199) | static translateDown(config, model, cursor) { method up (line 205) | static up(config, model, lineNumber, column, leftoverVisibleColumns, c... method moveUp (line 208) | static moveUp(config, model, cursor, inSelectionMode, linesCount) { method translateUp (line 222) | static translateUp(config, model, cursor) { method _isBlankLine (line 228) | static _isBlankLine(model, lineNumber) { method moveToPrevBlankLine (line 235) | static moveToPrevBlankLine(config, model, cursor, inSelectionMode) { method moveToNextBlankLine (line 247) | static moveToNextBlankLine(config, model, cursor, inSelectionMode) { method moveToBeginningOfLine (line 260) | static moveToBeginningOfLine(config, model, cursor, inSelectionMode) { method moveToEndOfLine (line 274) | static moveToEndOfLine(config, model, cursor, inSelectionMode, sticky) { method moveToBeginningOfBuffer (line 279) | static moveToBeginningOfBuffer(config, model, cursor, inSelectionMode) { method moveToEndOfBuffer (line 282) | static moveToEndOfBuffer(config, model, cursor, inSelectionMode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorTypeOperations.js class TypeOperations (line 19) | class TypeOperations { method indent (line 20) | static indent(config, model, selections) { method outdent (line 37) | static outdent(config, model, selections) { method shiftIndent (line 51) | static shiftIndent(config, indentation, count) { method unshiftIndent (line 55) | static unshiftIndent(config, indentation, count) { method _distributedPaste (line 59) | static _distributedPaste(config, model, selections, text) { method _simplePaste (line 69) | static _simplePaste(config, model, selections, text, pasteOnNewLine) { method _distributePasteToCursors (line 94) | static _distributePasteToCursors(config, selections, text, pasteOnNewL... method paste (line 121) | static paste(config, model, selections, text, pasteOnNewLine, multicur... method _goodIndentForLine (line 131) | static _goodIndentForLine(config, model, lineNumber) { method _replaceJumpToNextIndent (line 172) | static _replaceJumpToNextIndent(config, model, selection, insertsAutoW... method tab (line 188) | static tab(config, model, selections) { method compositionType (line 226) | static compositionType(prevEditOperationType, config, model, selection... method _compositionType (line 233) | static _compositionType(model, selection, text, replacePrevCharCnt, re... method _typeCommand (line 251) | static _typeCommand(range, text, keepPosition) { method _enter (line 259) | static _enter(config, model, keepPosition, range) { method _isAutoIndentType (line 337) | static _isAutoIndentType(config, model, selections) { method _runAutoIndentType (line 348) | static _runAutoIndentType(config, model, range, ch) { method _isAutoClosingOvertype (line 373) | static _isAutoClosingOvertype(config, model, selections, autoClosedCha... method _runAutoClosingOvertype (line 414) | static _runAutoClosingOvertype(prevEditOperationType, config, model, s... method _isBeforeClosingBrace (line 427) | static _isBeforeClosingBrace(config, lineAfter) { method _findAutoClosingPairOpen (line 444) | static _findAutoClosingPairOpen(config, model, positions, ch) { method _findContainedAutoClosingPair (line 474) | static _findContainedAutoClosingPair(config, pair) { method _getAutoClosingPairClose (line 491) | static _getAutoClosingPairClose(config, model, selections, ch, chIsAlr... method _runAutoClosingOpenCharType (line 606) | static _runAutoClosingOpenCharType(prevEditOperationType, config, mode... method _shouldSurroundChar (line 617) | static _shouldSurroundChar(config, ch) { method _isSurroundSelectionType (line 626) | static _isSurroundSelectionType(config, model, selections, ch) { method _runSurroundSelectionType (line 661) | static _runSurroundSelectionType(prevEditOperationType, config, model,... method _isTypeInterceptorElectricChar (line 673) | static _isTypeInterceptorElectricChar(config, model, selections) { method _typeInterceptorElectricChar (line 679) | static _typeInterceptorElectricChar(prevEditOperationType, config, mod... method compositionEndWithInterceptors (line 728) | static compositionEndWithInterceptors(prevEditOperationType, config, m... method typeWithInterceptors (line 808) | static typeWithInterceptors(isDoingComposition, prevEditOperationType,... method typeWithoutInterceptors (line 867) | static typeWithoutInterceptors(prevEditOperationType, config, model, s... method lineInsertBefore (line 878) | static lineInsertBefore(config, model, selections) { method lineInsertAfter (line 896) | static lineInsertAfter(config, model, selections) { method lineBreakInsert (line 908) | static lineBreakInsert(config, model, selections) { class TypeWithAutoClosingCommand (line 916) | class TypeWithAutoClosingCommand extends ReplaceCommandWithOffsetCursorS... method constructor (line 917) | constructor(selection, openCharacter, insertOpenCharacter, closeCharac... method computeCursorState (line 924) | computeCursorState(model, helper) { class CompositionOutcome (line 932) | class CompositionOutcome { method constructor (line 933) | constructor(deletedText, deletedSelectionStart, deletedSelectionEnd, i... function getTypingOperation (line 942) | function getTypingOperation(typedText, previousTypingOperation) { function shouldPushStackElementBetween (line 951) | function shouldPushStackElementBetween(previousTypingOperation, typingOp... function normalizeOperationType (line 964) | function normalizeOperationType(type) { function isTypingOperation (line 969) | function isTypingOperation(type) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/cursorWordOperations.js class WordOperations (line 11) | class WordOperations { method _createWord (line 12) | static _createWord(lineContent, wordType, nextCharClass, start, end) { method _createIntlWord (line 16) | static _createIntlWord(intlWord, nextCharClass) { method _findPreviousWordOnLine (line 20) | static _findPreviousWordOnLine(wordSeparators, model, position) { method _doFindPreviousWordOnLine (line 24) | static _doFindPreviousWordOnLine(lineContent, wordSeparators, position) { method _findEndOfWord (line 56) | static _findEndOfWord(lineContent, wordSeparators, wordType, startInde... method _findNextWordOnLine (line 77) | static _findNextWordOnLine(wordSeparators, model, position) { method _doFindNextWordOnLine (line 81) | static _doFindNextWordOnLine(lineContent, wordSeparators, position) { method _findStartOfWord (line 114) | static _findStartOfWord(lineContent, wordSeparators, wordType, startIn... method moveWordLeft (line 134) | static moveWordLeft(wordSeparators, model, position, wordNavigationTyp... method _moveWordPartLeft (line 171) | static _moveWordPartLeft(model, position) { method moveWordRight (line 205) | static moveWordRight(wordSeparators, model, position, wordNavigationTy... method _moveWordPartRight (line 265) | static _moveWordPartRight(model, position) { method _deleteWordLeftWhitespace (line 299) | static _deleteWordLeftWhitespace(model, position) { method deleteWordLeft (line 308) | static deleteWordLeft(ctx, wordNavigationType) { method deleteInsideWord (line 367) | static deleteInsideWord(wordSeparators, model, selection) { method _charAtIsWhitespace (line 378) | static _charAtIsWhitespace(str, index) { method _deleteInsideWordWhitespace (line 382) | static _deleteInsideWordWhitespace(model, position) { method _deleteInsideWordDetermineDeleteRange (line 409) | static _deleteInsideWordDetermineDeleteRange(wordSeparators, model, po... method _deleteWordPartLeft (line 469) | static _deleteWordPartLeft(model, selection) { method _findFirstNonWhitespaceChar (line 477) | static _findFirstNonWhitespaceChar(str, startIndex) { method _deleteWordRightWhitespace (line 487) | static _deleteWordRightWhitespace(model, position) { method deleteWordRight (line 497) | static deleteWordRight(ctx, wordNavigationType) { method _deleteWordPartRight (line 566) | static _deleteWordPartRight(model, selection) { method _createWordAtPosition (line 574) | static _createWordAtPosition(model, lineNumber, word) { method getWordAtPosition (line 582) | static getWordAtPosition(model, _wordSeparators, _intlSegmenterLocales... method word (line 594) | static word(config, model, cursor, inSelectionMode, position) { class WordPartOperations (line 666) | class WordPartOperations extends WordOperations { method deleteWordPartLeft (line 667) | static deleteWordPartLeft(ctx) { method deleteWordPartRight (line 676) | static deleteWordPartRight(ctx) { method moveWordPartLeft (line 685) | static moveWordPartLeft(wordSeparators, model, position) { method moveWordPartRight (line 694) | static moveWordPartRight(wordSeparators, model, position) { function enforceDefined (line 704) | function enforceDefined(arr) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursor/oneCursor.js class Cursor (line 12) | class Cursor { method constructor (line 13) | constructor(context) { method dispose (line 18) | dispose(context) { method startTrackingSelection (line 21) | startTrackingSelection(context) { method stopTrackingSelection (line 25) | stopTrackingSelection(context) { method _updateTrackedRange (line 29) | _updateTrackedRange(context) { method _removeTrackedRange (line 36) | _removeTrackedRange(context) { method asCursorState (line 39) | asCursorState() { method readSelectionFromMarkers (line 42) | readSelectionFromMarkers(context) { method ensureValidState (line 50) | ensureValidState(context) { method setState (line 53) | setState(context, modelState, viewState) { method _validatePositionWithCache (line 56) | static _validatePositionWithCache(viewModel, position, cacheInput, cac... method _validateViewState (line 62) | static _validateViewState(viewModel, viewState) { method _setState (line 75) | _setState(context, modelState, viewState) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/cursorCommon.js class CursorConfiguration (line 14) | class CursorConfiguration { method shouldRecreate (line 15) | static shouldRecreate(e) { method constructor (line 33) | constructor(languageId, modelOptions, configuration, languageConfigura... method electricChars (line 81) | get electricChars() { method onElectricCharacter (line 97) | onElectricCharacter(character, context, column) { method normalizeIndentation (line 105) | normalizeIndentation(str) { method _getShouldAutoClose (line 108) | _getShouldAutoClose(languageId, autoCloseConfig, forQuotes) { method _getLanguageDefinedShouldAutoClose (line 120) | _getLanguageDefinedShouldAutoClose(languageId, forQuotes) { method visibleColumnFromColumn (line 128) | visibleColumnFromColumn(model, position) { method columnFromVisibleColumn (line 135) | columnFromVisibleColumn(model, lineNumber, visibleColumn) { class CursorState (line 148) | class CursorState { method fromModelState (line 149) | static fromModelState(modelState) { method fromViewState (line 152) | static fromViewState(viewState) { method fromModelSelection (line 155) | static fromModelSelection(modelSelection) { method fromModelSelections (line 160) | static fromModelSelections(modelSelections) { method constructor (line 167) | constructor(modelState, viewState) { method equals (line 172) | equals(other) { class PartialModelCursorState (line 176) | class PartialModelCursorState { method constructor (line 177) | constructor(modelState) { class PartialViewCursorState (line 182) | class PartialViewCursorState { method constructor (line 183) | constructor(viewState) { class SingleCursorState (line 191) | class SingleCursorState { method constructor (line 192) | constructor(selectionStart, selectionStartKind, selectionStartLeftover... method equals (line 201) | equals(other) { method hasSelection (line 208) | hasSelection() { method move (line 211) | move(inSelectionMode, lineNumber, column, leftoverVisibleColumns) { method _computeSelection (line 221) | static _computeSelection(selectionStart, position) { class EditOperationResult (line 230) | class EditOperationResult { method constructor (line 231) | constructor(type, commands, opts) { function isQuote (line 239) | function isQuote(ch) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js class DiffAlgorithmResult (line 8) | class DiffAlgorithmResult { method trivial (line 9) | static trivial(seq1, seq2) { method trivialTimedOut (line 12) | static trivialTimedOut(seq1, seq2) { method constructor (line 15) | constructor(diffs, class SequenceDiff (line 25) | class SequenceDiff { method invert (line 26) | static invert(sequenceDiffs, doc1Length) { method fromOffsetPairs (line 33) | static fromOffsetPairs(start, endExclusive) { method constructor (line 36) | constructor(seq1Range, seq2Range) { method swap (line 40) | swap() { method toString (line 43) | toString() { method join (line 46) | join(other) { method delta (line 49) | delta(offset) { method deltaStart (line 55) | deltaStart(offset) { method deltaEnd (line 61) | deltaEnd(offset) { method intersect (line 67) | intersect(other) { method getStarts (line 75) | getStarts() { method getEndExclusives (line 78) | getEndExclusives() { class OffsetPair (line 82) | class OffsetPair { method constructor (line 83) | constructor(offset1, offset2) { method toString (line 87) | toString() { method delta (line 90) | delta(offset) { method equals (line 96) | equals(other) { class InfiniteTimeout (line 102) | class InfiniteTimeout { method isValid (line 103) | isValid() { class DateTimeout (line 108) | class DateTimeout { method constructor (line 109) | constructor(timeout) { method isValid (line 118) | isValid() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js class DynamicProgrammingDiffing (line 12) | class DynamicProgrammingDiffing { method compute (line 13) | compute(sequence1, sequence2, timeout = InfiniteTimeout.instance, equa... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/myersDiffAlgorithm.js class MyersDiffAlgorithm (line 10) | class MyersDiffAlgorithm { method compute (line 11) | compute(seq1, seq2, timeout = InfiniteTimeout.instance) { class SnakePath (line 88) | class SnakePath { method constructor (line 89) | constructor(prev, x, y, length) { class FastInt32Array (line 99) | class FastInt32Array { method constructor (line 100) | constructor() { method get (line 104) | get(idx) { method set (line 113) | set(idx, value) { class FastArrayNegativeIndices (line 136) | class FastArrayNegativeIndices { method constructor (line 137) | constructor() { method get (line 141) | get(idx) { method set (line 150) | set(idx, value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js function computeMovedLines (line 15) | function computeMovedLines(changes, originalLines, modifiedLines, hashed... function countWhere (line 33) | function countWhere(arr, predicate) { function computeMovesFromSimpleDeletionsToSimpleInsertions (line 42) | function computeMovesFromSimpleDeletionsToSimpleInsertions(changes, orig... function computeUnchangedMoves (line 73) | function computeUnchangedMoves(changes, hashedOriginalLines, hashedModif... function areLinesSimilar (line 185) | function areLinesSimilar(line1, line2, timeout) { function joinCloseConsecutiveMoves (line 216) | function joinCloseConsecutiveMoves(moves) { function removeMovesInSameDiff (line 236) | function removeMovesInSameDiff(changes, moves) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js class DefaultLinesDiffComputer (line 19) | class DefaultLinesDiffComputer { method constructor (line 20) | constructor() { method computeDiff (line 24) | computeDiff(originalLines, modifiedLines, options) { method computeMoves (line 147) | computeMoves(changes, originalLines, modifiedLines, hashedOriginalLine... method refineDiff (line 156) | refineDiff(originalLines, modifiedLines, diff, timeout, considerWhites... function lineRangeMappingFromRangeMappings (line 175) | function lineRangeMappingFromRangeMappings(alignments, originalLines, mo... function getLineRangeMapping (line 199) | function getLineRangeMapping(rangeMapping, originalLines, modifiedLines) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/heuristicSequenceOptimizations.js function optimizeSequenceDiffs (line 8) | function optimizeSequenceDiffs(sequence1, sequence2, sequenceDiffs) { function joinSequenceDiffsByShifting (line 29) | function joinSequenceDiffsByShifting(sequence1, sequence2, sequenceDiffs) { function shiftSequenceDiffs (line 101) | function shiftSequenceDiffs(sequence1, sequence2, sequenceDiffs) { function shiftDiffToBetterPosition (line 120) | function shiftDiffToBetterPosition(diff, sequence1, sequence2, seq1Valid... function removeShortMatches (line 156) | function removeShortMatches(sequence1, sequence2, sequenceDiffs) { function extendDiffsToEntireWordIfAppropriate (line 173) | function extendDiffsToEntireWordIfAppropriate(sequence1, sequence2, sequ... function mergeSequenceDiffs (line 231) | function mergeSequenceDiffs(sequenceDiffs1, sequenceDiffs2) { function removeVeryShortMatchingLinesBetweenDiffs (line 252) | function removeVeryShortMatchingLinesBetweenDiffs(sequence1, _sequence2,... function removeVeryShortMatchingTextBetweenLongDiffs (line 290) | function removeVeryShortMatchingTextBetweenLongDiffs(sequence1, sequence... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/lineSequence.js class LineSequence (line 5) | class LineSequence { method constructor (line 6) | constructor(trimmedHash, lines) { method getElement (line 10) | getElement(offset) { method length (line 13) | get length() { method getBoundaryScore (line 16) | getBoundaryScore(length) { method getText (line 21) | getText(range) { method isStronglyEqual (line 24) | isStronglyEqual(offset1, offset2) { function getIndentation (line 28) | function getIndentation(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/linesSliceCharSequence.js class LinesSliceCharSequence (line 10) | class LinesSliceCharSequence { method constructor (line 11) | constructor(lines, lineRange, considerWhitespaceChanges) { method toString (line 54) | toString() { method text (line 57) | get text() { method getText (line 60) | getText(range) { method getElement (line 63) | getElement(offset) { method length (line 66) | get length() { method getBoundaryScore (line 69) | getBoundaryScore(length) { method translateOffset (line 93) | translateOffset(offset) { method translateRange (line 101) | translateRange(range) { method findWordContaining (line 107) | findWordContaining(offset) { method countLinesIn (line 126) | countLinesIn(range) { method isStronglyEqual (line 129) | isStronglyEqual(offset1, offset2) { method extendToFullLines (line 132) | extendToFullLines(range) { function isWordChar (line 139) | function isWordChar(charCode) { function getCategoryBoundaryScore (line 155) | function getCategoryBoundaryScore(category) { function getCategory (line 158) | function getCategory(charCode) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/defaultLinesDiffComputer/utils.js class Array2D (line 5) | class Array2D { method constructor (line 6) | constructor(width, height) { method get (line 12) | get(x, y) { method set (line 15) | set(x, y, value) { function isSpace (line 19) | function isSpace(charCode) { class LineRangeFragment (line 22) | class LineRangeFragment { method getKey (line 23) | static getKey(chr) { method constructor (line 31) | constructor(range, lines, source) { method computeSimilarity (line 51) | computeSimilarity(other) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/legacyLinesDiffComputer.js constant MINIMUM_MATCHING_CHARACTER_LENGTH (line 12) | const MINIMUM_MATCHING_CHARACTER_LENGTH = 3; class LegacyLinesDiffComputer (line 13) | class LegacyLinesDiffComputer { method computeDiff (line 14) | computeDiff(originalLines, modifiedLines, options) { function computeDiff (line 65) | function computeDiff(originalSequence, modifiedSequence, continueProcess... class LineSequence (line 69) | class LineSequence { method constructor (line 70) | constructor(lines) { method getElements (line 81) | getElements() { method getStrictElement (line 88) | getStrictElement(index) { method getStartLineNumber (line 91) | getStartLineNumber(i) { method getEndLineNumber (line 94) | getEndLineNumber(i) { method createCharSequence (line 97) | createCharSequence(shouldIgnoreTrimWhitespace, startIndex, endIndex) { class CharSequence (line 123) | class CharSequence { method constructor (line 124) | constructor(charCodes, lineNumbers, columns) { method toString (line 129) | toString() { method _assertIndex (line 132) | _assertIndex(index, arr) { method getElements (line 137) | getElements() { method getStartLineNumber (line 140) | getStartLineNumber(i) { method getEndLineNumber (line 149) | getEndLineNumber(i) { method getStartColumn (line 161) | getStartColumn(i) { method getEndColumn (line 170) | getEndColumn(i) { class CharChange (line 183) | class CharChange { method constructor (line 184) | constructor(originalStartLineNumber, originalStartColumn, originalEndL... method createFromDiffChange (line 194) | static createFromDiffChange(diffChange, originalCharSequence, modified... function postProcessCharChanges (line 206) | function postProcessCharChanges(rawChanges) { class LineChange (line 231) | class LineChange { method constructor (line 232) | constructor(originalStartLineNumber, originalEndLineNumber, modifiedSt... method createFromDiffResult (line 239) | static createFromDiffResult(shouldIgnoreTrimWhitespace, diffChange, or... class DiffComputer (line 279) | class DiffComputer { method constructor (line 280) | constructor(originalLines, modifiedLines, opts) { method computeDiff (line 292) | computeDiff() { method _pushTrimWhitespaceCharChange (line 406) | _pushTrimWhitespaceCharChange(result, originalLineNumber, originalStar... method _mergeTrimWhitespaceCharChange (line 417) | _mergeTrimWhitespaceCharChange(result, originalLineNumber, originalSta... function getFirstNonBlankColumn (line 444) | function getFirstNonBlankColumn(txt, defaultValue) { function getLastNonBlankColumn (line 451) | function getLastNonBlankColumn(txt, defaultValue) { function createContinueProcessingPredicate (line 458) | function createContinueProcessingPredicate(maximumRuntime) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/linesDiffComputer.js class LinesDiff (line 5) | class LinesDiff { method constructor (line 6) | constructor(changes, class MovedText (line 22) | class MovedText { method constructor (line 23) | constructor(lineRangeMapping, changes) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/diff/rangeMapping.js class LineRangeMapping (line 12) | class LineRangeMapping { method inverse (line 13) | static inverse(mapping, originalLineCount, modifiedLineCount) { method clip (line 31) | static clip(mapping, originalRange, modifiedRange) { method constructor (line 42) | constructor(originalRange, modifiedRange) { method toString (line 46) | toString() { method flip (line 49) | flip() { method join (line 52) | join(other) { method toRangeMapping (line 60) | toRangeMapping() { class DetailedLineRangeMapping (line 85) | class DetailedLineRangeMapping extends LineRangeMapping { method fromRangeMappings (line 86) | static fromRangeMappings(rangeMappings) { method constructor (line 91) | constructor(originalRange, modifiedRange, innerChanges) { method flip (line 95) | flip() { method withInnerChangesFromLineRanges (line 99) | withInnerChangesFromLineRanges() { class RangeMapping (line 106) | class RangeMapping { method constructor (line 107) | constructor(originalRange, modifiedRange) { method toString (line 111) | toString() { method flip (line 114) | flip() { method toTextEdit (line 120) | toTextEdit(modified) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/editorAction.js class InternalEditorAction (line 5) | class InternalEditorAction { method constructor (line 6) | constructor(id, label, alias, metadata, _precondition, _run, _contextK... method isSupported (line 15) | isSupported() { method run (line 18) | run(args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/editorFeatures.js function registerEditorFeature (line 10) | function registerEditorFeature(ctor) { function getEditorFeatures (line 13) | function getEditorFeatures() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/editorTheme.js class EditorTheme (line 5) | class EditorTheme { method type (line 6) | get type() { method value (line 9) | get value() { method constructor (line 12) | constructor(theme) { method update (line 15) | update(theme) { method getColor (line 18) | getColor(color) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/encodedTokenAttributes.js class TokenMetadata (line 7) | class TokenMetadata { method getLanguageId (line 8) | static getLanguageId(metadata) { method getTokenType (line 11) | static getTokenType(metadata) { method containsBalancedBrackets (line 14) | static containsBalancedBrackets(metadata) { method getFontStyle (line 17) | static getFontStyle(metadata) { method getForeground (line 20) | static getForeground(metadata) { method getBackground (line 23) | static getBackground(metadata) { method getClassNameFromMetadata (line 26) | static getClassNameFromMetadata(metadata) { method getInlineStyleFromMetadata (line 44) | static getInlineStyleFromMetadata(metadata, colorMap) { method getPresentationFromMetadata (line 66) | static getPresentationFromMetadata(metadata) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languageFeatureRegistry.js function isExclusive (line 9) | function isExclusive(selector) { class MatchCandidate (line 20) | class MatchCandidate { method constructor (line 21) | constructor(uri, languageId, notebookUri, notebookType) { method equals (line 27) | equals(other) { class LanguageFeatureRegistry (line 35) | class LanguageFeatureRegistry { method constructor (line 36) | constructor(_notebookInfoResolver) { method register (line 43) | register(selector, provider) { method has (line 65) | has(model) { method all (line 68) | all(model) { method ordered (line 82) | ordered(model) { method orderedGroups (line 87) | orderedGroups(model) { method _orderedForEach (line 103) | _orderedForEach(model, callback) { method _updateScores (line 111) | _updateScores(model) { method _compareByScoreAndTime (line 139) | static _compareByScoreAndTime(a, b) { function isBuiltinSelector (line 164) | function isBuiltinSelector(selector) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languageSelector.js function score (line 7) | function score(selector, candidateUri, candidateLanguage, candidateIsSyn... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages.js class Token (line 6) | class Token { method constructor (line 7) | constructor(offset, type, language) { method toString (line 13) | toString() { class TokenizationResult (line 20) | class TokenizationResult { method constructor (line 21) | constructor(tokens, endState) { class EncodedTokenizationResult (line 30) | class EncodedTokenizationResult { method constructor (line 31) | constructor( function toIcon (line 93) | function toIcon(kind) { function fromString (line 136) | function fromString(value, strict) { class SelectedSuggestionInfo (line 161) | class SelectedSuggestionInfo { method constructor (line 162) | constructor(range, text, completionKind, isSnippetText) { method equals (line 168) | equals(other) { function isLocationLink (line 210) | function isLocationLink(thing) { function getAriaLabelForSymbol (line 250) | function getAriaLabelForSymbol(symbolName, kind) { function toIcon (line 288) | function toIcon(kind) { class TextEdit (line 299) | class TextEdit { class FoldingRangeKind (line 301) | class FoldingRangeKind { method fromValue (line 307) | static fromValue(value) { method constructor (line 320) | constructor(value) { function is (line 354) | function is(obj) { class LazyTokenizationSupport (line 371) | class LazyTokenizationSupport { method constructor (line 372) | constructor(createSupport) { method dispose (line 376) | dispose() { method tokenizationSupport (line 385) | get tokenizationSupport() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/autoIndent.js function getPrecedingValidLine (line 15) | function getPrecedingValidLine(model, lineNumber, processedIndentRulesSu... function getInheritIndentForLine (line 46) | function getInheritIndentForLine(autoIndent, model, lineNumber, honorInt... function getGoodIndentForLine (line 178) | function getGoodIndentForLine(autoIndent, virtualModel, languageId, line... function getIndentForEnter (line 246) | function getIndentForEnter(autoIndent, model, range, indentConverter, la... function getIndentActionForType (line 289) | function getIndentActionForType(autoIndent, model, range, ch, indentConv... function getIndentMetadata (line 326) | function getIndentMetadata(model, lineNumber, languageConfigurationServi... function createVirtualModelWithModifiedTokensAtLine (line 336) | function createVirtualModelWithModifiedTokensAtLine(model, modifiedLineN... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/defaultDocumentColorsComputer.js function _parseCaptureGroups (line 6) | function _parseCaptureGroups(captureGroups) { function _toIColor (line 16) | function _toIColor(r, g, b, a) { function _findRange (line 24) | function _findRange(model, match) { function _findHexColorInformation (line 39) | function _findHexColorInformation(range, hexValue) { function _findRGBColorInformation (line 52) | function _findRGBColorInformation(range, matches, isAlpha) { function _findHSLColorInformation (line 64) | function _findHSLColorInformation(range, matches, isAlpha) { function _findMatches (line 77) | function _findMatches(model, regex) { function computeColors (line 85) | function computeColors(model) { function computeDefaultDocumentColors (line 129) | function computeDefaultDocumentColors(model) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/enterAction.js function getEnterAction (line 8) | function getEnterAction(autoIndent, model, range, languageConfigurationS... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/languageConfiguration.js class StandardAutoClosingPairConditional (line 32) | class StandardAutoClosingPairConditional { method constructor (line 33) | constructor(source) { method isOK (line 59) | isOK(standardToken) { method shouldAutoClose (line 71) | shouldAutoClose(context, column) { method _findNeutralCharacterInRange (line 80) | _findNeutralCharacterInRange(fromCharCode, toCharCode) { method findNeutralCharacter (line 92) | findNeutralCharacter() { class AutoClosingPairs (line 111) | class AutoClosingPairs { method constructor (line 112) | constructor(autoClosingPairs) { function appendEntry (line 129) | function appendEntry(target, key, value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/languageConfigurationRegistry.js class LanguageConfigurationServiceChangeEvent (line 30) | class LanguageConfigurationServiceChangeEvent { method constructor (line 31) | constructor(languageId) { method affects (line 34) | affects(languageId) { method constructor (line 40) | constructor(configurationService, languageService) { method register (line 72) | register(languageId, configuration, priority) { method getLanguageConfiguration (line 75) | getLanguageConfiguration(languageId) { function computeConfig (line 89) | function computeConfig(languageId, registry, configurationService, langu... function getCustomizedLanguageConfig (line 108) | function getCustomizedLanguageConfig(languageId, configurationService) { function validateBracketPairs (line 120) | function validateBracketPairs(data) { function getIndentationAtPosition (line 131) | function getIndentationAtPosition(model, lineNumber, column) { class ComposedLanguageConfiguration (line 139) | class ComposedLanguageConfiguration { method constructor (line 140) | constructor(languageId) { method register (line 147) | register(configuration, priority) { method getResolvedConfiguration (line 161) | getResolvedConfiguration() { method _resolve (line 170) | _resolve() { function combineLanguageConfigurations (line 178) | function combineLanguageConfigurations(configs) { class LanguageConfigurationContribution (line 209) | class LanguageConfigurationContribution { method constructor (line 210) | constructor(configuration, priority, order) { method cmp (line 215) | static cmp(a, b) { class LanguageConfigurationChangeEvent (line 224) | class LanguageConfigurationChangeEvent { method constructor (line 225) | constructor(languageId) { class LanguageConfigurationRegistry (line 229) | class LanguageConfigurationRegistry extends Disposable { method constructor (line 230) | constructor() { method register (line 259) | register(languageId, configuration, priority = 0) { method getLanguageConfiguration (line 272) | getLanguageConfiguration(languageId) { class ResolvedLanguageConfiguration (line 280) | class ResolvedLanguageConfiguration { method constructor (line 281) | constructor(languageId, underlyingConfig) { method getWordDefinition (line 305) | getWordDefinition() { method brackets (line 308) | get brackets() { method electricCharacter (line 314) | get electricCharacter() { method onEnter (line 320) | onEnter(autoIndent, previousLineText, beforeEnterText, afterEnterText) { method getAutoClosingPairs (line 326) | getAutoClosingPairs() { method getAutoCloseBeforeSet (line 329) | getAutoCloseBeforeSet(forQuotes) { method getSurroundingPairs (line 332) | getSurroundingPairs() { method _handleComments (line 335) | static _handleComments(conf) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/linkComputer.js class Uint8Matrix (line 6) | class Uint8Matrix { method constructor (line 7) | constructor(rows, cols, defaultValue) { method get (line 16) | get(row, col) { method set (line 19) | set(row, col, value) { class StateMachine (line 23) | class StateMachine { method constructor (line 24) | constructor(edges) { method nextState (line 49) | nextState(currentState, chCode) { function getStateMachine (line 58) | function getStateMachine() { function getClassifier (line 88) | function getClassifier() { class LinkComputer (line 103) | class LinkComputer { method _createLink (line 104) | static _createLink(classifier, line, lineNumber, linkBeginIndex, linkE... method computeLinks (line 138) | static computeLinks(model, stateMachine = getStateMachine()) { function computeLinks (line 264) | function computeLinks(model) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/modesRegistry.js class EditorModesRegistry (line 14) | class EditorModesRegistry { method constructor (line 15) | constructor() { method registerLanguage (line 20) | registerLanguage(def) { method getLanguages (line 34) | getLanguages() { constant PLAINTEXT_LANGUAGE_ID (line 40) | const PLAINTEXT_LANGUAGE_ID = 'plaintext'; constant PLAINTEXT_EXTENSION (line 41) | const PLAINTEXT_EXTENSION = '.txt'; FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/nullTokenize.js method clone (line 7) | clone() { method equals (line 10) | equals(other) { function nullTokenize (line 14) | function nullTokenize(languageId, state) { function nullTokenizeEncoded (line 17) | function nullTokenizeEncoded(languageId, state) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports.js function createScopedLineTokens (line 5) | function createScopedLineTokens(context, offset) { class ScopedLineTokens (line 19) | class ScopedLineTokens { method constructor (line 20) | constructor(actual, languageId, firstTokenIndex, lastTokenIndex, first... method getLineContent (line 30) | getLineContent() { method getLineLength (line 34) | getLineLength() { method getActualLineContentBefore (line 37) | getActualLineContentBefore(offset) { method getTokenCount (line 41) | getTokenCount() { method findTokenIndexAtOffset (line 44) | findTokenIndexAtOffset(offset) { method getStandardTokenType (line 47) | getStandardTokenType(tokenIndex) { method toIViewLineTokens (line 50) | toIViewLineTokens() { function ignoreBracketsInToken (line 54) | function ignoreBracketsInToken(standardTokenType) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/characterPair.js class CharacterPairSupport (line 6) | class CharacterPairSupport { method constructor (line 7) | constructor(config) { method getAutoClosingPairs (line 26) | getAutoClosingPairs() { method getAutoCloseBeforeSet (line 29) | getAutoCloseBeforeSet(forQuotes) { method getSurroundingPairs (line 32) | getSurroundingPairs() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/electricCharacter.js class BracketElectricCharacterSupport (line 8) | class BracketElectricCharacterSupport { method constructor (line 9) | constructor(richEditBrackets) { method getElectricCharacters (line 12) | getElectricCharacters() { method onElectricCharacter (line 24) | onElectricCharacter(character, context, column) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/indentRules.js function resetGlobalRegex (line 5) | function resetGlobalRegex(reg) { class IndentRulesSupport (line 11) | class IndentRulesSupport { method constructor (line 12) | constructor(indentationRules) { method shouldIncrease (line 15) | shouldIncrease(text) { method shouldDecrease (line 26) | shouldDecrease(text) { method shouldIndentNextLine (line 32) | shouldIndentNextLine(text) { method shouldIgnore (line 38) | shouldIgnore(text) { method getIndentMetadata (line 45) | getIndentMetadata(text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/indentationLineProcessor.js class ProcessedIndentRulesSupport (line 13) | class ProcessedIndentRulesSupport { method constructor (line 14) | constructor(model, indentRulesSupport, languageConfigurationService) { method shouldIncrease (line 21) | shouldIncrease(lineNumber, newIndentation) { method shouldDecrease (line 28) | shouldDecrease(lineNumber, newIndentation) { method shouldIgnore (line 35) | shouldIgnore(lineNumber, newIndentation) { method shouldIndentNextLine (line 42) | shouldIndentNextLine(lineNumber, newIndentation) { class IndentationContextProcessor (line 54) | class IndentationContextProcessor { method constructor (line 55) | constructor(model, languageConfigurationService) { method getProcessedTokenContextAroundRange (line 62) | getProcessedTokenContextAroundRange(range) { method _getProcessedTokensBeforeRange (line 68) | _getProcessedTokensBeforeRange(range) { method _getProcessedTokensAfterRange (line 86) | _getProcessedTokensAfterRange(range) { method _getProcessedPreviousLineTokens (line 98) | _getProcessedPreviousLineTokens(range) { class IndentationLineProcessor (line 133) | class IndentationLineProcessor { method constructor (line 134) | constructor(model, languageConfigurationService) { method getProcessedLine (line 142) | getProcessedLine(lineNumber, newIndentation) { method getProcessedTokens (line 160) | getProcessedTokens(tokens) { function isLanguageDifferentFromLineStart (line 183) | function isLanguageDifferentFromLineStart(model, position) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/inplaceReplaceSupport.js class BasicInplaceReplace (line 5) | class BasicInplaceReplace { method constructor (line 6) | constructor() { method navigateValueSet (line 14) | navigateValueSet(range1, text1, range2, text2, up) { method doNavigateValueSet (line 35) | doNavigateValueSet(text, up) { method numberReplace (line 42) | numberReplace(value, up) { method textReplace (line 60) | textReplace(value, up) { method valueSetsReplace (line 63) | valueSetsReplace(valueSets, value, up) { method valueSetReplace (line 70) | valueSetReplace(valueSet, value, up) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/languageBracketsConfiguration.js class LanguageBracketsConfiguration (line 11) | class LanguageBracketsConfiguration { method constructor (line 12) | constructor(languageId, config) { method openingBrackets (line 58) | get openingBrackets() { method closingBrackets (line 64) | get closingBrackets() { method getOpeningBracketInfo (line 67) | getOpeningBracketInfo(bracketText) { method getClosingBracketInfo (line 70) | getClosingBracketInfo(bracketText) { method getBracketInfo (line 73) | getBracketInfo(bracketText) { method getBracketRegExp (line 76) | getBracketRegExp(options) { function filterValidBrackets (line 81) | function filterValidBrackets(bracketPairs) { class BracketKindBase (line 84) | class BracketKindBase { method constructor (line 85) | constructor(config, bracketText) { method languageId (line 89) | get languageId() { class OpeningBracketKind (line 93) | class OpeningBracketKind extends BracketKindBase { method constructor (line 94) | constructor(config, bracketText, openedBrackets) { class ClosingBracketKind (line 100) | class ClosingBracketKind extends BracketKindBase { method constructor (line 101) | constructor(config, bracketText, method closes (line 115) | closes(other) { method closesColorized (line 121) | closesColorized(other) { method getOpeningBrackets (line 127) | getOpeningBrackets() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/onEnter.js class OnEnterSupport (line 8) | class OnEnterSupport { method constructor (line 9) | constructor(opts) { method onEnter (line 31) | onEnter(autoIndent, previousLineText, beforeEnterText, afterEnterText) { method _createOpenBracketRegExp (line 81) | static _createOpenBracketRegExp(bracket) { method _createCloseBracketRegExp (line 89) | static _createCloseBracketRegExp(bracket) { method _safeRegExp (line 97) | static _safeRegExp(def) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/richEditBrackets.js class RichEditBracket (line 23) | class RichEditBracket { method constructor (line 24) | constructor(languageId, index, open, close, forwardRegex, reversedRege... method isOpen (line 38) | isOpen(text) { method isClose (line 44) | isClose(text) { method _toSet (line 47) | static _toSet(arr) { function groupFuzzyBrackets (line 68) | function groupFuzzyBrackets(brackets) { class RichEditBrackets (line 119) | class RichEditBrackets { method constructor (line 120) | constructor(languageId, _brackets) { function collectSuperstrings (line 145) | function collectSuperstrings(str, brackets, currentIndex, dest) { function lengthcmp (line 163) | function lengthcmp(a, b) { function unique (line 166) | function unique(arr) { function getRegexForBracketPair (line 204) | function getRegexForBracketPair(open, close, brackets, currentIndex) { function getReversedRegexForBracketPair (line 227) | function getReversedRegexForBracketPair(open, close, brackets, currentIn... function getRegexForBrackets (line 250) | function getRegexForBrackets(brackets) { function getReversedRegexForBrackets (line 276) | function getReversedRegexForBrackets(brackets) { function prepareBracketForRegExp (line 289) | function prepareBracketForRegExp(str) { function createBracketOrRegExp (line 295) | function createBracketOrRegExp(pieces, options) { function reverse (line 300) | function reverse(str) { class BracketsUtils (line 319) | class BracketsUtils { method _findPrevBracketInText (line 320) | static _findPrevBracketInText(reversedBracketRegex, lineNumber, revers... method findPrevBracketInRange (line 330) | static findPrevBracketInRange(reversedBracketRegex, lineNumber, lineTe... method findNextBracketInText (line 336) | static findNextBracketInText(bracketRegex, lineNumber, text, offset) { method findNextBracketInRange (line 349) | static findNextBracketInRange(bracketRegex, lineNumber, lineText, star... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/supports/tokenization.js class ParsedTokenThemeRule (line 6) | class ParsedTokenThemeRule { method constructor (line 7) | constructor(token, index, fontStyle, foreground, background) { function parseTokenTheme (line 19) | function parseTokenTheme(source) { function resolveParsedTokenThemeRules (line 64) | function resolveParsedTokenThemeRules(parsedThemeRules, customTokenColor... class ColorMap (line 105) | class ColorMap { method constructor (line 106) | constructor() { method getId (line 111) | getId(color) { method getColorMap (line 129) | getColorMap() { class TokenTheme (line 133) | class TokenTheme { method createFromRawTokenTheme (line 134) | static createFromRawTokenTheme(source, customTokenColors) { method createFromParsedTokenTheme (line 137) | static createFromParsedTokenTheme(source, customTokenColors) { method constructor (line 140) | constructor(colorMap, root) { method getColorMap (line 145) | getColorMap() { method _match (line 148) | _match(token) { method match (line 151) | match(languageId, token) { constant STANDARD_TOKEN_TYPE_REGEXP (line 165) | const STANDARD_TOKEN_TYPE_REGEXP = /\b(comment|string|regex|regexp)\b/; function toStandardTokenType (line 166) | function toStandardTokenType(tokenType) { function strcmp (line 183) | function strcmp(a, b) { class ThemeTrieElementRule (line 192) | class ThemeTrieElementRule { method constructor (line 193) | constructor(fontStyle, foreground, background) { method clone (line 202) | clone() { method acceptOverwrite (line 205) | acceptOverwrite(fontStyle, foreground, background) { class ThemeTrieElement (line 220) | class ThemeTrieElement { method constructor (line 221) | constructor(mainRule) { method match (line 226) | match(token) { method insert (line 247) | insert(token, fontStyle, foreground, background) { function generateTokensCSSForColorMap (line 272) | function generateTokensCSSForColorMap(colorMap) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/languages/textToHtmlTokenizer.js function tokenizeToString (line 13) | async function tokenizeToString(languageService, text, languageId) { function tokenizeLineToHTML (line 20) | function tokenizeLineToHTML(text, viewLineTokens, colorMap, startOffset,... function _tokenizeToString (line 101) | function _tokenizeToString(text, languageIdCodec, tokenizationSupport) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model.js class TextModelResolvedOptions (line 32) | class TextModelResolvedOptions { method originalIndentSize (line 33) | get originalIndentSize() { method constructor (line 39) | constructor(src) { method equals (line 58) | equals(other) { method createChangeEvent (line 70) | createChangeEvent(newOpts) { class FindMatch (line 79) | class FindMatch { method constructor (line 83) | constructor(range, matches) { function isITextSnapshot (line 92) | function isITextSnapshot(obj) { class ValidAnnotatedEditOperation (line 98) | class ValidAnnotatedEditOperation { method constructor (line 99) | constructor(identifier, range, text, forceMoveMarkers, isAutoWhitespac... class SearchData (line 111) | class SearchData { method constructor (line 112) | constructor(regex, wordSeparators, simpleSearch) { class ApplyEditsResult (line 121) | class ApplyEditsResult { method constructor (line 122) | constructor(reverseEdits, changes, trimAutoWhitespaceLineNumbers) { function shouldSynchronizeModel (line 131) | function shouldSynchronizeModel(model) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js class BracketPairsTextModelPart (line 12) | class BracketPairsTextModelPart extends Disposable { method canBuildAST (line 13) | get canBuildAST() { method constructor (line 17) | constructor(textModel, languageConfigurationService) { method handleDidChangeOptions (line 34) | handleDidChangeOptions(e) { method handleDidChangeLanguage (line 38) | handleDidChangeLanguage(e) { method handleDidChangeContent (line 42) | handleDidChangeContent(change) { method handleDidChangeBackgroundTokenizationState (line 46) | handleDidChangeBackgroundTokenizationState() { method handleDidChangeTokens (line 50) | handleDidChangeTokens(e) { method updateBracketPairsTree (line 55) | updateBracketPairsTree() { method getBracketPairsInRange (line 78) | getBracketPairsInRange(range) { method getBracketPairsInRangeWithMinIndentation (line 84) | getBracketPairsInRangeWithMinIndentation(range) { method getBracketsInRange (line 90) | getBracketsInRange(range, onlyColorizedBrackets = false) { method findMatchingBracketUp (line 96) | findMatchingBracketUp(_bracket, _position, maxDuration) { method matchBracket (line 126) | matchBracket(position, maxDuration) { method _establishBracketSearchOffsets (line 144) | _establishBracketSearchOffsets(position, lineTokens, modeBrackets, tok... method _matchBracket (line 173) | _matchBracket(position, continueSearchPredicate) { method _matchFoundBracket (line 234) | _matchFoundBracket(foundBracket, data, isOpen, continueSearchPredicate) { method _findMatchingBracketUp (line 249) | _findMatchingBracketUp(bracket, position, continueSearchPredicate) { method _findMatchingBracketDown (line 325) | _findMatchingBracketDown(bracket, position, continueSearchPredicate) { method findPrevBracket (line 402) | findPrevBracket(_position) { method findNextBracket (line 480) | findNextBracket(_position) { method findEnclosingBrackets (line 559) | findEnclosingBrackets(_position, maxDuration) { method _toFoundBracket (line 679) | _toFoundBracket(bracketConfig, r) { function createDisposableRef (line 695) | function createDisposableRef(object, disposable) { function createTimeBasedContinueBracketSearchPredicate (line 701) | function createTimeBasedContinueBracketSearchPredicate(maxDuration) { class BracketSearchCanceled (line 712) | class BracketSearchCanceled { method constructor (line 713) | constructor() { function stripBracketSearchCanceled (line 718) | function stripBracketSearchCanceled(result) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js class BaseAstNode (line 12) | class BaseAstNode { method length (line 16) | get length() { method constructor (line 19) | constructor(length) { class PairAstNode (line 28) | class PairAstNode extends BaseAstNode { method create (line 29) | static create(openingBracket, child, closingBracket) { method kind (line 39) | get kind() { method listHeight (line 42) | get listHeight() { method childrenLength (line 45) | get childrenLength() { method getChild (line 48) | getChild(idx) { method children (line 59) | get children() { method constructor (line 70) | constructor(length, openingBracket, child, closingBracket, missingOpen... method canBeReused (line 77) | canBeReused(openBracketIds) { method deepClone (line 91) | deepClone() { method computeMinIndentation (line 94) | computeMinIndentation(offset, textModel) { class ListAstNode (line 98) | class ListAstNode extends BaseAstNode { method create23 (line 102) | static create23(item1, item2, item3, immutable = false) { method getEmpty (line 121) | static getEmpty() { method kind (line 124) | get kind() { method missingOpeningBracketIds (line 127) | get missingOpeningBracketIds() { method constructor (line 133) | constructor(length, listHeight, _missingOpeningBracketIds) { method throwIfImmutable (line 139) | throwIfImmutable() { method makeLastElementMutable (line 142) | makeLastElementMutable() { method makeFirstElementMutable (line 155) | makeFirstElementMutable() { method canBeReused (line 168) | canBeReused(openBracketIds) { method handleChildrenChanged (line 187) | handleChildrenChanged() { method computeMinIndentation (line 201) | computeMinIndentation(offset, textModel) { class TwoThreeListAstNode (line 218) | class TwoThreeListAstNode extends ListAstNode { method childrenLength (line 219) | get childrenLength() { method getChild (line 222) | getChild(idx) { method setChild (line 230) | setChild(idx, node) { method children (line 244) | get children() { method item1 (line 247) | get item1() { method item2 (line 250) | get item2() { method item3 (line 253) | get item3() { method constructor (line 256) | constructor(length, listHeight, _item1, _item2, _item3, missingOpening... method deepClone (line 262) | deepClone() { method appendChildOfSameHeight (line 265) | appendChildOfSameHeight(node) { method unappendChild (line 273) | unappendChild() { method prependChildOfSameHeight (line 283) | prependChildOfSameHeight(node) { method unprependChild (line 293) | unprependChild() { method toMutable (line 305) | toMutable() { class Immutable23ListAstNode (line 312) | class Immutable23ListAstNode extends TwoThreeListAstNode { method toMutable (line 313) | toMutable() { method throwIfImmutable (line 316) | throwIfImmutable() { class ArrayListAstNode (line 323) | class ArrayListAstNode extends ListAstNode { method childrenLength (line 324) | get childrenLength() { method getChild (line 327) | getChild(idx) { method setChild (line 330) | setChild(idx, child) { method children (line 333) | get children() { method constructor (line 336) | constructor(length, listHeight, _children, missingOpeningBracketIds) { method deepClone (line 340) | deepClone() { method appendChildOfSameHeight (line 347) | appendChildOfSameHeight(node) { method unappendChild (line 352) | unappendChild() { method prependChildOfSameHeight (line 358) | prependChildOfSameHeight(node) { method unprependChild (line 363) | unprependChild() { method toMutable (line 369) | toMutable() { class ImmutableArrayListAstNode (line 376) | class ImmutableArrayListAstNode extends ArrayListAstNode { method toMutable (line 377) | toMutable() { method throwIfImmutable (line 380) | throwIfImmutable() { class ImmutableLeafAstNode (line 385) | class ImmutableLeafAstNode extends BaseAstNode { method listHeight (line 386) | get listHeight() { method childrenLength (line 389) | get childrenLength() { method getChild (line 392) | getChild(idx) { method children (line 395) | get children() { method deepClone (line 398) | deepClone() { class TextAstNode (line 402) | class TextAstNode extends ImmutableLeafAstNode { method kind (line 403) | get kind() { method missingOpeningBracketIds (line 406) | get missingOpeningBracketIds() { method canBeReused (line 409) | canBeReused(_openedBracketIds) { method computeMinIndentation (line 412) | computeMinIndentation(offset, textModel) { class BracketAstNode (line 431) | class BracketAstNode extends ImmutableLeafAstNode { method create (line 432) | static create(length, bracketInfo, bracketIds) { method kind (line 436) | get kind() { method missingOpeningBracketIds (line 439) | get missingOpeningBracketIds() { method constructor (line 442) | constructor(length, bracketInfo, method text (line 452) | get text() { method languageId (line 455) | get languageId() { method canBeReused (line 458) | canBeReused(_openedBracketIds) { method computeMinIndentation (line 464) | computeMinIndentation(offset, textModel) { class InvalidBracketAstNode (line 468) | class InvalidBracketAstNode extends ImmutableLeafAstNode { method kind (line 469) | get kind() { method constructor (line 472) | constructor(closingBrackets, length) { method canBeReused (line 476) | canBeReused(openedBracketIds) { method computeMinIndentation (line 479) | computeMinIndentation(offset, textModel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js class TextEditInfo (line 7) | class TextEditInfo { method fromModelContentChanges (line 8) | static fromModelContentChanges(changes) { method constructor (line 16) | constructor(startOffset, endOffset, newLength) { method toString (line 21) | toString() { class BeforeEditPositionMapper (line 25) | class BeforeEditPositionMapper { method constructor (line 29) | constructor(edits) { method getOffsetBeforeChange (line 39) | getOffsetBeforeChange(offset) { method getDistanceToNextChange (line 47) | getDistanceToNextChange(offset) { method translateOldToCur (line 56) | translateOldToCur(oldOffsetObj) { method translateCurToOld (line 64) | translateCurToOld(newOffset) { method adjustNextEdit (line 73) | adjustNextEdit(offset) { class TextEditInfoCache (line 98) | class TextEditInfoCache { method from (line 99) | static from(edit) { method constructor (line 102) | constructor(startOffset, endOffset, textLength) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js class BracketPairsTree (line 16) | class BracketPairsTree extends Disposable { method didLanguageChange (line 17) | didLanguageChange(languageId) { method constructor (line 20) | constructor(textModel, getLanguageConfiguration) { method handleDidChangeBackgroundTokenizationState (line 49) | handleDidChangeBackgroundTokenizationState() { method handleDidChangeTokens (line 59) | handleDidChangeTokens({ ranges }) { method handleContentChanged (line 66) | handleContentChanged(change) { method handleEdits (line 70) | handleEdits(edits, tokenChange) { method flushQueue (line 79) | flushQueue() { method parseDocumentFromTextBuffer (line 94) | parseDocumentFromTextBuffer(edits, previousAst, immutable) { method getBracketsInRange (line 102) | getBracketsInRange(range, onlyColorizedBrackets) { method getBracketPairsInRange (line 111) | getBracketPairsInRange(range, includeMinIndentation) { method getFirstBracketAfter (line 121) | getFirstBracketAfter(position) { method getFirstBracketBefore (line 126) | getFirstBracketBefore(position) { function getFirstBracketBefore (line 132) | function getFirstBracketBefore(node, nodeOffsetStart, nodeOffsetEnd, pos... function getFirstBracketAfter (line 163) | function getFirstBracketAfter(node, nodeOffsetStart, nodeOffsetEnd, posi... function collectBrackets (line 189) | function collectBrackets(node, nodeOffsetStart, nodeOffsetEnd, startOffs... class CollectBracketPairsContext (line 282) | class CollectBracketPairsContext { method constructor (line 283) | constructor(push, includeMinIndentation, textModel) { function collectBracketPairs (line 289) | function collectBracketPairs(node, nodeOffsetStart, nodeOffsetEnd, start... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js class BracketTokens (line 10) | class BracketTokens { method createFromLanguage (line 11) | static createFromLanguage(configuration, denseKeyProvider) { method constructor (line 33) | constructor(map) { method getRegExpStr (line 38) | getRegExpStr() { method regExpGlobal (line 52) | get regExpGlobal() { method getToken (line 60) | getToken(value) { method findClosingTokenText (line 63) | findClosingTokenText(openingBracketIds) { method isEmpty (line 71) | get isEmpty() { function prepareBracketForRegExp (line 75) | function prepareBracketForRegExp(str) { class LanguageAgnosticBracketTokens (line 87) | class LanguageAgnosticBracketTokens { method constructor (line 88) | constructor(denseKeyProvider, getLanguageConfiguration) { method didLanguageChange (line 93) | didLanguageChange(languageId) { method getSingleLanguageBracketTokens (line 97) | getSingleLanguageBracketTokens(languageId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js function combineTextEditInfos (line 8) | function combineTextEditInfos(textEditInfoFirst, textEditInfoSecond) { class LengthMapping (line 76) | class LengthMapping { method constructor (line 77) | constructor( method splitAt (line 86) | splitAt(lengthAfter) { method toString (line 104) | toString() { function toLengthMapping (line 108) | function toLengthMapping(textEditInfos) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js function concat23Trees (line 12) | function concat23Trees(items) { function concat23TreesOfSameHeight (line 60) | function concat23TreesOfSameHeight(items, createImmutableLists = false) { function heightDiff (line 79) | function heightDiff(node1, node2) { function concat (line 82) | function concat(node1, node2) { function append (line 98) | function append(list, nodeToAppend) { function prepend (line 148) | function prepend(list, nodeToAppend) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/length.js function lengthDiff (line 11) | function lengthDiff(startLineCount, startColumnCount, endLineCount, endC... function lengthIsZero (line 17) | function lengthIsZero(length) { function toLength (line 29) | function toLength(lineCount, columnCount) { function lengthToObj (line 36) | function lengthToObj(length) { function lengthGetLineCount (line 42) | function lengthGetLineCount(length) { function lengthGetColumnCountIfZeroLineCount (line 48) | function lengthGetColumnCountIfZeroLineCount(length) { function lengthAdd (line 51) | function lengthAdd(l1, l2) { function sumLengths (line 58) | function sumLengths(items, lengthFn) { function lengthEquals (line 61) | function lengthEquals(length1, length2) { function lengthDiffNonNegative (line 67) | function lengthDiffNonNegative(length1, length2) { function lengthLessThan (line 87) | function lengthLessThan(length1, length2) { function lengthLessThanEqual (line 91) | function lengthLessThanEqual(length1, length2) { function lengthGreaterThanEqual (line 94) | function lengthGreaterThanEqual(length1, length2) { function positionToLength (line 97) | function positionToLength(position) { function lengthsToRange (line 100) | function lengthsToRange(lengthStart, lengthEnd) { function lengthOfString (line 109) | function lengthOfString(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/nodeReader.js class NodeReader (line 10) | class NodeReader { method constructor (line 11) | constructor(node) { method readLongestNodeAt (line 21) | readLongestNodeAt(offset, predicate) { method nextNodeAfterCurrent (line 84) | nextNodeAfterCurrent() { function getNextChildIdx (line 111) | function getNextChildIdx(node, curIdx = -1) { function lastOrUndefined (line 122) | function lastOrUndefined(arr) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/parser.js function parseDocument (line 14) | function parseDocument(tokenizer, edits, oldNode, createImmutableLists) { class Parser (line 21) | class Parser { method constructor (line 22) | constructor(tokenizer, edits, oldNode, createImmutableLists) { method parseDocument (line 33) | parseDocument() { method parseList (line 42) | parseList(openedBracketIds, level) { method tryReadChildFromCache (line 64) | tryReadChildFromCache(openedBracketIds) { method parseChild (line 88) | parseChild(openedBracketIds, level) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/smallImmutableSet.js class SmallImmutableSet (line 10) | class SmallImmutableSet { method create (line 11) | static create(items, additionalItems) { method getEmpty (line 23) | static getEmpty() { method constructor (line 26) | constructor(items, additionalItems) { method add (line 30) | add(value, keyProvider) { method merge (line 49) | merge(other) { method intersects (line 70) | intersects(other) { method getKey (line 85) | getKey(value) { class DenseKeyProvider (line 92) | class DenseKeyProvider { method constructor (line 93) | constructor() { method getKey (line 96) | getKey(value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/tokenizer.js class Token (line 10) | class Token { method constructor (line 11) | constructor(length, kind, class TextBufferTokenizer (line 31) | class TextBufferTokenizer { method constructor (line 32) | constructor(textModel, bracketTokens) { method offset (line 42) | get offset() { method length (line 45) | get length() { method skip (line 48) | skip(length) { method read (line 54) | read() { method peek (line 68) | peek() { class NonPeekableTextBufferTokenizer (line 79) | class NonPeekableTextBufferTokenizer { method constructor (line 80) | constructor(textModel, bracketTokens) { method setPosition (line 93) | setPosition(lineIdx, column) { method read (line 108) | read() { class FastTokenizer (line 212) | class FastTokenizer { method constructor (line 213) | constructor(text, brackets) { method offset (line 286) | get offset() { method read (line 289) | read() { method peek (line 292) | peek() { method skip (line 295) | skip(length) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js class ColorizedBracketPairsDecorationProvider (line 10) | class ColorizedBracketPairsDecorationProvider extends Disposable { method constructor (line 11) | constructor(textModel) { method handleDidChangeOptions (line 23) | handleDidChangeOptions(e) { method getDecorationsInRange (line 27) | getDecorationsInRange(range, ownerId, filterOutValidation, onlyMinimap... method getAllDecorations (line 49) | getAllDecorations(ownerId, filterOutValidation) { class ColorProvider (line 59) | class ColorProvider { method constructor (line 60) | constructor() { method getInlineClassName (line 63) | getInlineClassName(bracket, independentColorPoolPerBracketType) { method getInlineClassNameOfLevel (line 69) | getInlineClassNameOfLevel(level) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js function fixBracketsInLine (line 10) | function fixBracketsInLine(tokens, languageConfigurationService) { class StaticTokenizerSource (line 51) | class StaticTokenizerSource { method constructor (line 52) | constructor(lines) { method getLineCount (line 60) | getLineCount() { method getLineLength (line 63) | getLineLength(lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/editStack.js function uriGetComparisonKey (line 12) | function uriGetComparisonKey(resource) { class SingleModelEditStackData (line 15) | class SingleModelEditStackData { method create (line 16) | static create(model, beforeCursorState) { method constructor (line 21) | constructor(beforeVersionId, afterVersionId, beforeEOL, afterEOL, befo... method append (line 30) | append(model, textChanges, afterEOL, afterVersionId, afterCursorState) { method _writeSelectionsSize (line 38) | static _writeSelectionsSize(selections) { method _writeSelections (line 41) | static _writeSelections(b, selections, offset) { method _readSelections (line 58) | static _readSelections(b, offset, dest) { method serialize (line 74) | serialize() { method deserialize (line 105) | static deserialize(source) { class SingleModelEditStackElement (line 129) | class SingleModelEditStackElement { method type (line 130) | get type() { method resource (line 133) | get resource() { method constructor (line 139) | constructor(label, code, model, beforeCursorState) { method toString (line 145) | toString() { method matchesResource (line 149) | matchesResource(resource) { method setModel (line 153) | setModel(model) { method canAppend (line 156) | canAppend(model) { method append (line 159) | append(model, textChanges, afterEOL, afterVersionId, afterCursorState) { method close (line 164) | close() { method open (line 169) | open() { method undo (line 174) | undo() { method redo (line 185) | redo() { method heapSize (line 196) | heapSize() { class MultiModelEditStackElement (line 203) | class MultiModelEditStackElement { method resources (line 204) | get resources() { method constructor (line 207) | constructor(label, code, editStackElements) { method prepareUndoRedo (line 220) | prepareUndoRedo() { method matchesResource (line 225) | matchesResource(resource) { method setModel (line 229) | setModel(model) { method canAppend (line 235) | canAppend(model) { method append (line 246) | append(model, textChanges, afterEOL, afterVersionId, afterCursorState) { method close (line 251) | close() { method open (line 254) | open() { method undo (line 257) | undo() { method redo (line 263) | redo() { method heapSize (line 268) | heapSize(resource) { method split (line 276) | split() { method toString (line 279) | toString() { function getModelEOL (line 287) | function getModelEOL(model) { function isEditStackElement (line 296) | function isEditStackElement(element) { class EditStack (line 302) | class EditStack { method constructor (line 303) | constructor(model, undoRedoService) { method pushStackElement (line 307) | pushStackElement() { method popStackElement (line 313) | popStackElement() { method clear (line 319) | clear() { method _getOrCreateEditStackElement (line 322) | _getOrCreateEditStackElement(beforeCursorState, group) { method pushEOL (line 331) | pushEOL(eol) { method pushEditOperation (line 336) | pushEditOperation(beforeCursorState, editOperations, cursorStateComput... method _computeCursorState (line 350) | static _computeCursorState(cursorStateComputer, inverseEditOperations) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/fixedArray.js class FixedArray (line 10) | class FixedArray { method constructor (line 11) | constructor(_default) { method get (line 15) | get(index) { method set (line 21) | set(index, value) { method replace (line 27) | replace(index, oldLength, newLength) { method delete (line 44) | delete(deleteIndex, deleteCount) { method insert (line 50) | insert(insertIndex, insertCount) { function arrayFill (line 61) | function arrayFill(length, value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/guidesTextModelPart.js class GuidesTextModelPart (line 13) | class GuidesTextModelPart extends TextModelPart { method constructor (line 14) | constructor(textModel, languageConfigurationService) { method getLanguageConfiguration (line 19) | getLanguageConfiguration(languageId) { method _computeIndentLevel (line 22) | _computeIndentLevel(lineIndex) { method getActiveIndentGuide (line 25) | getActiveIndentGuide(lineNumber, minLineNumber, maxLineNumber) { method getLinesBracketGuides (line 207) | getLinesBracketGuides(startLineNumber, endLineNumber, activePosition, ... method getVisibleColumnFromPosition (line 303) | getVisibleColumnFromPosition(position) { method getLinesIndentGuides (line 306) | getLinesIndentGuides(startLineNumber, endLineNumber) { method _getIndentLevelForWhitespaceLine (line 365) | _getIndentLevelForWhitespaceLine(offSide, aboveContentLineIndent, belo... class BracketPairGuidesClassNames (line 391) | class BracketPairGuidesClassNames { method constructor (line 392) | constructor() { method getInlineClassName (line 395) | getInlineClassName(nestingLevel, nestingLevelOfEqualBracketType, indep... method getInlineClassNameOfLevel (line 398) | getInlineClassNameOfLevel(level) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/indentationGuesser.js class SpacesDiffResult (line 5) | class SpacesDiffResult { method constructor (line 6) | constructor() { function spacesDiff (line 14) | function spacesDiff(a, aLength, b, bLength, result) { function guessIndentation (line 78) | function guessIndentation(source, defaultTabSize, defaultInsertSpaces) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/intervalTree.js function getNodeColor (line 5) | function getNodeColor(node) { function setNodeColor (line 8) | function setNodeColor(node, color) { function getNodeIsVisited (line 11) | function getNodeIsVisited(node) { function setNodeIsVisited (line 14) | function setNodeIsVisited(node, value) { function getNodeIsForValidation (line 17) | function getNodeIsForValidation(node) { function setNodeIsForValidation (line 20) | function setNodeIsForValidation(node, value) { function getNodeIsInGlyphMargin (line 23) | function getNodeIsInGlyphMargin(node) { function setNodeIsInGlyphMargin (line 26) | function setNodeIsInGlyphMargin(node, value) { function getNodeStickiness (line 29) | function getNodeStickiness(node) { function _setNodeStickiness (line 32) | function _setNodeStickiness(node, stickiness) { function getCollapseOnReplaceEdit (line 35) | function getCollapseOnReplaceEdit(node) { function setCollapseOnReplaceEdit (line 38) | function setCollapseOnReplaceEdit(node, value) { class IntervalNode (line 41) | class IntervalNode { method constructor (line 42) | constructor(id, start, end) { method reset (line 66) | reset(versionId, start, end, range) { method setOptions (line 75) | setOptions(options) { method setCachedOffsets (line 85) | setCachedOffsets(absoluteStart, absoluteEnd, cachedVersionId) { method detach (line 93) | detach() { constant SENTINEL (line 99) | const SENTINEL = new IntervalNode(null, 0, 0); class IntervalTree (line 104) | class IntervalTree { method constructor (line 105) | constructor() { method intervalSearch (line 109) | intervalSearch(start, end, filterOwnerId, filterOutValidation, cachedV... method search (line 115) | search(filterOwnerId, filterOutValidation, cachedVersionId, onlyMargin... method collectNodesFromOwner (line 124) | collectNodesFromOwner(ownerId) { method collectNodesPostOrder (line 130) | collectNodesPostOrder() { method insert (line 133) | insert(node) { method delete (line 137) | delete(node) { method resolveNode (line 141) | resolveNode(node, cachedVersionId) { method acceptReplace (line 154) | acceptReplace(offset, length, textLength, forceMoveMarkers) { method _normalizeDeltaIfNecessary (line 178) | _normalizeDeltaIfNecessary() { function normalizeDelta (line 187) | function normalizeDelta(T) { function adjustMarkerBeforeColumn (line 218) | function adjustMarkerBeforeColumn(markerOffset, markerStickToPreviousCha... function nodeAcceptEdit (line 237) | function nodeAcceptEdit(node, start, end, textLength, forceMoveMarkers) { function searchForEditing (line 299) | function searchForEditing(T, start, end) { function noOverlapReplace (line 363) | function noOverlapReplace(T, start, end, textLength) { function collectNodesFromOwner (line 428) | function collectNodesFromOwner(T, ownerId) { function collectNodesPostOrder (line 459) | function collectNodesPostOrder(T) { function search (line 488) | function search(T, filterOwnerId, filterOutValidation, cachedVersionId, ... function intervalSearch (line 539) | function intervalSearch(T, intervalStart, intervalEnd, filterOwnerId, fi... function rbTreeInsert (line 618) | function rbTreeInsert(T, newNode) { function treeInsert (line 672) | function treeInsert(T, z) { function rbTreeDelete (line 716) | function rbTreeDelete(T, z) { function leftest (line 878) | function leftest(node) { function resetSentinel (line 884) | function resetSentinel() { function leftRotate (line 892) | function leftRotate(T, x) { function rightRotate (line 919) | function rightRotate(T, y) { function computeMaxEnd (line 948) | function computeMaxEnd(node) { function recomputeMaxEnd (line 964) | function recomputeMaxEnd(node) { function recomputeMaxEndWalkToRoot (line 967) | function recomputeMaxEndWalkToRoot(node) { function intervalCompare (line 980) | function intervalCompare(aStart, aEnd, bStart, bEnd) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/mirrorTextModel.js class MirrorTextModel (line 8) | class MirrorTextModel { method constructor (line 9) | constructor(uri, lines, eol, versionId) { method dispose (line 17) | dispose() { method version (line 20) | get version() { method getText (line 23) | getText() { method onEvents (line 29) | onEvents(e) { method _ensureLineStarts (line 43) | _ensureLineStarts() { method _setLineText (line 57) | _setLineText(lineIndex, newValue) { method _acceptDeleteRange (line 64) | _acceptDeleteRange(range) { method _acceptInsertText (line 85) | _acceptInsertText(position, insertText) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.js function createUintArray (line 12) | function createUintArray(arr) { class LineStarts (line 23) | class LineStarts { method constructor (line 24) | constructor(lineStarts, cr, lf, crlf, isBasicASCII) { function createLineStartsFast (line 32) | function createLineStartsFast(str, readonly = true) { function createLineStarts (line 59) | function createLineStarts(r, str) { class Piece (line 96) | class Piece { method constructor (line 97) | constructor(bufferIndex, start, end, lineFeedCnt, length) { class StringBuffer (line 105) | class StringBuffer { method constructor (line 106) | constructor(buffer, lineStarts) { class PieceTreeSnapshot (line 117) | class PieceTreeSnapshot { method constructor (line 118) | constructor(tree, BOM) { method read (line 132) | read() { class PieceTreeSearchCache (line 151) | class PieceTreeSearchCache { method constructor (line 152) | constructor(limit) { method get (line 156) | get(offset) { method get2 (line 165) | get2(lineNumber) { method set (line 174) | set(nodePosition) { method validate (line 180) | validate(offset) { class PieceTreeBase (line 202) | class PieceTreeBase { method constructor (line 203) | constructor(chunks, eol, eolNormalized) { method create (line 206) | create(chunks, eol, eolNormalized) { method normalizeEOL (line 232) | normalizeEOL(eol) { method getEOL (line 261) | getEOL() { method setEOL (line 264) | setEOL(newEOL) { method createSnapshot (line 269) | createSnapshot(BOM) { method getOffsetAt (line 272) | getOffsetAt(lineNumber, column) { method getPositionAt (line 293) | getPositionAt(offset) { method getValueInRange (line 329) | getValueInRange(range, eol) { method getValueInRange2 (line 349) | getValueInRange2(startPosition, endPosition) { method getLinesContent (line 375) | getLinesContent() { method getLength (line 451) | getLength() { method getLineCount (line 454) | getLineCount() { method getLineContent (line 457) | getLineContent(lineNumber) { method _getCharCode (line 473) | _getCharCode(nodePos) { method getLineCharCode (line 491) | getLineCharCode(lineNumber, index) { method getLineLength (line 495) | getLineLength(lineNumber) { method findMatchesInNode (line 502) | findMatchesInNode(node, searcher, startLineNumber, startColumn, startC... method findMatchesLineByLine (line 543) | findMatchesLineByLine(searchRange, searchData, captureMatches, limitRe... method _findMatchesInLine (line 603) | _findMatchesInLine(searchData, searcher, text, lineNumber, deltaOffset... method insert (line 636) | insert(offset, value, eolNormalized = false) { method delete (line 714) | delete(offset, cnt) { method insertContentToNodeLeft (line 775) | insertContentToNodeLeft(value, node) { method insertContentToNodeRight (line 798) | insertContentToNodeRight(value, node) { method positionInBuffer (line 812) | positionInBuffer(node, remainder, ret) { method getLineFeedCnt (line 851) | getLineFeedCnt(bufferIndex, start, end) { method offsetInBuffer (line 878) | offsetInBuffer(bufferIndex, cursor) { method deleteNodes (line 882) | deleteNodes(nodes) { method createNewPieces (line 887) | createNewPieces(text) { method getLineRawContent (line 947) | getLineRawContent(lineNumber, endOffset = 0) { method computeBufferMetadata (line 1016) | computeBufferMetadata() { method getIndexOf (line 1030) | getIndexOf(node, accumulatedValue) { method getAccumulatedValue (line 1044) | getAccumulatedValue(node, index) { method deleteNodeTail (line 1058) | deleteNodeTail(node, pos) { method deleteNodeHead (line 1071) | deleteNodeHead(node, pos) { method shrinkNode (line 1084) | shrinkNode(node, start, end) { method appendToNode (line 1101) | appendToNode(node, value) { method nodeAt (line 1130) | nodeAt(offset) { method nodeAt2 (line 1163) | nodeAt2(lineNumber, column) { method nodeCharCodeAt (line 1229) | nodeCharCodeAt(node, offset) { method offsetOfNode (line 1237) | offsetOfNode(node) { method shouldCheckCRLF (line 1252) | shouldCheckCRLF() { method startWithLF (line 1255) | startWithLF(val) { method endWithCR (line 1276) | endWithCR(val) { method validateCRLFWithPrevNode (line 1285) | validateCRLFWithPrevNode(nextNode) { method validateCRLFWithNextNode (line 1293) | validateCRLFWithNextNode(node) { method fixCRLF (line 1301) | fixCRLF(prev, next) { method adjustCarriageReturnFromNext (line 1338) | adjustCarriageReturnFromNext(value, node) { method iterate (line 1363) | iterate(node, callback) { method getNodeContent (line 1373) | getNodeContent(node) { method getPieceContent (line 1384) | getPieceContent(piece) { method rbInsertRight (line 1398) | rbInsertRight(node, p) { method rbInsertLeft (line 1429) | rbInsertLeft(node, p) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBuffer.js class PieceTreeTextBuffer (line 13) | class PieceTreeTextBuffer extends Disposable { method constructor (line 14) | constructor(chunks, BOM, eol, containsRTL, containsUnusualLineTerminat... method mightContainRTL (line 23) | mightContainRTL() { method mightContainUnusualLineTerminators (line 26) | mightContainUnusualLineTerminators() { method resetMightContainUnusualLineTerminators (line 29) | resetMightContainUnusualLineTerminators() { method mightContainNonBasicASCII (line 32) | mightContainNonBasicASCII() { method getBOM (line 35) | getBOM() { method getEOL (line 38) | getEOL() { method createSnapshot (line 41) | createSnapshot(preserveBOM) { method getOffsetAt (line 44) | getOffsetAt(lineNumber, column) { method getPositionAt (line 47) | getPositionAt(offset) { method getRangeAt (line 50) | getRangeAt(start, length) { method getValueInRange (line 56) | getValueInRange(range, eol = 0 /* EndOfLinePreference.TextDefined */) { method getValueLengthInRange (line 63) | getValueLengthInRange(range, eol = 0 /* EndOfLinePreference.TextDefine... method getCharacterCountInRange (line 84) | getCharacterCountInRange(range, eol = 0 /* EndOfLinePreference.TextDef... method getLength (line 109) | getLength() { method getLineCount (line 112) | getLineCount() { method getLinesContent (line 115) | getLinesContent() { method getLineContent (line 118) | getLineContent(lineNumber) { method getLineCharCode (line 121) | getLineCharCode(lineNumber, index) { method getLineLength (line 124) | getLineLength(lineNumber) { method getLineFirstNonWhitespaceColumn (line 127) | getLineFirstNonWhitespaceColumn(lineNumber) { method getLineLastNonWhitespaceColumn (line 134) | getLineLastNonWhitespaceColumn(lineNumber) { method _getEndOfLine (line 141) | _getEndOfLine(eol) { method setEOL (line 153) | setEOL(newEOL) { method applyEdits (line 156) | applyEdits(rawOperations, recordTrimAutoWhitespace, computeUndoEdits) { method _reduceOperations (line 305) | _reduceOperations(operations) { method _toSingleEditOperation (line 317) | _toSingleEditOperation(operations) { method _doApplyEdits (line 354) | _doApplyEdits(operations) { method findMatchesLineByLine (line 388) | findMatchesLineByLine(searchRange, searchData, captureMatches, limitRe... method _getInverseEditRanges (line 394) | static _getInverseEditRanges(operations) { method _sortOpsAscending (line 441) | static _sortOpsAscending(a, b) { method _sortOpsDescending (line 448) | static _sortOpsDescending(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeTextBufferBuilder.js class PieceTreeTextBufferFactory (line 8) | class PieceTreeTextBufferFactory { method constructor (line 9) | constructor(_chunks, _bom, _cr, _lf, _crlf, _containsRTL, _containsUnu... method _getEOL (line 20) | _getEOL(defaultEOL) { method create (line 34) | create(defaultEOL) { class PieceTreeTextBufferBuilder (line 51) | class PieceTreeTextBufferBuilder { method constructor (line 52) | constructor() { method acceptChunk (line 65) | acceptChunk(chunk) { method _acceptChunk1 (line 88) | _acceptChunk1(chunk, allowEmptyStrings) { method _acceptChunk2 (line 100) | _acceptChunk2(chunk) { method finish (line 117) | finish(normalizeEOL = true) { method _finish (line 121) | _finish() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/pieceTreeTextBuffer/rbTreeBase.js class TreeNode (line 5) | class TreeNode { method constructor (line 6) | constructor(piece, color) { method next (line 15) | next() { method prev (line 33) | prev() { method detach (line 51) | detach() { constant SENTINEL (line 57) | const SENTINEL = new TreeNode(null, 0 /* NodeColor.Black */); function leftest (line 62) | function leftest(node) { function righttest (line 68) | function righttest(node) { function calculateSize (line 74) | function calculateSize(node) { function calculateLF (line 80) | function calculateLF(node) { function resetSentinel (line 86) | function resetSentinel() { function leftRotate (line 89) | function leftRotate(tree, x) { function rightRotate (line 111) | function rightRotate(tree, y) { function rbDelete (line 133) | function rbDelete(tree, z) { function fixInsert (line 280) | function fixInsert(tree, x) { function updateTreeMetadata (line 322) | function updateTreeMetadata(tree, x, delta, lineFeedCntDelta) { function recomputeTreeMetadata (line 332) | function recomputeTreeMetadata(tree, x) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/prefixSumComputer.js class PrefixSumComputer (line 7) | class PrefixSumComputer { method constructor (line 8) | constructor(values) { method insertValues (line 14) | insertValues(insertIndex, insertValues) { method setValue (line 35) | setValue(index, value) { method removeValues (line 47) | removeValues(startIndex, count) { method getTotalSum (line 74) | getTotalSum() { method getPrefixSum (line 84) | getPrefixSum(index) { method _getPrefixSum (line 91) | _getPrefixSum(index) { method getIndexOf (line 109) | getIndexOf(sum) { class ConstantTimePrefixSumComputer (line 140) | class ConstantTimePrefixSumComputer { method constructor (line 141) | constructor(values) { method getTotalSum (line 151) | getTotalSum() { method getPrefixSum (line 159) | getPrefixSum(count) { method getIndexOf (line 169) | getIndexOf(sum) { method removeValues (line 175) | removeValues(start, deleteCount) { method insertValues (line 179) | insertValues(insertIndex, insertArr) { method _invalidate (line 183) | _invalidate(index) { method _ensureValid (line 187) | _ensureValid() { method setValue (line 206) | setValue(index, value) { class PrefixSumIndexOfResult (line 215) | class PrefixSumIndexOfResult { method constructor (line 216) | constructor(index, remainder) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/textModel.js function createTextBufferFactory (line 44) | function createTextBufferFactory(text) { function createTextBufferFactoryFromSnapshot (line 49) | function createTextBufferFactoryFromSnapshot(snapshot) { function createTextBuffer (line 57) | function createTextBuffer(value, defaultEOL) { constant MODEL_ID (line 70) | let MODEL_ID = 0; constant LIMIT_FIND_COUNT (line 71) | const LIMIT_FIND_COUNT = 999; constant LONG_LINE_BOUNDARY (line 72) | const LONG_LINE_BOUNDARY = 10000; class TextModelSnapshot (line 73) | class TextModelSnapshot { method constructor (line 74) | constructor(source) { method read (line 78) | read() { method resolveOptions (line 109) | static resolveOptions(textBuffer, options) { method onDidChangeLanguage (line 123) | get onDidChangeLanguage() { return this._tokenizationTextModelPart.onDid... method onDidChangeLanguageConfiguration (line 124) | get onDidChangeLanguageConfiguration() { return this._tokenizationTextMo... method onDidChangeTokens (line 125) | get onDidChangeTokens() { return this._tokenizationTextModelPart.onDidCh... method onDidChangeContent (line 126) | onDidChangeContent(listener) { method onDidChangeContentOrInjectedText (line 129) | onDidChangeContentOrInjectedText(listener) { method _isDisposing (line 132) | _isDisposing() { return this.__isDisposing; } method tokenization (line 133) | get tokenization() { return this._tokenizationTextModelPart; } method bracketPairs (line 134) | get bracketPairs() { return this._bracketPairs; } method guides (line 135) | get guides() { return this._guidesTextModelPart; } method constructor (line 136) | constructor(source, languageIdOrSelection, creationOptions, associatedRe... method dispose (line 213) | dispose() { method _assertNotDisposed (line 228) | _assertNotDisposed() { method _emitContentChangedEvent (line 233) | _emitContentChangedEvent(rawChange, change) { method setValue (line 242) | setValue(value) { method _createContentChanged2 (line 250) | _createContentChanged2(range, rangeOffset, rangeLength, text, isUndoing,... method _setValueFromTextBuffer (line 266) | _setValueFromTextBuffer(textBuffer, textBufferDisposable) { method setEOL (line 286) | setEOL(eol) { method _onBeforeEOLChange (line 305) | _onBeforeEOLChange() { method _onAfterEOLChange (line 309) | _onAfterEOLChange() { method onBeforeAttached (line 327) | onBeforeAttached() { method onBeforeDetached (line 335) | onBeforeDetached(view) { method isAttachedToEditor (line 343) | isAttachedToEditor() { method getAttachedEditorCount (line 346) | getAttachedEditorCount() { method isTooLargeForSyncing (line 349) | isTooLargeForSyncing() { method isTooLargeForTokenization (line 352) | isTooLargeForTokenization() { method isTooLargeForHeapOperation (line 355) | isTooLargeForHeapOperation() { method isDisposed (line 358) | isDisposed() { method isDominatedByLongLines (line 361) | isDominatedByLongLines() { method uri (line 381) | get uri() { method getOptions (line 385) | getOptions() { method getFormattingOptions (line 389) | getFormattingOptions() { method updateOptions (line 395) | updateOptions(_newOpts) { method detectIndentation (line 419) | detectIndentation(defaultInsertSpaces, defaultTabSize) { method normalizeIndentation (line 428) | normalizeIndentation(str) { method getVersionId (line 434) | getVersionId() { method mightContainRTL (line 438) | mightContainRTL() { method mightContainUnusualLineTerminators (line 441) | mightContainUnusualLineTerminators() { method removeUnusualLineTerminators (line 444) | removeUnusualLineTerminators(selections = null) { method mightContainNonBasicASCII (line 449) | mightContainNonBasicASCII() { method getAlternativeVersionId (line 452) | getAlternativeVersionId() { method getInitialUndoRedoSnapshot (line 456) | getInitialUndoRedoSnapshot() { method getOffsetAt (line 460) | getOffsetAt(rawPosition) { method getPositionAt (line 465) | getPositionAt(rawOffset) { method _increaseVersionId (line 470) | _increaseVersionId() { method _overwriteVersionId (line 474) | _overwriteVersionId(versionId) { method _overwriteAlternativeVersionId (line 477) | _overwriteAlternativeVersionId(newAlternativeVersionId) { method _overwriteInitialUndoRedoSnapshot (line 480) | _overwriteInitialUndoRedoSnapshot(newInitialUndoRedoSnapshot) { method getValue (line 483) | getValue(eol, preserveBOM = false) { method createSnapshot (line 495) | createSnapshot(preserveBOM = false) { method getValueLength (line 498) | getValueLength(eol, preserveBOM = false) { method getValueInRange (line 507) | getValueInRange(rawRange, eol = 0 /* model.EndOfLinePreference.TextDefin... method getValueLengthInRange (line 511) | getValueLengthInRange(rawRange, eol = 0 /* model.EndOfLinePreference.Tex... method getCharacterCountInRange (line 515) | getCharacterCountInRange(rawRange, eol = 0 /* model.EndOfLinePreference.... method getLineCount (line 519) | getLineCount() { method getLineContent (line 523) | getLineContent(lineNumber) { method getLineLength (line 530) | getLineLength(lineNumber) { method getLinesContent (line 537) | getLinesContent() { method getEOL (line 544) | getEOL() { method getEndOfLineSequence (line 548) | getEndOfLineSequence() { method getLineMinColumn (line 554) | getLineMinColumn(lineNumber) { method getLineMaxColumn (line 558) | getLineMaxColumn(lineNumber) { method getLineFirstNonWhitespaceColumn (line 565) | getLineFirstNonWhitespaceColumn(lineNumber) { method getLineLastNonWhitespaceColumn (line 572) | getLineLastNonWhitespaceColumn(lineNumber) { method _validateRangeRelaxedNoAllocations (line 583) | _validateRangeRelaxedNoAllocations(range) { method _isValidPosition (line 641) | _isValidPosition(lineNumber, column, validationType) { method _validatePosition (line 674) | _validatePosition(_lineNumber, _column, validationType) { method validatePosition (line 702) | validatePosition(position) { method _isValidRange (line 713) | _isValidRange(range, validationType) { method validateRange (line 736) | validateRange(_range) { method modifyPosition (line 776) | modifyPosition(rawPosition, offset) { method getFullModelRange (line 781) | getFullModelRange() { method findMatchesLineByLine (line 786) | findMatchesLineByLine(searchRange, searchData, captureMatches, limitResu... method findMatches (line 789) | findMatches(searchString, rawSearchScope, isRegex, matchCase, wordSepara... method findNextMatch (line 827) | findNextMatch(searchString, rawSearchStart, isRegex, matchCase, wordSepa... method findPreviousMatch (line 852) | findPreviousMatch(searchString, rawSearchStart, isRegex, matchCase, word... method pushStackElement (line 859) | pushStackElement() { method popStackElement (line 862) | popStackElement() { method pushEOL (line 865) | pushEOL(eol) { method _validateEditOperation (line 883) | _validateEditOperation(rawOperation) { method _validateEditOperations (line 889) | _validateEditOperations(rawOperations) { method pushEditOperations (line 896) | pushEditOperations(beforeCursorState, editOperations, cursorStateCompute... method _pushEditOperations (line 907) | _pushEditOperations(beforeCursorState, editOperations, cursorStateComput... method _applyUndo (line 980) | _applyUndo(changes, eol, resultingAlternativeVersionId, resultingSelecti... method _applyRedo (line 991) | _applyRedo(changes, eol, resultingAlternativeVersionId, resultingSelecti... method _applyUndoRedoEdits (line 1002) | _applyUndoRedoEdits(edits, eol, isUndoing, isRedoing, resultingAlternati... method applyEdits (line 1019) | applyEdits(rawOperations, computeUndoEdits = false) { method _doApplyEdits (line 1031) | _doApplyEdits(rawOperations, computeUndoEdits) { method undo (line 1107) | undo() { method canUndo (line 1110) | canUndo() { method redo (line 1113) | redo() { method canRedo (line 1116) | canRedo() { method handleBeforeFireDecorationsChangedEvent (line 1121) | handleBeforeFireDecorationsChangedEvent(affectedInjectedTextLines) { method changeDecorations (line 1130) | changeDecorations(callback, ownerId = 0) { method _changeDecorations (line 1140) | _changeDecorations(ownerId, callback) { method deltaDecorations (line 1177) | deltaDecorations(oldDecorations, newDecorations, ownerId = 0) { method _getTrackedRange (line 1200) | _getTrackedRange(id) { method _setTrackedRange (line 1203) | _setTrackedRange(id, newRange, newStickiness) { method removeAllDecorationsWithOwnerId (line 1229) | removeAllDecorationsWithOwnerId(ownerId) { method getDecorationOptions (line 1240) | getDecorationOptions(decorationId) { method getDecorationRange (line 1247) | getDecorationRange(decorationId) { method getLineDecorations (line 1254) | getLineDecorations(lineNumber, ownerId = 0, filterOutValidation = false) { method getLinesDecorations (line 1260) | getLinesDecorations(_startLineNumber, _endLineNumber, ownerId = 0, filte... method getDecorationsInRange (line 1270) | getDecorationsInRange(range, ownerId = 0, filterOutValidation = false, o... method getOverviewRulerDecorations (line 1276) | getOverviewRulerDecorations(ownerId = 0, filterOutValidation = false) { method getInjectedTextDecorations (line 1279) | getInjectedTextDecorations(ownerId = 0) { method _getInjectedTextInLine (line 1282) | _getInjectedTextInLine(lineNumber) { method getAllDecorations (line 1288) | getAllDecorations(ownerId = 0, filterOutValidation = false) { method getAllMarginDecorations (line 1293) | getAllMarginDecorations(ownerId = 0) { method _getDecorationsInRange (line 1296) | _getDecorationsInRange(filterRange, filterOwnerId, filterOutValidation, ... method getRangeAt (line 1301) | getRangeAt(start, end) { method _changeDecorationImpl (line 1304) | _changeDecorationImpl(decorationId, _range) { method _changeDecorationOptionsImpl (line 1331) | _changeDecorationOptionsImpl(decorationId, options) { method _deltaDecorationsImpl (line 1359) | _deltaDecorationsImpl(ownerId, oldDecorationsIds, newDecorations, suppre... method getLanguageId (line 1436) | getLanguageId() { method setLanguage (line 1439) | setLanguage(languageIdOrSelection, source) { method _setLanguage (line 1449) | _setLanguage(languageId, source) { method getLanguageIdAtPosition (line 1453) | getLanguageIdAtPosition(lineNumber, column) { method getWordAtPosition (line 1456) | getWordAtPosition(position) { method getWordUntilPosition (line 1459) | getWordUntilPosition(position) { method normalizePosition (line 1463) | normalizePosition(position, affinity) { method getLineIndentColumn (line 1470) | getLineIndentColumn(lineNumber) { function indentOfLine (line 1496) | function indentOfLine(line) { function isNodeInOverviewRuler (line 1509) | function isNodeInOverviewRuler(node) { function isOptionsInjectedText (line 1512) | function isOptionsInjectedText(options) { function isNodeInjectedText (line 1515) | function isNodeInjectedText(node) { class DecorationsTrees (line 1518) | class DecorationsTrees { method constructor (line 1519) | constructor() { method ensureAllNodesHaveRanges (line 1524) | ensureAllNodesHaveRanges(host) { method _ensureNodesHaveRanges (line 1527) | _ensureNodesHaveRanges(host, nodes) { method getAllInInterval (line 1535) | getAllInInterval(host, start, end, filterOwnerId, filterOutValidation,... method _intervalSearch (line 1540) | _intervalSearch(start, end, filterOwnerId, filterOutValidation, cached... method getInjectedTextInInterval (line 1546) | getInjectedTextInInterval(host, start, end, filterOwnerId) { method getAllInjectedText (line 1551) | getAllInjectedText(host, filterOwnerId) { method getAll (line 1556) | getAll(host, filterOwnerId, filterOutValidation, overviewRulerOnly, on... method _search (line 1561) | _search(filterOwnerId, filterOutValidation, overviewRulerOnly, cachedV... method collectNodesFromOwner (line 1572) | collectNodesFromOwner(ownerId) { method collectNodesPostOrder (line 1578) | collectNodesPostOrder() { method insert (line 1584) | insert(node) { method delete (line 1595) | delete(node) { method getNodeRange (line 1606) | getNodeRange(host, node) { method _resolveNode (line 1616) | _resolveNode(node, cachedVersionId) { method acceptReplace (line 1627) | acceptReplace(offset, length, textLength, forceMoveMarkers) { function cleanClassName (line 1633) | function cleanClassName(className) { class DecorationOptions (line 1636) | class DecorationOptions { method constructor (line 1637) | constructor(options) { class ModelDecorationOverviewRulerOptions (line 1642) | class ModelDecorationOverviewRulerOptions extends DecorationOptions { method constructor (line 1643) | constructor(options) { method getColor (line 1648) | getColor(theme) { method invalidateCachedColor (line 1659) | invalidateCachedColor() { method _resolveColor (line 1662) | _resolveColor(color, theme) { class ModelDecorationGlyphMarginOptions (line 1673) | class ModelDecorationGlyphMarginOptions { method constructor (line 1674) | constructor(options) { class ModelDecorationMinimapOptions (line 1680) | class ModelDecorationMinimapOptions extends DecorationOptions { method constructor (line 1681) | constructor(options) { method getColor (line 1688) | getColor(theme) { method invalidateCachedColor (line 1699) | invalidateCachedColor() { method _resolveColor (line 1702) | _resolveColor(color, theme) { class ModelDecorationInjectedTextOptions (line 1709) | class ModelDecorationInjectedTextOptions { method from (line 1710) | static from(options) { method constructor (line 1716) | constructor(options) { class ModelDecorationOptions (line 1724) | class ModelDecorationOptions { method register (line 1725) | static register(options) { method createDynamic (line 1728) | static createDynamic(options) { method constructor (line 1731) | constructor(options) { constant TRACKED_RANGE_OPTIONS (line 1771) | const TRACKED_RANGE_OPTIONS = [ function _normalizeOptions (line 1777) | function _normalizeOptions(options) { class DidChangeDecorationsEmitter (line 1783) | class DidChangeDecorationsEmitter extends Disposable { method constructor (line 1784) | constructor(handleBeforeFire) { method beginDeferredEmit (line 1797) | beginDeferredEmit() { method endDeferredEmit (line 1800) | endDeferredEmit() { method recordLineAffectedByInjectedText (line 1811) | recordLineAffectedByInjectedText(lineNumber) { method checkAffectedAndFire (line 1817) | checkAffectedAndFire(options) { method fire (line 1825) | fire() { method tryFire (line 1831) | tryFire() { method doFire (line 1839) | doFire() { class DidChangeContentEmitter (line 1855) | class DidChangeContentEmitter extends Disposable { method constructor (line 1856) | constructor() { method beginDeferredEmit (line 1868) | beginDeferredEmit() { method endDeferredEmit (line 1871) | endDeferredEmit(resultingSelection = null) { method fire (line 1883) | fire(e) { class AttachedViews (line 1900) | class AttachedViews { method constructor (line 1901) | constructor() { method attachView (line 1906) | attachView() { method detachView (line 1913) | detachView(view) { class AttachedViewImpl (line 1918) | class AttachedViewImpl { method constructor (line 1919) | constructor(handleStateChange) { method setVisibleLines (line 1922) | setVisibleLines(visibleLines, stabilized) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/textModelPart.js class TextModelPart (line 6) | class TextModelPart extends Disposable { method constructor (line 7) | constructor() { method dispose (line 11) | dispose() { method assertNotDisposed (line 15) | assertNotDisposed() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/textModelSearch.js constant LIMIT_FIND_COUNT (line 10) | const LIMIT_FIND_COUNT = 999; class SearchParams (line 11) | class SearchParams { method constructor (line 12) | constructor(searchString, isRegex, matchCase, wordSeparators) { method parseSearchRequest (line 18) | parseSearchRequest() { function isMultilineRegexSource (line 54) | function isMultilineRegexSource(searchString) { function createFindMatch (line 78) | function createFindMatch(range, rawMatches, captureMatches) { class LineFeedCounter (line 88) | class LineFeedCounter { method constructor (line 89) | constructor(text) { method findLineFeedCountBeforeOffset (line 99) | findLineFeedCountBeforeOffset(offset) { class TextModelSearch (line 130) | class TextModelSearch { method findMatches (line 131) | static findMatches(model, searchParams, searchRange, captureMatches, l... method _getMultilineMatchRange (line 145) | static _getMultilineMatchRange(model, deltaOffset, text, lfCounter, ma... method _doFindMatchesMultiline (line 168) | static _doFindMatchesMultiline(model, searchRange, searcher, captureMa... method _doFindMatchesLineByLine (line 187) | static _doFindMatchesLineByLine(model, searchRange, searchData, captur... method _findMatchesInLine (line 210) | static _findMatchesInLine(searchData, text, lineNumber, deltaOffset, r... method findNextMatch (line 242) | static findNextMatch(model, searchParams, searchStart, captureMatches) { method _doFindNextMatchMultiline (line 253) | static _doFindNextMatchMultiline(model, searchStart, searcher, capture... method _doFindNextMatchLineByLine (line 273) | static _doFindNextMatchLineByLine(model, searchStart, searcher, captur... method _findFirstMatchInLine (line 292) | static _findFirstMatchInLine(searcher, text, lineNumber, fromColumn, c... method findPreviousMatch (line 301) | static findPreviousMatch(model, searchParams, searchStart, captureMatc... method _doFindPreviousMatchMultiline (line 312) | static _doFindPreviousMatchMultiline(model, searchStart, searcher, cap... method _doFindPreviousMatchLineByLine (line 324) | static _doFindPreviousMatchLineByLine(model, searchStart, searcher, ca... method _findLastMatchInLine (line 343) | static _findLastMatchInLine(searcher, text, lineNumber, captureMatches) { function leftIsWordBounday (line 353) | function leftIsWordBounday(wordSeparators, text, textLength, matchStartI... function rightIsWordBounday (line 376) | function rightIsWordBounday(wordSeparators, text, textLength, matchStart... function isValidMatch (line 399) | function isValidMatch(wordSeparators, text, textLength, matchStartIndex,... class Searcher (line 403) | class Searcher { method constructor (line 404) | constructor(wordSeparators, searchRegex) { method reset (line 410) | reset(lastIndex) { method next (line 415) | next(text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/textModelText.js class TextModelText (line 7) | class TextModelText extends AbstractText { method constructor (line 8) | constructor(_textModel) { method getValueOfRange (line 12) | getValueOfRange(range) { method length (line 15) | get length() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/textModelTokens.js class TokenizerWithStateStore (line 16) | class TokenizerWithStateStore { method constructor (line 17) | constructor(lineCount, tokenizationSupport) { method getStartState (line 22) | getStartState(lineNumber) { method getFirstInvalidLine (line 25) | getFirstInvalidLine() { class TokenizerWithStateStoreAndTextModel (line 29) | class TokenizerWithStateStoreAndTextModel extends TokenizerWithStateStore { method constructor (line 30) | constructor(lineCount, tokenizationSupport, _textModel, _languageIdCod... method updateTokensUntilLine (line 35) | updateTokensUntilLine(builder, lineNumber) { method getTokenTypeIfInsertingCharacter (line 49) | getTokenTypeIfInsertingCharacter(position, character) { method tokenizeLineWithEdit (line 70) | tokenizeLineWithEdit(position, length, newText) { method hasAccurateTokensForLine (line 85) | hasAccurateTokensForLine(lineNumber) { method isCheapToTokenize (line 89) | isCheapToTokenize(lineNumber) { method tokenizeHeuristically (line 103) | tokenizeHeuristically(builder, startLineNumber, endLineNumber) { method guessStartState (line 123) | guessStartState(lineNumber) { class TrackingTokenizationStateStore (line 160) | class TrackingTokenizationStateStore { method constructor (line 161) | constructor(lineCount) { method getEndState (line 167) | getEndState(lineNumber) { method setEndState (line 173) | setEndState(lineNumber, state) { method acceptChange (line 185) | acceptChange(range, newLineCount) { method acceptChanges (line 190) | acceptChanges(changes) { method invalidateEndStateRange (line 196) | invalidateEndStateRange(range) { method getFirstInvalidEndStateLineNumber (line 199) | getFirstInvalidEndStateLineNumber() { return this._invalidEndStatesLin... method getFirstInvalidEndStateLineNumberOrMax (line 200) | getFirstInvalidEndStateLineNumberOrMax() { method allStatesValid (line 203) | allStatesValid() { return this._invalidEndStatesLineNumbers.min === nu... method getStartState (line 204) | getStartState(lineNumber, initialState) { method getFirstInvalidLine (line 210) | getFirstInvalidLine(initialState) { class TokenizationStateStore (line 222) | class TokenizationStateStore { method constructor (line 223) | constructor() { method getEndState (line 226) | getEndState(lineNumber) { method setEndState (line 229) | setEndState(lineNumber, state) { method acceptChange (line 237) | acceptChange(range, newLineCount) { class RangePriorityQueueImpl (line 248) | class RangePriorityQueueImpl { method constructor (line 249) | constructor() { method min (line 252) | get min() { method delete (line 258) | delete(value) { method addRange (line 280) | addRange(range) { method addRangeAndResize (line 283) | addRangeAndResize(range, newLength) { method toString (line 314) | toString() { function safeTokenize (line 318) | function safeTokenize(languageIdCodec, languageId, tokenizationSupport, ... class DefaultBackgroundTokenizer (line 334) | class DefaultBackgroundTokenizer { method constructor (line 335) | constructor(_tokenizerWithStateStore, _backgroundTokenStore) { method dispose (line 341) | dispose() { method handleChanges (line 344) | handleChanges() { method _beginBackgroundTokenization (line 347) | _beginBackgroundTokenization() { method _backgroundTokenizeWithDeadline (line 360) | _backgroundTokenizeWithDeadline(deadline) { method _backgroundTokenizeForAtLeast1ms (line 385) | _backgroundTokenizeForAtLeast1ms() { method _hasLinesToTokenize (line 404) | _hasLinesToTokenize() { method _tokenizeOneInvalidLine (line 410) | _tokenizeOneInvalidLine(builder) { method checkFinished (line 419) | checkFinished() { method requestTokens (line 427) | requestTokens(startLineNumber, endLineNumberExclusive) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/tokenizationTextModelPart.js class TokenizationTextModelPart (line 20) | class TokenizationTextModelPart extends TextModelPart { method constructor (line 21) | constructor(_languageService, _languageConfigurationService, _textMode... method handleDidChangeContent (line 49) | handleDidChangeContent(e) { method handleDidChangeAttached (line 61) | handleDidChangeAttached() { method getLineTokens (line 67) | getLineTokens(lineNumber) { method _emitModelTokensChangedEvent (line 72) | _emitModelTokensChangedEvent(e) { method validateLineNumber (line 79) | validateLineNumber(lineNumber) { method hasTokens (line 84) | get hasTokens() { method resetTokenization (line 87) | resetTokenization() { method backgroundTokenizationState (line 90) | get backgroundTokenizationState() { method forceTokenization (line 93) | forceTokenization(lineNumber) { method hasAccurateTokensForLine (line 97) | hasAccurateTokensForLine(lineNumber) { method isCheapToTokenize (line 101) | isCheapToTokenize(lineNumber) { method tokenizeIfCheap (line 105) | tokenizeIfCheap(lineNumber) { method getTokenTypeIfInsertingCharacter (line 109) | getTokenTypeIfInsertingCharacter(lineNumber, column, character) { method tokenizeLineWithEdit (line 112) | tokenizeLineWithEdit(position, length, newText) { method setSemanticTokens (line 117) | setSemanticTokens(tokens, isComplete) { method hasCompleteSemanticTokens (line 124) | hasCompleteSemanticTokens() { method hasSomeSemanticTokens (line 127) | hasSomeSemanticTokens() { method setPartialSemanticTokens (line 130) | setPartialSemanticTokens(range, tokens) { method getWordAtPosition (line 147) | getWordAtPosition(_position) { method getLanguageConfiguration (line 176) | getLanguageConfiguration(languageId) { method _findLanguageBoundaries (line 179) | static _findLanguageBoundaries(lineTokens, tokenIndex) { method getWordUntilPosition (line 193) | getWordUntilPosition(position) { method getLanguageId (line 206) | getLanguageId() { method getLanguageIdAtPosition (line 209) | getLanguageIdAtPosition(lineNumber, column) { method setLanguageId (line 214) | setLanguageId(languageId, source = 'api') { class GrammarTokens (line 231) | class GrammarTokens extends Disposable { method backgroundTokenizationState (line 232) | get backgroundTokenizationState() { method constructor (line 235) | constructor(_languageIdCodec, _textModel, getLanguageId, attachedViews) { method resetTokenization (line 275) | resetTokenization(fireTokenChangeEvent = true) { method handleDidChangeAttached (line 380) | handleDidChangeAttached() { method handleDidChangeContent (line 384) | handleDidChangeContent(e) { method setTokens (line 403) | setTokens(tokens) { method refreshAllVisibleLineTokens (line 410) | refreshAllVisibleLineTokens() { method refreshRanges (line 414) | refreshRanges(ranges) { method refreshRange (line 419) | refreshRange(startLineNumber, endLineNumber) { method forceTokenization (line 439) | forceTokenization(lineNumber) { method hasAccurateTokensForLine (line 446) | hasAccurateTokensForLine(lineNumber) { method isCheapToTokenize (line 452) | isCheapToTokenize(lineNumber) { method tokenizeIfCheap (line 458) | tokenizeIfCheap(lineNumber) { method getLineTokens (line 463) | getLineTokens(lineNumber) { method getTokenTypeIfInsertingCharacter (line 477) | getTokenTypeIfInsertingCharacter(lineNumber, column, character) { method tokenizeLineWithEdit (line 485) | tokenizeLineWithEdit(position, length, newText) { method hasTokens (line 493) | get hasTokens() { class AttachedViewHandler (line 497) | class AttachedViewHandler extends Disposable { method lineRanges (line 498) | get lineRanges() { return this._lineRanges; } method constructor (line 499) | constructor(_refreshTokens) { method update (line 506) | update() { method handleStateChange (line 513) | handleStateChange(state) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/model/utils.js function computeIndentLevel (line 10) | function computeIndentLevel(line, tabSize) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/modelLineProjectionData.js class ModelLineProjectionData (line 33) | class ModelLineProjectionData { method constructor (line 34) | constructor(injectionOffsets, method getOutputLineCount (line 54) | getOutputLineCount() { method getMinOutputOffset (line 57) | getMinOutputOffset(outputLineIndex) { method getLineLength (line 63) | getLineLength(outputLineIndex) { method getMaxOutputOffset (line 73) | getMaxOutputOffset(outputLineIndex) { method translateToInputOffset (line 76) | translateToInputOffset(outputLineIndex, outputOffset) { method translateToOutputPosition (line 100) | translateToOutputPosition(inputOffset, affinity = 2 /* PositionAffinit... method offsetInInputWithInjectionsToOutputPosition (line 115) | offsetInInputWithInjectionsToOutputPosition(offsetInInputWithInjection... method normalizeOutputPosition (line 153) | normalizeOutputPosition(outputLineIndex, outputOffset, affinity) { method outputPositionToOffsetInInputWithInjections (line 175) | outputPositionToOffsetInInputWithInjections(outputLineIndex, outputOff... method normalizeOffsetInInputWithInjectionsAroundInjections (line 182) | normalizeOffsetInInputWithInjectionsAroundInjections(offsetInInputWith... method getInjectedText (line 234) | getInjectedText(outputLineIndex, outputOffset) { method getInjectedTextAtOffset (line 244) | getInjectedTextAtOffset(offsetInInputWithInjections) { function hasRightCursorStop (line 271) | function hasRightCursorStop(cursorStop) { function hasLeftCursorStop (line 277) | function hasLeftCursorStop(cursorStop) { class InjectedText (line 283) | class InjectedText { method constructor (line 284) | constructor(options) { class OutputPosition (line 288) | class OutputPosition { method constructor (line 289) | constructor(outputLineIndex, outputOffset) { method toString (line 293) | toString() { method toPosition (line 296) | toPosition(baseLineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/editorBaseApi.js class KeyMod (line 14) | class KeyMod { method chord (line 15) | static chord(firstPart, secondPart) { function createMonacoBaseAPI (line 23) | function createMonacoBaseAPI() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/editorSimpleWorker.js class MirrorModel (line 23) | class MirrorModel extends BaseMirrorModel { method uri (line 24) | get uri() { method eol (line 27) | get eol() { method getValue (line 30) | getValue() { method findMatches (line 33) | findMatches(regex) { method getLinesContent (line 48) | getLinesContent() { method getLineCount (line 51) | getLineCount() { method getLineContent (line 54) | getLineContent(lineNumber) { method getWordAtPosition (line 57) | getWordAtPosition(position, wordDefinition) { method words (line 64) | words(wordDefinition) { method getLineWords (line 94) | getLineWords(lineNumber, wordDefinition) { method _wordenize (line 107) | _wordenize(content, wordDefinition) { method getValueInRange (line 120) | getValueInRange(range) { method offsetAt (line 136) | offsetAt(position) { method positionAt (line 141) | positionAt(offset) { method _validateRange (line 153) | _validateRange(range) { method _validatePosition (line 169) | _validatePosition(position) { class EditorSimpleWorker (line 207) | class EditorSimpleWorker { method constructor (line 208) | constructor(host, foreignModuleFactory) { method dispose (line 214) | dispose() { method _getModel (line 217) | _getModel(uri) { method _getModels (line 220) | _getModels() { method acceptNewModel (line 225) | acceptNewModel(data) { method acceptModelChanged (line 228) | acceptModelChanged(strURL, e) { method acceptRemovedModel (line 235) | acceptRemovedModel(strURL) { method computeUnicodeHighlights (line 241) | async computeUnicodeHighlights(url, options, range) { method findSectionHeaders (line 248) | async findSectionHeaders(url, options) { method computeDiff (line 256) | async computeDiff(originalUrl, modifiedUrl, options, algorithm) { method computeDiff (line 265) | static computeDiff(originalTextModel, modifiedTextModel, options, algo... method _modelsAreIdentical (line 299) | static _modelsAreIdentical(original, modified) { method computeMoreMinimalEdits (line 314) | async computeMoreMinimalEdits(modelUrl, edits, pretty) { method computeLinks (line 383) | async computeLinks(modelUrl) { method computeDefaultDocumentColors (line 391) | async computeDefaultDocumentColors(modelUrl) { method textualSuggest (line 398) | async textualSuggest(modelUrls, leadingWord, wordDef, wordDefFlags) { method computeWordRanges (line 421) | async computeWordRanges(modelUrl, range, wordDef, wordDefFlags) { method navigateValueSet (line 450) | async navigateValueSet(modelUrl, range, up, wordDef, wordDefFlags) { method loadForeignModule (line 474) | loadForeignModule(moduleId, createData, foreignHostMethods) { method fmr (line 505) | fmr(method, args) { function create (line 526) | function create(host) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/findSectionHeaders.js function findSectionHeaders (line 14) | function findSectionHeaders(model, options) { function collectRegionHeaders (line 27) | function collectRegionHeaders(model, options) { function collectMarkHeaders (line 49) | function collectMarkHeaders(model) { function addMarkHeaderIfFound (line 58) | function addMarkHeaderIfFound(lineContent, lineNumber, sectionHeaders) { function getHeaderText (line 77) | function getHeaderText(text) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/getIconClasses.js function getIconClasses (line 12) | function getIconClasses(modelService, languageService, resource, fileKin... function detectLanguageId (line 74) | function detectLanguageId(modelService, languageService, resource) { function cssEscape (line 101) | function cssEscape(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/languageFeatureDebounce.js function of (line 27) | function of(obj) { class NullDebounceInformation (line 37) | class NullDebounceInformation { method constructor (line 38) | constructor(_default) { method get (line 41) | get(_model) { method update (line 44) | update(_model, _value) { method default (line 47) | default() { class FeatureDebounceInformation (line 51) | class FeatureDebounceInformation { method constructor (line 52) | constructor(_logService, _name, _registry, _default, _min, _max) { method _key (line 61) | _key(model) { method get (line 64) | get(model) { method update (line 71) | update(model, value) { method _overall (line 84) | _overall() { method default (line 91) | default() { method constructor (line 97) | constructor(_logService, envService) { method for (line 102) | for(feature, name, config) { method _overallAverage (line 122) | _overallAverage() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/languageFeaturesService.js class LanguageFeaturesService (line 8) | class LanguageFeaturesService { method constructor (line 9) | constructor() { method _score (line 41) | _score(uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/languageService.js class LanguageService (line 11) | class LanguageService extends Disposable { method constructor (line 12) | constructor(warnOnOverwrite = false) { method dispose (line 27) | dispose() { method isRegisteredLanguageId (line 31) | isRegisteredLanguageId(languageId) { method getLanguageIdByLanguageName (line 34) | getLanguageIdByLanguageName(languageName) { method getLanguageIdByMimeType (line 37) | getLanguageIdByMimeType(mimeType) { method guessLanguageIdByFilepathOrFirstLine (line 40) | guessLanguageIdByFilepathOrFirstLine(resource, firstLine) { method createById (line 44) | createById(languageId) { method createByFilepathOrFirstLine (line 49) | createByFilepathOrFirstLine(resource, firstLine) { method _createAndGetLanguageIdentifier (line 55) | _createAndGetLanguageIdentifier(languageId) { method requestBasicLanguageFeatures (line 62) | requestBasicLanguageFeatures(languageId) { method requestRichLanguageFeatures (line 68) | requestRichLanguageFeatures(languageId) { class LanguageSelection (line 80) | class LanguageSelection { method constructor (line 81) | constructor(_onDidChangeLanguages, _selector) { method _dispose (line 88) | _dispose() { method onDidChange (line 98) | get onDidChange() { method _evaluate (line 111) | _evaluate() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/languagesAssociations.js function registerPlatformLanguageAssociation (line 20) | function registerPlatformLanguageAssociation(association, warnOnOverwrit... function _registerLanguageAssociation (line 23) | function _registerLanguageAssociation(association, userConfigured, warnO... function toLanguageAssociationItem (line 54) | function toLanguageAssociationItem(association, userConfigured) { function clearPlatformLanguageAssociations (line 72) | function clearPlatformLanguageAssociations() { function getLanguageIds (line 79) | function getLanguageIds(resource, firstLine) { function getAssociations (line 82) | function getAssociations(resource, firstLine) { function getAssociationByPath (line 126) | function getAssociationByPath(path, filename, associations) { function getAssociationByFirstline (line 172) | function getAssociationByFirstline(firstLine) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/languagesRegistry.js constant NULL_LANGUAGE_ID (line 13) | const NULL_LANGUAGE_ID = 'vs.editor.nullLanguage'; class LanguageIdCodec (line 14) | class LanguageIdCodec { method constructor (line 15) | constructor() { method _register (line 22) | _register(language, languageId) { method register (line 26) | register(language) { method encodeLanguageId (line 33) | encodeLanguageId(languageId) { method decodeLanguageId (line 36) | decodeLanguageId(languageId) { class LanguagesRegistry (line 40) | class LanguagesRegistry extends Disposable { method constructor (line 41) | constructor(useModesRegistry = true, warnOnOverwrite = false) { method dispose (line 60) | dispose() { method _initializeFromRegistry (line 64) | _initializeFromRegistry() { method _registerLanguages (line 73) | _registerLanguages(desc) { method _registerLanguage (line 96) | _registerLanguage(lang) { method _mergeLanguage (line 118) | _mergeLanguage(resolvedLanguage, lang) { method isRegisteredLanguageId (line 204) | isRegisteredLanguageId(languageId) { method getRegisteredLanguageIds (line 210) | getRegisteredLanguageIds() { method getLanguageIdByLanguageName (line 213) | getLanguageIdByLanguageName(languageName) { method getLanguageIdByMimeType (line 220) | getLanguageIdByMimeType(mimeType) { method guessLanguageIdByFilepathOrFirstLine (line 229) | guessLanguageIdByFilepathOrFirstLine(resource, firstLine) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/markerDecorationsService.js method constructor (line 27) | constructor(modelService, _markerService) { method dispose (line 37) | dispose() { method getMarker (line 42) | getMarker(uri, decoration) { method _handleMarkerChange (line 46) | _handleMarkerChange(changedResources) { method _onModelAdded (line 54) | _onModelAdded(model) { method _onModelRemoved (line 59) | _onModelRemoved(model) { method _updateDecorations (line 73) | _updateDecorations(markerDecorations) { class MarkerDecorations (line 86) | class MarkerDecorations extends Disposable { method constructor (line 87) | constructor(model) { method update (line 96) | update(markers) { method getMarker (line 119) | getMarker(decoration) { method _createDecorationRange (line 122) | _createDecorationRange(model, rawMarker) { method _createDecorationOption (line 152) | _createDecorationOption(marker) { method _hasMarkerTag (line 222) | _hasMarkerTag(marker, tag) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/modelService.js function MODEL_ID (line 30) | function MODEL_ID(resource) { class ModelData (line 33) | class ModelData { method constructor (line 34) | constructor(model, onWillDispose, onDidChangeLanguage) { method dispose (line 41) | dispose() { constant DEFAULT_EOL (line 45) | const DEFAULT_EOL = (platform.isLinux || platform.isMacintosh) ? 1 /* De... class DisposedModelInfo (line 46) | class DisposedModelInfo { method constructor (line 47) | constructor(uri, initialUndoRedoSnapshot, time, sharesUndoRedoStack, h... method constructor (line 59) | constructor(_configurationService, _resourcePropertiesService, _undoRedo... method _readModelOptions (line 79) | static _readModelOptions(config, isForSimpleWidget) { method _getEOL (line 141) | _getEOL(resource, language) { method _shouldRestoreUndoStack (line 151) | _shouldRestoreUndoStack() { method getCreationOptions (line 158) | getCreationOptions(languageIdOrSelection, resource, isForSimpleWidget) { method _updateModelOptions (line 169) | _updateModelOptions(e) { method _setModelOptionsForModel (line 187) | static _setModelOptionsForModel(model, newOptions, currentOptions) { method _insertDisposedModel (line 219) | _insertDisposedModel(disposedModelData) { method _removeDisposedModel (line 223) | _removeDisposedModel(resource) { method _ensureDisposedModelsHeapSize (line 231) | _ensureDisposedModelsHeapSize(maxModelsHeapSize) { method _createModelData (line 250) | _createModelData(value, languageIdOrSelection, resource, isForSimpleWidg... method createModel (line 294) | createModel(value, languageSelection, resource, isForSimpleWidget = fals... method getModels (line 305) | getModels() { method getModel (line 314) | getModel(resource) { method _schemaShouldMaintainUndoRedoElements (line 323) | _schemaShouldMaintainUndoRedoElements(resource) { method _onWillDispose (line 331) | _onWillDispose(model) { method _onDidChangeLanguage (line 385) | _onDidChangeLanguage(model, e) { method _getSHA1Computer (line 393) | _getSHA1Computer() { class DefaultModelSHA1Computer (line 406) | class DefaultModelSHA1Computer { method canComputeSHA1 (line 407) | canComputeSHA1(model) { method computeSHA1 (line 410) | computeSHA1(model) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/semanticTokensDto.js function reverseEndianness (line 7) | function reverseEndianness(arr) { function toLittleEndianBuffer (line 20) | function toLittleEndianBuffer(arr) { function encodeSemanticTokensDto (line 28) | function encodeSemanticTokensDto(semanticTokens) { function encodeSemanticTokensDtoSize (line 56) | function encodeSemanticTokensDtoSize(semanticTokens) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/semanticTokensProviderStyling.js method constructor (line 20) | constructor(_legend, _themeService, _languageService, _logService) { method getMetadata (line 30) | getMetadata(tokenTypeIndex, tokenModifierSet, languageId) { method warnOverlappingSemanticTokens (line 101) | warnOverlappingSemanticTokens(lineNumber, startColumn) { method warnInvalidLengthSemanticTokens (line 107) | warnInvalidLengthSemanticTokens(lineNumber, startColumn) { method warnInvalidEditStart (line 113) | warnInvalidEditStart(previousResultId, resultId, editIndex, editStart, m... function toMultilineTokens2 (line 126) | function toMultilineTokens2(tokens, styling, languageId) { class HashTableEntry (line 207) | class HashTableEntry { method constructor (line 208) | constructor(tokenTypeIndex, tokenModifierSet, languageId, metadata) { class HashTable (line 216) | class HashTable { method constructor (line 217) | constructor() { method _nullOutEntries (line 225) | static _nullOutEntries(entries, length) { method _hash2 (line 230) | _hash2(n1, n2) { method _hashFunc (line 233) | _hashFunc(tokenTypeIndex, tokenModifierSet, languageId) { method get (line 236) | get(tokenTypeIndex, tokenModifierSet, languageId) { method add (line 247) | add(tokenTypeIndex, tokenModifierSet, languageId, metadata) { method _add (line 269) | _add(element) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/semanticTokensStylingService.js method constructor (line 22) | constructor(_themeService, _logService, _languageService) { method getStyling (line 32) | getStyling(provider) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/treeViewsDnd.js class TreeViewsDnDService (line 5) | class TreeViewsDnDService { method constructor (line 6) | constructor() { method removeDragOperationTransfer (line 9) | removeDragOperationTransfer(uuid) { class DraggedTreeItemsIdentifier (line 18) | class DraggedTreeItemsIdentifier { method constructor (line 19) | constructor(identifier) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/services/unicodeTextModelHighlighter.js class UnicodeTextModelHighlighter (line 10) | class UnicodeTextModelHighlighter { method computeUnicodeHighlights (line 11) | static computeUnicodeHighlights(model, options, range) { method computeUnicodeHighlightReason (line 91) | static computeUnicodeHighlightReason(char, options) { function buildRegExpCharClassExpr (line 110) | function buildRegExpCharClassExpr(codePoints, flags) { class CodePointHighlighter (line 114) | class CodePointHighlighter { method constructor (line 115) | constructor(options) { method getCandidateCodePoints (line 120) | getCandidateCodePoints() { method shouldHighlightNonBasicASCII (line 142) | shouldHighlightNonBasicASCII(character, wordContext) { function isAllowedInvisibleCharacter (line 183) | function isAllowedInvisibleCharacter(character) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/textModelBracketPairs.js class BracketInfo (line 5) | class BracketInfo { method constructor (line 6) | constructor(range, class BracketPairInfo (line 15) | class BracketPairInfo { method constructor (line 16) | constructor(range, openingBracketRange, closingBracketRange, method openingBracketInfo (line 26) | get openingBracketInfo() { class BracketPairWithMinIndentationInfo (line 30) | class BracketPairWithMinIndentationInfo extends BracketPairInfo { method constructor (line 31) | constructor(range, openingBracketRange, closingBracketRange, FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/textModelEvents.js class ModelRawFlush (line 9) | class ModelRawFlush { method constructor (line 10) | constructor() { class LineInjectedText (line 18) | class LineInjectedText { method applyInjectedText (line 19) | static applyInjectedText(lineText, injectedTexts) { method fromDecorations (line 33) | static fromDecorations(decorations) { method constructor (line 54) | constructor(ownerId, lineNumber, column, options, order) { class ModelRawLineChanged (line 66) | class ModelRawLineChanged { method constructor (line 67) | constructor(lineNumber, detail, injectedText) { class ModelRawLinesDeleted (line 78) | class ModelRawLinesDeleted { method constructor (line 79) | constructor(fromLineNumber, toLineNumber) { class ModelRawLinesInserted (line 89) | class ModelRawLinesInserted { method constructor (line 90) | constructor(fromLineNumber, toLineNumber, detail, injectedTexts) { class ModelRawEOLChanged (line 102) | class ModelRawEOLChanged { method constructor (line 103) | constructor() { class ModelRawContentChangedEvent (line 111) | class ModelRawContentChangedEvent { method constructor (line 112) | constructor(changes, versionId, isUndoing, isRedoing) { method containsEvent (line 119) | containsEvent(type) { method merge (line 128) | static merge(a, b) { class ModelInjectedTextChangedEvent (line 140) | class ModelInjectedTextChangedEvent { method constructor (line 141) | constructor(changes) { class InternalModelContentChangeEvent (line 148) | class InternalModelContentChangeEvent { method constructor (line 149) | constructor(rawContentChangedEvent, contentChangedEvent) { method merge (line 153) | merge(other) { method _mergeChangeEvents (line 158) | static _mergeChangeEvents(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/textModelGuides.js class IndentGuide (line 11) | class IndentGuide { method constructor (line 12) | constructor(visibleColumn, column, className, class IndentGuideHorizontalLine (line 33) | class IndentGuideHorizontalLine { method constructor (line 34) | constructor(top, endColumn) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokenizationRegistry.js class TokenizationRegistry (line 7) | class TokenizationRegistry { method constructor (line 8) | constructor() { method handleChange (line 15) | handleChange(languageIds) { method register (line 21) | register(languageId, support) { method get (line 32) | get(languageId) { method registerFactory (line 35) | registerFactory(languageId, factory) { method getOrCreate (line 49) | async getOrCreate(languageId) { method isResolved (line 63) | isResolved(languageId) { method setColorMap (line 74) | setColorMap(colorMap) { method getColorMap (line 81) | getColorMap() { method getDefaultBackground (line 84) | getDefaultBackground() { class TokenizationSupportFactoryData (line 91) | class TokenizationSupportFactoryData extends Disposable { method isResolved (line 92) | get isResolved() { method constructor (line 95) | constructor(_registry, _languageId, _factory) { method dispose (line 104) | dispose() { method resolve (line 108) | async resolve() { method _create (line 114) | async _create() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/contiguousMultilineTokens.js class ContiguousMultilineTokens (line 4) | class ContiguousMultilineTokens { method startLineNumber (line 8) | get startLineNumber() { method endLineNumber (line 14) | get endLineNumber() { method constructor (line 17) | constructor(startLineNumber, tokens) { method getLineTokens (line 24) | getLineTokens(lineNumber) { method appendLineTokens (line 27) | appendLineTokens(lineTokens) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js class ContiguousMultilineTokensBuilder (line 2) | class ContiguousMultilineTokensBuilder { method constructor (line 3) | constructor() { method add (line 6) | add(lineNumber, lineTokens) { method finalize (line 17) | finalize() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/contiguousTokensEditing.js constant EMPTY_LINE_TOKENS (line 6) | const EMPTY_LINE_TOKENS = (new Uint32Array(0)).buffer; class ContiguousTokensEditing (line 7) | class ContiguousTokensEditing { method deleteBeginning (line 8) | static deleteBeginning(lineTokens, toChIndex) { method deleteEnding (line 14) | static deleteEnding(lineTokens, fromChIndex) { method delete (line 22) | static delete(lineTokens, fromChIndex, toChIndex) { method append (line 71) | static append(lineTokens, _otherTokens) { method insert (line 98) | static insert(lineTokens, chIndex, textLength) { function toUint32Array (line 118) | function toUint32Array(arr) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/contiguousTokensStore.js class ContiguousTokensStore (line 13) | class ContiguousTokensStore { method constructor (line 14) | constructor(languageIdCodec) { method flush (line 19) | flush() { method hasTokens (line 23) | get hasTokens() { method getTokens (line 26) | getTokens(topLevelLanguageId, lineIndex, lineText) { method _massageTokens (line 39) | static _massageTokens(topLevelLanguageId, lineTextLength, _tokens) { method _ensureLine (line 64) | _ensureLine(lineIndex) { method _deleteLines (line 70) | _deleteLines(start, deleteCount) { method _insertLines (line 80) | _insertLines(insertIndex, insertCount) { method setTokens (line 91) | setTokens(topLevelLanguageId, lineIndex, lineTextLength, _tokens, chec... method _equals (line 101) | static _equals(_a, _b) { method acceptEdit (line 118) | acceptEdit(range, eolCount, firstLineLength) { method _acceptDeleteRange (line 122) | _acceptDeleteRange(range) { method _acceptInsertText (line 146) | _acceptInsertText(position, eolCount, firstLineLength) { method setMultilineTokens (line 165) | setMultilineTokens(tokens, textModel) { function getDefaultMetadata (line 196) | function getDefaultMetadata(topLevelLanguageId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/lineTokens.js class LineTokens (line 6) | class LineTokens { method createEmpty (line 7) | static createEmpty(lineContent, decoder) { method createFromTextAndMetadata (line 14) | static createFromTextAndMetadata(data, decoder) { method constructor (line 25) | constructor(tokens, text, decoder) { method equals (line 32) | equals(other) { method slicedEquals (line 38) | slicedEquals(other, sliceFromTokenIndex, sliceTokenCount) { method getLineContent (line 54) | getLineContent() { method getCount (line 57) | getCount() { method getStartOffset (line 60) | getStartOffset(tokenIndex) { method getMetadata (line 66) | getMetadata(tokenIndex) { method getLanguageId (line 70) | getLanguageId(tokenIndex) { method getStandardTokenType (line 75) | getStandardTokenType(tokenIndex) { method getForeground (line 79) | getForeground(tokenIndex) { method getClassName (line 83) | getClassName(tokenIndex) { method getInlineStyle (line 87) | getInlineStyle(tokenIndex, colorMap) { method getPresentation (line 91) | getPresentation(tokenIndex) { method getEndOffset (line 95) | getEndOffset(tokenIndex) { method findTokenIndexAtOffset (line 103) | findTokenIndexAtOffset(offset) { method inflate (line 106) | inflate() { method sliceAndInflate (line 109) | sliceAndInflate(startOffset, endOffset, deltaOffset) { method convertToEndOffset (line 112) | static convertToEndOffset(tokens, lineTextLength) { method findIndexInTokensArray (line 120) | static findIndexInTokensArray(tokens, desiredIndex) { method withInserted (line 145) | withInserted(insertTokens) { method getTokenText (line 183) | getTokenText(tokenIndex) { method forEach (line 189) | forEach(callback) { class SliceLineTokens (line 199) | class SliceLineTokens { method constructor (line 200) | constructor(source, startOffset, endOffset, deltaOffset) { method getMetadata (line 216) | getMetadata(tokenIndex) { method getLanguageId (line 219) | getLanguageId(tokenIndex) { method getLineContent (line 222) | getLineContent() { method equals (line 225) | equals(other) { method getCount (line 234) | getCount() { method getStandardTokenType (line 237) | getStandardTokenType(tokenIndex) { method getForeground (line 240) | getForeground(tokenIndex) { method getEndOffset (line 243) | getEndOffset(tokenIndex) { method getClassName (line 247) | getClassName(tokenIndex) { method getInlineStyle (line 250) | getInlineStyle(tokenIndex, colorMap) { method getPresentation (line 253) | getPresentation(tokenIndex) { method findTokenIndexAtOffset (line 256) | findTokenIndexAtOffset(offset) { method getTokenText (line 259) | getTokenText(tokenIndex) { method forEach (line 272) | forEach(callback) { function getStandardTokenTypeAtPosition (line 278) | function getStandardTokenTypeAtPosition(model, position) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/sparseMultilineTokens.js class SparseMultilineTokens (line 11) | class SparseMultilineTokens { method create (line 12) | static create(startLineNumber, tokens) { method startLineNumber (line 18) | get startLineNumber() { method endLineNumber (line 24) | get endLineNumber() { method constructor (line 27) | constructor(startLineNumber, tokens) { method toString (line 32) | toString() { method _updateEndLineNumber (line 35) | _updateEndLineNumber() { method isEmpty (line 38) | isEmpty() { method getLineTokens (line 41) | getLineTokens(lineNumber) { method getRange (line 47) | getRange() { method removeTokens (line 54) | removeTokens(range) { method split (line 60) | split(range) { method applyEdit (line 69) | applyEdit(range, text) { method acceptEdit (line 73) | acceptEdit(range, eolCount, firstLineLength, lastLineLength, firstChar... method _acceptDeleteRange (line 78) | _acceptDeleteRange(range) { method _acceptInsertText (line 111) | _acceptInsertText(position, eolCount, firstLineLength, lastLineLength,... class SparseMultilineTokensStorage (line 130) | class SparseMultilineTokensStorage { method constructor (line 131) | constructor(tokens) { method toString (line 135) | toString(startLineNumber) { method getMaxDeltaLine (line 142) | getMaxDeltaLine() { method getRange (line 149) | getRange() { method _getTokenCount (line 159) | _getTokenCount() { method _getDeltaLine (line 162) | _getDeltaLine(tokenIndex) { method _getStartCharacter (line 165) | _getStartCharacter(tokenIndex) { method _getEndCharacter (line 168) | _getEndCharacter(tokenIndex) { method isEmpty (line 171) | isEmpty() { method getLineTokens (line 174) | getLineTokens(deltaLine) { method clear (line 203) | clear() { method removeTokens (line 206) | removeTokens(startDeltaLine, startChar, endDeltaLine, endChar) { method split (line 240) | split(startDeltaLine, startChar, endDeltaLine, endChar) { method acceptDeleteRange (line 276) | acceptDeleteRange(horizontalShiftForFirstLineTokens, startDeltaLine, s... method acceptInsertText (line 414) | acceptInsertText(deltaLine, character, eolCount, firstLineLength, last... class SparseLineTokens (line 500) | class SparseLineTokens { method constructor (line 501) | constructor(tokens) { method getCount (line 504) | getCount() { method getStartCharacter (line 507) | getStartCharacter(tokenIndex) { method getEndCharacter (line 510) | getEndCharacter(tokenIndex) { method getMetadata (line 513) | getMetadata(tokenIndex) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/tokens/sparseTokensStore.js class SparseTokensStore (line 10) | class SparseTokensStore { method constructor (line 11) | constructor(languageIdCodec) { method flush (line 16) | flush() { method isEmpty (line 20) | isEmpty() { method set (line 23) | set(pieces, isComplete) { method setPartial (line 27) | setPartial(_range, pieces) { method isComplete (line 93) | isComplete() { method addSparseTokens (line 96) | addSparseTokens(lineNumber, aTokens) { method _findFirstPieceWithLine (line 169) | static _findFirstPieceWithLine(pieces, lineNumber) { method acceptEdit (line 189) | acceptEdit(range, eolCount, firstLineLength, lastLineLength, firstChar... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewEventHandler.js class ViewEventHandler (line 6) | class ViewEventHandler extends Disposable { method constructor (line 7) | constructor() { method shouldRender (line 11) | shouldRender() { method forceShouldRender (line 14) | forceShouldRender() { method setShouldRender (line 17) | setShouldRender() { method onDidRender (line 20) | onDidRender() { method onCompositionStart (line 24) | onCompositionStart(e) { method onCompositionEnd (line 27) | onCompositionEnd(e) { method onConfigurationChanged (line 30) | onConfigurationChanged(e) { method onCursorStateChanged (line 33) | onCursorStateChanged(e) { method onDecorationsChanged (line 36) | onDecorationsChanged(e) { method onFlushed (line 39) | onFlushed(e) { method onFocusChanged (line 42) | onFocusChanged(e) { method onLanguageConfigurationChanged (line 45) | onLanguageConfigurationChanged(e) { method onLineMappingChanged (line 48) | onLineMappingChanged(e) { method onLinesChanged (line 51) | onLinesChanged(e) { method onLinesDeleted (line 54) | onLinesDeleted(e) { method onLinesInserted (line 57) | onLinesInserted(e) { method onRevealRangeRequest (line 60) | onRevealRangeRequest(e) { method onScrollChanged (line 63) | onScrollChanged(e) { method onThemeChanged (line 66) | onThemeChanged(e) { method onTokensChanged (line 69) | onTokensChanged(e) { method onTokensColorsChanged (line 72) | onTokensColorsChanged(e) { method onZonesChanged (line 75) | onZonesChanged(e) { method handleEvents (line 79) | handleEvents(events) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewEvents.js class ViewCompositionStartEvent (line 5) | class ViewCompositionStartEvent { method constructor (line 6) | constructor() { class ViewCompositionEndEvent (line 10) | class ViewCompositionEndEvent { method constructor (line 11) | constructor() { class ViewConfigurationChangedEvent (line 15) | class ViewConfigurationChangedEvent { method constructor (line 16) | constructor(source) { method hasChanged (line 20) | hasChanged(id) { class ViewCursorStateChangedEvent (line 24) | class ViewCursorStateChangedEvent { method constructor (line 25) | constructor(selections, modelSelections, reason) { class ViewDecorationsChangedEvent (line 32) | class ViewDecorationsChangedEvent { method constructor (line 33) | constructor(source) { class ViewFlushedEvent (line 49) | class ViewFlushedEvent { method constructor (line 50) | constructor() { class ViewFocusChangedEvent (line 55) | class ViewFocusChangedEvent { method constructor (line 56) | constructor(isFocused) { class ViewLanguageConfigurationEvent (line 61) | class ViewLanguageConfigurationEvent { method constructor (line 62) | constructor() { class ViewLineMappingChangedEvent (line 66) | class ViewLineMappingChangedEvent { method constructor (line 67) | constructor() { class ViewLinesChangedEvent (line 72) | class ViewLinesChangedEvent { method constructor (line 73) | constructor( class ViewLinesDeletedEvent (line 87) | class ViewLinesDeletedEvent { method constructor (line 88) | constructor(fromLineNumber, toLineNumber) { class ViewLinesInsertedEvent (line 94) | class ViewLinesInsertedEvent { method constructor (line 95) | constructor(fromLineNumber, toLineNumber) { class ViewRevealRangeRequestEvent (line 101) | class ViewRevealRangeRequestEvent { method constructor (line 102) | constructor( class ViewScrollChangedEvent (line 142) | class ViewScrollChangedEvent { method constructor (line 143) | constructor(source) { class ViewThemeChangedEvent (line 155) | class ViewThemeChangedEvent { method constructor (line 156) | constructor(theme) { class ViewTokensChangedEvent (line 161) | class ViewTokensChangedEvent { method constructor (line 162) | constructor(ranges) { class ViewTokensColorsChangedEvent (line 167) | class ViewTokensColorsChangedEvent { method constructor (line 168) | constructor() { class ViewZonesChangedEvent (line 173) | class ViewZonesChangedEvent { method constructor (line 174) | constructor() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/lineDecorations.js class LineDecoration (line 6) | class LineDecoration { method constructor (line 7) | constructor(startColumn, endColumn, className, type) { method _equals (line 14) | static _equals(a, b) { method equalsArr (line 20) | static equalsArr(a, b) { method extractWrapped (line 33) | static extractWrapped(arr, startOffset, endOffset) { method filter (line 50) | static filter(lineDecorations, lineNumber, minLineColumn, maxLineColum... method _typeCompare (line 73) | static _typeCompare(a, b) { method compare (line 77) | static compare(a, b) { class DecorationSegment (line 94) | class DecorationSegment { method constructor (line 95) | constructor(startOffset, endOffset, className, metadata) { class Stack (line 102) | class Stack { method constructor (line 103) | constructor() { method _metadata (line 109) | static _metadata(metadata) { method consumeLowerThan (line 116) | consumeLowerThan(maxStopOffset, nextStartOffset, result) { method insert (line 138) | insert(stopOffset, className, metadata) { class LineDecorationsNormalizer (line 160) | class LineDecorationsNormalizer { method normalize (line 164) | static normalize(lineContent, lineDecorations) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/linePart.js class LinePart (line 5) | class LinePart { method constructor (line 6) | constructor( method isWhitespace (line 17) | isWhitespace() { method isPseudoAfter (line 20) | isPseudoAfter() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/linesLayout.js class PendingChanges (line 6) | class PendingChanges { method constructor (line 7) | constructor() { method insert (line 13) | insert(x) { method change (line 17) | change(x) { method remove (line 21) | remove(x) { method mustCommit (line 25) | mustCommit() { method commit (line 28) | commit(linesLayout) { class EditorWhitespace (line 42) | class EditorWhitespace { method constructor (line 43) | constructor(id, afterLineNumber, ordinal, height, minWidth) { class LinesLayout (line 58) | class LinesLayout { method constructor (line 59) | constructor(lineCount, lineHeight, paddingTop, paddingBottom) { method findInsertionIndex (line 75) | static findInsertionIndex(arr, afterLineNumber, ordinal) { method setLineHeight (line 100) | setLineHeight(lineHeight) { method setPadding (line 107) | setPadding(paddingTop, paddingBottom) { method onFlushed (line 116) | onFlushed(lineCount) { method changeWhitespace (line 120) | changeWhitespace(callback) { method _commitPendingChanges (line 152) | _commitPendingChanges(inserts, changes, removes) { method _checkPendingChanges (line 207) | _checkPendingChanges() { method _insertWhitespace (line 212) | _insertWhitespace(whitespace) { method _findWhitespaceIndex (line 217) | _findWhitespaceIndex(id) { method _changeOneWhitespace (line 226) | _changeOneWhitespace(id, newAfterLineNumber, newHeight) { method _removeWhitespace (line 246) | _removeWhitespace(removeIndex) { method onLinesDeleted (line 256) | onLinesDeleted(fromLineNumber, toLineNumber) { method onLinesInserted (line 281) | onLinesInserted(fromLineNumber, toLineNumber) { method getWhitespacesTotalHeight (line 296) | getWhitespacesTotalHeight() { method getWhitespacesAccumulatedHeight (line 310) | getWhitespacesAccumulatedHeight(index) { method getLinesTotalHeight (line 329) | getLinesTotalHeight() { method getWhitespaceAccumulatedHeightBeforeLineNumber (line 340) | getWhitespaceAccumulatedHeightBeforeLineNumber(lineNumber) { method _findLastWhitespaceBeforeLineNumber (line 349) | _findLastWhitespaceBeforeLineNumber(lineNumber) { method _findFirstWhitespaceAfterLineNumber (line 373) | _findFirstWhitespaceAfterLineNumber(lineNumber) { method getFirstWhitespaceIndexAfterLineNumber (line 386) | getFirstWhitespaceIndexAfterLineNumber(lineNumber) { method getVerticalOffsetForLineNumber (line 397) | getVerticalOffsetForLineNumber(lineNumber, includeViewZones = false) { method getVerticalOffsetAfterLineNumber (line 416) | getVerticalOffsetAfterLineNumber(lineNumber, includeViewZones = false) { method getWhitespaceMinWidth (line 426) | getWhitespaceMinWidth() { method isAfterLines (line 440) | isAfterLines(verticalOffset) { method isInTopPadding (line 445) | isInTopPadding(verticalOffset) { method isInBottomPadding (line 452) | isInBottomPadding(verticalOffset) { method getLineNumberAtOrAfterVerticalOffset (line 468) | getLineNumberAtOrAfterVerticalOffset(verticalOffset) { method getLinesViewportData (line 506) | getLinesViewportData(verticalOffset1, verticalOffset2) { method getVerticalOffsetForWhitespaceIndex (line 605) | getVerticalOffsetForWhitespaceIndex(whitespaceIndex) { method getWhitespaceIndexAtOrAfterVerticallOffset (line 625) | getWhitespaceIndexAtOrAfterVerticallOffset(verticalOffset) { method getWhitespaceAtVerticalOffset (line 664) | getWhitespaceAtVerticalOffset(verticalOffset) { method getWhitespaceViewportData (line 695) | getWhitespaceViewportData(verticalOffset1, verticalOffset2) { method getWhitespaces (line 723) | getWhitespaces() { method getWhitespacesCount (line 730) | getWhitespacesCount() { method getIdForWhitespaceIndex (line 740) | getIdForWhitespaceIndex(index) { method getAfterLineNumberForWhitespaceIndex (line 751) | getAfterLineNumberForWhitespaceIndex(index) { method getHeightForWhitespaceIndex (line 762) | getHeightForWhitespaceIndex(index) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/viewLayout.js constant SMOOTH_SCROLLING_TIME (line 11) | const SMOOTH_SCROLLING_TIME = 125; class EditorScrollDimensions (line 12) | class EditorScrollDimensions { method constructor (line 13) | constructor(width, contentWidth, height, contentHeight) { method equals (line 37) | equals(other) { class EditorScrollable (line 44) | class EditorScrollable extends Disposable { method constructor (line 45) | constructor(smoothScrollDuration, scheduleAtNextAnimationFrame) { method getScrollable (line 57) | getScrollable() { method setSmoothScrollDuration (line 60) | setSmoothScrollDuration(smoothScrollDuration) { method validateScrollPosition (line 63) | validateScrollPosition(scrollPosition) { method getScrollDimensions (line 66) | getScrollDimensions() { method setScrollDimensions (line 69) | setScrollDimensions(dimensions) { method getFutureScrollPosition (line 87) | getFutureScrollPosition() { method getCurrentScrollPosition (line 90) | getCurrentScrollPosition() { method setScrollPositionNow (line 93) | setScrollPositionNow(update) { method setScrollPositionSmooth (line 96) | setScrollPositionSmooth(update) { method hasPendingScrollAnimation (line 99) | hasPendingScrollAnimation() { class ViewLayout (line 103) | class ViewLayout extends Disposable { method constructor (line 104) | constructor(configuration, lineCount, scheduleAtNextAnimationFrame) { method dispose (line 120) | dispose() { method getScrollable (line 123) | getScrollable() { method onHeightMaybeChanged (line 126) | onHeightMaybeChanged() { method _configureSmoothScrollDuration (line 129) | _configureSmoothScrollDuration() { method onConfigurationChanged (line 133) | onConfigurationChanged(e) { method onFlushed (line 157) | onFlushed(lineCount) { method onLinesDeleted (line 160) | onLinesDeleted(fromLineNumber, toLineNumber) { method onLinesInserted (line 163) | onLinesInserted(fromLineNumber, toLineNumber) { method _getHorizontalScrollbarHeight (line 167) | _getHorizontalScrollbarHeight(width, scrollWidth) { method _getContentHeight (line 180) | _getContentHeight(width, height, contentWidth) { method _updateHeight (line 191) | _updateHeight() { method getCurrentViewport (line 199) | getCurrentViewport() { method getFutureViewport (line 204) | getFutureViewport() { method _computeContentWidth (line 209) | _computeContentWidth() { method setMaxLineWidth (line 232) | setMaxLineWidth(maxLineWidth) { method setOverlayWidgetsMinWidth (line 236) | setOverlayWidgetsMinWidth(maxMinWidth) { method _updateContentWidth (line 240) | _updateContentWidth() { method saveState (line 247) | saveState() { method changeWhitespace (line 259) | changeWhitespace(callback) { method getVerticalOffsetForLineNumber (line 266) | getVerticalOffsetForLineNumber(lineNumber, includeViewZones = false) { method getVerticalOffsetAfterLineNumber (line 269) | getVerticalOffsetAfterLineNumber(lineNumber, includeViewZones = false) { method isAfterLines (line 272) | isAfterLines(verticalOffset) { method isInTopPadding (line 275) | isInTopPadding(verticalOffset) { method isInBottomPadding (line 278) | isInBottomPadding(verticalOffset) { method getLineNumberAtVerticalOffset (line 281) | getLineNumberAtVerticalOffset(verticalOffset) { method getWhitespaceAtVerticalOffset (line 284) | getWhitespaceAtVerticalOffset(verticalOffset) { method getLinesViewportData (line 287) | getLinesViewportData() { method getLinesViewportDataAtScrollTop (line 291) | getLinesViewportDataAtScrollTop(scrollTop) { method getWhitespaceViewportData (line 302) | getWhitespaceViewportData() { method getWhitespaces (line 306) | getWhitespaces() { method getContentWidth (line 310) | getContentWidth() { method getScrollWidth (line 314) | getScrollWidth() { method getContentHeight (line 318) | getContentHeight() { method getScrollHeight (line 322) | getScrollHeight() { method getCurrentScrollLeft (line 326) | getCurrentScrollLeft() { method getCurrentScrollTop (line 330) | getCurrentScrollTop() { method validateScrollPosition (line 334) | validateScrollPosition(scrollPosition) { method setScrollPosition (line 337) | setScrollPosition(position, type) { method hasPendingScrollAnimation (line 345) | hasPendingScrollAnimation() { method deltaScrollNow (line 348) | deltaScrollNow(deltaScrollLeft, deltaScrollTop) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/viewLineRenderer.js class LineRange (line 10) | class LineRange { method constructor (line 11) | constructor(startIndex, endIndex) { method equals (line 15) | equals(otherLineRange) { class RenderLineInput (line 20) | class RenderLineInput { method constructor (line 21) | constructor(useMonospaceOptimizations, canUseHalfwidthRightwardsArrow,... method sameSelection (line 58) | sameSelection(otherSelections) { method equals (line 75) | equals(other) { class DomPosition (line 97) | class DomPosition { method constructor (line 98) | constructor(partIndex, charIndex) { class CharacterMapping (line 106) | class CharacterMapping { method getPartIndex (line 107) | static getPartIndex(partData) { method getCharIndex (line 110) | static getCharIndex(partData) { method constructor (line 113) | constructor(length, partCount) { method setColumnInfo (line 118) | setColumnInfo(column, partIndex, charIndex, horizontalOffset) { method getHorizontalOffset (line 124) | getHorizontalOffset(column) { method charOffsetToPartData (line 131) | charOffsetToPartData(charOffset) { method getDomPosition (line 143) | getDomPosition(column) { method getColumn (line 149) | getColumn(domPosition, partLength) { method partDataToCharOffset (line 153) | partDataToCharOffset(partIndex, partLength, charIndex) { class RenderLineOutput (line 204) | class RenderLineOutput { method constructor (line 205) | constructor(characterMapping, containsRTL, containsForeignElements) { function renderViewLine (line 212) | function renderViewLine(input, sb) { class RenderLineOutput2 (line 246) | class RenderLineOutput2 { method constructor (line 247) | constructor(characterMapping, html, containsRTL, containsForeignElemen... function renderViewLine2 (line 254) | function renderViewLine2(input) { class ResolvedRenderLineInput (line 259) | class ResolvedRenderLineInput { method constructor (line 260) | constructor(fontIsMonospace, canUseHalfwidthRightwardsArrow, lineConte... function resolveRenderLineInput (line 280) | function resolveRenderLineInput(input) { function transformAndRemoveOverflowing (line 334) | function transformAndRemoveOverflowing(lineContent, lineContainsRTL, tok... function splitLargeTokens (line 365) | function splitLargeTokens(lineContent, tokens, onlyAtSpaces) { function isControlCharacter (line 426) | function isControlCharacter(charCode) { function extractControlCharacters (line 455) | function extractControlCharacters(lineContent, tokens) { function _applyRenderWhitespace (line 486) | function _applyRenderWhitespace(input, lineContent, len, tokens) { function _applyInlineDecorations (line 651) | function _applyInlineDecorations(lineContent, len, tokens, _lineDecorati... function _renderLine (line 703) | function _renderLine(input, sb) { function to4CharHex (line 899) | function to4CharHex(n) { function renderOverflowingCharCount (line 902) | function renderOverflowingCharCount(n) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewLayout/viewLinesViewportData.js class ViewportData (line 9) | class ViewportData { method constructor (line 10) | constructor(selections, partialData, whitespaceViewportData, model) { method getViewLineRenderingData (line 21) | getViewLineRenderingData(lineNumber) { method getDecorationsInViewport (line 24) | getDecorationsInViewport() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel.js class Viewport (line 8) | class Viewport { method constructor (line 9) | constructor(top, left, width, height) { class MinimapLinesRenderingData (line 17) | class MinimapLinesRenderingData { method constructor (line 18) | constructor(tabSize, data) { class ViewLineData (line 23) | class ViewLineData { method constructor (line 24) | constructor(content, continuesWithWrappedLine, minColumn, maxColumn, s... class ViewLineRenderingData (line 35) | class ViewLineRenderingData { method constructor (line 36) | constructor(minColumn, maxColumn, content, continuesWithWrappedLine, m... method isBasicASCII (line 48) | static isBasicASCII(lineContent, mightContainNonBasicASCII) { method containsRTL (line 54) | static containsRTL(lineContent, isBasicASCII, mightContainRTL) { class InlineDecoration (line 61) | class InlineDecoration { method constructor (line 62) | constructor(range, inlineClassName, type) { class SingleLineInlineDecoration (line 68) | class SingleLineInlineDecoration { method constructor (line 69) | constructor(startOffset, endOffset, inlineClassName, inlineClassNameAf... method toInlineDecoration (line 75) | toInlineDecoration(lineNumber) { class ViewModelDecoration (line 79) | class ViewModelDecoration { method constructor (line 80) | constructor(range, options) { class OverviewRulerDecorationsGroup (line 86) | class OverviewRulerDecorationsGroup { method constructor (line 87) | constructor(color, zIndex, method compareByRenderingProps (line 99) | static compareByRenderingProps(a, b) { method equals (line 111) | static equals(a, b) { method equalsArr (line 116) | static equalsArr(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/glyphLanesModel.js constant MAX_LANE (line 6) | const MAX_LANE = GlyphMarginLane.Right; class GlyphMarginLanesModel (line 7) | class GlyphMarginLanesModel { method constructor (line 8) | constructor(maxLine) { method reset (line 13) | reset(maxLine) { method requiredLanes (line 23) | get requiredLanes() { method push (line 26) | push(lane, range, persist) { method getLanesAtLine (line 36) | getLanesAtLine(lineNumber) { method countAtLine (line 47) | countAtLine(lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/minimapTokensColorTracker.js class MinimapTokensColorTracker (line 9) | class MinimapTokensColorTracker extends Disposable { method getInstance (line 10) | static getInstance() { method constructor (line 16) | constructor() { method _updateColorMap (line 27) | _updateColorMap() { method getColor (line 44) | getColor(colorId) { method backgroundIsLight (line 51) | backgroundIsLight() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/modelLineProjection.js function createModelLineProjection (line 9) | function createModelLineProjection(lineBreakData, isVisible) { class ModelLineProjection (line 26) | class ModelLineProjection { method constructor (line 27) | constructor(lineBreakData, isVisible) { method isVisible (line 31) | isVisible() { method setVisible (line 34) | setVisible(isVisible) { method getProjectionData (line 38) | getProjectionData() { method getViewLineCount (line 41) | getViewLineCount() { method getViewLineContent (line 47) | getViewLineContent(model, modelLineNumber, outputLineIndex) { method getViewLineLength (line 70) | getViewLineLength(model, modelLineNumber, outputLineIndex) { method getViewLineMinColumn (line 74) | getViewLineMinColumn(_model, _modelLineNumber, outputLineIndex) { method getViewLineMaxColumn (line 78) | getViewLineMaxColumn(model, modelLineNumber, outputLineIndex) { method getViewLineData (line 85) | getViewLineData(model, modelLineNumber, outputLineIndex) { method getViewLinesData (line 90) | getViewLinesData(model, modelLineNumber, outputLineIdx, lineCount, glo... method _getViewLineData (line 156) | _getViewLineData(lineWithInjections, inlineDecorations, outputLineInde... method getModelColumnOfViewPosition (line 173) | getModelColumnOfViewPosition(outputLineIndex, outputColumn) { method getViewPositionOfModelPosition (line 177) | getViewPositionOfModelPosition(deltaLineNumber, inputColumn, affinity ... method getViewLineNumberOfModelPosition (line 182) | getViewLineNumberOfModelPosition(deltaLineNumber, inputColumn) { method normalizePosition (line 187) | normalizePosition(outputLineIndex, outputPosition, affinity) { method getInjectedTextAt (line 193) | getInjectedTextAt(outputLineIndex, outputColumn) { method _assertVisible (line 196) | _assertVisible() { class IdentityModelLineProjection (line 205) | class IdentityModelLineProjection { method constructor (line 206) | constructor() { } method isVisible (line 207) | isVisible() { method setVisible (line 210) | setVisible(isVisible) { method getProjectionData (line 216) | getProjectionData() { method getViewLineCount (line 219) | getViewLineCount() { method getViewLineContent (line 222) | getViewLineContent(model, modelLineNumber, _outputLineIndex) { method getViewLineLength (line 225) | getViewLineLength(model, modelLineNumber, _outputLineIndex) { method getViewLineMinColumn (line 228) | getViewLineMinColumn(model, modelLineNumber, _outputLineIndex) { method getViewLineMaxColumn (line 231) | getViewLineMaxColumn(model, modelLineNumber, _outputLineIndex) { method getViewLineData (line 234) | getViewLineData(model, modelLineNumber, _outputLineIndex) { method getViewLinesData (line 239) | getViewLinesData(model, modelLineNumber, _fromOuputLineIndex, _toOutpu... method getModelColumnOfViewPosition (line 246) | getModelColumnOfViewPosition(_outputLineIndex, outputColumn) { method getViewPositionOfModelPosition (line 249) | getViewPositionOfModelPosition(deltaLineNumber, inputColumn) { method getViewLineNumberOfModelPosition (line 252) | getViewLineNumberOfModelPosition(deltaLineNumber, _inputColumn) { method normalizePosition (line 255) | normalizePosition(outputLineIndex, outputPosition, affinity) { method getInjectedTextAt (line 258) | getInjectedTextAt(_outputLineIndex, _outputColumn) { class HiddenModelLineProjection (line 266) | class HiddenModelLineProjection { method constructor (line 267) | constructor() { } method isVisible (line 268) | isVisible() { method setVisible (line 271) | setVisible(isVisible) { method getProjectionData (line 277) | getProjectionData() { method getViewLineCount (line 280) | getViewLineCount() { method getViewLineContent (line 283) | getViewLineContent(_model, _modelLineNumber, _outputLineIndex) { method getViewLineLength (line 286) | getViewLineLength(_model, _modelLineNumber, _outputLineIndex) { method getViewLineMinColumn (line 289) | getViewLineMinColumn(_model, _modelLineNumber, _outputLineIndex) { method getViewLineMaxColumn (line 292) | getViewLineMaxColumn(_model, _modelLineNumber, _outputLineIndex) { method getViewLineData (line 295) | getViewLineData(_model, _modelLineNumber, _outputLineIndex) { method getViewLinesData (line 298) | getViewLinesData(_model, _modelLineNumber, _fromOuputLineIndex, _toOut... method getModelColumnOfViewPosition (line 301) | getModelColumnOfViewPosition(_outputLineIndex, _outputColumn) { method getViewPositionOfModelPosition (line 304) | getViewPositionOfModelPosition(_deltaLineNumber, _inputColumn) { method getViewLineNumberOfModelPosition (line 307) | getViewLineNumberOfModelPosition(_deltaLineNumber, _inputColumn) { method normalizePosition (line 310) | normalizePosition(outputLineIndex, outputPosition, affinity) { method getInjectedTextAt (line 313) | getInjectedTextAt(_outputLineIndex, _outputColumn) { function spaces (line 319) | function spaces(count) { function _makeSpaces (line 327) | function _makeSpaces(count) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/monospaceLineBreaksComputer.js class MonospaceLineBreaksComputerFactory (line 9) | class MonospaceLineBreaksComputerFactory { method create (line 10) | static create(options) { method constructor (line 13) | constructor(breakBeforeChars, breakAfterChars) { method createLineBreaksComputer (line 16) | createLineBreaksComputer(fontInfo, tabSize, wrappingColumn, wrappingIn... class WrappingCharacterClassifier (line 46) | class WrappingCharacterClassifier extends CharacterClassifier { method constructor (line 47) | constructor(BREAK_BEFORE, BREAK_AFTER) { method get (line 56) | get(charCode) { function createLineBreaksFromPreviousLineBreaks (line 76) | function createLineBreaksFromPreviousLineBreaks(classifier, previousBrea... function createLineBreaks (line 298) | function createLineBreaks(classifier, _lineText, injectedTexts, tabSize,... function computeCharWidth (line 392) | function computeCharWidth(charCode, visibleColumn, tabSize, columnsForFu... function tabCharacterWidth (line 405) | function tabCharacterWidth(visibleColumn, tabSize) { function canBreak (line 412) | function canBreak(prevCharCode, prevCharCodeClass, charCode, charCodeCla... function computeWrappedTextIndentLength (line 419) | function computeWrappedTextIndentLength(lineText, tabSize, firstLineBrea... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/overviewZoneManager.js class ColorZone (line 5) | class ColorZone { method constructor (line 6) | constructor(from, to, colorId) { method compare (line 12) | static compare(a, b) { class OverviewRulerZone (line 25) | class OverviewRulerZone { method constructor (line 26) | constructor(startLineNumber, endLineNumber, heightInLines, color) { method compare (line 34) | static compare(a, b) { method setColorZone (line 46) | setColorZone(colorZone) { method getColorZones (line 49) | getColorZones() { class OverviewZoneManager (line 53) | class OverviewZoneManager { method constructor (line 54) | constructor(getVerticalOffsetForLine) { method getId2Color (line 67) | getId2Color() { method setZones (line 70) | setZones(newZones) { method setLineHeight (line 74) | setLineHeight(lineHeight) { method setPixelRatio (line 82) | setPixelRatio(pixelRatio) { method getDOMWidth (line 86) | getDOMWidth() { method getCanvasWidth (line 89) | getCanvasWidth() { method setDOMWidth (line 92) | setDOMWidth(width) { method getDOMHeight (line 100) | getDOMHeight() { method getCanvasHeight (line 103) | getCanvasHeight() { method setDOMHeight (line 106) | setDOMHeight(height) { method getOuterHeight (line 114) | getOuterHeight() { method setOuterHeight (line 117) | setOuterHeight(outerHeight) { method resolveColorZones (line 125) | resolveColorZones() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/viewContext.js class ViewContext (line 6) | class ViewContext { method constructor (line 7) | constructor(configuration, theme, model) { method addEventHandler (line 13) | addEventHandler(eventHandler) { method removeEventHandler (line 16) | removeEventHandler(eventHandler) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/viewModelDecorations.js class ViewModelDecorations (line 9) | class ViewModelDecorations { method constructor (line 10) | constructor(editorId, model, configuration, linesCollection, coordinat... method _clearCachedModelDecorationsResolver (line 20) | _clearCachedModelDecorationsResolver() { method dispose (line 24) | dispose() { method reset (line 28) | reset() { method onModelDecorationsChanged (line 32) | onModelDecorationsChanged() { method onLineMappingChanged (line 36) | onLineMappingChanged() { method _getOrCreateViewModelDecoration (line 40) | _getOrCreateViewModelDecoration(modelDecoration) { method getMinimapDecorationsInRange (line 62) | getMinimapDecorationsInRange(range) { method getDecorationsViewportData (line 65) | getDecorationsViewportData(viewRange) { method getInlineDecorationsOnLine (line 74) | getInlineDecorationsOnLine(lineNumber, onlyMinimapDecorations = false,... method _getDecorationsInRange (line 78) | _getDecorationsInRange(viewRange, onlyMinimapDecorations, onlyMarginDe... function isModelDecorationVisible (line 124) | function isModelDecorationVisible(model, decoration) { function isModelDecorationInComment (line 133) | function isModelDecorationInComment(model, decoration) { function isModelDecorationInString (line 136) | function isModelDecorationInString(model, decoration) { function testTokensInRange (line 144) | function testTokensInRange(model, range, callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/viewModelImpl.js constant USE_IDENTITY_LINES_COLLECTION (line 28) | const USE_IDENTITY_LINES_COLLECTION = true; class ViewModel (line 29) | class ViewModel extends Disposable { method constructor (line 30) | constructor(editorId, configuration, model, domLineBreaksComputerFacto... method dispose (line 95) | dispose() { method createLineBreaksComputer (line 104) | createLineBreaksComputer() { method addViewEventHandler (line 107) | addViewEventHandler(eventHandler) { method removeViewEventHandler (line 110) | removeViewEventHandler(eventHandler) { method _updateConfigurationViewLineCountNow (line 113) | _updateConfigurationViewLineCountNow() { method getModelVisibleRanges (line 116) | getModelVisibleRanges() { method visibleLinesStabilized (line 122) | visibleLinesStabilized() { method _handleVisibleLinesChanged (line 126) | _handleVisibleLinesChanged() { method setHasFocus (line 130) | setHasFocus(hasFocus) { method onCompositionStart (line 136) | onCompositionStart() { method onCompositionEnd (line 139) | onCompositionEnd() { method _captureStableViewport (line 142) | _captureStableViewport() { method _onConfigurationChanged (line 152) | _onConfigurationChanged(eventsCollector, e) { method _registerModelEvents (line 186) | _registerModelEvents() { method setHiddenAreas (line 365) | setHiddenAreas(ranges, source) { method getVisibleRangesPlusViewportAboveBelow (line 401) | getVisibleRangesPlusViewportAboveBelow() { method getVisibleRanges (line 410) | getVisibleRanges() { method getHiddenAreas (line 414) | getHiddenAreas() { method _toModelVisibleRanges (line 417) | _toModelVisibleRanges(visibleViewRange) { method getCompletelyVisibleViewRange (line 449) | getCompletelyVisibleViewRange() { method getCompletelyVisibleViewRangeAtScrollTop (line 455) | getCompletelyVisibleViewRangeAtScrollTop(scrollTop) { method saveState (line 461) | saveState() { method reduceRestoreState (line 473) | reduceRestoreState(state) { method _reduceRestoreStateCompatibility (line 486) | _reduceRestoreStateCompatibility(state) { method getTabSize (line 492) | getTabSize() { method getLineCount (line 495) | getLineCount() { method setViewport (line 501) | setViewport(startLineNumber, endLineNumber, centeredLineNumber) { method getActiveIndentGuide (line 504) | getActiveIndentGuide(lineNumber, minLineNumber, maxLineNumber) { method getLinesIndentGuides (line 507) | getLinesIndentGuides(startLineNumber, endLineNumber) { method getBracketGuidesInRangeByLine (line 510) | getBracketGuidesInRangeByLine(startLineNumber, endLineNumber, activePo... method getLineContent (line 513) | getLineContent(lineNumber) { method getLineLength (line 516) | getLineLength(lineNumber) { method getLineMinColumn (line 519) | getLineMinColumn(lineNumber) { method getLineMaxColumn (line 522) | getLineMaxColumn(lineNumber) { method getLineFirstNonWhitespaceColumn (line 525) | getLineFirstNonWhitespaceColumn(lineNumber) { method getLineLastNonWhitespaceColumn (line 532) | getLineLastNonWhitespaceColumn(lineNumber) { method getMinimapDecorationsInRange (line 539) | getMinimapDecorationsInRange(range) { method getDecorationsInViewport (line 542) | getDecorationsInViewport(visibleRange) { method getInjectedTextAt (line 545) | getInjectedTextAt(viewPosition) { method getViewportViewLineRenderingData (line 548) | getViewportViewLineRenderingData(visibleRange, lineNumber) { method getViewLineRenderingData (line 553) | getViewLineRenderingData(lineNumber) { method _getViewLineRenderingData (line 557) | _getViewLineRenderingData(lineNumber, inlineDecorations) { method getViewLineData (line 570) | getViewLineData(lineNumber) { method getMinimapLinesRenderingData (line 573) | getMinimapLinesRenderingData(startLineNumber, endLineNumber, needed) { method getAllOverviewRulerDecorations (line 577) | getAllOverviewRulerDecorations(theme) { method _invalidateDecorationsColorCache (line 597) | _invalidateDecorationsColorCache() { method getValueInRange (line 606) | getValueInRange(range, eol) { method getValueLengthInRange (line 610) | getValueLengthInRange(range, eol) { method modifyPosition (line 614) | modifyPosition(position, offset) { method deduceModelPositionRelativeToViewPosition (line 619) | deduceModelPositionRelativeToViewPosition(viewAnchorPosition, deltaOff... method getPlainTextToCopy (line 634) | getPlainTextToCopy(modelRanges, emptySelectionClipboard, forceCRLF) { method getRichTextToCopy (line 689) | getRichTextToCopy(modelRanges, emptySelectionClipboard) { method _getHTMLToCopy (line 742) | _getHTMLToCopy(modelRange, colorMap) { method _getColorMap (line 763) | _getColorMap() { method getPrimaryCursorState (line 774) | getPrimaryCursorState() { method getLastAddedCursorIndex (line 777) | getLastAddedCursorIndex() { method getCursorStates (line 780) | getCursorStates() { method setCursorStates (line 783) | setCursorStates(source, reason, states) { method getCursorColumnSelectData (line 786) | getCursorColumnSelectData() { method getCursorAutoClosedCharacters (line 789) | getCursorAutoClosedCharacters() { method setCursorColumnSelectData (line 792) | setCursorColumnSelectData(columnSelectData) { method getPrevEditOperationType (line 795) | getPrevEditOperationType() { method setPrevEditOperationType (line 798) | setPrevEditOperationType(type) { method getSelection (line 801) | getSelection() { method getSelections (line 804) | getSelections() { method getPosition (line 807) | getPosition() { method setSelections (line 810) | setSelections(source, selections, reason = 0 /* CursorChangeReason.Not... method saveCursorState (line 813) | saveCursorState() { method restoreCursorState (line 816) | restoreCursorState(states) { method _executeCursorEdit (line 819) | _executeCursorEdit(callback) { method executeEdits (line 827) | executeEdits(source, edits, cursorStateComputer) { method startComposition (line 830) | startComposition() { method endComposition (line 833) | endComposition(source) { method type (line 836) | type(text, source) { method compositionType (line 839) | compositionType(text, replacePrevCharCnt, replaceNextCharCnt, position... method paste (line 842) | paste(text, pasteOnNewLine, multicursorText, source) { method cut (line 845) | cut(source) { method executeCommand (line 848) | executeCommand(command, source) { method executeCommands (line 851) | executeCommands(commands, source) { method revealAllCursors (line 854) | revealAllCursors(source, revealHorizontal, minimalReveal = false) { method revealPrimaryCursor (line 857) | revealPrimaryCursor(source, revealHorizontal, minimalReveal = false) { method revealTopMostCursor (line 860) | revealTopMostCursor(source) { method revealBottomMostCursor (line 865) | revealBottomMostCursor(source) { method revealRange (line 870) | revealRange(source, revealHorizontal, viewRange, verticalType, scrollT... method changeWhitespace (line 875) | changeWhitespace(callback) { method _withViewEventsCollector (line 883) | _withViewEventsCollector(callback) { method batchEvents (line 892) | batchEvents(callback) { method normalizePosition (line 895) | normalizePosition(position, affinity) { method getLineIndentColumn (line 902) | getLineIndentColumn(lineNumber) { class ViewportStart (line 906) | class ViewportStart { method create (line 907) | static create(model) { method viewLineNumber (line 911) | get viewLineNumber() { method isValid (line 914) | get isValid() { method modelTrackedRange (line 917) | get modelTrackedRange() { method startLineDelta (line 920) | get startLineDelta() { method constructor (line 923) | constructor(_model, _viewLineNumber, _isValid, _modelTrackedRange, _st... method dispose (line 930) | dispose() { method update (line 933) | update(viewModel, startLineNumber) { method invalidate (line 943) | invalidate() { class OverviewRulerDecorations (line 947) | class OverviewRulerDecorations { method constructor (line 948) | constructor() { method accept (line 952) | accept(color, zIndex, startLineNumber, endLineNumber, lane) { class HiddenAreasModel (line 975) | class HiddenAreasModel { method constructor (line 976) | constructor() { method setHiddenAreas (line 981) | setHiddenAreas(source, ranges) { method getMergedRanges (line 992) | getMergedRanges() { function mergeLineRangeArray (line 1005) | function mergeLineRangeArray(arr1, arr2) { function rangeArraysEqual (line 1034) | function rangeArraysEqual(arr1, arr2) { class StableViewport (line 1048) | class StableViewport { method constructor (line 1049) | constructor(viewportStartModelPosition, startLineDelta) { method recoverViewportStart (line 1053) | recoverViewportStart(coordinatesConverter, viewLayout) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModel/viewModelLines.js class ViewModelLinesFromProjectedModel (line 15) | class ViewModelLinesFromProjectedModel { method constructor (line 16) | constructor(editorId, model, domLineBreaksComputerFactory, monospaceLi... method dispose (line 30) | dispose() { method createCoordinatesConverter (line 33) | createCoordinatesConverter() { method _constructLines (line 36) | _constructLines(resetHiddenAreas, previousLineBreaks) { method getHiddenAreas (line 72) | getHiddenAreas() { method setHiddenAreas (line 75) | setHiddenAreas(_ranges) { method modelPositionIsVisible (line 138) | modelPositionIsVisible(modelLineNumber, _modelColumn) { method getModelLineViewLineCount (line 145) | getModelLineViewLineCount(modelLineNumber) { method setTabSize (line 152) | setTabSize(newTabSize) { method setWrappingSettings (line 160) | setWrappingSettings(fontInfo, wrappingStrategy, wrappingColumn, wrappi... method createLineBreaksComputer (line 185) | createLineBreaksComputer() { method onModelFlushed (line 191) | onModelFlushed() { method onModelLinesDeleted (line 194) | onModelLinesDeleted(versionId, fromLineNumber, toLineNumber) { method onModelLinesInserted (line 206) | onModelLinesInserted(versionId, fromLineNumber, _toLineNumber, lineBre... method onModelLineChanged (line 233) | onModelLineChanged(versionId, lineNumber, lineBreakData) { method acceptVersionId (line 276) | acceptVersionId(versionId) { method getViewLineCount (line 283) | getViewLineCount() { method _toValidViewLineNumber (line 286) | _toValidViewLineNumber(viewLineNumber) { method getActiveIndentGuide (line 296) | getActiveIndentGuide(viewLineNumber, minLineNumber, maxLineNumber) { method getViewLineInfo (line 313) | getViewLineInfo(viewLineNumber) { method getMinColumnOfViewLine (line 320) | getMinColumnOfViewLine(viewLineInfo) { method getMaxColumnOfViewLine (line 323) | getMaxColumnOfViewLine(viewLineInfo) { method getModelStartPositionOfViewLine (line 326) | getModelStartPositionOfViewLine(viewLineInfo) { method getModelEndPositionOfViewLine (line 332) | getModelEndPositionOfViewLine(viewLineInfo) { method getViewLineInfosGroupedByModelRanges (line 338) | getViewLineInfosGroupedByModelRanges(viewStartLineNumber, viewEndLineN... method getViewLinesBracketGuides (line 375) | getViewLinesBracketGuides(viewStartLineNumber, viewEndLineNumber, acti... method getViewLinesIndentGuides (line 435) | getViewLinesIndentGuides(viewStartLineNumber, viewEndLineNumber) { method getViewLineContent (line 505) | getViewLineContent(viewLineNumber) { method getViewLineLength (line 509) | getViewLineLength(viewLineNumber) { method getViewLineMinColumn (line 513) | getViewLineMinColumn(viewLineNumber) { method getViewLineMaxColumn (line 517) | getViewLineMaxColumn(viewLineNumber) { method getViewLineData (line 521) | getViewLineData(viewLineNumber) { method getViewLinesData (line 525) | getViewLinesData(viewStartLineNumber, viewEndLineNumber, needed) { method validateViewPosition (line 553) | validateViewPosition(viewLineNumber, viewColumn, expectedModelPosition) { method validateViewRange (line 574) | validateViewRange(viewRange, expectedModelRange) { method convertViewPositionToModelPosition (line 579) | convertViewPositionToModelPosition(viewLineNumber, viewColumn) { method convertViewRangeToModelRange (line 585) | convertViewRangeToModelRange(viewRange) { method convertModelPositionToViewPosition (line 590) | convertModelPositionToViewPosition(_modelLineNumber, _modelColumn, aff... method convertModelRangeToViewRange (line 632) | convertModelRangeToViewRange(modelRange, affinity = 0 /* PositionAffin... method getViewLineNumberOfModelPosition (line 643) | getViewLineNumberOfModelPosition(modelLineNumber, modelColumn) { method getDecorationsInRange (line 661) | getDecorationsInRange(range, ownerId, filterOutValidation, onlyMinimap... method getInjectedTextAt (line 722) | getInjectedTextAt(position) { method normalizePosition (line 726) | normalizePosition(position, affinity) { method getLineIndentColumn (line 730) | getLineIndentColumn(lineNumber) { function normalizeLineRanges (line 751) | function normalizeLineRanges(ranges) { class ViewLineInfo (line 777) | class ViewLineInfo { method constructor (line 778) | constructor(modelLineNumber, modelLineWrappedLineIdx) { class ViewLineInfoGroupedByModelRange (line 786) | class ViewLineInfoGroupedByModelRange { method constructor (line 787) | constructor(modelRange, viewLines) { class CoordinatesConverter (line 792) | class CoordinatesConverter { method constructor (line 793) | constructor(lines) { method convertViewPositionToModelPosition (line 797) | convertViewPositionToModelPosition(viewPosition) { method convertViewRangeToModelRange (line 800) | convertViewRangeToModelRange(viewRange) { method validateViewPosition (line 803) | validateViewPosition(viewPosition, expectedModelPosition) { method validateViewRange (line 806) | validateViewRange(viewRange, expectedModelRange) { method convertModelPositionToViewPosition (line 810) | convertModelPositionToViewPosition(modelPosition, affinity, allowZero,... method convertModelRangeToViewRange (line 813) | convertModelRangeToViewRange(modelRange, affinity) { method modelPositionIsVisible (line 816) | modelPositionIsVisible(modelPosition) { method getModelLineViewLineCount (line 819) | getModelLineViewLineCount(modelLineNumber) { method getViewLineNumberOfModelPosition (line 822) | getViewLineNumberOfModelPosition(modelLineNumber, modelColumn) { class ViewModelLinesFromModelAsIs (line 826) | class ViewModelLinesFromModelAsIs { method constructor (line 827) | constructor(model) { method dispose (line 830) | dispose() { method createCoordinatesConverter (line 832) | createCoordinatesConverter() { method getHiddenAreas (line 835) | getHiddenAreas() { method setHiddenAreas (line 838) | setHiddenAreas(_ranges) { method setTabSize (line 841) | setTabSize(_newTabSize) { method setWrappingSettings (line 844) | setWrappingSettings(_fontInfo, _wrappingStrategy, _wrappingColumn, _wr... method createLineBreaksComputer (line 847) | createLineBreaksComputer() { method onModelFlushed (line 858) | onModelFlushed() { method onModelLinesDeleted (line 860) | onModelLinesDeleted(_versionId, fromLineNumber, toLineNumber) { method onModelLinesInserted (line 863) | onModelLinesInserted(_versionId, fromLineNumber, toLineNumber, lineBre... method onModelLineChanged (line 866) | onModelLineChanged(_versionId, lineNumber, lineBreakData) { method acceptVersionId (line 869) | acceptVersionId(_versionId) { method getViewLineCount (line 871) | getViewLineCount() { method getActiveIndentGuide (line 874) | getActiveIndentGuide(viewLineNumber, _minLineNumber, _maxLineNumber) { method getViewLinesBracketGuides (line 881) | getViewLinesBracketGuides(startLineNumber, endLineNumber, activePositi... method getViewLinesIndentGuides (line 884) | getViewLinesIndentGuides(viewStartLineNumber, viewEndLineNumber) { method getViewLineContent (line 892) | getViewLineContent(viewLineNumber) { method getViewLineLength (line 895) | getViewLineLength(viewLineNumber) { method getViewLineMinColumn (line 898) | getViewLineMinColumn(viewLineNumber) { method getViewLineMaxColumn (line 901) | getViewLineMaxColumn(viewLineNumber) { method getViewLineData (line 904) | getViewLineData(viewLineNumber) { method getViewLinesData (line 909) | getViewLinesData(viewStartLineNumber, viewEndLineNumber, needed) { method getDecorationsInRange (line 920) | getDecorationsInRange(range, ownerId, filterOutValidation, onlyMinimap... method normalizePosition (line 923) | normalizePosition(position, affinity) { method getLineIndentColumn (line 926) | getLineIndentColumn(lineNumber) { method getInjectedTextAt (line 929) | getInjectedTextAt(position) { class IdentityCoordinatesConverter (line 934) | class IdentityCoordinatesConverter { method constructor (line 935) | constructor(lines) { method _validPosition (line 938) | _validPosition(pos) { method _validRange (line 941) | _validRange(range) { method convertViewPositionToModelPosition (line 945) | convertViewPositionToModelPosition(viewPosition) { method convertViewRangeToModelRange (line 948) | convertViewRangeToModelRange(viewRange) { method validateViewPosition (line 951) | validateViewPosition(_viewPosition, expectedModelPosition) { method validateViewRange (line 954) | validateViewRange(_viewRange, expectedModelRange) { method convertModelPositionToViewPosition (line 958) | convertModelPositionToViewPosition(modelPosition) { method convertModelRangeToViewRange (line 961) | convertModelRangeToViewRange(modelRange) { method modelPositionIsVisible (line 964) | modelPositionIsVisible(modelPosition) { method getModelLineViewLineCount (line 972) | getModelLineViewLineCount(modelLineNumber) { method getViewLineNumberOfModelPosition (line 975) | getViewLineNumberOfModelPosition(modelLineNumber, modelColumn) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/common/viewModelEventDispatcher.js class ViewModelEventDispatcher (line 7) | class ViewModelEventDispatcher extends Disposable { method constructor (line 8) | constructor() { method emitOutgoingEvent (line 19) | emitOutgoingEvent(e) { method _addOutgoingEvent (line 23) | _addOutgoingEvent(e) { method _emitOutgoingEvents (line 34) | _emitOutgoingEvents() { method addViewEventHandler (line 47) | addViewEventHandler(eventHandler) { method removeViewEventHandler (line 55) | removeViewEventHandler(eventHandler) { method beginEmitViewEvents (line 63) | beginEmitViewEvents() { method endEmitViewEvents (line 70) | endEmitViewEvents() { method emitSingleViewEvent (line 85) | emitSingleViewEvent(event) { method _emitMany (line 94) | _emitMany(events) { method _consumeViewEventQueue (line 105) | _consumeViewEventQueue() { method _doConsumeQueue (line 114) | _doConsumeQueue() { class ViewModelEventsCollector (line 127) | class ViewModelEventsCollector { method constructor (line 128) | constructor() { method emitViewEvent (line 132) | emitViewEvent(event) { method emitOutgoingEvent (line 135) | emitOutgoingEvent(e) { class ContentSizeChangedEvent (line 139) | class ContentSizeChangedEvent { method constructor (line 140) | constructor(oldContentWidth, oldContentHeight, contentWidth, contentHe... method isNoOp (line 149) | isNoOp() { method attemptToMerge (line 152) | attemptToMerge(other) { class FocusChangedEvent (line 159) | class FocusChangedEvent { method constructor (line 160) | constructor(oldHasFocus, hasFocus) { method isNoOp (line 165) | isNoOp() { method attemptToMerge (line 168) | attemptToMerge(other) { class ScrollChangedEvent (line 175) | class ScrollChangedEvent { method constructor (line 176) | constructor(oldScrollWidth, oldScrollLeft, oldScrollHeight, oldScrollT... method isNoOp (line 191) | isNoOp() { method attemptToMerge (line 194) | attemptToMerge(other) { class ViewZonesChangedEvent (line 201) | class ViewZonesChangedEvent { method constructor (line 202) | constructor() { method isNoOp (line 205) | isNoOp() { method attemptToMerge (line 208) | attemptToMerge(other) { class HiddenAreasChangedEvent (line 215) | class HiddenAreasChangedEvent { method constructor (line 216) | constructor() { method isNoOp (line 219) | isNoOp() { method attemptToMerge (line 222) | attemptToMerge(other) { class CursorStateChangedEvent (line 229) | class CursorStateChangedEvent { method constructor (line 230) | constructor(oldSelections, selections, oldModelVersionId, modelVersion... method _selectionsAreEqual (line 240) | static _selectionsAreEqual(a, b) { method isNoOp (line 259) | isNoOp() { method attemptToMerge (line 263) | attemptToMerge(other) { class ReadOnlyEditAttemptEvent (line 270) | class ReadOnlyEditAttemptEvent { method constructor (line 271) | constructor() { method isNoOp (line 274) | isNoOp() { method attemptToMerge (line 277) | attemptToMerge(other) { class ModelDecorationsChangedEvent (line 284) | class ModelDecorationsChangedEvent { method constructor (line 285) | constructor(event) { method isNoOp (line 289) | isNoOp() { method attemptToMerge (line 292) | attemptToMerge(other) { class ModelLanguageChangedEvent (line 296) | class ModelLanguageChangedEvent { method constructor (line 297) | constructor(event) { method isNoOp (line 301) | isNoOp() { method attemptToMerge (line 304) | attemptToMerge(other) { class ModelLanguageConfigurationChangedEvent (line 308) | class ModelLanguageConfigurationChangedEvent { method constructor (line 309) | constructor(event) { method isNoOp (line 313) | isNoOp() { method attemptToMerge (line 316) | attemptToMerge(other) { class ModelContentChangedEvent (line 320) | class ModelContentChangedEvent { method constructor (line 321) | constructor(event) { method isNoOp (line 325) | isNoOp() { method attemptToMerge (line 328) | attemptToMerge(other) { class ModelOptionsChangedEvent (line 332) | class ModelOptionsChangedEvent { method constructor (line 333) | constructor(event) { method isNoOp (line 337) | isNoOp() { method attemptToMerge (line 340) | attemptToMerge(other) { class ModelTokensChangedEvent (line 344) | class ModelTokensChangedEvent { method constructor (line 345) | constructor(event) { method isNoOp (line 349) | isNoOp() { method attemptToMerge (line 352) | attemptToMerge(other) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/anchorSelect/browser/anchorSelect.js method get (line 26) | static get(editor) { method constructor (line 29) | constructor(editor, contextKeyService) { method setSelectionAnchor (line 34) | setSelectionAnchor() { method goToSelectionAnchor (line 52) | goToSelectionAnchor() { method selectFromAnchorToCursor (line 60) | selectFromAnchorToCursor() { method cancelSelectionAnchor (line 70) | cancelSelectionAnchor() { method dispose (line 80) | dispose() { class SetSelectionAnchor (line 89) | class SetSelectionAnchor extends EditorAction { method constructor (line 90) | constructor() { method run (line 103) | async run(_accessor, editor) { class GoToSelectionAnchor (line 108) | class GoToSelectionAnchor extends EditorAction { method constructor (line 109) | constructor() { method run (line 117) | async run(_accessor, editor) { class SelectFromAnchorToCursor (line 122) | class SelectFromAnchorToCursor extends EditorAction { method constructor (line 123) | constructor() { method run (line 136) | async run(_accessor, editor) { class CancelSelectionAnchor (line 141) | class CancelSelectionAnchor extends EditorAction { method constructor (line 142) | constructor() { method run (line 155) | async run(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/bracketMatching/browser/bracketMatching.js class JumpToBracketAction (line 20) | class JumpToBracketAction extends EditorAction { method constructor (line 21) | constructor() { method run (line 34) | run(accessor, editor) { class SelectToBracketAction (line 39) | class SelectToBracketAction extends EditorAction { method constructor (line 40) | constructor() { method run (line 63) | run(accessor, editor, args) { class RemoveBracketsAction (line 72) | class RemoveBracketsAction extends EditorAction { method constructor (line 73) | constructor() { method run (line 86) | run(accessor, editor) { class BracketsData (line 91) | class BracketsData { method constructor (line 92) | constructor(position, brackets, options) { class BracketMatchingController (line 98) | class BracketMatchingController extends Disposable { method get (line 99) | static get(editor) { method constructor (line 102) | constructor(editor) { method jumpToBracket (line 146) | jumpToBracket() { method selectToBracket (line 186) | selectToBracket(selectBrackets) { method removeBrackets (line 227) | removeBrackets(editSource) { method _updateBrackets (line 248) | _updateBrackets() { method _recomputeBrackets (line 264) | _recomputeBrackets() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/caretOperations/browser/caretOperations.js class MoveCaretAction (line 9) | class MoveCaretAction extends EditorAction { method constructor (line 10) | constructor(left, opts) { method run (line 14) | run(accessor, editor) { class MoveCaretLeftAction (line 28) | class MoveCaretLeftAction extends MoveCaretAction { method constructor (line 29) | constructor() { class MoveCaretRightAction (line 38) | class MoveCaretRightAction extends MoveCaretAction { method constructor (line 39) | constructor() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/caretOperations/browser/moveCaretCommand.js class MoveCaretCommand (line 7) | class MoveCaretCommand { method constructor (line 8) | constructor(selection, isMovingLeft) { method getEditOperations (line 12) | getEditOperations(model, builder) { method computeCursorState (line 38) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/caretOperations/browser/transpose.js class TransposeLettersAction (line 11) | class TransposeLettersAction extends EditorAction { method constructor (line 12) | constructor() { method run (line 28) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/clipboard/browser/clipboard.js constant CLIPBOARD_CONTEXT_MENU_GROUP (line 17) | const CLIPBOARD_CONTEXT_MENU_GROUP = '9_cutcopypaste'; function registerCommand (line 24) | function registerCommand(command) { class ExecCommandCopyWithSyntaxHighlightingAction (line 136) | class ExecCommandCopyWithSyntaxHighlightingAction extends EditorAction { method constructor (line 137) | constructor() { method run (line 150) | run(accessor, editor) { function registerExecCommandImpl (line 164) | function registerExecCommandImpl(target, browserCommand) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeAction.js class ManagedCodeActionSet (line 30) | class ManagedCodeActionSet extends Disposable { method codeActionsPreferredComparator (line 31) | static codeActionsPreferredComparator(a, b) { method codeActionsComparator (line 42) | static codeActionsComparator({ action: a }, { action: b }) { method constructor (line 59) | constructor(actions, documentation, disposables) { method hasAutoFix (line 66) | get hasAutoFix() { method hasAIFix (line 69) | get hasAIFix() { method allAIFixes (line 72) | get allAIFixes() { function getCodeActions (line 77) | async function getCodeActions(registry, model, rangeOrSelection, trigger... function getCodeActionProviders (line 138) | function getCodeActionProviders(registry, model, filter) { function getDocumentationFromProvider (line 159) | function getDocumentationFromProvider(provider, providedCodeActions, onl... function applyCodeAction (line 203) | async function applyCodeAction(accessor, item, codeActionReason, options... function asMessage (line 244) | function asMessage(err) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeActionCommands.js function contextKeyForSupportedActions (line 15) | function contextKeyForSupportedActions(kind) { function triggerCodeActionsForEditorSelection (line 44) | function triggerCodeActionsForEditorSelection(editor, notAvailableMessag... class QuickFixAction (line 50) | class QuickFixAction extends EditorAction { method constructor (line 51) | constructor() { method run (line 64) | run(_accessor, editor) { class CodeActionCommand (line 68) | class CodeActionCommand extends EditorCommand { method constructor (line 69) | constructor() { method runEditorCommand (line 79) | runEditorCommand(_accessor, editor, userArgs) { class RefactorAction (line 97) | class RefactorAction extends EditorAction { method constructor (line 98) | constructor() { method run (line 123) | run(_accessor, editor, userArgs) { class SourceAction (line 140) | class SourceAction extends EditorAction { method constructor (line 141) | constructor() { method run (line 158) | run(_accessor, editor, userArgs) { class OrganizeImportsAction (line 176) | class OrganizeImportsAction extends EditorAction { method constructor (line 177) | constructor() { method run (line 190) | run(_accessor, editor) { class FixAllAction (line 194) | class FixAllAction extends EditorAction { method constructor (line 195) | constructor() { method run (line 203) | run(_accessor, editor) { class AutoFixAction (line 207) | class AutoFixAction extends EditorAction { method constructor (line 208) | constructor() { method run (line 224) | run(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeActionController.js constant DECORATION_CLASS_NAME (line 43) | const DECORATION_CLASS_NAME = 'quickfix-edit-highlight'; method get (line 45) | static get(editor) { method constructor (line 48) | constructor(editor, markerService, contextKeyService, instantiationServi... method dispose (line 71) | dispose() { method showCodeActionsFromLightbulb (line 75) | async showCodeActionsFromLightbulb(actions, at) { method showCodeActions (line 94) | showCodeActions(_trigger, actions, at) { method manualTriggerAtCurrentPosition (line 97) | manualTriggerAtCurrentPosition(notAvailableMessage, triggerAction, filte... method _trigger (line 106) | _trigger(trigger) { method _applyCodeAction (line 109) | async _applyCodeAction(action, retrigger, preview, actionReason) { method update (line 119) | async update(newState) { method getInvalidActionThatWouldHaveBeenApplied (line 184) | getInvalidActionThatWouldHaveBeenApplied(trigger, actions) { method tryGetValidActionToApply (line 194) | tryGetValidActionToApply(trigger, actions) { method showCodeActionList (line 204) | async showCodeActionList(actions, at, options) { method toCoords (line 284) | toCoords(position) { method _shouldShowHeaders (line 297) | _shouldShowHeaders() { method _getActionBarActions (line 302) | _getActionBarActions(actions, at, options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js method constructor (line 21) | constructor(keybindingService) { method getResolver (line 24) | getResolver() { method bestKeybindingForCodeAction (line 54) | bestKeybindingForCodeAction(action, candidates) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeActionMenu.js function toMenuItems (line 22) | function toMenuItems(inputCodeActions, showHeaders, keybindingResolver) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/codeActionModel.js constant SUPPORTED_CODE_ACTIONS (line 18) | const SUPPORTED_CODE_ACTIONS = new RawContextKey('supportedCodeAction', ... constant APPLY_FIX_ALL_COMMAND_ID (line 19) | const APPLY_FIX_ALL_COMMAND_ID = '_typescript.applyFixAllCodeAction'; class CodeActionOracle (line 20) | class CodeActionOracle extends Disposable { method constructor (line 21) | constructor(_editor, _markerService, _signalChange, _delay = 250) { method trigger (line 31) | trigger(trigger) { method _onMarkerChanges (line 35) | _onMarkerChanges(resources) { method _tryAutoTrigger (line 41) | _tryAutoTrigger() { method _getRangeOfSelectionUnlessWhitespaceEnclosed (line 46) | _getRangeOfSelectionUnlessWhitespaceEnclosed(trigger) { class Triggered (line 98) | class Triggered { method constructor (line 99) | constructor(trigger, position, _cancellablePromise) { method cancel (line 111) | cancel() { class CodeActionModel (line 126) | class CodeActionModel extends Disposable { method constructor (line 127) | constructor(_editor, _registry, _markerService, contextKeyService, _pr... method dispose (line 150) | dispose() { method _settingEnabledNearbyQuickfixes (line 158) | _settingEnabledNearbyQuickfixes() { method _update (line 163) | _update() { method trigger (line 299) | trigger(trigger) { method setState (line 303) | setState(newState, skipNotify) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/browser/lightBulbWidget.js class Showing (line 30) | class Showing { method constructor (line 31) | constructor(actions, trigger, editorPosition, widgetPosition) { method constructor (line 42) | constructor(_editor, _keybindingService, commandService) { method dispose (line 98) | dispose() { method getId (line 102) | getId() { method getDomNode (line 105) | getDomNode() { method getPosition (line 108) | getPosition() { method update (line 111) | update(actions, trigger, atPosition) { method hide (line 160) | hide() { method state (line 167) | get state() { return this._state; } method state (line 168) | set state(value) { method _updateLightBulbTitleAndIcon (line 172) | _updateLightBulbTitleAndIcon() { method _updateLightbulbTitle (line 204) | _updateLightbulbTitle(autoFix, autoRun) { method title (line 221) | set title(value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codeAction/common/types.js method constructor (line 8) | constructor() { function mayIncludeActionsOfKind (line 37) | function mayIncludeActionsOfKind(filter, providedKind) { function filtersAction (line 53) | function filtersAction(filter, action) { function excludesAction (line 79) | function excludesAction(providedKind, exclude, include) { class CodeActionCommandArgs (line 89) | class CodeActionCommandArgs { method fromUser (line 90) | static fromUser(arg, defaults) { method getApplyFromUser (line 96) | static getApplyFromUser(arg, defaultAutoApply) { method getKindFromUser (line 104) | static getKindFromUser(arg, defaultKind) { method getPreferredUser (line 109) | static getPreferredUser(arg) { method constructor (line 114) | constructor(kind, apply, preferred) { class CodeActionItem (line 120) | class CodeActionItem { method constructor (line 121) | constructor(action, provider, highlightRange) { method resolve (line 126) | async resolve(token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codelens/browser/codeLensCache.js class CacheItem (line 24) | class CacheItem { method constructor (line 25) | constructor(lineCount, data) { method constructor (line 31) | constructor(storageService) { method put (line 52) | put(model, data) { method get (line 67) | get(model) { method delete (line 71) | delete(model) { method _serialize (line 75) | _serialize() { method _deserialize (line 89) | _deserialize(raw) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codelens/browser/codelens.js class CodeLensModel (line 13) | class CodeLensModel { method constructor (line 14) | constructor() { method dispose (line 18) | dispose() { method isDisposed (line 21) | get isDisposed() { method add (line 24) | add(list, provider) { function getCodeLensModel (line 31) | async function getCodeLensModel(registry, model, token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codelens/browser/codelensController.js method constructor (line 31) | constructor(_editor, _languageFeaturesService, debounceService, _command... method dispose (line 58) | dispose() { method _getLayoutInfo (line 65) | _getLayoutInfo() { method _updateLensStyle (line 76) | _updateLensStyle() { method _localDispose (line 95) | _localDispose() { method _onModelChange (line 105) | _onModelChange() { method _disposeAllLenses (line 242) | _disposeAllLenses(decChangeAccessor, viewZoneChangeAccessor) { method _renderCodeLensSymbols (line 252) | _renderCodeLensSymbols(symbols) { method _resolveCodeLensesInViewportSoon (line 319) | _resolveCodeLensesInViewportSoon() { method _resolveCodeLensesInViewport (line 325) | _resolveCodeLensesInViewport() { method getModel (line 387) | async getModel() { method constructor (line 407) | constructor() { method run (line 415) | async run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/codelens/browser/codelensWidget.js class CodeLensViewZone (line 10) | class CodeLensViewZone { method constructor (line 11) | constructor(afterLineNumber, heightInPx, onHeight) { method onComputedHeight (line 23) | onComputedHeight(height) { method isVisible (line 32) | isVisible() { class CodeLensContentWidget (line 37) | class CodeLensContentWidget { method constructor (line 38) | constructor(editor, line) { method withCommands (line 50) | withCommands(lenses, animate) { method getCommand (line 88) | getCommand(link) { method getId (line 93) | getId() { method getDomNode (line 96) | getDomNode() { method updatePosition (line 99) | updatePosition(line) { method getPosition (line 106) | getPosition() { class CodeLensHelper (line 111) | class CodeLensHelper { method constructor (line 112) | constructor() { method addDecoration (line 117) | addDecoration(decoration, callback) { method removeDecoration (line 121) | removeDecoration(decorationId) { method commit (line 124) | commit(changeAccessor) { class CodeLensWidget (line 135) | class CodeLensWidget { method constructor (line 136) | constructor(data, editor, helper, viewZoneChangeAccessor, heightInPx, ... method _createContentWidgetIfNecessary (line 168) | _createContentWidgetIfNecessary() { method dispose (line 177) | dispose(helper, viewZoneChangeAccessor) { method isDisposed (line 187) | isDisposed() { method isValid (line 190) | isValid() { method updateCodeLensSymbols (line 197) | updateCodeLensSymbols(data, helper) { method updateHeight (line 208) | updateHeight(height, viewZoneChangeAccessor) { method computeIfNecessary (line 215) | computeIfNecessary(model) { method updateCommands (line 228) | updateCommands(symbols) { method getCommand (line 239) | getCommand(link) { method getLineNumber (line 243) | getLineNumber() { method update (line 250) | update(viewZoneChangeAccessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/color.js function getColors (line 14) | async function getColors(colorProviderRegistry, model, token, isDefaultC... function getColorPresentations (line 17) | function getColorPresentations(model, colorInfo, provider, token) { class ColorDataCollector (line 20) | class ColorDataCollector { method constructor (line 21) | constructor() { } method compute (line 22) | async compute(provider, model, token, colors) { class ExtColorDataCollector (line 32) | class ExtColorDataCollector { method constructor (line 33) | constructor() { } method compute (line 34) | async compute(provider, model, token, colors) { class ColorPresentationsCollector (line 44) | class ColorPresentationsCollector { method constructor (line 45) | constructor(colorInfo) { method compute (line 48) | async compute(provider, model, _token, colors) { function _findColorData (line 56) | async function _findColorData(collector, colorProviderRegistry, model, t... function _setupColorCommand (line 86) | function _setupColorCommand(accessor, resource) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/colorContributions.js class ColorContribution (line 12) | class ColorContribution extends Disposable { method constructor (line 13) | constructor(_editor) { method dispose (line 18) | dispose() { method onMouseDown (line 21) | onMouseDown(mouseEvent) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/colorDetector.js method constructor (line 32) | constructor(_editor, _configurationService, _languageFeaturesService, la... method isEnabled (line 72) | isEnabled() { method get (line 88) | static get(editor) { method dispose (line 91) | dispose() { method updateColors (line 96) | updateColors() { method beginCompute (line 116) | async beginCompute() { method stop (line 137) | stop() { method updateDecorations (line 148) | updateDecorations(colorDatas) { method updateColorDecorators (line 164) | updateColorDecorators(colorData) { method removeAllDecorations (line 197) | removeAllDecorations() { method getColorData (line 203) | getColorData(position) { method isColorDecoration (line 216) | isColorDecoration(decoration) { class DecoratorLimitReporter (line 228) | class DecoratorLimitReporter { method constructor (line 229) | constructor() { method update (line 234) | update(computed, limited) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js class ColorHover (line 25) | class ColorHover { method constructor (line 26) | constructor(owner, range, model, provider) { method isValidForHoverAnchor (line 37) | isValidForHoverAnchor(anchor) { method constructor (line 44) | constructor(_editor, _themeService) { method computeSync (line 49) | computeSync(_anchor, _lineDecorations) { method computeAsync (line 52) | computeAsync(anchor, lineDecorations, token) { method _computeAsync (line 55) | async _computeAsync(_anchor, lineDecorations, _token) { method renderHoverParts (line 75) | renderHoverParts(context, hoverParts) { class StandaloneColorPickerHover (line 83) | class StandaloneColorPickerHover { method constructor (line 84) | constructor(owner, range, model, provider) { method constructor (line 92) | constructor(_editor, _themeService) { method createColorHover (line 97) | async createColorHover(defaultColorInfo, defaultColorProvider, colorProv... method updateEditorModel (line 120) | async updateEditorModel(colorHoverData) { method renderHoverParts (line 131) | renderHoverParts(context, hoverParts) { method color (line 134) | set color(color) { method color (line 137) | get color() { function _createColorHover (line 145) | async function _createColorHover(participant, editorModel, colorInfo, pr... function renderHoverParts (line 161) | function renderHoverParts(participant, editor, themeService, hoverParts,... function _updateEditorModel (line 206) | function _updateEditorModel(editor, range, model) { function _updateColorPresentations (line 220) | async function _updateColorPresentations(editorModel, colorPickerModel, ... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/colorPickerModel.js class ColorPickerModel (line 6) | class ColorPickerModel { method color (line 7) | get color() { method color (line 10) | set color(color) { method presentation (line 17) | get presentation() { return this.colorPresentations[this.presentationI... method colorPresentations (line 18) | get colorPresentations() { method colorPresentations (line 21) | set colorPresentations(colorPresentations) { method constructor (line 28) | constructor(color, availableColorPresentations, presentationIndex) { method selectNextColorPresentation (line 40) | selectNextColorPresentation() { method guessColorPresentation (line 45) | guessColorPresentation(color, originalText) { method flushColor (line 68) | flushColor() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js class ColorPickerHeader (line 19) | class ColorPickerHeader extends Disposable { method constructor (line 20) | constructor(container, model, themeService, showingStandaloneColorPick... method closeButton (line 55) | get closeButton() { method pickedColorNode (line 58) | get pickedColorNode() { method originalColorNode (line 61) | get originalColorNode() { method onDidChangeColor (line 64) | onDidChangeColor(color) { method onDidChangePresentation (line 69) | onDidChangePresentation() { class CloseButton (line 73) | class CloseButton extends Disposable { method constructor (line 74) | constructor(container) { class ColorPickerBody (line 91) | class ColorPickerBody extends Disposable { method constructor (line 92) | constructor(container, model, pixelRatio, isStandaloneColorPicker = fa... method flushColor (line 116) | flushColor() { method onDidSaturationValueChange (line 119) | onDidSaturationValueChange({ s, v }) { method onDidOpacityChange (line 123) | onDidOpacityChange(a) { method onDidHueChange (line 127) | onDidHueChange(value) { method domNode (line 132) | get domNode() { method saturationBox (line 135) | get saturationBox() { method enterButton (line 138) | get enterButton() { method layout (line 141) | layout() { class SaturationBox (line 147) | class SaturationBox extends Disposable { method constructor (line 148) | constructor(container, model, pixelRatio) { method domNode (line 170) | get domNode() { method onPointerDown (line 173) | onPointerDown(e) { method onDidChangePosition (line 192) | onDidChangePosition(left, top) { method layout (line 198) | layout() { method paint (line 207) | paint() { method paintSelection (line 226) | paintSelection(s, v) { method onDidChangeColor (line 230) | onDidChangeColor(color) { class Strip (line 239) | class Strip extends Disposable { method constructor (line 240) | constructor(container, model, showingStandaloneColorPicker = false) { method layout (line 261) | layout() { method onDidChangeColor (line 266) | onDidChangeColor(color) { method onPointerDown (line 270) | onPointerDown(e) { method onDidChangeTop (line 288) | onDidChangeTop(top) { method updateSliderPosition (line 293) | updateSliderPosition(value) { class OpacityStrip (line 297) | class OpacityStrip extends Strip { method constructor (line 298) | constructor(container, model, showingStandaloneColorPicker = false) { method onDidChangeColor (line 303) | onDidChangeColor(color) { method getValue (line 310) | getValue(color) { class HueStrip (line 314) | class HueStrip extends Strip { method constructor (line 315) | constructor(container, model, showingStandaloneColorPicker = false) { method getValue (line 319) | getValue(color) { class InsertButton (line 323) | class InsertButton extends Disposable { method constructor (line 324) | constructor(container) { method button (line 335) | get button() { class ColorPickerWidget (line 339) | class ColorPickerWidget extends Widget { method constructor (line 340) | constructor(container, model, pixelRatio, themeService, standaloneColo... method layout (line 350) | layout() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js class DefaultDocumentColorProvider (line 21) | class DefaultDocumentColorProvider { method constructor (line 22) | constructor(modelService, languageConfigurationService) { method provideDocumentColors (line 25) | async provideDocumentColors(model, _token) { method provideColorPresentations (line 28) | provideColorPresentations(_model, colorInfo, _token) { method constructor (line 44) | constructor(_modelService, _languageConfigurationService, _languageFeatu... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.js class ShowOrFocusStandaloneColorPicker (line 11) | class ShowOrFocusStandaloneColorPicker extends EditorAction2 { method constructor (line 12) | constructor() { method runEditorCommand (line 28) | runEditorCommand(_accessor, editor) { class HideStandaloneColorPicker (line 33) | class HideStandaloneColorPicker extends EditorAction { method constructor (line 34) | constructor() { method run (line 54) | run(_accessor, editor) { class InsertColorWithStandaloneColorPicker (line 59) | class InsertColorWithStandaloneColorPicker extends EditorAction { method constructor (line 60) | constructor() { method run (line 80) | run(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.js method constructor (line 31) | constructor(_editor, _contextKeyService, _modelService, _keybindingServi... method showOrFocus (line 43) | showOrFocus() { method hide (line 55) | hide() { method insertColor (line 62) | insertColor() { method get (line 67) | static get(editor) { constant PADDING (line 82) | const PADDING = 8; constant CLOSE_BUTTON_WIDTH (line 83) | const CLOSE_BUTTON_WIDTH = 22; method constructor (line 85) | constructor(_editor, _standaloneColorPickerVisible, _standaloneColorPick... method updateEditor (line 144) | updateEditor() { method getId (line 149) | getId() { method getDomNode (line 152) | getDomNode() { method getPosition (line 155) | getPosition() { method hide (line 167) | hide() { method focus (line 174) | focus() { method _start (line 178) | async _start(selection) { method _computeAsync (line 185) | async _computeAsync(range) { method _render (line 199) | _render(colorHover, foundInEditor) { class StandaloneColorPickerResult (line 258) | class StandaloneColorPickerResult { method constructor (line 260) | constructor(value, foundInEditor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/comment/browser/blockCommentCommand.js class BlockCommentCommand (line 9) | class BlockCommentCommand { method constructor (line 10) | constructor(selection, insertSpace, languageConfigurationService) { method _haystackHasNeedleAtOffset (line 16) | static _haystackHasNeedleAtOffset(haystack, needle, offset) { method _createOperationsForBlockComment (line 43) | _createOperationsForBlockComment(selection, startToken, endToken, inse... method _createRemoveBlockCommentOperations (line 93) | static _createRemoveBlockCommentOperations(r, startToken, endToken) { method _createAddBlockCommentOperations (line 107) | static _createAddBlockCommentOperations(r, startToken, endToken, inser... method getEditOperations (line 121) | getEditOperations(model, builder) { method computeCursorState (line 133) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/comment/browser/comment.js class CommentLineAction (line 14) | class CommentLineAction extends EditorAction { method constructor (line 15) | constructor(type, opts) { method run (line 19) | run(accessor, editor) { class ToggleCommentLineAction (line 55) | class ToggleCommentLineAction extends CommentLineAction { method constructor (line 56) | constructor() { class AddLineCommentAction (line 76) | class AddLineCommentAction extends CommentLineAction { method constructor (line 77) | constructor() { class RemoveLineCommentAction (line 91) | class RemoveLineCommentAction extends CommentLineAction { method constructor (line 92) | constructor() { class BlockCommentAction (line 106) | class BlockCommentAction extends EditorAction { method constructor (line 107) | constructor() { method run (line 127) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/comment/browser/lineCommentCommand.js class LineCommentCommand (line 11) | class LineCommentCommand { method constructor (line 12) | constructor(languageConfigurationService, selection, indentSize, type,... method _gatherPreflightCommentStrings (line 28) | static _gatherPreflightCommentStrings(model, startLineNumber, endLineN... method _analyzeLines (line 52) | static _analyzeLines(type, insertSpace, model, lines, startLineNumber,... method _gatherPreflightData (line 120) | static _gatherPreflightData(type, insertSpace, model, startLineNumber,... method _executeLineComments (line 132) | _executeLineComments(model, builder, data, s) { method _attemptRemoveBlockComment (line 153) | _attemptRemoveBlockComment(model, s, startToken, endToken) { method _executeBlockComment (line 191) | _executeBlockComment(model, builder, s) { method getEditOperations (line 225) | getEditOperations(model, builder) { method computeCursorState (line 243) | computeCursorState(model, helper) { method _createRemoveLineCommentsOperations (line 253) | static _createRemoveLineCommentsOperations(lines, startLineNumber) { method _createAddLineCommentsOperations (line 267) | _createAddLineCommentsOperations(lines, startLineNumber) { method nextVisibleColumn (line 279) | static nextVisibleColumn(currentVisibleColumn, indentSize, isTab, colu... method _normalizeInsertionPoint (line 288) | static _normalizeInsertionPoint(model, lines, startLineNumber, indentS... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/contextmenu/browser/contextmenu.js method get (line 30) | static get(editor) { method constructor (line 33) | constructor(editor, _contextMenuService, _contextViewService, _contextKe... method _onContextMenu (line 68) | _onContextMenu(e) { method showContextMenu (line 117) | showContextMenu(anchor) { method _getMenuActions (line 131) | _getMenuActions(model, menuId) { method _doShowContextMenu (line 163) | _doShowContextMenu(actions, event = null) { method _showScrollbarContextMenu (line 215) | _showScrollbarContextMenu(anchor) { method _keybindingFor (line 304) | _keybindingFor(action) { method dispose (line 307) | dispose() { class ShowContextMenu (line 325) | class ShowContextMenu extends EditorAction { method constructor (line 326) | constructor() { method run (line 339) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/cursorUndo/browser/cursorUndo.js class CursorState (line 9) | class CursorState { method constructor (line 10) | constructor(selections) { method equals (line 13) | equals(other) { class StackElement (line 27) | class StackElement { method constructor (line 28) | constructor(cursorState, scrollTop, scrollLeft) { class CursorUndoRedoController (line 34) | class CursorUndoRedoController extends Disposable { method get (line 35) | static get(editor) { method constructor (line 38) | constructor(editor) { method cursorUndo (line 74) | cursorUndo() { method cursorRedo (line 81) | cursorRedo() { method _applyState (line 88) | _applyState(stackElement) { class CursorUndo (line 99) | class CursorUndo extends EditorAction { method constructor (line 100) | constructor() { method run (line 113) | run(accessor, editor, args) { class CursorRedo (line 118) | class CursorRedo extends EditorAction { method constructor (line 119) | constructor() { method run (line 127) | run(accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.js method constructor (line 23) | constructor(_textModel, _languageFeaturesService, _outlineModelService) { method getBreadcrumbItems (line 42) | getBreadcrumbItems(startRange, reader) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dnd/browser/dnd.js function hasTriggerModifier (line 14) | function hasTriggerModifier(e) { class DragAndDropController (line 22) | class DragAndDropController extends Disposable { method constructor (line 23) | constructor(editor) { method onEditorBlur (line 40) | onEditorBlur() { method onEditorKeyDown (line 46) | onEditorKeyDown(e) { method onEditorKeyUp (line 59) | onEditorKeyUp(e) { method _onEditorMouseDown (line 72) | _onEditorMouseDown(mouseEvent) { method _onEditorMouseUp (line 75) | _onEditorMouseUp(mouseEvent) { method _onEditorMouseDrag (line 82) | _onEditorMouseDrag(mouseEvent) { method _onEditorMouseDropCanceled (line 113) | _onEditorMouseDropCanceled() { method _onEditorMouseDrop (line 121) | _onEditorMouseDrop(mouseEvent) { method showAt (line 162) | showAt(position) { method _removeDecoration (line 169) | _removeDecoration() { method _hitContent (line 172) | _hitContent(target) { method _hitMargin (line 176) | _hitMargin(target) { method dispose (line 181) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dnd/browser/dragAndDropCommand.js class DragAndDropCommand (line 7) | class DragAndDropCommand { method constructor (line 8) | constructor(selection, targetPosition, copy) { method getEditOperations (line 14) | getEditOperations(model, builder) { method computeCursorState (line 59) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/documentSymbols/browser/outlineModel.js class TreeElement (line 27) | class TreeElement { method remove (line 28) | remove() { method findId (line 32) | static findId(candidate, container) { method empty (line 51) | static empty(element) { class OutlineElement (line 55) | class OutlineElement extends TreeElement { method constructor (line 56) | constructor(id, parent, symbol) { class OutlineGroup (line 64) | class OutlineGroup extends TreeElement { method constructor (line 65) | constructor(id, parent, label, order) { class OutlineModel (line 74) | class OutlineModel extends TreeElement { method create (line 75) | static create(registry, textModel, token) { method _makeOutlineElement (line 119) | static _makeOutlineElement(info, container) { method constructor (line 129) | constructor(uri) { method _compact (line 139) | _compact() { method getTopLevelSymbols (line 163) | getTopLevelSymbols() { method asListOfDocumentSymbols (line 175) | asListOfDocumentSymbols() { method _flattenDocumentSymbols (line 181) | static _flattenDocumentSymbols(bucket, entries, overrideContainerLabel) { method constructor (line 202) | constructor(_languageFeaturesService, debounces, modelService) { method dispose (line 212) | dispose() { method getOrCreate (line 215) | async getOrCreate(textModel, token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js method constructor (line 16) | constructor() { method runEditorCommand (line 26) | runEditorCommand(_accessor, editor) { method constructor (line 32) | constructor() { method runEditorCommand (line 42) | runEditorCommand(_accessor, editor) { method constructor (line 48) | constructor() { method run (line 63) | run(_accessor, editor, args) { method constructor (line 85) | constructor() { method run (line 93) | run(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js method get (line 46) | static get(editor) { method constructor (line 49) | constructor(editor, instantiationService, _bulkEditService, _clipboardSe... method changePasteType (line 64) | changePasteType() { method pasteAs (line 67) | pasteAs(preferred) { method clearWidgets (line 77) | clearWidgets() { method isPasteAsEnabled (line 80) | isPasteAsEnabled() { method finishedPaste (line 84) | async finishedPaste() { method handleCopy (line 87) | handleCopy(e) { method handlePaste (line 161) | async handlePaste(e) { method showPasteAsNoEditMessage (line 222) | showPasteAsNoEditMessage(selections, preference) { method doPasteInline (line 226) | doPasteInline(allProviders, selections, dataTransfer, metadata, clipboar... method showPasteAsPick (line 279) | showPasteAsPick(preference, allProviders, selections, dataTransfer, meta... method setCopyMetadata (line 358) | setCopyMetadata(dataTransfer, metadata) { method fetchCopyMetadata (line 361) | fetchCopyMetadata(e) { method mergeInDataFromCopy (line 389) | async mergeInDataFromCopy(dataTransfer, metadata, token) { method getPasteEdits (line 410) | async getPasteEdits(providers, dataTransfer, model, selections, context,... method applyDefaultPasteHandler (line 428) | async applyDefaultPasteHandler(dataTransfer, metadata, token, clipboardE... method isSupportedPasteProvider (line 449) | isSupportedPasteProvider(provider, dataTransfer, preference) { method providerMatchesPreference (line 456) | providerMatchesPreference(provider, preference) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js class SimplePasteAndDropProvider (line 26) | class SimplePasteAndDropProvider { method provideDocumentPasteEdits (line 27) | async provideDocumentPasteEdits(_model, _ranges, dataTransfer, context... method provideDocumentDropEdits (line 37) | async provideDocumentDropEdits(_model, _position, dataTransfer, token) { class DefaultTextPasteOrDropEditProvider (line 42) | class DefaultTextPasteOrDropEditProvider extends SimplePasteAndDropProvi... method constructor (line 43) | constructor() { method getEdit (line 49) | async getEdit(dataTransfer, _token) { class PathProvider (line 70) | class PathProvider extends SimplePasteAndDropProvider { method constructor (line 71) | constructor() { method getEdit (line 77) | async getEdit(dataTransfer, token) { method constructor (line 116) | constructor(_workspaceContextService) { method getEdit (line 123) | async getEdit(dataTransfer, token) { class PasteHtmlProvider (line 148) | class PasteHtmlProvider { method constructor (line 149) | constructor() { method provideDocumentPasteEdits (line 154) | async provideDocumentPasteEdits(_model, _ranges, dataTransfer, context... function extractUriList (line 175) | async function extractUriList(dataTransfer) { method constructor (line 193) | constructor(languageFeaturesService, workspaceContextService) { method constructor (line 206) | constructor(languageFeaturesService, workspaceContextService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js method constructor (line 16) | constructor() { method runEditorCommand (line 26) | runEditorCommand(_accessor, editor, _args) { method constructor (line 32) | constructor() { method runEditorCommand (line 42) | runEditorCommand(_accessor, editor, _args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js method get (line 38) | static get(editor) { method constructor (line 41) | constructor(editor, instantiationService, _configService, _languageFeatu... method clearWidgets (line 51) | clearWidgets() { method changeDropType (line 54) | changeDropType() { method onDropIntoEditor (line 57) | async onDropIntoEditor(editor, position, dragEvent) { method getDropEdits (line 106) | async getDropEdits(providers, model, position, dataTransfer, tokenSource) { method getInitialActiveEditIndex (line 120) | getInitialActiveEditIndex(model, edits) { method extractDataTransferData (line 132) | async extractDataTransferData(dragEvent) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/edit.js function createCombinedWorkspaceEdit (line 11) | function createCombinedWorkspaceEdit(uri, ranges, edit) { function sortEditsByYieldTo (line 26) | function sortEditsByYieldTo(edits) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js method constructor (line 32) | constructor(typeId, editor, visibleContext, showCommand, range, edits, o... method _updateButtonTitle (line 60) | _updateButtonTitle() { method create (line 65) | create() { method getId (line 73) | getId() { method getDomNode (line 76) | getDomNode() { method getPosition (line 79) | getPosition() { method showSelector (line 85) | showSelector() { method constructor (line 113) | constructor(_id, _editor, _visibleContext, _showCommand, _instantiationS... method applyEditAndShowIfNeeded (line 125) | async applyEditAndShowIfNeeded(ranges, edits, canShowWidget, resolve, to... method show (line 188) | show(range, edits, onDidSelectEdit) { method clear (line 194) | clear() { method tryShowSelector (line 197) | tryShowSelector() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/editorState/browser/editorState.js class EditorState (line 10) | class EditorState { method constructor (line 11) | constructor(editor, flags) { method _equals (line 41) | _equals(other) { method validate (line 60) | validate(editor) { class EditorStateCancellationTokenSource (line 69) | class EditorStateCancellationTokenSource extends EditorKeybindingCancell... method constructor (line 70) | constructor(editor, flags, range, parent) { method dispose (line 95) | dispose() { class TextModelCancellationTokenSource (line 103) | class TextModelCancellationTokenSource extends CancellationTokenSource { method constructor (line 104) | constructor(model, parent) { method dispose (line 108) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/editorState/browser/keybindingCancellation.js method constructor (line 15) | constructor() { method add (line 18) | add(editor, cts) { method cancel (line 40) | cancel(editor) { class EditorKeybindingCancellationTokenSource (line 53) | class EditorKeybindingCancellationTokenSource extends CancellationTokenS... method constructor (line 54) | constructor(editor, parent) { method dispose (line 59) | dispose() { method constructor (line 65) | constructor() { method runEditorCommand (line 75) | runEditorCommand(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findController.js constant SEARCH_STRING_MAX_LENGTH (line 37) | const SEARCH_STRING_MAX_LENGTH = 524288; function getSelectionSearchString (line 38) | function getSelectionSearchString(editor, seedSearchStringFromSelection ... method editor (line 61) | get editor() { method get (line 64) | static get(editor) { method constructor (line 67) | constructor(editor, contextKeyService, storageService, clipboardService,... method dispose (line 105) | dispose() { method disposeModel (line 109) | disposeModel() { method _onStateChanged (line 115) | _onStateChanged(e) { method saveQueryState (line 130) | saveQueryState(e) { method loadQueryState (line 144) | loadQueryState() { method isFindInputFocused (line 152) | isFindInputFocused() { method getState (line 155) | getState() { method closeFindWidget (line 158) | closeFindWidget() { method toggleCaseSensitive (line 165) | toggleCaseSensitive() { method toggleWholeWords (line 171) | toggleWholeWords() { method toggleRegex (line 177) | toggleRegex() { method togglePreserveCase (line 183) | togglePreserveCase() { method toggleSearchScope (line 189) | toggleSearchScope() { method setSearchString (line 211) | setSearchString(searchString) { method highlightFindOptions (line 217) | highlightFindOptions(ignoreWhenVisible = false) { method _start (line 220) | async _start(opts, newState) { method start (line 276) | start(opts, newState) { method moveToNextMatch (line 279) | moveToNextMatch() { method moveToPrevMatch (line 286) | moveToPrevMatch() { method goToMatch (line 293) | goToMatch(index) { method replace (line 300) | replace() { method replaceAll (line 307) | replaceAll() { method selectAllMatches (line 319) | selectAllMatches() { method getGlobalBufferTerm (line 327) | async getGlobalBufferTerm() { method setGlobalBufferTerm (line 335) | setGlobalBufferTerm(text) { method constructor (line 354) | constructor(editor, _contextViewService, _contextKeyService, _keybinding... method _start (line 362) | async _start(opts, newState) { method highlightFindOptions (line 394) | highlightFindOptions(ignoreWhenVisible = false) { method _createFindWidget (line 405) | _createFindWidget() { class StartFindWithArgsAction (line 471) | class StartFindWithArgsAction extends EditorAction { method constructor (line 472) | constructor() { method run (line 486) | async run(accessor, editor, args) { class StartFindWithSelectionAction (line 516) | class StartFindWithSelectionAction extends EditorAction { method constructor (line 517) | constructor() { method run (line 533) | async run(accessor, editor) { class MatchFindAction (line 550) | class MatchFindAction extends EditorAction { method run (line 551) | async run(accessor, editor) { class NextMatchFindAction (line 568) | class NextMatchFindAction extends MatchFindAction { method constructor (line 569) | constructor() { method _run (line 587) | _run(controller) { class PreviousMatchFindAction (line 596) | class PreviousMatchFindAction extends MatchFindAction { method constructor (line 597) | constructor() { method _run (line 616) | _run(controller) { class MoveToMatchFindAction (line 620) | class MoveToMatchFindAction extends EditorAction { method constructor (line 621) | constructor() { method run (line 630) | run(accessor, editor, args) { method clearDecorations (line 696) | clearDecorations(editor) { method addDecorations (line 701) | addDecorations(editor, range) { class SelectionMatchFindAction (line 726) | class SelectionMatchFindAction extends EditorAction { method run (line 727) | async run(accessor, editor) { class NextSelectionMatchFindAction (line 751) | class NextSelectionMatchFindAction extends SelectionMatchFindAction { method constructor (line 752) | constructor() { method _run (line 765) | _run(controller) { class PreviousSelectionMatchFindAction (line 769) | class PreviousSelectionMatchFindAction extends SelectionMatchFindAction { method constructor (line 770) | constructor() { method _run (line 783) | _run(controller) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findDecorations.js class FindDecorations (line 10) | class FindDecorations { method constructor (line 11) | constructor(editor) { method dispose (line 20) | dispose() { method reset (line 28) | reset() { method getCount (line 35) | getCount() { method getFindScope (line 39) | getFindScope() { method getFindScopes (line 45) | getFindScopes() { method getStartPosition (line 54) | getStartPosition() { method setStartPosition (line 57) | setStartPosition(newStartPosition) { method _getDecorationIndex (line 61) | _getDecorationIndex(decorationId) { method getDecorationRangeAt (line 68) | getDecorationRangeAt(index) { method getCurrentMatchesPosition (line 75) | getCurrentMatchesPosition(desiredRange) { method setCurrentFindMatch (line 86) | setCurrentFindMatch(nextMatch) { method set (line 126) | set(findMatches, findScopes) { method matchBeforePosition (line 189) | matchBeforePosition(position) { method matchAfterPosition (line 209) | matchAfterPosition(position) { method _allDecorations (line 229) | _allDecorations() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findModel.js constant CONTEXT_FIND_WIDGET_VISIBLE (line 17) | const CONTEXT_FIND_WIDGET_VISIBLE = new RawContextKey('findWidgetVisible... constant CONTEXT_FIND_WIDGET_NOT_VISIBLE (line 18) | const CONTEXT_FIND_WIDGET_NOT_VISIBLE = CONTEXT_FIND_WIDGET_VISIBLE.toNe... constant CONTEXT_FIND_INPUT_FOCUSED (line 20) | const CONTEXT_FIND_INPUT_FOCUSED = new RawContextKey('findInputFocussed'... constant CONTEXT_REPLACE_INPUT_FOCUSED (line 21) | const CONTEXT_REPLACE_INPUT_FOCUSED = new RawContextKey('replaceInputFoc... constant FIND_IDS (line 42) | const FIND_IDS = { constant MATCHES_LIMIT (line 62) | const MATCHES_LIMIT = 19999; constant RESEARCH_DELAY (line 63) | const RESEARCH_DELAY = 240; class FindModelBoundToEditorModel (line 64) | class FindModelBoundToEditorModel { method constructor (line 65) | constructor(editor, state) { method dispose (line 97) | dispose() { method _onStateChanged (line 102) | _onStateChanged(e) { method _getSearchRange (line 134) | static _getSearchRange(model, findScope) { method research (line 141) | research(moveCursor, newFindScope) { method _hasMatches (line 183) | _hasMatches() { method _cannotFind (line 186) | _cannotFind() { method _setCurrentFindMatch (line 197) | _setCurrentFindMatch(match) { method _prevSearchPosition (line 203) | _prevSearchPosition(before) { method _moveToPrevMatch (line 222) | _moveToPrevMatch(before, isRecursed = false) { method moveToPrevMatch (line 274) | moveToPrevMatch() { method _nextSearchPosition (line 277) | _nextSearchPosition(after) { method _moveToNextMatch (line 296) | _moveToNextMatch(after) { method _getNextMatch (line 323) | _getNextMatch(after, captureMatches, forceMove, isRecursed = false) { method moveToNextMatch (line 355) | moveToNextMatch() { method _moveToMatch (line 358) | _moveToMatch(index) { method moveToMatch (line 364) | moveToMatch(index) { method _getReplacePattern (line 367) | _getReplacePattern() { method replace (line 373) | replace() { method _findMatches (line 395) | _findMatches(findScopes, captureMatches, limitResultCount) { method replaceAll (line 399) | replaceAll() { method _largeReplaceAll (line 413) | _largeReplaceAll() { method _regularReplaceAll (line 447) | _regularReplaceAll(findScopes) { method selectAllMatches (line 458) | selectAllMatches() { method _executeEditorCommand (line 477) | _executeEditorCommand(source, command) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findOptionsWidget.js class FindOptionsWidget (line 13) | class FindOptionsWidget extends Widget { method constructor (line 14) | constructor(editor, state, keybindingService) { method _keybindingLabelFor (line 92) | _keybindingLabelFor(actionId) { method dispose (line 99) | dispose() { method getId (line 104) | getId() { method getDomNode (line 107) | getDomNode() { method getPosition (line 110) | getPosition() { method highlightFindOptions (line 115) | highlightFindOptions() { method _revealTemporarily (line 118) | _revealTemporarily() { method _onMouseLeave (line 122) | _onMouseLeave() { method _onMouseOver (line 125) | _onMouseOver() { method _show (line 128) | _show() { method _hide (line 135) | _hide() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findState.js function effectiveOptionValue (line 9) | function effectiveOptionValue(override, value) { class FindReplaceState (line 18) | class FindReplaceState extends Disposable { method searchString (line 19) | get searchString() { return this._searchString; } method replaceString (line 20) | get replaceString() { return this._replaceString; } method isRevealed (line 21) | get isRevealed() { return this._isRevealed; } method isReplaceRevealed (line 22) | get isReplaceRevealed() { return this._isReplaceRevealed; } method isRegex (line 23) | get isRegex() { return effectiveOptionValue(this._isRegexOverride, thi... method wholeWord (line 24) | get wholeWord() { return effectiveOptionValue(this._wholeWordOverride,... method matchCase (line 25) | get matchCase() { return effectiveOptionValue(this._matchCaseOverride,... method preserveCase (line 26) | get preserveCase() { return effectiveOptionValue(this._preserveCaseOve... method actualIsRegex (line 27) | get actualIsRegex() { return this._isRegex; } method actualWholeWord (line 28) | get actualWholeWord() { return this._wholeWord; } method actualMatchCase (line 29) | get actualMatchCase() { return this._matchCase; } method actualPreserveCase (line 30) | get actualPreserveCase() { return this._preserveCase; } method searchScope (line 31) | get searchScope() { return this._searchScope; } method matchesPosition (line 32) | get matchesPosition() { return this._matchesPosition; } method matchesCount (line 33) | get matchesCount() { return this._matchesCount; } method currentMatch (line 34) | get currentMatch() { return this._currentMatch; } method constructor (line 35) | constructor() { method changeMatchInfo (line 59) | changeMatchInfo(matchesPosition, matchesCount, currentMatch) { method change (line 107) | change(newState, moveCursor, updateHistory = true) { method canNavigateBack (line 234) | canNavigateBack() { method canNavigateForward (line 237) | canNavigateForward() { method canNavigateInLoop (line 240) | canNavigateInLoop() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/findWidget.js constant NLS_FIND_DIALOG_LABEL (line 37) | const NLS_FIND_DIALOG_LABEL = nls.localize('label.findDialog', "Find / R... constant NLS_FIND_INPUT_LABEL (line 38) | const NLS_FIND_INPUT_LABEL = nls.localize('label.find', "Find"); constant NLS_FIND_INPUT_PLACEHOLDER (line 39) | const NLS_FIND_INPUT_PLACEHOLDER = nls.localize('placeholder.find', "Fin... constant NLS_PREVIOUS_MATCH_BTN_LABEL (line 40) | const NLS_PREVIOUS_MATCH_BTN_LABEL = nls.localize('label.previousMatchBu... constant NLS_NEXT_MATCH_BTN_LABEL (line 41) | const NLS_NEXT_MATCH_BTN_LABEL = nls.localize('label.nextMatchButton', "... constant NLS_TOGGLE_SELECTION_FIND_TITLE (line 42) | const NLS_TOGGLE_SELECTION_FIND_TITLE = nls.localize('label.toggleSelect... constant NLS_CLOSE_BTN_LABEL (line 43) | const NLS_CLOSE_BTN_LABEL = nls.localize('label.closeButton', "Close"); constant NLS_REPLACE_INPUT_LABEL (line 44) | const NLS_REPLACE_INPUT_LABEL = nls.localize('label.replace', "Replace"); constant NLS_REPLACE_INPUT_PLACEHOLDER (line 45) | const NLS_REPLACE_INPUT_PLACEHOLDER = nls.localize('placeholder.replace'... constant NLS_REPLACE_BTN_LABEL (line 46) | const NLS_REPLACE_BTN_LABEL = nls.localize('label.replaceButton', "Repla... constant NLS_REPLACE_ALL_BTN_LABEL (line 47) | const NLS_REPLACE_ALL_BTN_LABEL = nls.localize('label.replaceAllButton',... constant NLS_TOGGLE_REPLACE_MODE_BTN_LABEL (line 48) | const NLS_TOGGLE_REPLACE_MODE_BTN_LABEL = nls.localize('label.toggleRepl... constant NLS_MATCHES_COUNT_LIMIT_TITLE (line 49) | const NLS_MATCHES_COUNT_LIMIT_TITLE = nls.localize('title.matchesCountLi... constant NLS_MATCHES_LOCATION (line 50) | const NLS_MATCHES_LOCATION = nls.localize('label.matchesLocation', "{0} ... constant NLS_NO_RESULTS (line 51) | const NLS_NO_RESULTS = nls.localize('label.noResults', "No results"); constant FIND_WIDGET_INITIAL_WIDTH (line 52) | const FIND_WIDGET_INITIAL_WIDTH = 419; constant PART_WIDTH (line 53) | const PART_WIDTH = 275; constant FIND_INPUT_AREA_WIDTH (line 54) | const FIND_INPUT_AREA_WIDTH = PART_WIDTH - 54; constant MAX_MATCHES_COUNT_WIDTH (line 55) | let MAX_MATCHES_COUNT_WIDTH = 69; constant FIND_INPUT_AREA_HEIGHT (line 57) | const FIND_INPUT_AREA_HEIGHT = 33; class FindWidgetViewZone (line 60) | class FindWidgetViewZone { method constructor (line 61) | constructor(afterLineNumber) { function stopPropagationForMultiLineUpwards (line 69) | function stopPropagationForMultiLineUpwards(event, value, textarea) { function stopPropagationForMultiLineDownwards (line 76) | function stopPropagationForMultiLineDownwards(event, value, textarea) { class FindWidget (line 83) | class FindWidget extends Widget { method constructor (line 84) | constructor(codeEditor, controller, state, contextViewProvider, keybin... method getId (line 190) | getId() { method getDomNode (line 193) | getDomNode() { method getPosition (line 196) | getPosition() { method _onStateChanged (line 205) | _onStateChanged(e) { method _delayedUpdateHistory (line 285) | _delayedUpdateHistory() { method _updateHistory (line 288) | _updateHistory() { method _updateMatchesCount (line 296) | _updateMatchesCount() { method _getAriaLabel (line 328) | _getAriaLabel(label, currentMatch, searchString) { method _updateToggleSelectionFindButton (line 349) | _updateToggleSelectionFindButton() { method _updateButtons (line 360) | _updateButtons() { method _reveal (line 376) | _reveal() { method _hide (line 437) | _hide(focusTheEditor) { method _layoutViewZone (line 455) | _layoutViewZone(targetScrollTop) { method _showViewZone (line 475) | _showViewZone(adjustScroll = true) { method _removeViewZone (line 517) | _removeViewZone() { method _tryUpdateWidgetWidth (line 529) | _tryUpdateWidgetWidth() { method _getHeight (line 588) | _getHeight() { method _tryUpdateHeight (line 603) | _tryUpdateHeight() { method focusFindInput (line 613) | focusFindInput() { method focusReplaceInput (line 618) | focusReplaceInput() { method highlightFindOptions (line 623) | highlightFindOptions() { method _updateSearchScope (line 626) | _updateSearchScope() { method _onFindInputMouseDown (line 649) | _onFindInputMouseDown(e) { method _onFindInputKeyDown (line 655) | _onFindInputKeyDown(e) { method _onReplaceInputKeyDown (line 689) | _onReplaceInputKeyDown(e) { method getVerticalSashLeft (line 730) | getVerticalSashLeft(_sash) { method _keybindingLabelFor (line 734) | _keybindingLabelFor(actionId) { method _buildDomNode (line 741) | _buildDomNode() { method updateAccessibilitySupport (line 1057) | updateAccessibilitySupport() { class SimpleButton (line 1063) | class SimpleButton extends Widget { method constructor (line 1064) | constructor(opts, hoverService) { method domNode (line 1095) | get domNode() { method isEnabled (line 1098) | isEnabled() { method focus (line 1101) | focus() { method setEnabled (line 1104) | setEnabled(enabled) { method setExpanded (line 1109) | setExpanded(expanded) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/replaceAllCommand.js class ReplaceAllCommand (line 6) | class ReplaceAllCommand { method constructor (line 7) | constructor(editorSelection, ranges, replaceStrings) { method getEditOperations (line 13) | getEditOperations(model, builder) { method computeCursorState (line 48) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/find/browser/replacePattern.js class StaticValueReplacePattern (line 9) | class StaticValueReplacePattern { method constructor (line 10) | constructor(staticValue) { class DynamicPiecesReplacePattern (line 18) | class DynamicPiecesReplacePattern { method constructor (line 19) | constructor(pieces) { class ReplacePattern (line 24) | class ReplacePattern { method fromStaticValue (line 25) | static fromStaticValue(value) { method hasReplacementPatterns (line 28) | get hasReplacementPatterns() { method constructor (line 31) | constructor(pieces) { method buildReplaceString (line 42) | buildReplaceString(matches, preserveCase) { method _substitute (line 95) | static _substitute(matchIndex, matches) { class ReplacePiece (line 118) | class ReplacePiece { method staticValue (line 119) | static staticValue(value) { method caseOps (line 122) | static caseOps(index, caseOps) { method constructor (line 125) | constructor(staticValue, matchIndex, caseOps) { class ReplacePieceBuilder (line 136) | class ReplacePieceBuilder { method constructor (line 137) | constructor(source) { method emitUnchanged (line 144) | emitUnchanged(toCharIndex) { method emitStatic (line 148) | emitStatic(value, toCharIndex) { method _emitStatic (line 152) | _emitStatic(value) { method emitMatchIndex (line 158) | emitMatchIndex(index, toCharIndex, caseOps) { method finalize (line 166) | finalize() { function parseReplaceString (line 190) | function parseReplaceString(replaceString) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/folding.js constant CONTEXT_FOLDING_ENABLED (line 45) | const CONTEXT_FOLDING_ENABLED = new RawContextKey('foldingEnabled', false); method get (line 47) | static get(editor) { method getFoldingRangeProviders (line 50) | static getFoldingRangeProviders(languageFeaturesService, model) { method constructor (line 55) | constructor(editor, contextKeyService, languageConfigurationService, not... method saveViewState (line 116) | saveViewState() { method restoreViewState (line 131) | restoreViewState(state) { method onModelChanged (line 150) | onModelChanged() { method onFoldingStrategyChanged (line 191) | onFoldingStrategyChanged() { method getRangeProvider (line 197) | getRangeProvider(editorModel) { method getFoldingModel (line 211) | getFoldingModel() { method onDidChangeModelContent (line 214) | onDidChangeModelContent(e) { method triggerFoldingModelChanged (line 219) | triggerFoldingModelChanged() { method onHiddenRangesChanges (line 262) | onHiddenRangesChanges(hiddenRanges) { method onCursorPositionChanged (line 273) | onCursorPositionChanged() { method revealCursor (line 278) | revealCursor() { method onEditorMouseDown (line 302) | onEditorMouseDown(e) { method onEditorMouseUp (line 348) | onEditorMouseUp(e) { method reveal (line 408) | reveal(position) { class RangesLimitReporter (line 421) | class RangesLimitReporter { method constructor (line 422) | constructor(editor) { method limit (line 428) | get limit() { method update (line 431) | update(computed, limited) { class FoldingAction (line 439) | class FoldingAction extends EditorAction { method runEditorCommand (line 440) | runEditorCommand(accessor, editor, args) { method getSelectedLines (line 460) | getSelectedLines(editor) { method getLineNumbers (line 464) | getLineNumbers(args, editor) { method run (line 470) | run(_accessor, _editor) { function foldingArgumentsConstraint (line 473) | function foldingArgumentsConstraint(args) { class UnfoldAction (line 491) | class UnfoldAction extends FoldingAction { method constructor (line 492) | constructor() { method invoke (line 542) | invoke(_foldingController, foldingModel, editor, args) { class UnFoldRecursivelyAction (line 553) | class UnFoldRecursivelyAction extends FoldingAction { method constructor (line 554) | constructor() { method invoke (line 567) | invoke(_foldingController, foldingModel, editor, _args) { class FoldAction (line 571) | class FoldAction extends FoldingAction { method constructor (line 572) | constructor() { method invoke (line 621) | invoke(_foldingController, foldingModel, editor, args) { class ToggleFoldAction (line 639) | class ToggleFoldAction extends FoldingAction { method constructor (line 640) | constructor() { method invoke (line 653) | invoke(_foldingController, foldingModel, editor) { class FoldRecursivelyAction (line 658) | class FoldRecursivelyAction extends FoldingAction { method constructor (line 659) | constructor() { method invoke (line 672) | invoke(_foldingController, foldingModel, editor) { class FoldAllBlockCommentsAction (line 677) | class FoldAllBlockCommentsAction extends FoldingAction { method constructor (line 678) | constructor() { method invoke (line 691) | invoke(_foldingController, foldingModel, editor, args, languageConfigu... class FoldAllRegionsAction (line 708) | class FoldAllRegionsAction extends FoldingAction { method constructor (line 709) | constructor() { method invoke (line 722) | invoke(_foldingController, foldingModel, editor, args, languageConfigu... class UnfoldAllRegionsAction (line 739) | class UnfoldAllRegionsAction extends FoldingAction { method constructor (line 740) | constructor() { method invoke (line 753) | invoke(_foldingController, foldingModel, editor, args, languageConfigu... class FoldAllExceptAction (line 770) | class FoldAllExceptAction extends FoldingAction { method constructor (line 771) | constructor() { method invoke (line 784) | invoke(_foldingController, foldingModel, editor) { class UnfoldAllExceptAction (line 789) | class UnfoldAllExceptAction extends FoldingAction { method constructor (line 790) | constructor() { method invoke (line 803) | invoke(_foldingController, foldingModel, editor) { class FoldAllAction (line 808) | class FoldAllAction extends FoldingAction { method constructor (line 809) | constructor() { method invoke (line 822) | invoke(_foldingController, foldingModel, _editor) { class UnfoldAllAction (line 826) | class UnfoldAllAction extends FoldingAction { method constructor (line 827) | constructor() { method invoke (line 840) | invoke(_foldingController, foldingModel, _editor) { class FoldLevelAction (line 844) | class FoldLevelAction extends FoldingAction { method getFoldingLevel (line 845) | getFoldingLevel() { method invoke (line 848) | invoke(_foldingController, foldingModel, editor) { class GotoParentFoldAction (line 855) | class GotoParentFoldAction extends FoldingAction { method constructor (line 856) | constructor() { method invoke (line 868) | invoke(_foldingController, foldingModel, editor) { class GotoPreviousFoldAction (line 884) | class GotoPreviousFoldAction extends FoldingAction { method constructor (line 885) | constructor() { method invoke (line 897) | invoke(_foldingController, foldingModel, editor) { class GotoNextFoldAction (line 913) | class GotoNextFoldAction extends FoldingAction { method constructor (line 914) | constructor() { method invoke (line 926) | invoke(_foldingController, foldingModel, editor) { class FoldRangeFromSelectionAction (line 941) | class FoldRangeFromSelectionAction extends FoldingAction { method constructor (line 942) | constructor() { method invoke (line 955) | invoke(_foldingController, foldingModel, editor) { class RemoveFoldRangeFromSelectionAction (line 991) | class RemoveFoldRangeFromSelectionAction extends FoldingAction { method constructor (line 992) | constructor() { method invoke (line 1005) | invoke(foldingController, foldingModel, editor) { method limit (line 1066) | get limit() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/foldingDecorations.js class FoldingDecorationProvider (line 21) | class FoldingDecorationProvider { method constructor (line 22) | constructor(editor) { method getDecorationOption (line 27) | getDecorationOption(isCollapsed, isHidden, isManual) { method changeDecorations (line 49) | changeDecorations(callback) { method removeDecorations (line 52) | removeDecorations(decorationIds) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/foldingModel.js class FoldingModel (line 8) | class FoldingModel { method regions (line 9) | get regions() { return this._regions; } method textModel (line 10) | get textModel() { return this._textModel; } method constructor (line 11) | constructor(textModel, decorationProvider) { method toggleCollapseState (line 19) | toggleCollapseState(toggledRegions) { method removeManualRanges (line 58) | removeManualRanges(ranges) { method update (line 76) | update(newRegions, blockedLineNumers = []) { method updatePost (line 81) | updatePost(newRegions) { method _currentFoldedOrManualRanges (line 104) | _currentFoldedOrManualRanges(blockedLineNumers = []) { method getMemento (line 139) | getMemento() { method applyMemento (line 162) | applyMemento(state) { method _getLinesChecksum (line 187) | _getLinesChecksum(lineNumber1, lineNumber2) { method dispose (line 192) | dispose() { method getAllRegionsAtLine (line 195) | getAllRegionsAtLine(lineNumber, filter) { method getRegionAtLine (line 211) | getRegionAtLine(lineNumber) { method getRegionsInside (line 220) | getRegionsInside(region, filter) { function toggleCollapseState (line 263) | function toggleCollapseState(foldingModel, levels, lineNumbers) { function setCollapseStateLevelsDown (line 284) | function setCollapseStateLevelsDown(foldingModel, doCollapse, levels = N... function setCollapseStateLevelsUp (line 312) | function setCollapseStateLevelsUp(foldingModel, doCollapse, levels, line... function setCollapseStateUp (line 325) | function setCollapseStateUp(foldingModel, doCollapse, lineNumbers) { function setCollapseStateAtLevel (line 340) | function setCollapseStateAtLevel(foldingModel, foldLevel, doCollapse, bl... function setCollapseStateForRest (line 350) | function setCollapseStateForRest(foldingModel, doCollapse, blockedLineNu... function setCollapseStateForMatchingLines (line 366) | function setCollapseStateForMatchingLines(foldingModel, regExp, doCollap... function setCollapseStateForType (line 384) | function setCollapseStateForType(foldingModel, type, doCollapse) { function getParentFoldLine (line 401) | function getParentFoldLine(lineNumber, foldingModel) { function getPreviousFoldLine (line 426) | function getPreviousFoldLine(lineNumber, foldingModel) { function getNextFoldLine (line 486) | function getNextFoldLine(lineNumber, foldingModel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/foldingRanges.js constant MAX_FOLDING_REGIONS (line 10) | const MAX_FOLDING_REGIONS = 0xFFFF; constant MAX_LINE_NUMBER (line 11) | const MAX_LINE_NUMBER = 0xFFFFFF; constant MASK_INDENT (line 12) | const MASK_INDENT = 0xFF000000; class BitField (line 13) | class BitField { method constructor (line 14) | constructor(size) { method get (line 18) | get(index) { method set (line 23) | set(index, newState) { class FoldingRegions (line 35) | class FoldingRegions { method constructor (line 36) | constructor(startIndexes, endIndexes, types) { method ensureParentIndices (line 48) | ensureParentIndices() { method length (line 72) | get length() { method getStartLineNumber (line 75) | getStartLineNumber(index) { method getEndLineNumber (line 78) | getEndLineNumber(index) { method getType (line 81) | getType(index) { method hasTypes (line 84) | hasTypes() { method isCollapsed (line 87) | isCollapsed(index) { method setCollapsed (line 90) | setCollapsed(index, newState) { method isUserDefined (line 93) | isUserDefined(index) { method setUserDefined (line 96) | setUserDefined(index, newState) { method isRecovered (line 99) | isRecovered(index) { method setRecovered (line 102) | setRecovered(index, newState) { method getSource (line 105) | getSource(index) { method setSource (line 114) | setSource(index, source) { method setCollapsedAllOfType (line 128) | setCollapsedAllOfType(type, newState) { method toRegion (line 140) | toRegion(index) { method getParentIndex (line 143) | getParentIndex(index) { method contains (line 151) | contains(index, line) { method findIndex (line 154) | findIndex(line) { method findRange (line 170) | findRange(line) { method toString (line 187) | toString() { method toFoldRange (line 194) | toFoldRange(index) { method fromFoldRanges (line 203) | static fromFoldRanges(ranges) { method sanitizeAndMerge (line 243) | static sanitizeAndMerge(rangesA, rangesB, maxLineNumber) { class FoldingRegion (line 325) | class FoldingRegion { method constructor (line 326) | constructor(ranges, index) { method startLineNumber (line 330) | get startLineNumber() { method endLineNumber (line 333) | get endLineNumber() { method regionIndex (line 336) | get regionIndex() { method parentIndex (line 339) | get parentIndex() { method isCollapsed (line 342) | get isCollapsed() { method containedBy (line 345) | containedBy(range) { method containsLine (line 348) | containsLine(lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/hiddenRangeModel.js class HiddenRangeModel (line 9) | class HiddenRangeModel { method onDidChange (line 10) | get onDidChange() { return this._updateEventEmitter.event; } method hiddenRanges (line 11) | get hiddenRanges() { return this._hiddenRanges; } method constructor (line 12) | constructor(model) { method notifyChangeModelContent (line 22) | notifyChangeModelContent(e) { method updateHiddenRanges (line 29) | updateHiddenRanges() { method applyHiddenRanges (line 63) | applyHiddenRanges(newHiddenAreas) { method hasRanges (line 68) | hasRanges() { method isHidden (line 71) | isHidden(line) { method adjustSelections (line 74) | adjustSelections(selections) { method dispose (line 103) | dispose() { function isInside (line 114) | function isInside(line, range) { function findRange (line 117) | function findRange(ranges, line) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/indentRangeProvider.js constant MAX_FOLDING_REGIONS_FOR_INDENT_DEFAULT (line 7) | const MAX_FOLDING_REGIONS_FOR_INDENT_DEFAULT = 5000; constant ID_INDENT_PROVIDER (line 8) | const ID_INDENT_PROVIDER = 'indent'; class IndentRangeProvider (line 9) | class IndentRangeProvider { method constructor (line 10) | constructor(editorModel, languageConfigurationService, foldingRangesLi... method dispose (line 16) | dispose() { } method compute (line 17) | compute(cancelationToken) { class RangesCollector (line 25) | class RangesCollector { method constructor (line 26) | constructor(foldingRangesLimit) { method insertFirst (line 33) | insertFirst(startLineNumber, endLineNumber, indent) { method toIndentRanges (line 45) | toIndentRanges(model) { function computeRanges (line 94) | function computeRanges(model, offSide, markers, foldingRangesLimit = fol... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/folding/browser/syntaxRangeProvider.js constant ID_SYNTAX_PROVIDER (line 9) | const ID_SYNTAX_PROVIDER = 'syntax'; class SyntaxRangeProvider (line 10) | class SyntaxRangeProvider { method constructor (line 11) | constructor(editorModel, providers, handleFoldingRangesChange, folding... method compute (line 29) | compute(cancellationToken) { method dispose (line 39) | dispose() { function collectSyntaxRanges (line 43) | function collectSyntaxRanges(providers, model, cancellationToken) { class RangesCollector (line 67) | class RangesCollector { method constructor (line 68) | constructor(foldingRangesLimit) { method add (line 77) | add(startLineNumber, endLineNumber, type, nestingLevel) { method toIndentRanges (line 91) | toIndentRanges() { function sanitizeRanges (line 133) | function sanitizeRanges(rangeData, foldingRangesLimit) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/fontZoom/browser/fontZoom.js class EditorFontZoomIn (line 8) | class EditorFontZoomIn extends EditorAction { method constructor (line 9) | constructor() { method run (line 17) | run(accessor, editor) { class EditorFontZoomOut (line 21) | class EditorFontZoomOut extends EditorAction { method constructor (line 22) | constructor() { method run (line 30) | run(accessor, editor) { class EditorFontZoomReset (line 34) | class EditorFontZoomReset extends EditorAction { method constructor (line 35) | constructor() { method run (line 43) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/format/browser/format.js function getRealAndSyntheticDocumentFormattersOrdered (line 26) | function getRealAndSyntheticDocumentFormattersOrdered(documentFormatting... class FormattingConflicts (line 56) | class FormattingConflicts { method setFormatterSelector (line 57) | static setFormatterSelector(selector) { method select (line 61) | static async select(formatter, document, mode, kind) { function formatDocumentRangesWithSelectedProvider (line 73) | async function formatDocumentRangesWithSelectedProvider(accessor, editor... function formatDocumentRangesWithProvider (line 84) | async function formatDocumentRangesWithProvider(accessor, provider, edit... function formatDocumentWithSelectedProvider (line 217) | async function formatDocumentWithSelectedProvider(accessor, editorOrMode... function formatDocumentWithProvider (line 228) | async function formatDocumentWithProvider(accessor, provider, editorOrMo... function getDocumentRangeFormattingEditsUntilResult (line 284) | async function getDocumentRangeFormattingEditsUntilResult(workerService,... function getDocumentFormattingEditsUntilResult (line 294) | async function getDocumentFormattingEditsUntilResult(workerService, lang... function getOnTypeFormattingEdits (line 304) | function getOnTypeFormattingEdits(workerService, languageFeaturesService... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/format/browser/formatActions.js method constructor (line 35) | constructor(_editor, _languageFeaturesService, _workerService, _accessib... method dispose (line 52) | dispose() { method _update (line 56) | _update() { method _trigger (line 85) | _trigger(ch) { method constructor (line 137) | constructor(editor, _languageFeaturesService, _instantiationService) { method dispose (line 148) | dispose() { method _update (line 152) | _update() { method _trigger (line 169) | _trigger(range) { class FormatDocumentAction (line 184) | class FormatDocumentAction extends EditorAction { method constructor (line 185) | constructor() { method run (line 203) | async run(accessor, editor) { class FormatSelectionAction (line 211) | class FormatSelectionAction extends EditorAction { method constructor (line 212) | constructor() { method run (line 230) | async run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/format/browser/formattingEdit.js class FormattingEdit (line 8) | class FormattingEdit { method _handleEolEdits (line 9) | static _handleEolEdits(editor, edits) { method _isFullModelReplaceEdit (line 27) | static _isFullModelReplaceEdit(editor, edit) { method execute (line 36) | static execute(editor, _edits, addUndoStops) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoError/browser/gotoError.js method get (line 30) | static get(editor) { method constructor (line 33) | constructor(editor, _markerNavigationService, _contextKeyService, _edito... method dispose (line 42) | dispose() { method _cleanUp (line 46) | _cleanUp() { method _getOrCreateModel (line 52) | _getOrCreateModel(uri) { method close (line 101) | close(focusEditor = true) { method showAtMarker (line 107) | showAtMarker(marker) { method nagivate (line 117) | async nagivate(next, multiFile) { class MarkerNavigationAction (line 152) | class MarkerNavigationAction extends EditorAction { method constructor (line 153) | constructor(_next, _multiFile, opts) { method run (line 158) | async run(_accessor, editor) { class NextMarkerAction (line 165) | class NextMarkerAction extends MarkerNavigationAction { method constructor (line 166) | constructor() { class PrevMarkerAction (line 189) | class PrevMarkerAction extends MarkerNavigationAction { method constructor (line 190) | constructor() { class NextMarkerInFilesAction (line 213) | class NextMarkerInFilesAction extends MarkerNavigationAction { method constructor (line 214) | constructor() { class PrevMarkerInFilesAction (line 234) | class PrevMarkerInFilesAction extends MarkerNavigationAction { method constructor (line 235) | constructor() { constant CONTEXT_MARKERS_NAVIGATION_VISIBLE (line 260) | const CONTEXT_MARKERS_NAVIGATION_VISIBLE = new RawContextKey('markersNav... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js class MessageWidget (line 37) | class MessageWidget { method constructor (line 38) | constructor(parent, editor, onRelatedInformation, _openerService, _lab... method dispose (line 76) | dispose() { method update (line 79) | update(marker) { method layout (line 165) | layout(height, width) { method getHeightInLines (line 170) | getHeightInLines() { method getAriaLabel (line 173) | getAriaLabel(marker) { method constructor (line 199) | constructor(editor, _themeService, _openerService, _menuService, instant... method _applyTheme (line 215) | _applyTheme(theme) { method _applyStyles (line 237) | _applyStyles() { method dispose (line 243) | dispose() { method _fillHead (line 247) | _fillHead(container) { method _fillTitleIcon (line 256) | _fillTitleIcon(container) { method _fillBody (line 259) | _fillBody(container) { method show (line 269) | show() { method showAtMarker (line 272) | showAtMarker(marker, markerIdx, markerCount) { method updateMarker (line 297) | updateMarker(marker) { method showStale (line 301) | showStale() { method _doLayoutBody (line 305) | _doLayoutBody(heightInPixel, widthInPixel) { method _onWidth (line 311) | _onWidth(widthInPixel) { method _relayout (line 314) | _relayout() { method computeRequiredHeight (line 317) | computeRequiredHeight() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoError/browser/markerNavigationService.js class MarkerCoordinate (line 25) | class MarkerCoordinate { method constructor (line 26) | constructor(marker, index, total) { method constructor (line 33) | constructor(resourceFilter, _markerService, _configService) { method dispose (line 79) | dispose() { method matches (line 83) | matches(uri) { method selected (line 92) | get selected() { method _initIdx (line 96) | _initIdx(model, position, fwd) { method resetIndex (line 130) | resetIndex() { method move (line 133) | move(fwd, model, position) { method find (line 152) | find(uri, position) { method constructor (line 172) | constructor(_markerService, _configService) { method getMarkerList (line 177) | getMarkerList(resource) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/goToCommands.js class SymbolNavigationAnchor (line 42) | class SymbolNavigationAnchor { method is (line 43) | static is(thing) { method constructor (line 55) | constructor(model, position) { class SymbolNavigationAction (line 60) | class SymbolNavigationAction extends EditorAction2 { method all (line 61) | static all() { method _patchConfig (line 64) | static _patchConfig(opts) { method constructor (line 76) | constructor(configuration, opts) { method runEditorCommand (line 81) | runEditorCommand(accessor, editor, arg, range) { method _onResult (line 136) | async _onResult(editorService, symbolNavService, editor, model, range) { method _openReference (line 158) | async _openReference(editor, editorService, reference, sideBySide, hig... method _openInPeek (line 193) | _openInPeek(target, model, range) { class DefinitionAction (line 206) | class DefinitionAction extends SymbolNavigationAction { method _getLocationModel (line 207) | async _getLocationModel(languageFeaturesService, model, position, toke... method _getNoResultFoundMessage (line 210) | _getNoResultFoundMessage(info) { method _getAlternativeCommand (line 215) | _getAlternativeCommand(editor) { method _getGoToPreference (line 218) | _getGoToPreference(editor) { method constructor (line 223) | constructor() { method constructor (line 261) | constructor() { method constructor (line 286) | constructor() { class DeclarationAction (line 314) | class DeclarationAction extends SymbolNavigationAction { method _getLocationModel (line 315) | async _getLocationModel(languageFeaturesService, model, position, toke... method _getNoResultFoundMessage (line 318) | _getNoResultFoundMessage(info) { method _getAlternativeCommand (line 323) | _getAlternativeCommand(editor) { method _getGoToPreference (line 326) | _getGoToPreference(editor) { method constructor (line 331) | constructor() { method _getNoResultFoundMessage (line 355) | _getNoResultFoundMessage(info) { method constructor (line 364) | constructor() { class TypeDefinitionAction (line 383) | class TypeDefinitionAction extends SymbolNavigationAction { method _getLocationModel (line 384) | async _getLocationModel(languageFeaturesService, model, position, toke... method _getNoResultFoundMessage (line 387) | _getNoResultFoundMessage(info) { method _getAlternativeCommand (line 392) | _getAlternativeCommand(editor) { method _getGoToPreference (line 395) | _getGoToPreference(editor) { method constructor (line 400) | constructor() { method constructor (line 433) | constructor() { class ImplementationAction (line 454) | class ImplementationAction extends SymbolNavigationAction { method _getLocationModel (line 455) | async _getLocationModel(languageFeaturesService, model, position, toke... method _getNoResultFoundMessage (line 458) | _getNoResultFoundMessage(info) { method _getAlternativeCommand (line 463) | _getAlternativeCommand(editor) { method _getGoToPreference (line 466) | _getGoToPreference(editor) { method constructor (line 471) | constructor() { method constructor (line 504) | constructor() { class ReferencesAction (line 530) | class ReferencesAction extends SymbolNavigationAction { method _getNoResultFoundMessage (line 531) | _getNoResultFoundMessage(info) { method _getAlternativeCommand (line 536) | _getAlternativeCommand(editor) { method _getGoToPreference (line 539) | _getGoToPreference(editor) { method constructor (line 544) | constructor() { method _getLocationModel (line 573) | async _getLocationModel(languageFeaturesService, model, position, token) { method constructor (line 578) | constructor() { method _getLocationModel (line 594) | async _getLocationModel(languageFeaturesService, model, position, token) { class GenericGoToLocationAction (line 600) | class GenericGoToLocationAction extends SymbolNavigationAction { method constructor (line 601) | constructor(config, _references, _gotoMultipleBehaviour) { method _getLocationModel (line 610) | async _getLocationModel(languageFeaturesService, _model, _position, _t... method _getNoResultFoundMessage (line 613) | _getNoResultFoundMessage(info) { method _getGoToPreference (line 616) | _getGoToPreference(editor) { method _getAlternativeCommand (line 620) | _getAlternativeCommand() { return ''; } method _getNoResultFoundMessage (line 647) | _getNoResultFoundMessage(info) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/goToSymbol.js function shouldIncludeLocationLink (line 12) | function shouldIncludeLocationLink(sourceModel, loc) { function getLocationLinks (line 23) | async function getLocationLinks(model, position, registry, provide) { function getDefinitionsAtPosition (line 35) | function getDefinitionsAtPosition(registry, model, position, token) { function getDeclarationsAtPosition (line 40) | function getDeclarationsAtPosition(registry, model, position, token) { function getImplementationsAtPosition (line 45) | function getImplementationsAtPosition(registry, model, position, token) { function getTypeDefinitionsAtPosition (line 50) | function getTypeDefinitionsAtPosition(registry, model, position, token) { function getReferencesAtPosition (line 55) | function getReferencesAtPosition(registry, model, position, compact, tok... function _sortedAndDeduped (line 70) | async function _sortedAndDeduped(callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js function hasModifier (line 8) | function hasModifier(e, modifier) { class ClickLinkMouseEvent (line 14) | class ClickLinkMouseEvent { method constructor (line 15) | constructor(source, opts) { class ClickLinkKeyboardEvent (line 28) | class ClickLinkKeyboardEvent { method constructor (line 29) | constructor(source, opts) { class ClickLinkOptions (line 35) | class ClickLinkOptions { method constructor (line 36) | constructor(triggerKey, triggerModifier, triggerSideBySideKey, trigger... method equals (line 42) | equals(other) { function createOptions (line 49) | function createOptions(multiCursorModifier) { class ClickLinkGesture (line 61) | class ClickLinkGesture extends Disposable { method constructor (line 62) | constructor(editor, opts) { method _onDidChangeCursorSelection (line 105) | _onDidChangeCursorSelection(e) { method _onEditorMouseMove (line 110) | _onEditorMouseMove(mouseEvent) { method _onEditorMouseDown (line 114) | _onEditorMouseDown(mouseEvent) { method _onEditorMouseUp (line 122) | _onEditorMouseUp(mouseEvent) { method _onEditorKeyDown (line 128) | _onEditorKeyDown(e) { method _onEditorKeyUp (line 139) | _onEditorKeyUp(e) { method _resetHandler (line 144) | _resetHandler() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js method constructor (line 34) | constructor(editor, textModelResolverService, languageService, languageF... method get (line 65) | static get(editor) { method startFindDefinitionFromCursor (line 68) | async startFindDefinitionFromCursor(position) { method startFindDefinitionFromMouse (line 92) | startFindDefinitionFromMouse(mouseEvent, withKey) { method startFindDefinition (line 105) | async startFindDefinition(position) { method getPreviewValue (line 178) | getPreviewValue(textEditorModel, startLineNumber, result) { method stripIndentationFromPreviewRange (line 187) | stripIndentationFromPreviewRange(textEditorModel, startLineNumber, previ... method getPreviewRangeBasedOnIndentation (line 197) | getPreviewRangeBasedOnIndentation(textEditorModel, startLineNumber) { method addDecoration (line 209) | addDecoration(range, hoverMessage) { method removeLinkDecorations (line 220) | removeLinkDecorations() { method isEnabled (line 223) | isEnabled(mouseEvent, withKey) { method findDefinition (line 233) | findDefinition(position, token) { method gotoDefinition (line 240) | gotoDefinition(position, openToSide) { method isInPeekEditor (line 248) | isInPeekEditor(accessor) { method dispose (line 252) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js method get (line 38) | static get(editor) { method constructor (line 41) | constructor(_defaultTreeKeyboardSupport, _editor, contextKeyService, _ed... method dispose (line 54) | dispose() { method toggleWidget (line 63) | toggleWidget(range, modelPromise, peekMode) { method changeFocusBetweenPreviewAndReferences (line 159) | changeFocusBetweenPreviewAndReferences() { method goToNextOrPreviousReference (line 171) | async goToNextOrPreviousReference(fwd) { method revealReference (line 196) | async revealReference(reference) { method closeWidget (line 203) | closeWidget(focusEditor = true) { method _gotoReference (line 216) | _gotoReference(ref, pinned) { method openReference (line 251) | openReference(ref, sideBySide, pinned) { function withController (line 273) | function withController(accessor, fn) { method handler (line 288) | handler(accessor) { method handler (line 300) | handler(accessor) { method handler (line 312) | handler(accessor) { method handler (line 347) | handler(accessor) { method handler (line 364) | handler(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js method constructor (line 30) | constructor(_resolverService) { method hasChildren (line 33) | hasChildren(element) { method getChildren (line 42) | getChildren(element) { class Delegate (line 64) | class Delegate { method getHeight (line 65) | getHeight() { method getTemplateId (line 68) | getTemplateId(element) { method constructor (line 78) | constructor(_keybindingService) { method getKeyboardNavigationLabel (line 81) | getKeyboardNavigationLabel(element) { class IdentityProvider (line 97) | class IdentityProvider { method getId (line 98) | getId(element) { method constructor (line 104) | constructor(container, _labelService) { method set (line 113) | set(element, matches) { method constructor (line 130) | constructor(_instantiationService) { method renderTemplate (line 134) | renderTemplate(container) { method renderElement (line 137) | renderElement(node, index, template) { method disposeTemplate (line 140) | disposeTemplate(templateData) { class OneReferenceTemplate (line 151) | class OneReferenceTemplate extends Disposable { method constructor (line 152) | constructor(container) { method set (line 156) | set(element, score) { class OneReferenceRenderer (line 178) | class OneReferenceRenderer { method constructor (line 179) | constructor() { method renderTemplate (line 182) | renderTemplate(container) { method renderElement (line 185) | renderElement(node, index, templateData) { method disposeTemplate (line 188) | disposeTemplate(templateData) { class AccessibilityProvider (line 194) | class AccessibilityProvider { method getWidgetAriaLabel (line 195) | getWidgetAriaLabel() { method getAriaLabel (line 198) | getAriaLabel(element) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js class DecorationsManager (line 39) | class DecorationsManager { method constructor (line 40) | constructor(_editor, _model) { method dispose (line 50) | dispose() { method _onModelChanged (line 55) | _onModelChanged() { method _addDecorations (line 68) | _addDecorations(reference) { method _onDecorationChanged (line 96) | _onDecorationChanged() { method removeDecorations (line 134) | removeDecorations() { class LayoutData (line 144) | class LayoutData { method constructor (line 145) | constructor() { method fromJSON (line 149) | static fromJSON(raw) { class ReferencesTree (line 166) | class ReferencesTree extends WorkbenchAsyncDataTree { method constructor (line 172) | constructor(editor, _defaultTreeKeyboardSupport, layoutData, themeServic... method dispose (line 194) | dispose() { method _applyTheme (line 205) | _applyTheme(theme) { method show (line 215) | show(where) { method focusOnReferenceTree (line 218) | focusOnReferenceTree() { method focusOnPreviewEditor (line 221) | focusOnPreviewEditor() { method isPreviewEditorFocused (line 224) | isPreviewEditorFocused() { method _onTitleClick (line 227) | _onTitleClick(e) { method _fillBody (line 236) | _fillBody(containerElement) { method _onWidth (line 337) | _onWidth(width) { method _doLayoutBody (line 342) | _doLayoutBody(heightInPixel, widthInPixel) { method setSelection (line 349) | setSelection(selection) { method setModel (line 360) | setModel(newModel) { method _onNewModel (line 369) | _onNewModel() { method _getFocusedReference (line 409) | _getFocusedReference() { method revealReference (line 421) | async revealReference(reference) { method _revealReference (line 425) | async _revealReference(reference, revealParent) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/referencesModel.js class OneReference (line 14) | class OneReference { method constructor (line 15) | constructor(isProviderFirst, parent, link, _rangeCallback) { method uri (line 22) | get uri() { method range (line 25) | get range() { method range (line 29) | set range(value) { method ariaMessage (line 33) | get ariaMessage() { class FilePreview (line 44) | class FilePreview { method constructor (line 45) | constructor(_modelReference) { method dispose (line 48) | dispose() { method preview (line 51) | preview(range, n = 8) { class FileReferences (line 69) | class FileReferences { method constructor (line 70) | constructor(parent, uri) { method dispose (line 76) | dispose() { method getPreview (line 80) | getPreview(child) { method ariaMessage (line 83) | get ariaMessage() { method resolve (line 92) | async resolve(textModelResolverService) { class ReferencesModel (line 111) | class ReferencesModel { method constructor (line 112) | constructor(links, title) { method dispose (line 137) | dispose() { method clone (line 142) | clone() { method title (line 145) | get title() { method isEmpty (line 148) | get isEmpty() { method ariaMessage (line 151) | get ariaMessage() { method nextOrPreviousReference (line 165) | nextOrPreviousReference(reference, next) { method nearestReference (line 190) | nearestReference(resource, position) { method referenceAt (line 219) | referenceAt(resource, position) { method firstReference (line 229) | firstReference() { method _compareReferences (line 237) | static _compareReferences(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js method constructor (line 30) | constructor(contextKeyService, _editorService, _notificationService, _ke... method reset (line 39) | reset() { method put (line 47) | put(anchor) { method revealNext (line 88) | revealNext(source) { method _showMessage (line 110) | _showMessage() { method constructor (line 128) | constructor() { method runEditorCommand (line 138) | runEditorCommand(accessor, editor) { method handler (line 147) | handler(accessor) { method constructor (line 153) | constructor(editorService) { method dispose (line 162) | dispose() { method _onDidAddEditor (line 167) | _onDidAddEditor(editor) { method _onDidRemoveEditor (line 170) | _onDidRemoveEditor(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/contentHoverComputer.js class ContentHoverComputer (line 7) | class ContentHoverComputer { method anchor (line 8) | get anchor() { return this._anchor; } method anchor (line 9) | set anchor(value) { this._anchor = value; } method shouldFocus (line 10) | get shouldFocus() { return this._shouldFocus; } method shouldFocus (line 11) | set shouldFocus(value) { this._shouldFocus = value; } method source (line 12) | get source() { return this._source; } method source (line 13) | set source(value) { this._source = value; } method insistOnKeepingHoverVisible (line 14) | get insistOnKeepingHoverVisible() { return this._insistOnKeepingHoverV... method insistOnKeepingHoverVisible (line 15) | set insistOnKeepingHoverVisible(value) { this._insistOnKeepingHoverVis... method constructor (line 16) | constructor(_editor, _participants) { method _getLineDecorations (line 24) | static _getLineDecorations(editor, anchor) { method computeAsync (line 55) | computeAsync(token) { method computeSync (line 68) | computeSync() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/contentHoverController.js method constructor (line 33) | constructor(_editor, _instantiationService, _keybindingService) { method _startShowingOrUpdateHover (line 76) | _startShowingOrUpdateHover(anchor, mode, source, focus, mouseEvent) { method _startHoverOperationIfNecessary (line 118) | _startHoverOperationIfNecessary(anchor, mode, source, focus, insistOnKee... method _setCurrentResult (line 130) | _setCurrentResult(hoverResult) { method _addLoadingMessage (line 146) | _addLoadingMessage(result) { method _withResult (line 159) | _withResult(hoverResult) { method _renderMessages (line 173) | _renderMessages(anchor, messages) { method _doOnContentsChanged (line 214) | _doOnContentsChanged() { method computeHoverRanges (line 218) | static computeHoverRanges(editor, anchorRange, messages) { method showsOrWillShow (line 251) | showsOrWillShow(mouseEvent) { method startShowingAtRange (line 283) | startShowingAtRange(range, mode, source, focus) { method updateMarkdownHoverVerbosityLevel (line 286) | async updateMarkdownHoverVerbosityLevel(action, index, focus) { method markdownHoverContentAtIndex (line 290) | markdownHoverContentAtIndex(index) { method doesMarkdownHoverAtIndexSupportVerbosityAction (line 294) | doesMarkdownHoverAtIndexSupportVerbosityAction(index, action) { method containsNode (line 298) | containsNode(node) { method focus (line 301) | focus() { method scrollUp (line 304) | scrollUp() { method scrollDown (line 307) | scrollDown() { method scrollLeft (line 310) | scrollLeft() { method scrollRight (line 313) | scrollRight() { method pageUp (line 316) | pageUp() { method pageDown (line 319) | pageDown() { method goToTop (line 322) | goToTop() { method goToBottom (line 325) | goToBottom() { method hide (line 328) | hide() { method isColorPickerVisible (line 333) | get isColorPickerVisible() { method isVisibleFromKeyboard (line 336) | get isVisibleFromKeyboard() { method isVisible (line 339) | get isVisible() { method isFocused (line 342) | get isFocused() { method isResizing (line 345) | get isResizing() { method widget (line 348) | get widget() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/contentHoverStatusBar.js method hasContent (line 20) | get hasContent() { method constructor (line 23) | constructor(_keybindingService) { method addAction (line 31) | addAction(actionOptions) { method append (line 37) | append(element) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/contentHoverTypes.js class HoverResult (line 5) | class HoverResult { method constructor (line 6) | constructor(anchor, messages, isComplete) { method filter (line 11) | filter(anchor) { class FilteredHoverResult (line 19) | class FilteredHoverResult extends HoverResult { method constructor (line 20) | constructor(original, anchor, messages, isComplete) { method filter (line 24) | filter(anchor) { class ContentHoverVisibleData (line 28) | class ContentHoverVisibleData { method constructor (line 29) | constructor(initialMousePosX, initialMousePosY, colorPicker, showAtPos... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/contentHoverWidget.js constant HORIZONTAL_SCROLLING_BY (line 23) | const HORIZONTAL_SCROLLING_BY = 30; constant CONTAINER_HEIGHT_PADDING (line 24) | const CONTAINER_HEIGHT_PADDING = 6; method isColorPickerVisible (line 26) | get isColorPickerVisible() { method isVisibleFromKeyboard (line 30) | get isVisibleFromKeyboard() { method isVisible (line 34) | get isVisible() { method isFocused (line 38) | get isFocused() { method constructor (line 42) | constructor(editor, contextKeyService, _configurationService, _accessibi... method dispose (line 76) | dispose() { method getId (line 82) | getId() { method _applyDimensions (line 85) | static _applyDimensions(container, width, height) { method _setContentsDomNodeDimensions (line 91) | _setContentsDomNodeDimensions(width, height) { method _setContainerDomNodeDimensions (line 95) | _setContainerDomNodeDimensions(width, height) { method _setHoverWidgetDimensions (line 99) | _setHoverWidgetDimensions(width, height) { method _applyMaxDimensions (line 104) | static _applyMaxDimensions(container, width, height) { method _setHoverWidgetMaxDimensions (line 110) | _setHoverWidgetMaxDimensions(width, height) { method _setAdjustedHoverWidgetDimensions (line 116) | _setAdjustedHoverWidgetDimensions(size) { method _updateResizableNodeMaxDimensions (line 122) | _updateResizableNodeMaxDimensions() { method _resize (line 129) | _resize(size) { method _findAvailableSpaceVertically (line 139) | _findAvailableSpaceVertically() { method _findMaximumRenderingHeight (line 149) | _findMaximumRenderingHeight() { method _isHoverTextOverflowing (line 161) | _isHoverTextOverflowing() { method _findMaximumRenderingWidth (line 172) | _findMaximumRenderingWidth() { method isMouseGettingCloser (line 190) | isMouseGettingCloser(posx, posy) { method _setHoverData (line 212) | _setHoverData(hoverData) { method _updateFont (line 219) | _updateFont() { method _updateContent (line 227) | _updateContent(node) { method _layoutContentWidget (line 233) | _layoutContentWidget() { method _updateMaxDimensions (line 237) | _updateMaxDimensions() { method _render (line 242) | _render(node, hoverData) { method getPosition (line 252) | getPosition() { method showAt (line 264) | showAt(node, hoverData) { method hide (line 287) | hide() { method _removeConstraintsRenderNormally (line 301) | _removeConstraintsRenderNormally() { method setMinimumDimensions (line 307) | setMinimumDimensions(dimensions) { method _updateMinimumWidth (line 312) | _updateMinimumWidth() { method onContentsChanged (line 319) | onContentsChanged() { method focus (line 338) | focus() { method scrollUp (line 341) | scrollUp() { method scrollDown (line 346) | scrollDown() { method scrollLeft (line 351) | scrollLeft() { method scrollRight (line 355) | scrollRight() { method pageUp (line 359) | pageUp() { method pageDown (line 364) | pageDown() { method goToTop (line 369) | goToTop() { method goToBottom (line 372) | goToBottom() { function computeDistanceFromPointToRectangle (line 385) | function computeDistanceFromPointToRectangle(pointX, pointY, left, top, ... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/getHover.js class HoverProviderResult (line 10) | class HoverProviderResult { method constructor (line 11) | constructor(provider, hover, ordinal) { function executeProvider (line 20) | async function executeProvider(provider, ordinal, model, position, token) { function getHoverProviderResultsAsAsyncIterable (line 29) | function getHoverProviderResultsAsAsyncIterable(registry, model, positio... function getHoversPromise (line 34) | function getHoversPromise(registry, model, position, token) { function isValid (line 41) | function isValid(result) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverAccessibleViews.js class HoverAccessibleView (line 16) | class HoverAccessibleView { method dispose (line 17) | dispose() { class HoverAccessibilityHelp (line 22) | class HoverAccessibilityHelp { method dispose (line 23) | dispose() { class BaseHoverAccessibleViewProvider (line 28) | class BaseHoverAccessibleViewProvider extends Disposable { method constructor (line 29) | constructor(_hoverController) { class HoverAccessibilityHelpProvider (line 35) | class HoverAccessibilityHelpProvider extends BaseHoverAccessibleViewProv... method constructor (line 36) | constructor(hoverController) { method provideContentAtIndex (line 40) | provideContentAtIndex(index) { method _descriptionsOfVerbosityActionsForIndex (line 47) | _descriptionsOfVerbosityActionsForIndex(index) { method _descriptionOfVerbosityActionForIndex (line 59) | _descriptionOfVerbosityActionForIndex(action, index) { method _descriptionOfFocusedMarkdownHoverAtIndex (line 71) | _descriptionOfFocusedMarkdownHoverAtIndex(index) { class HoverAccessibleViewProvider (line 81) | class HoverAccessibleViewProvider extends BaseHoverAccessibleViewProvider { method constructor (line 82) | constructor(_keybindingService, _editor, hoverController) { method _initializeOptions (line 89) | _initializeOptions(editor, hoverController) { class ExtHoverAccessibleView (line 96) | class ExtHoverAccessibleView { method dispose (line 97) | dispose() { } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverActionIds.js constant SHOW_OR_FOCUS_HOVER_ACTION_ID (line 6) | const SHOW_OR_FOCUS_HOVER_ACTION_ID = 'editor.action.showHover'; constant SHOW_DEFINITION_PREVIEW_HOVER_ACTION_ID (line 7) | const SHOW_DEFINITION_PREVIEW_HOVER_ACTION_ID = 'editor.action.showDefin... constant SCROLL_UP_HOVER_ACTION_ID (line 8) | const SCROLL_UP_HOVER_ACTION_ID = 'editor.action.scrollUpHover'; constant SCROLL_DOWN_HOVER_ACTION_ID (line 9) | const SCROLL_DOWN_HOVER_ACTION_ID = 'editor.action.scrollDownHover'; constant SCROLL_LEFT_HOVER_ACTION_ID (line 10) | const SCROLL_LEFT_HOVER_ACTION_ID = 'editor.action.scrollLeftHover'; constant SCROLL_RIGHT_HOVER_ACTION_ID (line 11) | const SCROLL_RIGHT_HOVER_ACTION_ID = 'editor.action.scrollRightHover'; constant PAGE_UP_HOVER_ACTION_ID (line 12) | const PAGE_UP_HOVER_ACTION_ID = 'editor.action.pageUpHover'; constant PAGE_DOWN_HOVER_ACTION_ID (line 13) | const PAGE_DOWN_HOVER_ACTION_ID = 'editor.action.pageDownHover'; constant GO_TO_TOP_HOVER_ACTION_ID (line 14) | const GO_TO_TOP_HOVER_ACTION_ID = 'editor.action.goToTopHover'; constant GO_TO_BOTTOM_HOVER_ACTION_ID (line 15) | const GO_TO_BOTTOM_HOVER_ACTION_ID = 'editor.action.goToBottomHover'; constant INCREASE_HOVER_VERBOSITY_ACTION_ID (line 16) | const INCREASE_HOVER_VERBOSITY_ACTION_ID = 'editor.action.increaseHoverV... constant INCREASE_HOVER_VERBOSITY_ACTION_LABEL (line 17) | const INCREASE_HOVER_VERBOSITY_ACTION_LABEL = nls.localize({ key: 'incre... constant DECREASE_HOVER_VERBOSITY_ACTION_ID (line 18) | const DECREASE_HOVER_VERBOSITY_ACTION_ID = 'editor.action.decreaseHoverV... constant DECREASE_HOVER_VERBOSITY_ACTION_LABEL (line 19) | const DECREASE_HOVER_VERBOSITY_ACTION_LABEL = nls.localize({ key: 'decre... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverActions.js class ShowOrFocusHoverAction (line 21) | class ShowOrFocusHoverAction extends EditorAction { method constructor (line 22) | constructor() { method run (line 63) | run(accessor, editor, args) { class ShowDefinitionPreviewHoverAction (line 98) | class ShowDefinitionPreviewHoverAction extends EditorAction { method constructor (line 99) | constructor() { method run (line 116) | run(accessor, editor) { class ScrollUpHoverAction (line 136) | class ScrollUpHoverAction extends EditorAction { method constructor (line 137) | constructor() { method run (line 158) | run(accessor, editor) { class ScrollDownHoverAction (line 166) | class ScrollDownHoverAction extends EditorAction { method constructor (line 167) | constructor() { method run (line 188) | run(accessor, editor) { class ScrollLeftHoverAction (line 196) | class ScrollLeftHoverAction extends EditorAction { method constructor (line 197) | constructor() { method run (line 218) | run(accessor, editor) { class ScrollRightHoverAction (line 226) | class ScrollRightHoverAction extends EditorAction { method constructor (line 227) | constructor() { method run (line 248) | run(accessor, editor) { class PageUpHoverAction (line 256) | class PageUpHoverAction extends EditorAction { method constructor (line 257) | constructor() { method run (line 279) | run(accessor, editor) { class PageDownHoverAction (line 287) | class PageDownHoverAction extends EditorAction { method constructor (line 288) | constructor() { method run (line 310) | run(accessor, editor) { class GoToTopHoverAction (line 318) | class GoToTopHoverAction extends EditorAction { method constructor (line 319) | constructor() { method run (line 341) | run(accessor, editor) { class GoToBottomHoverAction (line 349) | class GoToBottomHoverAction extends EditorAction { method constructor (line 350) | constructor() { method run (line 372) | run(accessor, editor) { class IncreaseHoverVerbosityLevel (line 380) | class IncreaseHoverVerbosityLevel extends EditorAction { method constructor (line 381) | constructor() { method run (line 389) | run(accessor, editor, args) { class DecreaseHoverVerbosityLevel (line 394) | class DecreaseHoverVerbosityLevel extends EditorAction { method constructor (line 395) | constructor() { method run (line 403) | run(accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverController.js method constructor (line 29) | constructor(_editor, _instantiationService, _keybindingService) { method get (line 50) | static get(editor) { method _hookListeners (line 53) | _hookListeners() { method _unhookListeners (line 78) | _unhookListeners() { method _cancelScheduler (line 81) | _cancelScheduler() { method _onEditorScrollChanged (line 85) | _onEditorScrollChanged(e) { method _onEditorMouseDown (line 90) | _onEditorMouseDown(mouseEvent) { method _shouldNotHideCurrentHoverWidget (line 98) | _shouldNotHideCurrentHoverWidget(mouseEvent) { method _isMouseOnMarginHoverWidget (line 106) | _isMouseOnMarginHoverWidget(mouseEvent) { method _isMouseOnContentHoverWidget (line 113) | _isMouseOnContentHoverWidget(mouseEvent) { method _onEditorMouseUp (line 120) | _onEditorMouseUp() { method _onEditorMouseLeave (line 123) | _onEditorMouseLeave(mouseEvent) { method _shouldNotRecomputeCurrentHoverWidget (line 137) | _shouldNotRecomputeCurrentHoverWidget(mouseEvent) { method _onEditorMouseMove (line 168) | _onEditorMouseMove(mouseEvent) { method _reactToEditorMouseMove (line 201) | _reactToEditorMouseMove(mouseEvent) { method _tryShowHoverWidget (line 230) | _tryShowHoverWidget(mouseEvent, hoverWidgetType) { method _onKeyDown (line 253) | _onKeyDown(e) { method _hideWidgets (line 278) | _hideWidgets() { method _getOrCreateContentWidget (line 291) | _getOrCreateContentWidget() { method _getOrCreateGlyphWidget (line 298) | _getOrCreateGlyphWidget() { method showContentHover (line 304) | showContentHover(range, mode, source, focus, activatedByColorDecoratorCl... method _isContentWidgetResizing (line 308) | _isContentWidgetResizing() { method markdownHoverContentAtIndex (line 312) | markdownHoverContentAtIndex(index) { method doesMarkdownHoverAtIndexSupportVerbosityAction (line 315) | doesMarkdownHoverAtIndexSupportVerbosityAction(index, action) { method updateMarkdownHoverVerbosityLevel (line 318) | updateMarkdownHoverVerbosityLevel(action, index, focus) { method focus (line 321) | focus() { method scrollUp (line 325) | scrollUp() { method scrollDown (line 329) | scrollDown() { method scrollLeft (line 333) | scrollLeft() { method scrollRight (line 337) | scrollRight() { method pageUp (line 341) | pageUp() { method pageDown (line 345) | pageDown() { method goToTop (line 349) | goToTop() { method goToBottom (line 353) | goToBottom() { method isColorPickerVisible (line 357) | get isColorPickerVisible() { method isHoverVisible (line 361) | get isHoverVisible() { method dispose (line 365) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverOperation.js class HoverResult (line 9) | class HoverResult { method constructor (line 10) | constructor(value, isComplete, hasLoadingMessage) { class HoverOperation (line 26) | class HoverOperation extends Disposable { method constructor (line 27) | constructor(_editor, _computer) { method dispose (line 41) | dispose() { method _hoverTime (line 48) | get _hoverTime() { method _firstWaitTime (line 51) | get _firstWaitTime() { method _secondWaitTime (line 54) | get _secondWaitTime() { method _loadingMessageTime (line 57) | get _loadingMessageTime() { method _setState (line 60) | _setState(state, fireResult = true) { method _triggerAsyncComputation (line 66) | _triggerAsyncComputation() { method _triggerSyncComputation (line 94) | _triggerSyncComputation() { method _triggerLoadingMessage (line 100) | _triggerLoadingMessage() { method _fireResult (line 105) | _fireResult() { method start (line 114) | start(mode) { method cancel (line 136) | cancel() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/hoverTypes.js class HoverRangeAnchor (line 5) | class HoverRangeAnchor { method constructor (line 6) | constructor(priority, range, initialMousePosX, initialMousePosY) { method equals (line 13) | equals(other) { method canAdoptVisibleHover (line 16) | canAdoptVisibleHover(lastAnchor, showAtPosition) { class HoverForeignElementAnchor (line 20) | class HoverForeignElementAnchor { method constructor (line 21) | constructor(priority, owner, range, initialMousePosX, initialMousePosY... method equals (line 30) | equals(other) { method canAdoptVisibleHover (line 33) | canAdoptVisibleHover(lastAnchor, showAtPosition) { method constructor (line 38) | constructor() { method register (line 41) | register(ctor) { method getAll (line 44) | getAll() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/marginHoverComputer.js class MarginHoverComputer (line 8) | class MarginHoverComputer { method lineNumber (line 9) | get lineNumber() { method lineNumber (line 12) | set lineNumber(value) { method lane (line 15) | get lane() { method lane (line 18) | set lane(value) { method constructor (line 21) | constructor(_editor) { method computeSync (line 26) | computeSync() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/marginHoverWidget.js class MarginHoverWidget (line 12) | class MarginHoverWidget extends Disposable { method constructor (line 13) | constructor(editor, languageService, openerService) { method dispose (line 35) | dispose() { method getId (line 39) | getId() { method getDomNode (line 42) | getDomNode() { method getPosition (line 45) | getPosition() { method _updateFont (line 48) | _updateFont() { method _onModelDecorationsChanged (line 52) | _onModelDecorationsChanged() { method showsOrWillShow (line 60) | showsOrWillShow(mouseEvent) { method _startShowingAt (line 72) | _startShowingAt(lineNumber, laneOrLine) { method hide (line 83) | hide() { method _withResult (line 92) | _withResult(result) { method _renderMessages (line 101) | _renderMessages(lineNumber, messages) { method _updateContents (line 114) | _updateContents(node) { method _showAt (line 119) | _showAt(lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/markdownHoverParticipant.js class MarkdownHover (line 40) | class MarkdownHover { method constructor (line 41) | constructor(owner, range, contents, isBeforeContent, ordinal, source =... method isValidForHoverAnchor (line 49) | isValidForHoverAnchor(anchor) { class HoverSource (line 55) | class HoverSource { method constructor (line 56) | constructor(hover, hoverProvider, hoverPosition) { method supportsVerbosityAction (line 61) | supportsVerbosityAction(hoverVerbosityAction) { method constructor (line 72) | constructor(_editor, _languageService, _openerService, _configurationSer... method createLoadingMessage (line 82) | createLoadingMessage(anchor) { method computeSync (line 85) | computeSync(anchor, lineDecorations) { method computeAsync (line 128) | computeAsync(anchor, lineDecorations, token) { method _getMarkdownHovers (line 140) | _getMarkdownHovers(hoverProviderRegistry, model, anchor, token) { method renderHoverParts (line 151) | renderHoverParts(context, hoverParts) { method markdownHoverContentAtIndex (line 155) | markdownHoverContentAtIndex(index) { method doesMarkdownHoverAtIndexSupportVerbosityAction (line 159) | doesMarkdownHoverAtIndexSupportVerbosityAction(index, action) { method updateMarkdownHoverVerbosityLevel (line 163) | updateMarkdownHoverVerbosityLevel(action, index, focus) { class MarkdownRenderedHoverParts (line 177) | class MarkdownRenderedHoverParts extends Disposable { method constructor (line 178) | constructor(hoverParts, // we own! method _renderHoverParts (line 200) | _renderHoverParts(hoverParts, hoverPartsContainer, onFinishedRendering) { method _renderHoverPart (line 208) | _renderHoverPart(hoverPartIndex, hoverContents, hoverSource, onFinishe... method _renderMarkdownContent (line 232) | _renderMarkdownContent(markdownContent, onFinishedRendering) { method _renderHoverExpansionAction (line 241) | _renderHoverExpansionAction(container, action, actionEnabled) { method updateMarkdownHoverPartVerbosityLevel (line 258) | async updateMarkdownHoverPartVerbosityLevel(action, index = -1, focus ... method markdownHoverContentAtIndex (line 282) | markdownHoverContentAtIndex(index) { method doesMarkdownHoverAtIndexSupportVerbosityAction (line 287) | doesMarkdownHoverAtIndexSupportVerbosityAction(index, action) { method _fetchHover (line 295) | async _fetchHover(hoverSource, model, action) { method _replaceRenderedHoverPartAtIndex (line 317) | _replaceRenderedHoverPartAtIndex(index, renderedHoverPart) { method _focusOnHoverPartWithIndex (line 327) | _focusOnHoverPartWithIndex(index) { method _getRenderedHoverPartAtIndex (line 330) | _getRenderedHoverPartAtIndex(index) { function renderMarkdownHovers (line 334) | function renderMarkdownHovers(context, hoverParts, editor, languageServi... function renderMarkdownInContainer (line 343) | function renderMarkdownInContainer(editor, container, markdownStrings, l... function labelForHoverVerbosityAction (line 362) | function labelForHoverVerbosityAction(keybindingService, action) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/markerHoverParticipant.js class MarkerHover (line 32) | class MarkerHover { method constructor (line 33) | constructor(owner, range, marker) { method isValidForHoverAnchor (line 38) | isValidForHoverAnchor(anchor) { method constructor (line 50) | constructor(_editor, _markerDecorationsService, _openerService, _languag... method computeSync (line 58) | computeSync(anchor, lineDecorations) { method renderHoverParts (line 78) | renderHoverParts(context, hoverParts) { method renderMarkerHover (line 88) | renderMarkerHover(markerHover, disposables) { method renderMarkerStatusbar (line 149) | renderMarkerStatusbar(context, markerHover, disposables) { method getCodeActions (line 219) | getCodeActions(marker) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/hover/browser/resizableContentWidget.js constant TOP_HEIGHT (line 9) | const TOP_HEIGHT = 30; constant BOTTOM_HEIGHT (line 10) | const BOTTOM_HEIGHT = 24; class ResizableContentWidget (line 11) | class ResizableContentWidget extends Disposable { method constructor (line 12) | constructor(_editor, minimumSize = new dom.Dimension(10, 10)) { method isResizing (line 34) | get isResizing() { method getDomNode (line 37) | getDomNode() { method getPosition (line 40) | getPosition() { method position (line 43) | get position() { method _availableVerticalSpaceAbove (line 47) | _availableVerticalSpaceAbove(position) { method _availableVerticalSpaceBelow (line 56) | _availableVerticalSpaceBelow(position) { method _findPositionPreference (line 67) | _findPositionPreference(widgetHeight, showAtPosition) { method _resize (line 88) | _resize(dimension) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js method get (line 28) | static get(editor) { method constructor (line 31) | constructor(editor, editorWorkerService) { method dispose (line 36) | dispose() { method run (line 38) | run(source, up) { class InPlaceReplaceUp (line 107) | class InPlaceReplaceUp extends EditorAction { method constructor (line 108) | constructor() { method run (line 121) | run(accessor, editor) { class InPlaceReplaceDown (line 129) | class InPlaceReplaceDown extends EditorAction { method constructor (line 130) | constructor() { method run (line 143) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.js class InPlaceReplaceCommand (line 6) | class InPlaceReplaceCommand { method constructor (line 7) | constructor(editRange, originalSelection, text) { method getEditOperations (line 12) | getEditOperations(model, builder) { method computeCursorState (line 15) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/indentation/browser/indentation.js class IndentationToSpacesAction (line 28) | class IndentationToSpacesAction extends EditorAction { method constructor (line 29) | constructor() { method run (line 40) | run(accessor, editor) { class IndentationToTabsAction (line 60) | class IndentationToTabsAction extends EditorAction { method constructor (line 61) | constructor() { method run (line 72) | run(accessor, editor) { class ChangeIndentationSizeAction (line 92) | class ChangeIndentationSizeAction extends EditorAction { method constructor (line 93) | constructor(insertSpaces, displaySizeOnly, opts) { method run (line 98) | run(accessor, editor) { class IndentUsingTabs (line 144) | class IndentUsingTabs extends ChangeIndentationSizeAction { method constructor (line 145) | constructor() { class IndentUsingSpaces (line 158) | class IndentUsingSpaces extends ChangeIndentationSizeAction { method constructor (line 159) | constructor() { class ChangeTabDisplaySize (line 172) | class ChangeTabDisplaySize extends ChangeIndentationSizeAction { method constructor (line 173) | constructor() { class DetectIndentation (line 186) | class DetectIndentation extends EditorAction { method constructor (line 187) | constructor() { method run (line 198) | run(accessor, editor) { class ReindentLinesAction (line 209) | class ReindentLinesAction extends EditorAction { method constructor (line 210) | constructor() { method run (line 221) | run(accessor, editor) { class ReindentSelectedLinesAction (line 235) | class ReindentSelectedLinesAction extends EditorAction { method constructor (line 236) | constructor() { method run (line 247) | run(accessor, editor) { class AutoIndentOnPasteCommand (line 282) | class AutoIndentOnPasteCommand { method constructor (line 283) | constructor(edits, initialSelection) { method getEditOperations (line 293) | getEditOperations(model, builder) { method computeCursorState (line 314) | computeCursorState(model, helper) { method constructor (line 319) | constructor(editor, _languageConfigurationService) { method update (line 328) | update() { method trigger (line 343) | trigger(range) { method shouldIgnoreLine (line 467) | shouldIgnoreLine(model, lineNumber) { method dispose (line 482) | dispose() { function isStartOrEndInString (line 492) | function isStartOrEndInString(model, range) { function getIndentationEditOperations (line 499) | function getIndentationEditOperations(model, builder, tabSize, tabsToSpa... class IndentationToSpacesCommand (line 525) | class IndentationToSpacesCommand { method constructor (line 526) | constructor(selection, tabSize) { method getEditOperations (line 531) | getEditOperations(model, builder) { method computeCursorState (line 535) | computeCursorState(model, helper) { class IndentationToTabsCommand (line 539) | class IndentationToTabsCommand { method constructor (line 540) | constructor(selection, tabSize) { method getEditOperations (line 545) | getEditOperations(model, builder) { method computeCursorState (line 549) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/indentation/common/indentUtils.js function getSpaceCnt (line 5) | function getSpaceCnt(str, tabSize) { function generateIndent (line 17) | function generateIndent(spacesCnt, tabSize, insertSpaces) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/indentation/common/indentation.js function getReindentEditOperations (line 11) | function getReindentEditOperations(model, languageConfigurationService, ... function doesLineStartWithString (line 91) | function doesLineStartWithString(model, lineNumber) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlayHints/browser/inlayHints.js class InlayHintAnchor (line 11) | class InlayHintAnchor { method constructor (line 12) | constructor(range, direction) { class InlayHintItem (line 17) | class InlayHintItem { method constructor (line 18) | constructor(hint, anchor, provider) { method with (line 24) | with(delta) { method resolve (line 30) | async resolve(token) { method _doResolve (line 49) | async _doResolve(token) { class InlayHintsFragments (line 64) | class InlayHintsFragments { method create (line 65) | static async create(registry, model, ranges, token) { method constructor (line 84) | constructor(ranges, data, model) { method dispose (line 111) | dispose() { method _getRangeAtPosition (line 114) | static _getRangeAtPosition(model, position) { method dispose (line 143) | dispose() { } function asCommandLink (line 144) | function asCommandLink(command) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlayHints/browser/inlayHintsController.js class InlayHintsCache (line 45) | class InlayHintsCache { method constructor (line 46) | constructor() { method get (line 49) | get(model) { method set (line 53) | set(model, value) { method _key (line 57) | static _key(model) { class RenderedInlayHintLabelPart (line 64) | class RenderedInlayHintLabelPart { method constructor (line 65) | constructor(item, index) { method part (line 69) | get part() { class ActiveInlayHintInfo (line 79) | class ActiveInlayHintInfo { method constructor (line 80) | constructor(part, hasTriggerModifier) { method get (line 87) | static get(editor) { method constructor (line 91) | constructor(_editor, _languageFeaturesService, _featureDebounce, _inlayH... method dispose (line 114) | dispose() { method _update (line 119) | _update() { method _installLinkGesture (line 232) | _installLinkGesture() { method _getInlineHintsForRange (line 280) | _getInlineHintsForRange(range) { method _installDblClickGesture (line 289) | _installDblClickGesture(updateInlayHints) { method _installContextMenu (line 307) | _installContextMenu() { method _getInlayHintLabelPart (line 318) | _getInlayHintLabelPart(e) { method _invokeCommand (line 329) | async _invokeCommand(command, item) { method _cacheHintsForFastRestore (line 342) | _cacheHintsForFastRestore(model) { method _copyInlayHintsWithCurrentAnchor (line 348) | _copyInlayHintsWithCurrentAnchor(model) { method _getHintsRanges (line 366) | _getHintsRanges() { method _updateHintsDecorators (line 382) | _updateHintsDecorators(ranges, items) { method _fillInColors (line 521) | _fillInColors(props, hint) { method _getLayoutInfo (line 535) | _getLayoutInfo() { method _removeAllDecorations (line 550) | _removeAllDecorations() { function fixSpace (line 571) | function fixSpace(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js class InlayHintsHoverAnchor (line 33) | class InlayHintsHoverAnchor extends HoverForeignElementAnchor { method constructor (line 34) | constructor(part, owner, initialMousePosX, initialMousePosY) { method constructor (line 40) | constructor(editor, languageService, openerService, keybindingService, h... method suggestHoverAnchor (line 45) | suggestHoverAnchor(mouseEvent) { method computeSync (line 60) | computeSync() { method computeAsync (line 63) | computeAsync(anchor, _lineDecorations, token) { method _resolveInlayHintLabelPartHover (line 130) | async _resolveInlayHintLabelPartHover(part, token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.js function showGoToContextMenu (line 19) | async function showGoToContextMenu(accessor, editor, anchor, part) { function goToDefinitionWithLocation (line 83) | async function goToDefinitionWithLocation(accessor, event, editor, locat... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/commands.js class ShowNextInlineSuggestionAction (line 17) | class ShowNextInlineSuggestionAction extends EditorAction { method constructor (line 18) | constructor() { method run (line 30) | async run(accessor, editor) { class ShowPreviousInlineSuggestionAction (line 37) | class ShowPreviousInlineSuggestionAction extends EditorAction { method constructor (line 38) | constructor() { method run (line 50) | async run(accessor, editor) { class TriggerInlineSuggestionAction (line 57) | class TriggerInlineSuggestionAction extends EditorAction { method constructor (line 58) | constructor() { method run (line 66) | async run(accessor, editor) { class AcceptNextWordOfInlineCompletion (line 76) | class AcceptNextWordOfInlineCompletion extends EditorAction { method constructor (line 77) | constructor() { method run (line 96) | async run(accessor, editor) { class AcceptNextLineOfInlineCompletion (line 102) | class AcceptNextLineOfInlineCompletion extends EditorAction { method constructor (line 103) | constructor() { method run (line 120) | async run(accessor, editor) { class AcceptInlineCompletion (line 126) | class AcceptInlineCompletion extends EditorAction { method constructor (line 127) | constructor() { method run (line 146) | async run(accessor, editor) { class HideInlineCompletion (line 155) | class HideInlineCompletion extends EditorAction { method constructor (line 156) | constructor() { method run (line 168) | async run(accessor, editor) { class ToggleAlwaysShowInlineSuggestionToolbar (line 177) | class ToggleAlwaysShowInlineSuggestionToolbar extends Action2 { method constructor (line 178) | constructor() { method run (line 192) | async run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/ghostText.js class GhostText (line 10) | class GhostText { method constructor (line 11) | constructor(lineNumber, parts) { method equals (line 15) | equals(other) { method renderForScreenReader (line 20) | renderForScreenReader(lineText) { method isEmpty (line 31) | isEmpty() { method lineCount (line 34) | get lineCount() { class GhostTextPart (line 38) | class GhostTextPart { method constructor (line 39) | constructor(column, text, method equals (line 49) | equals(other) { class GhostTextReplacement (line 55) | class GhostTextReplacement { method constructor (line 56) | constructor(lineNumber, columnRange, text, additionalReservedLineCount... method renderForScreenReader (line 66) | renderForScreenReader(_lineText) { method lineCount (line 69) | get lineCount() { method isEmpty (line 72) | isEmpty() { method equals (line 75) | equals(other) { function ghostTextsOrReplacementsEqual (line 83) | function ghostTextsOrReplacementsEqual(a, b) { function ghostTextOrReplacementEquals (line 86) | function ghostTextOrReplacementEquals(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/ghostTextWidget.js constant GHOST_TEXT_DESCRIPTION (line 32) | const GHOST_TEXT_DESCRIPTION = 'ghost-text'; method constructor (line 34) | constructor(editor, model, languageService) { method ownsViewZone (line 153) | ownsViewZone(viewZoneId) { class AdditionalLinesWidget (line 161) | class AdditionalLinesWidget extends Disposable { method viewZoneId (line 162) | get viewZoneId() { return this._viewZoneId; } method constructor (line 163) | constructor(editor, languageIdCodec, lines) { method dispose (line 188) | dispose() { method clear (line 192) | clear() { method updateLines (line 200) | updateLines(lineNumber, additionalLines, minReservedLineCount) { function renderLines (line 225) | function renderLines(domNode, tabSize, lines, opts, languageIdCodec) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/hoverParticipant.js class InlineCompletionsHover (line 29) | class InlineCompletionsHover { method constructor (line 30) | constructor(owner, range, controller) { method isValidForHoverAnchor (line 35) | isValidForHoverAnchor(anchor) { method constructor (line 42) | constructor(_editor, _languageService, _openerService, accessibilityServ... method suggestHoverAnchor (line 51) | suggestHoverAnchor(mouseEvent) { method computeSync (line 79) | computeSync(anchor, lineDecorations) { method renderHoverParts (line 89) | renderHoverParts(context, hoverParts) { method renderScreenReaderText (line 103) | renderScreenReaderText(context, part, disposableStore) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionContextKeys.js class InlineCompletionContextKeys (line 11) | class InlineCompletionContextKeys extends Disposable { method constructor (line 12) | constructor(contextKeyService, model) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.js class InlineCompletionsAccessibleView (line 6) | class InlineCompletionsAccessibleView extends Disposable { method constructor (line 7) | constructor() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsController.js method get (line 44) | static get(editor) { method constructor (line 47) | constructor(editor, _instantiationService, _contextKeyService, _configur... method playAccessibilitySignal (line 235) | playAccessibilitySignal(tx) { method provideScreenReaderUpdate (line 238) | provideScreenReaderUpdate(content) { method updateObservables (line 252) | updateObservables(tx, changeReason) { method shouldShowHoverAt (line 258) | shouldShowHoverAt(range) { method shouldShowHoverAtViewZone (line 266) | shouldShowHoverAtViewZone(viewZoneId) { function convertItemsToStableObservables (line 284) | function convertItemsToStableObservables(items, store) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsHintsWidget.js method constructor (line 43) | constructor(editor, model, instantiationService) { method dropDownVisible (line 103) | static get dropDownVisible() { return this._dropDownVisible; } method createCommandAction (line 104) | createCommandAction(commandId, label, iconClassName) { method constructor (line 114) | constructor(editor, withBorder, _position, _currentSuggestionIdx, _sugge... method getId (line 217) | getId() { return this.id; } method getDomNode (line 218) | getDomNode() { method getPosition (line 221) | getPosition() { class ActionViewItemWithClassName (line 239) | class ActionViewItemWithClassName extends ActionViewItem { method constructor (line 240) | constructor() { method setClass (line 244) | setClass(className) { method render (line 247) | render(container) { method updateTooltip (line 253) | updateTooltip() { class StatusBarViewItem (line 257) | class StatusBarViewItem extends MenuEntryActionViewItem { method updateLabel (line 258) | updateLabel() { method updateTooltip (line 272) | updateTooltip() { method constructor (line 277) | constructor(container, menuId, options2, menuService, contextKeyService,... method updateToolbar (line 289) | updateToolbar() { method setPrependedPrimaryActions (line 298) | setPrependedPrimaryActions(actions) { method setAdditionalSecondaryActions (line 305) | setAdditionalSecondaryActions(actions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsModel.js method isAcceptingPartially (line 45) | get isAcceptingPartially() { return this._isAcceptingPartially; } method constructor (line 46) | constructor(textModel, selectedSuggestItem, textModelVersionId, _positio... method trigger (line 244) | async trigger(tx) { method triggerExplicitly (line 248) | async triggerExplicitly(tx) { method stop (line 255) | stop(tx) { method _computeAugmentation (line 261) | _computeAugmentation(suggestCompletion, reader) { method _deltaSelectedInlineCompletionIndex (line 274) | async _deltaSelectedInlineCompletionIndex(delta) { method next (line 285) | async next() { method previous (line 288) | async previous() { method accept (line 291) | async accept(editor) { method acceptNextWord (line 337) | async acceptNextWord(editor) { method acceptNextLine (line 365) | async acceptNextLine(editor) { method _acceptNext (line 374) | async _acceptNext(editor, getAcceptUntilIndex, kind) { method handleSuggestAccepted (line 431) | handleSuggestAccepted(item) { function getSecondaryEdits (line 450) | function getSecondaryEdits(textModel, positions, primaryEdit) { function substringPos (line 475) | function substringPos(text, pos) { function getEndPositionsAfterApplying (line 483) | function getEndPositionsAfterApplying(edits) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsSource.js method constructor (line 28) | constructor(textModel, versionId, _debounceValue, languageFeaturesServic... method fetch (line 42) | fetch(position, context, activeInlineCompletion) { method clear (line 89) | clear(tx) { method clearSuggestWidgetInlineCompletions (line 94) | clearSuggestWidgetInlineCompletions(tx) { method cancelUpdate (line 101) | cancelUpdate() { function wait (line 110) | function wait(ms, cancellationToken) { class UpdateRequest (line 130) | class UpdateRequest { method constructor (line 131) | constructor(position, context, versionId) { method satisfies (line 136) | satisfies(other) { class UpdateOperation (line 144) | class UpdateOperation { method constructor (line 145) | constructor(request, cancellationTokenSource, promise) { method dispose (line 150) | dispose() { class UpToDateInlineCompletions (line 154) | class UpToDateInlineCompletions { method inlineCompletions (line 155) | get inlineCompletions() { return this._inlineCompletions; } method constructor (line 156) | constructor(inlineCompletionProviderResult, request, _textModel, _vers... method clone (line 171) | clone() { method dispose (line 175) | dispose() { method prepend (line 191) | prepend(inlineCompletion, range, addRefToSource) { class InlineCompletionWithUpdatedRange (line 205) | class InlineCompletionWithUpdatedRange { method forwardStable (line 206) | get forwardStable() { method constructor (line 210) | constructor(inlineCompletion, decorationId, _textModel, _modelVersion) { method toInlineCompletion (line 225) | toInlineCompletion(reader) { method toSingleTextEdit (line 229) | toSingleTextEdit(reader) { method isVisible (line 233) | isVisible(model, cursorPosition, reader) { method canBeReused (line 264) | canBeReused(model, position) { method _toFilterTextReplacement (line 272) | _toFilterTextReplacement(reader) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/provideInlineCompletions.js function provideInlineCompletions (line 14) | async function provideInlineCompletions(registry, position, model, conte... class InlineCompletionProviderResult (line 109) | class InlineCompletionProviderResult { method constructor (line 110) | constructor( method has (line 119) | has(item) { method dispose (line 122) | dispose() { class InlineCompletionList (line 132) | class InlineCompletionList { method constructor (line 133) | constructor(inlineCompletions, provider) { method addRef (line 138) | addRef() { method removeRef (line 141) | removeRef() { class InlineCompletionItem (line 148) | class InlineCompletionItem { method from (line 149) | static from(inlineCompletion, source, defaultReplaceRange, textModel, ... method constructor (line 193) | constructor(filterText, command, range, insertText, snippetInfo, addit... method withRange (line 215) | withRange(updatedRange) { method hash (line 218) | hash() { function getDefaultRange (line 222) | function getDefaultRange(position, model) { function closeBrackets (line 231) | function closeBrackets(text, position, model, languageConfigurationServi... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/singleTextEdit.js function singleTextRemoveCommonPrefix (line 11) | function singleTextRemoveCommonPrefix(edit, model, validModelRange) { function singleTextEditAugments (line 23) | function singleTextEditAugments(edit, base) { function computeGhostText (line 31) | function computeGhostText(edit, model, mode, cursorPosition, previewSuff... function rangeExtends (line 104) | function rangeExtends(extendingRange, rangeToExtend) { function cachingDiff (line 109) | function cachingDiff(originalValue, newValue) { function deletedCharacters (line 134) | function deletedCharacters(changes) { function smartDiff (line 149) | function smartDiff(originalValue, newValue, smartBracketMatching) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/suggestWidgetInlineCompletionProvider.js class SuggestWidgetAdaptor (line 18) | class SuggestWidgetAdaptor extends Disposable { method selectedItem (line 19) | get selectedItem() { method constructor (line 22) | constructor(editor, suggestControllerPreselector, checkModelVersion, o... method update (line 109) | update(newActive) { method getSuggestItemInfo (line 121) | getSuggestItemInfo() { method stopForceRenderingAbove (line 134) | stopForceRenderingAbove() { method forceRenderingAbove (line 138) | forceRenderingAbove() { class SuggestItemInfo (line 143) | class SuggestItemInfo { method fromSuggestion (line 144) | static fromSuggestion(suggestController, model, position, item, toggle... method constructor (line 159) | constructor(range, insertText, completionItemKind, isSnippetText) { method equals (line 165) | equals(other) { method toSelectedSuggestionInfo (line 171) | toSelectedSuggestionInfo() { method toSingleTextEdit (line 174) | toSingleTextEdit() { function suggestItemInfoEquals (line 178) | function suggestItemInfoEquals(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineCompletions/browser/utils.js function getReadonlyEmptyArray (line 11) | function getReadonlyEmptyArray() { class ColumnRange (line 14) | class ColumnRange { method constructor (line 15) | constructor(startColumn, endColumnExclusive) { method toRange (line 22) | toRange(lineNumber) { method equals (line 25) | equals(other) { function applyObservableDecorations (line 30) | function applyObservableDecorations(editor, decorations) { function addPositions (line 44) | function addPositions(pos1, pos2) { function subtractPositions (line 47) | function subtractPositions(pos1, pos2) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineEdit/browser/commands.js class AcceptInlineEdit (line 11) | class AcceptInlineEdit extends EditorAction { method constructor (line 12) | constructor() { method run (line 33) | async run(accessor, editor) { class TriggerInlineEdit (line 38) | class TriggerInlineEdit extends EditorAction { method constructor (line 39) | constructor() { method run (line 53) | async run(accessor, editor) { class JumpToInlineEdit (line 58) | class JumpToInlineEdit extends EditorAction { method constructor (line 59) | constructor() { method run (line 80) | async run(accessor, editor) { class JumpBackInlineEdit (line 85) | class JumpBackInlineEdit extends EditorAction { method constructor (line 86) | constructor() { method run (line 107) | async run(accessor, editor) { class RejectInlineEdit (line 112) | class RejectInlineEdit extends EditorAction { method constructor (line 113) | constructor() { method run (line 133) | async run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.js constant INLINE_EDIT_DESCRIPTION (line 24) | const INLINE_EDIT_DESCRIPTION = 'inline-edit'; method constructor (line 26) | constructor(editor, model, languageService) { method ownsViewZone (line 193) | ownsViewZone(viewZoneId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineEdit/browser/hoverParticipant.js class InlineEditHover (line 21) | class InlineEditHover { method constructor (line 22) | constructor(owner, range, controller) { method isValidForHoverAnchor (line 27) | isValidForHoverAnchor(anchor) { method constructor (line 34) | constructor(_editor, _instantiationService, _telemetryService) { method suggestHoverAnchor (line 40) | suggestHoverAnchor(mouseEvent) { method computeSync (line 70) | computeSync(anchor, lineDecorations) { method renderHoverParts (line 80) | renderHoverParts(context, hoverParts) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineEdit/browser/inlineEditController.js class InlineEditWidget (line 32) | class InlineEditWidget { method constructor (line 33) | constructor(widget, edit) { method dispose (line 37) | dispose() { method get (line 42) | static get(editor) { method constructor (line 45) | constructor(editor, instantiationService, contextKeyService, languageFea... method checkCursorPosition (line 142) | checkCursorPosition(position) { method validateInlineEdit (line 155) | validateInlineEdit(editor, edit) { method fetchInlineEdit (line 172) | async fetchInlineEdit(editor, auto) { method getInlineEdit (line 208) | async getInlineEdit(editor, auto) { method trigger (line 229) | async trigger() { method jumpBack (line 232) | async jumpBack() { method accept (line 240) | async accept() { method jumpToCurrent (line 265) | jumpToCurrent() { method clear (line 277) | async clear(sendRejection = true) { method freeEdit (line 290) | freeEdit(edit) { method shouldShowHoverAt (line 301) | shouldShowHoverAt(range) { method shouldShowHoverAtViewZone (line 318) | shouldShowHoverAtViewZone(viewZoneId) { function wait (line 336) | function wait(ms, cancellationToken) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.js method constructor (line 34) | constructor(editor, model, instantiationService) { method constructor (line 73) | constructor(editor, withBorder, _position, instantiationService, _contex... method getId (line 122) | getId() { return this.id; } method getDomNode (line 123) | getDomNode() { method getPosition (line 126) | getPosition() { class StatusBarViewItem (line 142) | class StatusBarViewItem extends MenuEntryActionViewItem { method updateLabel (line 143) | updateLabel() { method updateTooltip (line 157) | updateTooltip() { method constructor (line 162) | constructor(container, editor, menuId, options2, menuService, contextKey... method updateToolbar (line 176) | updateToolbar() { method setAdditionalSecondaryActions (line 185) | setAdditionalSecondaryActions(actions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/inlineProgress/browser/inlineProgress.js class InlineProgressWidget (line 34) | class InlineProgressWidget extends Disposable { method constructor (line 35) | constructor(typeId, editor, range, title, delegate) { method create (line 47) | create(title) { method getId (line 69) | getId() { method getDomNode (line 72) | getDomNode() { method getPosition (line 75) | getPosition() { method dispose (line 81) | dispose() { method constructor (line 88) | constructor(id, _editor, _instantiationService) { method showWhile (line 100) | async showWhile(position, title, promise) { method clear (line 124) | clear() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/lineSelection/browser/lineSelection.js class ExpandLineSelectionAction (line 9) | class ExpandLineSelectionAction extends EditorAction { method constructor (line 10) | constructor() { method run (line 23) | run(_accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js class CopyLinesCommand (line 7) | class CopyLinesCommand { method constructor (line 8) | constructor(selection, isCopyingDown, noop) { method getEditOperations (line 17) | getEditOperations(model, builder) { method computeCursorState (line 51) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/linesOperations/browser/linesOperations.js class AbstractCopyLinesAction (line 24) | class AbstractCopyLinesAction extends EditorAction { method constructor (line 25) | constructor(down, opts) { method run (line 29) | run(_accessor, editor) { class CopyLinesUpAction (line 61) | class CopyLinesUpAction extends AbstractCopyLinesAction { method constructor (line 62) | constructor() { class CopyLinesDownAction (line 83) | class CopyLinesDownAction extends AbstractCopyLinesAction { method constructor (line 84) | constructor() { class DuplicateSelectionAction (line 105) | class DuplicateSelectionAction extends EditorAction { method constructor (line 106) | constructor() { method run (line 120) | run(accessor, editor, args) { class AbstractMoveLinesAction (line 142) | class AbstractMoveLinesAction extends EditorAction { method constructor (line 143) | constructor(down, opts) { method run (line 147) | run(accessor, editor) { class MoveLinesUpAction (line 160) | class MoveLinesUpAction extends AbstractMoveLinesAction { method constructor (line 161) | constructor() { class MoveLinesDownAction (line 182) | class MoveLinesDownAction extends AbstractMoveLinesAction { method constructor (line 183) | constructor() { class AbstractSortLinesAction (line 204) | class AbstractSortLinesAction extends EditorAction { method constructor (line 205) | constructor(descending, opts) { method run (line 209) | run(_accessor, editor) { class SortLinesAscendingAction (line 233) | class SortLinesAscendingAction extends AbstractSortLinesAction { method constructor (line 234) | constructor() { class SortLinesDescendingAction (line 243) | class SortLinesDescendingAction extends AbstractSortLinesAction { method constructor (line 244) | constructor() { class DeleteDuplicateLinesAction (line 253) | class DeleteDuplicateLinesAction extends EditorAction { method constructor (line 254) | constructor() { method run (line 262) | run(_accessor, editor) { class TrimTrailingWhitespaceAction (line 303) | class TrimTrailingWhitespaceAction extends EditorAction { method constructor (line 304) | constructor() { method run (line 317) | run(_accessor, editor, args) { class DeleteLinesAction (line 339) | class DeleteLinesAction extends EditorAction { method constructor (line 340) | constructor() { method run (line 353) | run(_accessor, editor) { method _getLinesToRemove (line 388) | _getLinesToRemove(editor) { class IndentLinesAction (line 428) | class IndentLinesAction extends EditorAction { method constructor (line 429) | constructor() { method run (line 442) | run(_accessor, editor) { class OutdentLinesAction (line 452) | class OutdentLinesAction extends EditorAction { method constructor (line 453) | constructor() { method run (line 466) | run(_accessor, editor) { class InsertLineBeforeAction (line 470) | class InsertLineBeforeAction extends EditorAction { method constructor (line 471) | constructor() { method run (line 484) | run(_accessor, editor) { class InsertLineAfterAction (line 493) | class InsertLineAfterAction extends EditorAction { method constructor (line 494) | constructor() { method run (line 507) | run(_accessor, editor) { class AbstractDeleteAllToBoundaryAction (line 516) | class AbstractDeleteAllToBoundaryAction extends EditorAction { method run (line 517) | run(_accessor, editor) { class DeleteAllLeftAction (line 545) | class DeleteAllLeftAction extends AbstractDeleteAllToBoundaryAction { method constructor (line 546) | constructor() { method _getEndCursorState (line 560) | _getEndCursorState(primaryCursor, rangesToDelete) { method _getRangesToDelete (line 586) | _getRangesToDelete(editor) { class DeleteAllRightAction (line 615) | class DeleteAllRightAction extends AbstractDeleteAllToBoundaryAction { method constructor (line 616) | constructor() { method _getEndCursorState (line 630) | _getEndCursorState(primaryCursor, rangesToDelete) { method _getRangesToDelete (line 648) | _getRangesToDelete(editor) { class JoinLinesAction (line 673) | class JoinLinesAction extends EditorAction { method constructor (line 674) | constructor() { method run (line 688) | run(_accessor, editor) { class TransposeAction (line 815) | class TransposeAction extends EditorAction { method constructor (line 816) | constructor() { method run (line 824) | run(_accessor, editor) { class AbstractCaseAction (line 862) | class AbstractCaseAction extends EditorAction { method run (line 863) | run(_accessor, editor) { class UpperCaseAction (line 895) | class UpperCaseAction extends AbstractCaseAction { method constructor (line 896) | constructor() { method _modifyText (line 904) | _modifyText(text, wordSeparators) { class LowerCaseAction (line 908) | class LowerCaseAction extends AbstractCaseAction { method constructor (line 909) | constructor() { method _modifyText (line 917) | _modifyText(text, wordSeparators) { class BackwardsCompatibleRegExp (line 921) | class BackwardsCompatibleRegExp { method constructor (line 922) | constructor(_pattern, _flags) { method get (line 928) | get() { method isSupported (line 940) | isSupported() { class TitleCaseAction (line 944) | class TitleCaseAction extends AbstractCaseAction { method constructor (line 945) | constructor() { method _modifyText (line 953) | _modifyText(text, wordSeparators) { class SnakeCaseAction (line 965) | class SnakeCaseAction extends AbstractCaseAction { method constructor (line 966) | constructor() { method _modifyText (line 974) | _modifyText(text, wordSeparators) { class CamelCaseAction (line 989) | class CamelCaseAction extends AbstractCaseAction { method constructor (line 990) | constructor() { method _modifyText (line 998) | _modifyText(text, wordSeparators) { class PascalCaseAction (line 1011) | class PascalCaseAction extends AbstractCaseAction { method constructor (line 1012) | constructor() { method _modifyText (line 1020) | _modifyText(text, wordSeparators) { class KebabCaseAction (line 1035) | class KebabCaseAction extends AbstractCaseAction { method isSupported (line 1036) | static isSupported() { method constructor (line 1044) | constructor() { method _modifyText (line 1052) | _modifyText(text, _) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/linesOperations/browser/moveLinesCommand.js method constructor (line 24) | constructor(selection, isMovingDown, autoIndent, _languageConfigurationS... method getEditOperations (line 32) | getEditOperations(model, builder) { method buildIndentConverter (line 240) | buildIndentConverter(tabSize, indentSize, insertSpaces) { method parseEnterResult (line 250) | parseEnterResult(model, indentConverter, tabSize, line, enter) { method matchEnterRuleMovingDown (line 289) | matchEnterRuleMovingDown(model, indentConverter, tabSize, line, futureAb... method matchEnterRule (line 315) | matchEnterRule(model, indentConverter, tabSize, line, oneLineAbove, prev... method trimStart (line 339) | trimStart(str) { method shouldAutoIndent (line 342) | shouldAutoIndent(model, selection) { method getIndentEditsOfMovingBlock (line 360) | getIndentEditsOfMovingBlock(model, builder, s, tabSize, insertSpaces, of... method computeCursorState (line 377) | computeCursorState(model, helper) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/linesOperations/browser/sortLinesCommand.js class SortLinesCommand (line 7) | class SortLinesCommand { method getCollator (line 8) | static getCollator() { method constructor (line 14) | constructor(selection, descending) { method getEditOperations (line 19) | getEditOperations(model, builder) { method computeCursorState (line 26) | computeCursorState(model, helper) { method canRun (line 29) | static canRun(model, selection, descending) { function getSortData (line 46) | function getSortData(model, selection, descending) { function sortLines (line 77) | function sortLines(model, selection, descending) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/linkedEditing/browser/linkedEditing.js constant CONTEXT_ONTYPE_RENAME_INPUT_VISIBLE (line 38) | const CONTEXT_ONTYPE_RENAME_INPUT_VISIBLE = new RawContextKey('LinkedEdi... constant DECORATION_CLASS_NAME (line 39) | const DECORATION_CLASS_NAME = 'linked-editing-decoration'; method get (line 41) | static get(editor) { method constructor (line 44) | constructor(editor, contextKeyService, languageFeaturesService, language... method reinitialize (line 74) | reinitialize(forceRefresh) { method _syncRanges (line 121) | _syncRanges(token) { method dispose (line 187) | dispose() { method clearRanges (line 191) | clearRanges() { method updateRanges (line 200) | async updateRanges(force = false) { class LinkedEditingAction (line 291) | class LinkedEditingAction extends EditorAction { method constructor (line 292) | constructor() { method runCommand (line 305) | runCommand(accessor, args) { method run (line 322) | run(_accessor, editor) { function getLinkedEditingRanges (line 342) | function getLinkedEditingRanges(providers, model, position, token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/links/browser/getLinks.js class Link (line 15) | class Link { method constructor (line 16) | constructor(link, provider) { method toJSON (line 20) | toJSON() { method range (line 27) | get range() { method url (line 30) | get url() { method tooltip (line 33) | get tooltip() { method resolve (line 36) | async resolve(token) { class LinksList (line 53) | class LinksList { method constructor (line 54) | constructor(tuples) { method dispose (line 68) | dispose() { method _union (line 72) | static _union(oldLinks, newLinks) { function getLinks (line 108) | function getLinks(providers, model, token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/links/browser/links.js method get (line 36) | static get(editor) { method constructor (line 39) | constructor(editor, openerService, notificationService, languageFeatures... method computeLinksNow (line 95) | async computeLinksNow() { method updateDecorations (line 127) | updateDecorations(links) { method _onEditorMouseMove (line 152) | _onEditorMouseMove(mouseEvent, withKey) { method cleanUpActiveLinkDecoration (line 168) | cleanUpActiveLinkDecoration() { method onEditorMouseUp (line 180) | onEditorMouseUp(mouseEvent) { method openLinkOccurrence (line 190) | openLinkOccurrence(occurrence, openToSide, fromUserGesture = false) { method getLinkOccurrence (line 231) | getLinkOccurrence(position) { method isEnabled (line 249) | isEnabled(mouseEvent, withKey) { method stop (line 253) | stop() { method dispose (line 265) | dispose() { class LinkOccurrence (line 292) | class LinkOccurrence { method decoration (line 293) | static decoration(link, useMetaKey) { method _getOptions (line 299) | static _getOptions(link, useMetaKey, isActive) { method constructor (line 304) | constructor(link, decorationId) { method activate (line 308) | activate(changeAccessor, useMetaKey) { method deactivate (line 311) | deactivate(changeAccessor, useMetaKey) { function getHoverMessage (line 315) | function getHoverMessage(link, useMetaKey) { class OpenLinkAction (line 348) | class OpenLinkAction extends EditorAction { method constructor (line 349) | constructor() { method run (line 357) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.js class LongLinesHelper (line 7) | class LongLinesHelper extends Disposable { method constructor (line 8) | constructor(_editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/message/browser/messageController.js method get (line 29) | static get(editor) { method constructor (line 32) | constructor(editor, contextKeyService, _openerService) { method dispose (line 40) | dispose() { method showMessage (line 47) | showMessage(message, position) { method closeMessage (line 94) | closeMessage() { class MessageWidget (line 119) | class MessageWidget { method fadeOut (line 120) | static fadeOut(messageWidget) { method constructor (line 131) | constructor(editor, { lineNumber, column }, text) { method dispose (line 160) | dispose() { method getId (line 163) | getId() { method getDomNode (line 166) | getDomNode() { method getPosition (line 169) | getPosition() { method afterRender (line 179) | afterRender(position) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/multicursor/browser/multicursor.js function announceCursorChange (line 31) | function announceCursorChange(previousCursorState, cursorState) { class InsertCursorAbove (line 39) | class InsertCursorAbove extends EditorAction { method constructor (line 40) | constructor() { method run (line 63) | run(accessor, editor, args) { class InsertCursorBelow (line 82) | class InsertCursorBelow extends EditorAction { method constructor (line 83) | constructor() { method run (line 106) | run(accessor, editor, args) { class InsertCursorAtEndOfEachLineSelected (line 125) | class InsertCursorAtEndOfEachLineSelected extends EditorAction { method constructor (line 126) | constructor() { method getCursorsForSelection (line 145) | getCursorsForSelection(selection, model, result) { method run (line 157) | run(accessor, editor) { class InsertCursorAtEndOfLineSelected (line 173) | class InsertCursorAtEndOfLineSelected extends EditorAction { method constructor (line 174) | constructor() { method run (line 182) | run(accessor, editor) { class InsertCursorAtTopOfLineSelected (line 200) | class InsertCursorAtTopOfLineSelected extends EditorAction { method constructor (line 201) | constructor() { method run (line 209) | run(accessor, editor) { class MultiCursorSessionResult (line 226) | class MultiCursorSessionResult { method constructor (line 227) | constructor(selections, revealRange, revealScrollType) { class MultiCursorSession (line 233) | class MultiCursorSession { method create (line 234) | static create(editor, findController) { method constructor (line 280) | constructor(_editor, findController, isDisconnectedFromFindController,... method addSelectionToNextFindMatch (line 289) | addSelectionToNextFindMatch() { method moveSelectionToNextFindMatch (line 300) | moveSelectionToNextFindMatch() { method _getNextMatch (line 311) | _getNextMatch() { method addSelectionToPreviousFindMatch (line 329) | addSelectionToPreviousFindMatch() { method moveSelectionToPreviousFindMatch (line 340) | moveSelectionToPreviousFindMatch() { method _getPreviousMatch (line 351) | _getPreviousMatch() { method selectAll (line 369) | selectAll(searchScope) { class MultiCursorSelectionController (line 381) | class MultiCursorSelectionController extends Disposable { method get (line 382) | static get(editor) { method constructor (line 385) | constructor(editor) { method dispose (line 392) | dispose() { method _beginSessionIfNeeded (line 396) | _beginSessionIfNeeded(findController) { method _endSession (line 427) | _endSession() { method _setSelections (line 439) | _setSelections(selections) { method _expandEmptyToWord (line 444) | _expandEmptyToWord(model, selection) { method _applySessionResult (line 454) | _applySessionResult(result) { method getSession (line 463) | getSession(findController) { method addSelectionToNextFindMatch (line 466) | addSelectionToNextFindMatch(findController) { method addSelectionToPreviousFindMatch (line 493) | addSelectionToPreviousFindMatch(findController) { method moveSelectionToNextFindMatch (line 499) | moveSelectionToNextFindMatch(findController) { method moveSelectionToPreviousFindMatch (line 505) | moveSelectionToPreviousFindMatch(findController) { method selectAll (line 511) | selectAll(findController) { class MultiCursorSelectionControllerAction (line 556) | class MultiCursorSelectionControllerAction extends EditorAction { method run (line 557) | run(accessor, editor) { class AddSelectionToNextFindMatchAction (line 578) | class AddSelectionToNextFindMatchAction extends MultiCursorSelectionCont... method constructor (line 579) | constructor() { method _run (line 598) | _run(multiCursorController, findController) { class AddSelectionToPreviousFindMatchAction (line 602) | class AddSelectionToPreviousFindMatchAction extends MultiCursorSelection... method constructor (line 603) | constructor() { method _run (line 617) | _run(multiCursorController, findController) { class MoveSelectionToNextFindMatchAction (line 621) | class MoveSelectionToNextFindMatchAction extends MultiCursorSelectionCon... method constructor (line 622) | constructor() { method _run (line 635) | _run(multiCursorController, findController) { class MoveSelectionToPreviousFindMatchAction (line 639) | class MoveSelectionToPreviousFindMatchAction extends MultiCursorSelectio... method constructor (line 640) | constructor() { method _run (line 648) | _run(multiCursorController, findController) { class SelectHighlightsAction (line 652) | class SelectHighlightsAction extends MultiCursorSelectionControllerAction { method constructor (line 653) | constructor() { method _run (line 672) | _run(multiCursorController, findController) { class CompatChangeAll (line 676) | class CompatChangeAll extends MultiCursorSelectionControllerAction { method constructor (line 677) | constructor() { method _run (line 694) | _run(multiCursorController, findController) { class SelectionHighlighterState (line 698) | class SelectionHighlighterState { method constructor (line 699) | constructor(_model, _searchText, _matchCase, _wordSeparators, prevStat... method findMatches (line 715) | findMatches() { method constructor (line 724) | constructor(editor, _languageFeaturesService) { method _update (line 773) | _update() { method _createState (line 776) | static _createState(oldState, isEnabled, editor) { method _setState (line 844) | _setState(newState) { method dispose (line 900) | dispose() { function modelRangesContainSameText (line 910) | function modelRangesContainSameText(model, ranges, matchCase) { function getValueInRange (line 924) | function getValueInRange(model, range, toLowerCase) { class FocusNextCursor (line 928) | class FocusNextCursor extends EditorAction { method constructor (line 929) | constructor() { method run (line 941) | run(accessor, editor, args) { class FocusPreviousCursor (line 961) | class FocusPreviousCursor extends EditorAction { method constructor (line 962) | constructor() { method run (line 974) | run(accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/parameterHints/browser/parameterHints.js method get (line 28) | static get(editor) { method constructor (line 31) | constructor(editor, instantiationService, languageFeaturesService) { method cancel (line 47) | cancel() { method previous (line 50) | previous() { method next (line 54) | next() { method trigger (line 58) | trigger(context) { class TriggerParameterHintsAction (line 68) | class TriggerParameterHintsAction extends EditorAction { method constructor (line 69) | constructor() { method run (line 82) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/parameterHints/browser/parameterHintsModel.js class Pending (line 15) | class Pending { method constructor (line 16) | constructor(request, previouslyActiveHints) { class Active (line 23) | class Active { method constructor (line 24) | constructor(hints) { class ParameterHintsModel (line 31) | class ParameterHintsModel extends Disposable { method constructor (line 32) | constructor(editor, providers, delay = ParameterHintsModel.DEFAULT_DEL... method state (line 57) | get state() { return this._state; } method state (line 58) | set state(value) { method cancel (line 64) | cancel(silent = false) { method trigger (line 71) | trigger(context, delay) { method next (line 83) | next() { method previous (line 98) | previous() { method updateActiveSignature (line 113) | updateActiveSignature(activeSignature) { method doTrigger (line 120) | async doTrigger(triggerId) { method getLastActiveHints (line 169) | getLastActiveHints() { method isTriggered (line 176) | get isTriggered() { method onModelChanged (line 181) | onModelChanged() { method onDidType (line 205) | onDidType(text) { method onCursorChange (line 218) | onCursorChange(e) { method onModelContentChange (line 226) | onModelContentChange() { method onEditorConfigurationChange (line 231) | onEditorConfigurationChange() { method dispose (line 237) | dispose() { function mergeTriggerContexts (line 243) | function mergeTriggerContexts(previous, current) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js method constructor (line 39) | constructor(editor, model, contextKeyService, openerService, languageSer... method createParameterHintDOMNodes (line 53) | createParameterHintDOMNodes() { method show (line 105) | show() { method hide (line 120) | hide() { method getPosition (line 132) | getPosition() { method render (line 141) | render(hints) { method renderMarkdownDocs (line 221) | renderMarkdownDocs(markdown) { method hasDocs (line 238) | hasDocs(signature, activeParameter) { method renderParameters (line 253) | renderParameters(parent, signature, activeParameterIndex) { method getParameterLabelOffsets (line 264) | getParameterLabelOffsets(signature, paramIdx) { method next (line 284) | next() { method previous (line 288) | previous() { method getDomNode (line 292) | getDomNode() { method getId (line 298) | getId() { method updateMaxHeight (line 301) | updateMaxHeight() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.js function provideSignatureHelp (line 19) | async function provideSignatureHelp(registry, model, position, context, ... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/peekView/browser/peekView.js method constructor (line 35) | constructor() { method addExclusiveWidget (line 38) | addExclusiveWidget(editor, widget) { method constructor (line 60) | constructor(editor, contextKeyService) { method dispose (line 65) | dispose() { } function getOuterEditor (line 72) | function getOuterEditor(accessor) { method constructor (line 85) | constructor(editor, options, instantiationService) { method dispose (line 92) | dispose() { method style (line 99) | style(styles) { method _applyStyles (line 112) | _applyStyles() { method _fillContainer (line 128) | _fillContainer(container) { method _fillHead (line 137) | _fillHead(container, noCloseAction) { method _fillTitleIcon (line 161) | _fillTitleIcon(container) { method _getActionBarOptions (line 163) | _getActionBarOptions() { method _onTitleClick (line 169) | _onTitleClick(event) { method setTitle (line 172) | setTitle(primaryHeading, secondaryHeading) { method setMetaTitle (line 184) | setMetaTitle(value) { method _doLayout (line 195) | _doLayout(heightInPixel, widthInPixel) { method _doLayoutHead (line 206) | _doLayoutHead(heightInPixel, widthInPixel) { method _doLayoutBody (line 212) | _doLayoutBody(heightInPixel, widthInPixel) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js class AbstractEditorCommandsQuickAccessProvider (line 8) | class AbstractEditorCommandsQuickAccessProvider extends AbstractCommands... method constructor (line 9) | constructor(options, instantiationService, keybindingService, commandS... method getCodeEditorCommandPicks (line 12) | getCodeEditorCommandPicks() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js class AbstractEditorNavigationQuickAccessProvider (line 17) | class AbstractEditorNavigationQuickAccessProvider { method constructor (line 18) | constructor(options) { method provide (line 25) | provide(picker, token, runOptions) { method doProvide (line 44) | doProvide(picker, token, runOptions) { method canProvideWithTextEditor (line 85) | canProvideWithTextEditor(editor) { method gotoLocation (line 88) | gotoLocation({ editor }, options) { method getModel (line 99) | getModel(editor) { method addDecorations (line 105) | addDecorations(editor, range) { method clearDecorations (line 141) | clearDecorations(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js class AbstractGotoLineQuickAccessProvider (line 9) | class AbstractGotoLineQuickAccessProvider extends AbstractEditorNavigati... method constructor (line 10) | constructor() { method provideWithoutTextEditor (line 13) | provideWithoutTextEditor(picker) { method provideWithTextEditor (line 19) | provideWithTextEditor(context, picker, token) { method toRange (line 72) | toRange(lineNumber = 1, column = 1) { method parsePosition (line 80) | parsePosition(editor, value) { method getPickLabel (line 89) | getPickLabel(editor, lineNumber, column) { method isValidLineNumber (line 105) | isValidLineNumber(editor, lineNumber) { method isValidColumn (line 111) | isValidColumn(editor, lineNumber, column) { method lineCount (line 122) | lineCount(editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js method constructor (line 30) | constructor(_languageFeaturesService, _outlineModelService, options = Ob... method provideWithoutTextEditor (line 37) | provideWithoutTextEditor(picker) { method provideWithTextEditor (line 41) | provideWithTextEditor(context, picker, token, runOptions) { method doProvideWithoutEditorSymbols (line 56) | doProvideWithoutEditorSymbols(context, model, picker, token) { method provideLabelPick (line 74) | provideLabelPick(picker, label) { method waitForLanguageSymbolRegistry (line 78) | async waitForLanguageSymbolRegistry(model, disposables) { method doProvideWithEditorSymbols (line 94) | doProvideWithEditorSymbols(context, model, picker, token, runOptions) { method doGetSymbolPicks (line 174) | async doGetSymbolPicks(symbolsPromise, query, options, token, model) { method compareByScore (line 320) | compareByScore(symbolA, symbolB) { method compareByKindAndScore (line 343) | compareByKindAndScore(symbolA, symbolB) { method getDocumentSymbols (line 353) | async getDocumentSymbols(document, token) { constant FALLBACK_NLS_SYMBOL_KIND (line 367) | const FALLBACK_NLS_SYMBOL_KIND = localize('property', "properties ({0})"); constant NLS_SYMBOL_KIND_CACHE (line 368) | const NLS_SYMBOL_KIND_CACHE = { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/readOnlyMessage/browser/contribution.js class ReadOnlyMessageController (line 10) | class ReadOnlyMessageController extends Disposable { method constructor (line 11) | constructor(editor) { method _onDidAttemptReadOnlyEdit (line 16) | _onDidAttemptReadOnlyEdit() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/rename/browser/rename.js class RenameSkeleton (line 45) | class RenameSkeleton { method constructor (line 46) | constructor(model, position, registry) { method hasProvider (line 52) | hasProvider() { method resolveRenameLocation (line 55) | async resolveRenameLocation(token) { method provideRenameEdits (line 89) | async provideRenameEdits(newName, token) { method _provideRenameEdits (line 92) | async _provideRenameEdits(newName, i, rejects, token) { function rename (line 110) | async function rename(registry, model, position, newName) { method get (line 120) | static get(editor) { method constructor (line 123) | constructor(editor, _instaService, _notificationService, _bulkEditServic... method dispose (line 137) | dispose() { method run (line 141) | async run() { method acceptRenameInput (line 271) | acceptRenameInput(wantsPreview) { method cancelRenameInput (line 274) | cancelRenameInput() { method focusNextRenameSuggestion (line 277) | focusNextRenameSuggestion() { method focusPreviousRenameSuggestion (line 280) | focusPreviousRenameSuggestion() { method _reportTelemetry (line 283) | _reportTelemetry(nRenameSuggestionProviders, languageId, inputFieldResul... class RenameAction (line 316) | class RenameAction extends EditorAction { method constructor (line 317) | constructor() { method runCommand (line 334) | runCommand(accessor, args) { method run (line 351) | run(accessor, editor) { method constructor (line 397) | constructor() { method run (line 412) | run(accessor) { method constructor (line 425) | constructor() { method run (line 440) | run(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/rename/browser/renameWidget.js constant CONTEXT_RENAME_INPUT_VISIBLE (line 44) | const CONTEXT_RENAME_INPUT_VISIBLE = new RawContextKey('renameInputVisib... constant CONTEXT_RENAME_INPUT_FOCUSED (line 45) | const CONTEXT_RENAME_INPUT_FOCUSED = new RawContextKey('renameInputFocus... method constructor (line 47) | constructor(_editor, _acceptKeybindings, _themeService, _keybindingServi... method dispose (line 72) | dispose() { method getId (line 76) | getId() { method getDomNode (line 79) | getDomNode() { method _updateStyles (line 114) | _updateStyles(theme) { method _updateFont (line 132) | _updateFont() { method _computeLabelFontSize (line 141) | _computeLabelFontSize(editorFontSize) { method getPosition (line 144) | getPosition() { method beforeRender (line 168) | beforeRender() { method afterRender (line 175) | afterRender(position) { method acceptInput (line 204) | acceptInput(wantsPreview) { method cancelInput (line 209) | cancelInput(focusEditor, caller) { method focusNextRenameSuggestion (line 214) | focusNextRenameSuggestion() { method focusPreviousRenameSuggestion (line 220) | focusPreviousRenameSuggestion() { method getInput (line 229) | getInput(where, currentName, supportPreview, requestRenameCandidates, ct... method _requestRenameCandidates (line 331) | _requestRenameCandidates(currentName, isManuallyTriggered) { method _getSelection (line 358) | _getSelection(where, currentName) { method _show (line 369) | _show() { method _updateRenameCandidates (line 381) | async _updateRenameCandidates(candidates, currentName, token) { method _hide (line 411) | _hide() { method _getTopForPosition (line 417) | _getTopForPosition() { method _trace (line 429) | _trace(...args) { class RenameCandidateListView (line 440) | class RenameCandidateListView { method constructor (line 442) | constructor(parent, opts) { method dispose (line 470) | dispose() { method layout (line 475) | layout({ height, width }) { method setCandidates (line 479) | setCandidates(candidates) { method clearCandidates (line 491) | clearCandidates() { method nCandidates (line 496) | get nCandidates() { method focusedCandidate (line 499) | get focusedCandidate() { method focusNext (line 513) | focusNext() { method focusPrevious (line 540) | focusPrevious() { method clearFocus (line 564) | clearFocus() { method _candidateViewHeight (line 567) | get _candidateViewHeight() { method _pickListHeight (line 571) | _pickListHeight(nCandidates) { method _pickListWidth (line 577) | _pickListWidth(candidates) { method _createListWidget (line 583) | static _createListWidget(container, candidateViewHeight, fontInfo) { class InputWithButton (line 613) | class InputWithButton { method constructor (line 614) | constructor() { method domNode (line 619) | get domNode() { method input (line 662) | get input() { method button (line 666) | get button() { method buttonState (line 670) | get buttonState() { method setSparkleButton (line 673) | setSparkleButton() { method setStopButton (line 683) | setStopButton() { method dispose (line 693) | dispose() { class RenameCandidateView (line 697) | class RenameCandidateView { method constructor (line 698) | constructor(parent, fontInfo) { method populate (line 720) | populate(value) { method _updateIcon (line 724) | _updateIcon(value) { method _updateLabel (line 729) | _updateLabel(value) { method getLayoutInfo (line 732) | static getLayoutInfo({ lineHeight }) { method dispose (line 736) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.js method constructor (line 21) | constructor(editor, languageConfigurationService, editorWorkerService) { method createOptions (line 77) | createOptions(minimap) { method findSectionHeaders (line 96) | findSectionHeaders() { method updateDecorations (line 116) | updateDecorations(sectionHeaders) { method stop (line 143) | stop() { method dispose (line 150) | dispose() { function decoration (line 162) | function decoration(sectionHeader) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js method constructor (line 31) | constructor(semanticTokensStylingService, modelService, themeService, co... method dispose (line 79) | dispose() { method constructor (line 97) | constructor(model, _semanticTokensStylingService, themeService, language... method dispose (line 160) | dispose() { method _fetchDocumentSemanticTokensNow (line 175) | _fetchDocumentSemanticTokensNow() { method _copy (line 232) | static _copy(src, srcOffset, dest, destOffset, length) { method _setDocumentSemanticTokens (line 239) | _setDocumentSemanticTokens(provider, tokens, styling, pendingChanges) { class SemanticTokensResponse (line 349) | class SemanticTokensResponse { method constructor (line 350) | constructor(provider, resultId, data) { method dispose (line 355) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.js method constructor (line 27) | constructor(editor, _semanticTokensStylingService, _themeService, _confi... method _cancelAll (line 69) | _cancelAll() { method _removeOutstandingRequest (line 75) | _removeOutstandingRequest(req) { method _tokenizeViewportNow (line 83) | _tokenizeViewportNow() { method _requestRange (line 106) | _requestRange(model, range) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/semanticTokens/common/getSemanticTokens.js function isSemanticTokens (line 14) | function isSemanticTokens(v) { function isSemanticTokensEdits (line 17) | function isSemanticTokensEdits(v) { class DocumentSemanticTokensResult (line 20) | class DocumentSemanticTokensResult { method constructor (line 21) | constructor(provider, tokens, error) { function hasDocumentSemanticTokensProvider (line 27) | function hasDocumentSemanticTokensProvider(registry, model) { function getDocumentSemanticTokensProviders (line 30) | function getDocumentSemanticTokensProviders(registry, model) { function getDocumentSemanticTokens (line 34) | async function getDocumentSemanticTokens(registry, model, lastProvider, ... function _getDocumentSemanticTokensProviderHighestGroup (line 68) | function _getDocumentSemanticTokensProviderHighestGroup(registry, model) { class DocumentRangeSemanticTokensResult (line 72) | class DocumentRangeSemanticTokensResult { method constructor (line 73) | constructor(provider, tokens) { function hasDocumentRangeSemanticTokensProvider (line 78) | function hasDocumentRangeSemanticTokensProvider(providers, model) { function getDocumentRangeSemanticTokensProviders (line 81) | function getDocumentRangeSemanticTokensProviders(providers, model) { function getDocumentRangeSemanticTokens (line 85) | async function getDocumentRangeSemanticTokens(registry, model, range, to... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.js constant SEMANTIC_HIGHLIGHTING_SETTING_ID (line 5) | const SEMANTIC_HIGHLIGHTING_SETTING_ID = 'editor.semanticHighlighting'; function isSemanticColoringEnabled (line 6) | function isSemanticColoringEnabled(model, themeService, configurationSer... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/smartSelect/browser/bracketSelections.js class BracketSelectionRangeProvider (line 8) | class BracketSelectionRangeProvider { method provideSelectionRanges (line 9) | async provideSelectionRanges(model, positions) { method _bracketsRightYield (line 20) | static _bracketsRightYield(resolve, round, model, pos, ranges) { method _bracketsLeftYield (line 66) | static _bracketsLeftYield(resolve, round, model, pos, ranges, bucket) { method _addBracketLeading (line 118) | static _addBracketLeading(model, bracket, bucket) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/smartSelect/browser/smartSelect.js class SelectionRanges (line 32) | class SelectionRanges { method constructor (line 33) | constructor(index, ranges) { method mov (line 37) | mov(fwd) { method get (line 51) | static get(editor) { method constructor (line 54) | constructor(_editor, _languageFeaturesService) { method dispose (line 59) | dispose() { method run (line 63) | async run(forward) { class AbstractSmartSelect (line 120) | class AbstractSmartSelect extends EditorAction { method constructor (line 121) | constructor(forward, opts) { method run (line 125) | async run(_accessor, editor) { class GrowSelectionAction (line 132) | class GrowSelectionAction extends AbstractSmartSelect { method constructor (line 133) | constructor() { class ShrinkSelectionAction (line 159) | class ShrinkSelectionAction extends AbstractSmartSelect { method constructor (line 160) | constructor() { function provideSelectionRanges (line 187) | async function provideSelectionRanges(registry, model, positions, option... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/smartSelect/browser/wordSelections.js class WordSelectionRangeProvider (line 7) | class WordSelectionRangeProvider { method constructor (line 8) | constructor(selectSubwords = true) { method provideSelectionRanges (line 11) | provideSelectionRanges(model, positions) { method _addInWordRanges (line 25) | _addInWordRanges(bucket, model, pos) { method _addWordRanges (line 66) | _addWordRanges(bucket, model, pos) { method _addWhitespaceLine (line 72) | _addWhitespaceLine(bucket, model, pos) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/snippet/browser/snippetController2.js method get (line 37) | static get(editor) { method constructor (line 40) | constructor(_editor, _logService, _languageFeaturesService, contextKeySe... method dispose (line 51) | dispose() { method insert (line 59) | insert(template, opts) { method _doInsert (line 74) | _doInsert(template, opts) { method _updateState (line 157) | _updateState() { method _handleChoice (line 181) | _handleChoice() { method finish (line 202) | finish() { method cancel (line 207) | cancel(resetSelection = false) { method prev (line 224) | prev() { method next (line 229) | next() { method isInSnippet (line 234) | isInSnippet() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/snippet/browser/snippetParser.js class Scanner (line 5) | class Scanner { method constructor (line 6) | constructor() { method isDigitCharacter (line 10) | static isDigitCharacter(ch) { method isVariableCharacter (line 13) | static isVariableCharacter(ch) { method text (line 18) | text(value) { method tokenText (line 22) | tokenText(token) { method next (line 25) | next() { class Marker (line 85) | class Marker { method constructor (line 86) | constructor() { method appendChild (line 89) | appendChild(child) { method replace (line 101) | replace(child, others) { method children (line 114) | get children() { method rightMostDescendant (line 117) | get rightMostDescendant() { method snippet (line 123) | get snippet() { method toString (line 135) | toString() { method len (line 138) | len() { class Text (line 142) | class Text extends Marker { method constructor (line 143) | constructor(value) { method toString (line 147) | toString() { method len (line 150) | len() { method clone (line 153) | clone() { class TransformableMarker (line 157) | class TransformableMarker extends Marker { class Placeholder (line 159) | class Placeholder extends TransformableMarker { method compareByIndex (line 160) | static compareByIndex(a, b) { method constructor (line 180) | constructor(index) { method isFinalTabstop (line 184) | get isFinalTabstop() { method choice (line 187) | get choice() { method clone (line 192) | clone() { class Choice (line 201) | class Choice extends Marker { method constructor (line 202) | constructor() { method appendChild (line 206) | appendChild(marker) { method toString (line 213) | toString() { method len (line 216) | len() { method clone (line 219) | clone() { class Transform (line 225) | class Transform extends Marker { method constructor (line 226) | constructor() { method resolve (line 230) | resolve(value) { method _replace (line 244) | _replace(groups) { method toString (line 258) | toString() { method clone (line 261) | clone() { class FormatString (line 268) | class FormatString extends Marker { method constructor (line 269) | constructor(index, shorthandName, ifValue, elseValue) { method resolve (line 276) | resolve(value) { method _toPascalCase (line 302) | _toPascalCase(value) { method _toCamelCase (line 312) | _toCamelCase(value) { method clone (line 325) | clone() { class Variable (line 330) | class Variable extends TransformableMarker { method constructor (line 331) | constructor(name) { method resolve (line 335) | resolve(resolver) { method clone (line 346) | clone() { function walk (line 355) | function walk(marker, visitor) { class TextmateSnippet (line 366) | class TextmateSnippet extends Marker { method placeholderInfo (line 367) | get placeholderInfo() { method placeholders (line 383) | get placeholders() { method offset (line 387) | offset(marker) { method fullLen (line 403) | fullLen(marker) { method enclosingPlaceholders (line 411) | enclosingPlaceholders(placeholder) { method resolveVariables (line 422) | resolveVariables(resolver) { method appendChild (line 433) | appendChild(child) { method replace (line 437) | replace(child, others) { method clone (line 441) | clone() { method walk (line 446) | walk(visitor) { class SnippetParser (line 450) | class SnippetParser { method constructor (line 451) | constructor() { method escape (line 455) | static escape(value) { method guessNeedsClipboard (line 458) | static guessNeedsClipboard(template) { method parse (line 461) | parse(value, insertFinalTabstop, enforceFinalTabstop) { method parseFragment (line 467) | parseFragment(value, snippet) { method ensureFinalTabstop (line 517) | ensureFinalTabstop(snippet, enforceFinalTabstop, insertFinalTabstop) { method _accept (line 527) | _accept(type, value) { method _backTo (line 535) | _backTo(token) { method _until (line 540) | _until(type) { method _parse (line 560) | _parse(marker) { method _parseEscaped (line 568) | _parseEscaped(marker) { method _parseTabstopOrVariableName (line 582) | _parseTabstopOrVariableName(parent) { method _parseComplexPlaceholder (line 596) | _parseComplexPlaceholder(parent) { method _parseChoiceElement (line 664) | _parseChoiceElement(parent) { method _parseComplexVariable (line 697) | _parseComplexVariable(parent) { method _parseTransform (line 743) | _parseTransform(parent) { method _parseFormatString (line 802) | _parseFormatString(parent) { method _parseAnything (line 880) | _parseAnything(marker) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/snippet/browser/snippetSession.js class OneSnippet (line 28) | class OneSnippet { method constructor (line 29) | constructor(_editor, _snippet, _snippetLineLeadingWhitespace) { method initialize (line 38) | initialize(textChange) { method dispose (line 41) | dispose() { method _initDecorations (line 47) | _initDecorations() { method move (line 69) | move(fwd) { method _hasPlaceholderBeenCollapsed (line 143) | _hasPlaceholderBeenCollapsed(placeholder) { method isAtFirstPlaceholder (line 160) | get isAtFirstPlaceholder() { method isAtLastPlaceholder (line 163) | get isAtLastPlaceholder() { method hasPlaceholder (line 166) | get hasPlaceholder() { method isTrivialSnippet (line 173) | get isTrivialSnippet() { method computePossibleSelections (line 187) | computePossibleSelections() { method activeChoice (line 214) | get activeChoice() { method hasChoice (line 232) | get hasChoice() { method merge (line 240) | merge(others) { method adjustWhitespace (line 299) | static adjustWhitespace(model, position, adjustIndentation, snippet, fil... method adjustSelection (line 345) | static adjustSelection(model, selection, overwriteBefore, overwriteAfter) { method createEditsAndSnippetsFromSelections (line 362) | static createEditsAndSnippetsFromSelections(editor, template, overwriteB... method createEditsAndSnippetsFromEdits (line 428) | static createEditsAndSnippetsFromEdits(editor, snippetEdits, enforceFina... method constructor (line 479) | constructor(_editor, _template, _options = _defaultOptions, _languageCon... method dispose (line 487) | dispose() { method _logInfo (line 490) | _logInfo() { method insert (line 493) | insert() { method merge (line 520) | merge(template, options = _defaultOptions) { method next (line 552) | next() { method prev (line 557) | prev() { method _move (line 562) | _move(fwd) { method isAtFirstPlaceholder (line 570) | get isAtFirstPlaceholder() { method isAtLastPlaceholder (line 573) | get isAtLastPlaceholder() { method hasPlaceholder (line 576) | get hasPlaceholder() { method hasChoice (line 579) | get hasChoice() { method activeChoice (line 582) | get activeChoice() { method isSelectionWithinPlaceholders (line 585) | isSelectionWithinPlaceholders() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/snippet/browser/snippetVariables.js class CompositeSnippetVariableResolver (line 60) | class CompositeSnippetVariableResolver { method constructor (line 61) | constructor(_delegates) { method resolve (line 65) | resolve(variable) { class SelectionBasedVariableResolver (line 75) | class SelectionBasedVariableResolver { method constructor (line 76) | constructor(_model, _selection, _selectionIdx, _overtypingCapturer) { method resolve (line 83) | resolve(variable) { class ModelBasedVariableResolver (line 143) | class ModelBasedVariableResolver { method constructor (line 144) | constructor(_labelService, _model) { method resolve (line 149) | resolve(variable) { class ClipboardBasedVariableResolver (line 179) | class ClipboardBasedVariableResolver { method constructor (line 180) | constructor(_readClipboardText, _selectionIdx, _selectionCount, _sprea... method resolve (line 187) | resolve(variable) { method constructor (line 208) | constructor(_model, _selection, _languageConfigurationService) { method resolve (line 214) | resolve(variable) { class TimeBasedVariableResolver (line 237) | class TimeBasedVariableResolver { method constructor (line 238) | constructor() { method resolve (line 241) | resolve(variable) { class WorkspaceBasedVariableResolver (line 295) | class WorkspaceBasedVariableResolver { method constructor (line 296) | constructor(_workspaceService) { method resolve (line 300) | resolve(variable) { method _resolveWorkspaceName (line 316) | _resolveWorkspaceName(workspaceIdentifier) { method _resoveWorkspacePath (line 326) | _resoveWorkspacePath(workspaceIdentifier) { class RandomBasedVariableResolver (line 338) | class RandomBasedVariableResolver { method resolve (line 339) | resolve(variable) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js class ToggleStickyScroll (line 13) | class ToggleStickyScroll extends Action2 { method constructor (line 14) | constructor() { method run (line 37) | async run(accessor) { class FocusStickyScroll (line 44) | class FocusStickyScroll extends EditorAction2 { method constructor (line 45) | constructor() { method runEditorCommand (line 58) | runEditorCommand(_accessor, editor) { class SelectNextStickyScrollLine (line 63) | class SelectNextStickyScrollLine extends EditorAction2 { method constructor (line 64) | constructor() { method runEditorCommand (line 75) | runEditorCommand(_accessor, editor) { class SelectPreviousStickyScrollLine (line 80) | class SelectPreviousStickyScrollLine extends EditorAction2 { method constructor (line 81) | constructor() { method runEditorCommand (line 92) | runEditorCommand(_accessor, editor) { class GoToStickyScrollLine (line 97) | class GoToStickyScrollLine extends EditorAction2 { method constructor (line 98) | constructor() { method runEditorCommand (line 109) | runEditorCommand(_accessor, editor) { class SelectEditor (line 114) | class SelectEditor extends EditorAction2 { method constructor (line 115) | constructor() { method runEditorCommand (line 126) | runEditorCommand(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollController.js method constructor (line 38) | constructor(_editor, _contextMenuService, _languageFeaturesService, _ins... method get (line 94) | static get(editor) { method _disposeFocusStickyScrollStore (line 97) | _disposeFocusStickyScrollStore() { method focus (line 105) | focus() { method focusNext (line 122) | focusNext() { method focusPrevious (line 127) | focusPrevious() { method selectEditor (line 132) | selectEditor() { method _focusNav (line 136) | _focusNav(direction) { method goToFocused (line 140) | goToFocused() { method _revealPosition (line 145) | _revealPosition(position) { method _revealLineInCenterIfOutsideViewport (line 148) | _revealLineInCenterIfOutsideViewport(position) { method _reveaInEditor (line 151) | _reveaInEditor(position, revealFunction) { method _registerMouseListeners (line 160) | _registerMouseListeners() { method _onContextMenu (line 325) | _onContextMenu(targetWindow, e) { method _toggleFoldingRegionForLine (line 332) | _toggleFoldingRegionForLine(line) { method _readConfiguration (line 350) | _readConfiguration() { method _readConfigurationChange (line 383) | _readConfigurationChange(event) { method _needsUpdate (line 395) | _needsUpdate(event) { method _onTokensChange (line 406) | _onTokensChange(event) { method _onDidResize (line 412) | _onDidResize() { method _renderStickyScroll (line 418) | async _renderStickyScroll(rebuildFromLine) { method findScrollWidgetState (line 463) | findScrollWidgetState() { method dispose (line 503) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.js class StickyRange (line 5) | class StickyRange { method constructor (line 6) | constructor(startLineNumber, endLineNumber) { class StickyElement (line 11) | class StickyElement { method constructor (line 12) | constructor( class StickyModel (line 30) | class StickyModel { method constructor (line 31) | constructor(uri, version, element, outlineProviderId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.js method constructor (line 39) | constructor(_editor, onProviderUpdate, _languageConfigurationService, _l... method dispose (line 58) | dispose() { method _cancelModelPromise (line 64) | _cancelModelPromise() { method update (line 70) | async update(token) { class StickyModelCandidateProvider (line 107) | class StickyModelCandidateProvider extends Disposable { method constructor (line 108) | constructor(_editor) { method stickyModel (line 113) | get stickyModel() { method _invalid (line 116) | _invalid() { method computeStickyModel (line 120) | computeStickyModel(token) { method isModelValid (line 148) | isModelValid(model) { method isProviderValid (line 156) | isProviderValid() { method constructor (line 161) | constructor(_editor, _languageFeaturesService) { method createModelFromProvider (line 165) | createModelFromProvider(token) { method createStickyModel (line 168) | createStickyModel(token, model) { method isModelValid (line 174) | isModelValid(model) { method _stickyModelFromOutlineModel (line 177) | _stickyModelFromOutlineModel(outlineModel, preferredProvider) { method _stickyModelFromOutlineElement (line 219) | _stickyModelFromOutlineElement(outlineElement, previousStartLine) { method _comparator (line 237) | _comparator(range1, range2) { method _findSumOfRangesOfGroup (line 245) | _findSumOfRangesOfGroup(outline) { class StickyModelFromCandidateFoldingProvider (line 261) | class StickyModelFromCandidateFoldingProvider extends StickyModelCandida... method constructor (line 262) | constructor(editor) { method createStickyModel (line 266) | createStickyModel(token, model) { method isModelValid (line 271) | isModelValid(model) { method _fromFoldingRegions (line 274) | _fromFoldingRegions(foldingRegions) { method constructor (line 299) | constructor(editor, _languageConfigurationService) { method createModelFromProvider (line 304) | async createModelFromProvider(token) { method constructor (line 312) | constructor(editor, onProviderUpdate, _languageFeaturesService) { method isProviderValid (line 320) | isProviderValid() { method createModelFromProvider (line 323) | async createModelFromProvider(token) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.js class StickyLineCandidate (line 22) | class StickyLineCandidate { method constructor (line 23) | constructor(startLineNumber, endLineNumber, nestingDepth) { method constructor (line 30) | constructor(editor, _languageFeaturesService, _languageConfigurationServ... method readConfiguration (line 49) | readConfiguration() { method getVersionId (line 74) | getVersionId() { method updateStickyModelProvider (line 78) | updateStickyModelProvider() { method update (line 87) | async update() { method updateStickyModel (line 94) | async updateStickyModel(token) { method updateIndex (line 106) | updateIndex(index) { method getCandidateStickyLinesIntersectingFromStickyModel (line 115) | getCandidateStickyLinesIntersectingFromStickyModel(range, outlineModel, ... method getCandidateStickyLinesIntersecting (line 148) | getCandidateStickyLinesIntersecting(range) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.js class StickyScrollWidgetState (line 18) | class StickyScrollWidgetState { method constructor (line 19) | constructor(startLineNumbers, endLineNumbers, lastLineRelativePosition... method equals (line 25) | equals(other) { constant STICKY_INDEX_ATTR (line 34) | const STICKY_INDEX_ATTR = 'data-sticky-line-index'; constant STICKY_IS_LINE_ATTR (line 35) | const STICKY_IS_LINE_ATTR = 'data-sticky-is-line'; constant STICKY_IS_LINE_NUMBER_ATTR (line 36) | const STICKY_IS_LINE_NUMBER_ATTR = 'data-sticky-is-line-number'; constant STICKY_IS_FOLDING_ICON_ATTR (line 37) | const STICKY_IS_FOLDING_ICON_ATTR = 'data-sticky-is-folding-icon'; class StickyScrollWidget (line 38) | class StickyScrollWidget extends Disposable { method constructor (line 39) | constructor(_editor) { method lineNumbers (line 93) | get lineNumbers() { method lineNumberCount (line 96) | get lineNumberCount() { method getRenderedStickyLine (line 99) | getRenderedStickyLine(lineNumber) { method getCurrentLines (line 102) | getCurrentLines() { method setState (line 105) | setState(_state, foldingModel, _rebuildFromLine) { method _isWidgetHeightZero (line 116) | _isWidgetHeightZero(state) { method _findLineToRebuildWidgetFrom (line 135) | _findLineToRebuildWidgetFrom(state, _rebuildFromLine) { method _updateWidgetWidth (line 146) | _updateWidgetWidth() { method _clearStickyLinesFromLine (line 153) | _clearStickyLinesFromLine(clearFromLine) { method _useFoldingOpacityTransition (line 165) | _useFoldingOpacityTransition(requireTransitions) { method _setFoldingIconsVisibility (line 168) | _setFoldingIconsVisibility(allVisible) { method _renderRootNode (line 177) | async _renderRootNode(state, foldingModel, rebuildFromLine) { method _setFoldingHoverListeners (line 211) | _setFoldingHoverListeners() { method _renderChildNode (line 226) | _renderChildNode(index, line, foldingModel, layoutInfo) { method _updateTopAndZIndexOfStickyLine (line 292) | _updateTopAndZIndexOfStickyLine(stickyLine) { method _renderFoldingIconForLine (line 308) | _renderFoldingIconForLine(foldingModel, line) { method getId (line 326) | getId() { method getDomNode (line 329) | getDomNode() { method getPosition (line 332) | getPosition() { method getMinContentWidthInPx (line 338) | getMinContentWidthInPx() { method focusLineWithIndex (line 341) | focusLineWithIndex(index) { method getEditorPositionFromNode (line 349) | getEditorPositionFromNode(spanDomNode) { method getLineNumberFromChildDomNode (line 361) | getLineNumberFromChildDomNode(domNode) { method _getRenderedStickyLineFromChildDomNode (line 365) | _getRenderedStickyLineFromChildDomNode(domNode) { method getLineIndexFromChildDomNode (line 376) | getLineIndexFromChildDomNode(domNode) { method isInStickyLine (line 384) | isInStickyLine(domNode) { method isInFoldingIconDomNode (line 392) | isInFoldingIconDomNode(domNode) { method _getAttributeValue (line 400) | _getAttributeValue(domNode, attribute) { class RenderedStickyLine (line 411) | class RenderedStickyLine { method constructor (line 412) | constructor(index, lineNumber, lineDomNode, lineNumberDomNode, folding... class StickyFoldingIcon (line 422) | class StickyFoldingIcon { method constructor (line 423) | constructor(isCollapsed, foldingStartLine, foldingEndLine, dimension) { method setVisible (line 433) | setVisible(visible) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/completionModel.js class LineContext (line 8) | class LineContext { method constructor (line 9) | constructor(leadingLineContent, characterCountDelta) { class CompletionModel (line 17) | class CompletionModel { method constructor (line 18) | constructor(items, column, lineContext, wordDistance, options, snippet... method lineContext (line 35) | get lineContext() { method lineContext (line 38) | set lineContext(value) { method items (line 45) | get items() { method getItemsByProvider (line 49) | getItemsByProvider() { method getIncompleteProvider (line 53) | getIncompleteProvider() { method stats (line 63) | get stats() { method _ensureCachedState (line 67) | _ensureCachedState() { method _createCachedState (line 72) | _createCachedState() { method _compareCompletionItems (line 179) | static _compareCompletionItems(a, b) { method _compareCompletionItemsSnippetsDown (line 202) | static _compareCompletionItemsSnippetsDown(a, b) { method _compareCompletionItemsSnippetsUp (line 213) | static _compareCompletionItemsSnippetsUp(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggest.js class CompletionItem (line 34) | class CompletionItem { method constructor (line 35) | constructor(position, completion, container, provider) { method isResolved (line 82) | get isResolved() { method resolveDuration (line 85) | get resolveDuration() { method resolve (line 88) | async resolve(token) { class CompletionOptions (line 112) | class CompletionOptions { method constructor (line 113) | constructor(snippetSortOrder = 2 /* SnippetSortOrder.Bottom */, kindFi... function getSnippetSuggestSupport (line 123) | function getSnippetSuggestSupport() { class CompletionItemModel (line 126) | class CompletionItemModel { method constructor (line 127) | constructor(items, needsClipboard, durations, disposable) { function provideSuggestionItems (line 134) | async function provideSuggestionItems(registry, model, position, options... function defaultComparator (line 236) | function defaultComparator(a, b) { function snippetUpComparator (line 256) | function snippetUpComparator(a, b) { function snippetDownComparator (line 267) | function snippetDownComparator(a, b) { function getSuggestionComparator (line 282) | function getSuggestionComparator(snippetConfig) { function showSimpleSuggestions (line 320) | function showSimpleSuggestions(editor, provider) { class QuickSuggestionsOptions (line 324) | class QuickSuggestionsOptions { method isAllOff (line 325) | static isAllOff(config) { method isAllOn (line 328) | static isAllOn(config) { method valueFor (line 331) | static valueFor(config, tokenType) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestAlternatives.js method constructor (line 17) | constructor(_editor, contextKeyService) { method dispose (line 22) | dispose() { method reset (line 25) | reset() { method set (line 33) | set({ model, index }, acceptNext) { method _moveIndex (line 55) | static _moveIndex(fwd, model, index) { method next (line 68) | next() { method prev (line 71) | prev() { method _move (line 74) | _move(fwd) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestCommitCharacters.js class CommitCharacterController (line 8) | class CommitCharacterController { method constructor (line 9) | constructor(editor, widget, model, accept) { method _onItem (line 31) | _onItem(selected) { method reset (line 50) | reset() { method dispose (line 53) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestController.js class LineSuffix (line 53) | class LineSuffix { method constructor (line 54) | constructor(_model, _position) { method dispose (line 76) | dispose() { method delta (line 84) | delta(position) { method get (line 102) | static get(editor) { method constructor (line 105) | constructor(editor, _memoryService, _commandService, _contextKeyService,... method dispose (line 253) | dispose() { method _insertSuggestion (line 261) | _insertSuggestion(event, flags) { method _reportSuggestionAcceptedTelemetry (line 427) | _reportSuggestionAcceptedTelemetry(item, model, itemResolved, commandExe... method getOverwriteInfo (line 446) | getOverwriteInfo(item, toggleMode) { method _alertCompletionItem (line 461) | _alertCompletionItem(item) { method triggerSuggest (line 467) | triggerSuggest(onlyFrom, auto, noFilter) { method triggerSuggestAndAcceptBest (line 477) | triggerSuggestAndAcceptBest(arg) { method acceptSelectedSuggestion (line 536) | acceptSelectedSuggestion(keepAlternativeSuggestions, alternativeOverwrit... method acceptNextSuggestion (line 547) | acceptNextSuggestion() { method acceptPrevSuggestion (line 550) | acceptPrevSuggestion() { method cancelSuggestWidget (line 553) | cancelSuggestWidget() { method focusSuggestion (line 558) | focusSuggestion() { method selectNextSuggestion (line 561) | selectNextSuggestion() { method selectNextPageSuggestion (line 564) | selectNextPageSuggestion() { method selectLastSuggestion (line 567) | selectLastSuggestion() { method selectPrevSuggestion (line 570) | selectPrevSuggestion() { method selectPrevPageSuggestion (line 573) | selectPrevPageSuggestion() { method selectFirstSuggestion (line 576) | selectFirstSuggestion() { method toggleSuggestionDetails (line 579) | toggleSuggestionDetails() { method toggleExplainMode (line 582) | toggleExplainMode() { method toggleSuggestionFocus (line 585) | toggleSuggestionFocus() { method resetWidgetSize (line 588) | resetWidgetSize() { method forceRenderingAbove (line 591) | forceRenderingAbove() { method stopForceRenderingAbove (line 594) | stopForceRenderingAbove() { method registerSelector (line 601) | registerSelector(selector) { class PriorityRegistry (line 615) | class PriorityRegistry { method constructor (line 616) | constructor(prioritySelector) { method register (line 620) | register(value) { method itemsOrderedByPriorityDesc (line 635) | get itemsOrderedByPriorityDesc() { class TriggerSuggestAction (line 639) | class TriggerSuggestAction extends EditorAction { method constructor (line 640) | constructor() { method run (line 655) | run(_accessor, editor, args) { method handler (line 677) | handler(x) { method handler (line 720) | handler(x) { method constructor (line 904) | constructor() { method run (line 912) | run(_accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestInlineCompletions.js class SuggestInlineCompletion (line 28) | class SuggestInlineCompletion { method constructor (line 29) | constructor(range, insertText, filterText, additionalTextEdits, comman... method constructor (line 39) | constructor(model, line, word, completionModel, completions, _suggestMem... method canBeReused (line 47) | canBeReused(model, line, word) { method items (line 54) | get items() { method constructor (line 87) | constructor(_languageFeatureService, _clipboardService, _suggestMemorySe... method provideInlineCompletions (line 95) | async provideInlineCompletions(model, position, context, token) { method handleItemDidShow (line 165) | handleItemDidShow(_completions, item) { method freeInlineCompletions (line 168) | freeInlineCompletions(result) { method _getTriggerCharacterInfo (line 171) | _getTriggerCharacterInfo(model, position) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestMemory.js class Memory (line 24) | class Memory { method constructor (line 25) | constructor(name) { method select (line 28) | select(model, pos, items) { class NoMemory (line 47) | class NoMemory extends Memory { method constructor (line 48) | constructor() { method memorize (line 51) | memorize(model, pos, item) { method toJSON (line 54) | toJSON() { method fromJSON (line 57) | fromJSON() { class LRUMemory (line 61) | class LRUMemory extends Memory { method constructor (line 62) | constructor() { method memorize (line 67) | memorize(model, pos, item) { method select (line 75) | select(model, pos, items) { method toJSON (line 113) | toJSON() { method fromJSON (line 116) | fromJSON(data) { class PrefixMemory (line 127) | class PrefixMemory extends Memory { method constructor (line 128) | constructor() { method memorize (line 133) | memorize(model, pos, item) { method select (line 142) | select(model, pos, items) { method toJSON (line 162) | toJSON() { method fromJSON (line 173) | fromJSON(data) { method constructor (line 185) | constructor(_storageService, _configService) { method dispose (line 196) | dispose() { method memorize (line 200) | memorize(model, pos, item) { method select (line 204) | select(model, pos, items) { method _withStrategy (line 207) | _withStrategy(model, pos) { method _saveState (line 231) | _saveState() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestModel.js class LineContext (line 37) | class LineContext { method shouldAutoTrigger (line 38) | static shouldAutoTrigger(editor) { method constructor (line 58) | constructor(model, position, triggerOptions) { function canShowQuickSuggest (line 66) | function canShowQuickSuggest(editor, contextKeyService, configurationSer... function canShowSuggestOnTriggerCharacters (line 77) | function canShowSuggestOnTriggerCharacters(editor, contextKeyService, co... method constructor (line 89) | constructor(_editor, _editorWorkerService, _clipboardService, _telemetry... method dispose (line 152) | dispose() { method _updateTriggerCharacters (line 159) | _updateTriggerCharacters() { method state (line 228) | get state() { method cancel (line 239) | cancel(retrigger = false) { method clear (line 251) | clear() { method _updateActiveSuggestSession (line 254) | _updateActiveSuggestSession() { method _onCursorChange (line 264) | _onCursorChange(e) { method _onCompositionEnd (line 290) | _onCompositionEnd() { method _doTriggerQuickSuggest (line 299) | _doTriggerQuickSuggest() { method _refilterCompletionItems (line 347) | _refilterCompletionItems() { method trigger (line 355) | trigger(options) { method _reportDurationsTelemetry (line 439) | _reportDurationsTelemetry(durations) { method createSuggestFilter (line 448) | static createSuggestFilter(editor) { method _onNewContext (line 544) | _onNewContext(ctx) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.js class OvertypingCapturer (line 6) | class OvertypingCapturer { method constructor (line 7) | constructor(editor, suggestModel) { method getLastOvertypedInfo (line 49) | getLastOvertypedInfo(idx) { method dispose (line 55) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestWidget.js class PersistedWidgetSize (line 53) | class PersistedWidgetSize { method constructor (line 54) | constructor(_service, editor) { method restore (line 58) | restore() { method store (line 72) | store(size) { method reset (line 75) | reset() { method constructor (line 80) | constructor(editor, _storageService, _contextKeyService, _themeService, ... method dispose (line 224) | dispose() { method _onEditorMouseDown (line 238) | _onEditorMouseDown(mouseEvent) { method _onCursorSelectionChanged (line 250) | _onCursorSelectionChanged() { method _onListMouseDownOrTap (line 255) | _onListMouseDownOrTap(e) { method _onListSelection (line 264) | _onListSelection(e) { method _select (line 269) | _select(item, index) { method _onThemeChange (line 276) | _onThemeChange(theme) { method _onListFocus (line 279) | _onListFocus(e) { method _setState (line 341) | _setState(state) { method _show (line 402) | _show() { method showTriggered (line 412) | showTriggered(auto, delay) { method showSuggestions (line 422) | showSuggestions(completionModel, selectionIndex, isFrozen, isAuto, noFoc... method focusSelected (line 467) | focusSelected() { method selectNextPage (line 472) | selectNextPage() { method selectNext (line 486) | selectNext() { method selectLast (line 497) | selectLast() { method selectPreviousPage (line 511) | selectPreviousPage() { method selectPrevious (line 525) | selectPrevious() { method selectFirst (line 536) | selectFirst() { method getFocusedItem (line 550) | getFocusedItem() { method toggleDetailsFocus (line 564) | toggleDetailsFocus() { method toggleDetails (line 574) | toggleDetails() { method showDetails (line 590) | showDetails(loading) { method toggleExplainMode (line 610) | toggleExplainMode() { method resetPersistedSize (line 621) | resetPersistedSize() { method hideWidget (line 624) | hideWidget() { method isFrozen (line 640) | isFrozen() { method _afterRender (line 643) | _afterRender(position) { method _layout (line 659) | _layout(size) { method _resize (line 737) | _resize(width, height) { method _positionDetails (line 748) | _positionDetails() { method getLayoutInfo (line 754) | getLayoutInfo() { method _isDetailsVisible (line 771) | _isDetailsVisible() { method _setDetailsVisible (line 774) | _setDetailsVisible(value) { method forceRenderingAbove (line 777) | forceRenderingAbove() { method stopForceRenderingAbove (line 783) | stopForceRenderingAbove() { class SuggestContentWidget (line 796) | class SuggestContentWidget { method constructor (line 797) | constructor(_widget, _editor) { method dispose (line 806) | dispose() { method getId (line 812) | getId() { method getDomNode (line 815) | getDomNode() { method show (line 818) | show() { method hide (line 825) | hide() { method layout (line 831) | layout() { method getPosition (line 834) | getPosition() { method beforeRender (line 843) | beforeRender() { method afterRender (line 848) | afterRender(position) { method setPreference (line 851) | setPreference(preference) { method lockPreference (line 856) | lockPreference() { method unlockPreference (line 859) | unlockPreference() { method setPosition (line 862) | setPosition(position) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js function canExpandCompletionItem (line 25) | function canExpandCompletionItem(item) { method constructor (line 29) | constructor(_editor, instaService) { method dispose (line 60) | dispose() { method _configureFont (line 64) | _configureFont() { method getLayoutInfo (line 81) | getLayoutInfo() { method renderLoading (line 93) | renderLoading() { method renderItem (line 100) | renderItem(item, explainMode) { method clearContents (line 166) | clearContents() { method isEmpty (line 171) | get isEmpty() { method size (line 174) | get size() { method layout (line 177) | layout(width, height) { method scrollDown (line 185) | scrollDown(much = 8) { method scrollUp (line 188) | scrollUp(much = 8) { method scrollTop (line 191) | scrollTop() { method scrollBottom (line 194) | scrollBottom() { method pageDown (line 197) | pageDown() { method pageUp (line 200) | pageUp() { method borderWidth (line 203) | set borderWidth(width) { method borderWidth (line 206) | get borderWidth() { class SuggestDetailsOverlay (line 214) | class SuggestDetailsOverlay { method constructor (line 215) | constructor(widget, _editor) { method dispose (line 268) | dispose() { method getId (line 273) | getId() { method getDomNode (line 276) | getDomNode() { method getPosition (line 279) | getPosition() { method show (line 282) | show() { method hide (line 288) | hide(sessionEnded = false) { method placeAtAnchor (line 301) | placeAtAnchor(anchor, preferAlignAtTop) { method _placeAtAnchor (line 308) | _placeAtAnchor(anchorBox, size, preferAlignAtTop) { method _applyTopLeft (line 387) | _applyTopLeft(topLeft) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js function getAriaId (line 32) | function getAriaId(index) { method extract (line 37) | extract(item, out) { method constructor (line 63) | constructor(_editor, _modelService, _languageService, _themeService) { method dispose (line 72) | dispose() { method renderTemplate (line 75) | renderTemplate(container) { method renderElement (line 118) | renderElement(element, index, data) { method disposeTemplate (line 198) | disposeTemplate(templateData) { function stripNewLines (line 208) | function stripNewLines(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/suggestWidgetStatus.js class StatusBarViewItem (line 22) | class StatusBarViewItem extends MenuEntryActionViewItem { method updateLabel (line 23) | updateLabel() { method symbolPrintEnter (line 32) | static symbolPrintEnter(kb) { method constructor (line 38) | constructor(container, _menuId, instantiationService, _menuService, _con... method dispose (line 52) | dispose() { method show (line 58) | show() { method hide (line 79) | hide() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/wordContextKey.js method constructor (line 17) | constructor(_editor, contextKeyService) { method dispose (line 24) | dispose() { method _update (line 30) | _update() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/suggest/browser/wordDistance.js class WordDistance (line 8) | class WordDistance { method create (line 9) | static async create(service, editor) { method distance (line 60) | distance() { return 0; } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/symbolIcons/browser/symbolIcons.js constant SYMBOL_ICON_ARRAY_FOREGROUND (line 8) | const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayFore... constant SYMBOL_ICON_BOOLEAN_FOREGROUND (line 14) | const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.boolean... constant SYMBOL_ICON_CLASS_FOREGROUND (line 20) | const SYMBOL_ICON_CLASS_FOREGROUND = registerColor('symbolIcon.classFore... constant SYMBOL_ICON_COLOR_FOREGROUND (line 26) | const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorFore... constant SYMBOL_ICON_CONSTANT_FOREGROUND (line 32) | const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.consta... constant SYMBOL_ICON_CONSTRUCTOR_FOREGROUND (line 38) | const SYMBOL_ICON_CONSTRUCTOR_FOREGROUND = registerColor('symbolIcon.con... constant SYMBOL_ICON_ENUMERATOR_FOREGROUND (line 44) | const SYMBOL_ICON_ENUMERATOR_FOREGROUND = registerColor('symbolIcon.enum... constant SYMBOL_ICON_ENUMERATOR_MEMBER_FOREGROUND (line 50) | const SYMBOL_ICON_ENUMERATOR_MEMBER_FOREGROUND = registerColor('symbolIc... constant SYMBOL_ICON_EVENT_FOREGROUND (line 56) | const SYMBOL_ICON_EVENT_FOREGROUND = registerColor('symbolIcon.eventFore... constant SYMBOL_ICON_FIELD_FOREGROUND (line 62) | const SYMBOL_ICON_FIELD_FOREGROUND = registerColor('symbolIcon.fieldFore... constant SYMBOL_ICON_FILE_FOREGROUND (line 68) | const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForegr... constant SYMBOL_ICON_FOLDER_FOREGROUND (line 74) | const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderFo... constant SYMBOL_ICON_FUNCTION_FOREGROUND (line 80) | const SYMBOL_ICON_FUNCTION_FOREGROUND = registerColor('symbolIcon.functi... constant SYMBOL_ICON_INTERFACE_FOREGROUND (line 86) | const SYMBOL_ICON_INTERFACE_FOREGROUND = registerColor('symbolIcon.inter... constant SYMBOL_ICON_KEY_FOREGROUND (line 92) | const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForegrou... constant SYMBOL_ICON_KEYWORD_FOREGROUND (line 98) | const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keyword... constant SYMBOL_ICON_METHOD_FOREGROUND (line 104) | const SYMBOL_ICON_METHOD_FOREGROUND = registerColor('symbolIcon.methodFo... constant SYMBOL_ICON_MODULE_FOREGROUND (line 110) | const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleFo... constant SYMBOL_ICON_NAMESPACE_FOREGROUND (line 116) | const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.names... constant SYMBOL_ICON_NULL_FOREGROUND (line 122) | const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForegr... constant SYMBOL_ICON_NUMBER_FOREGROUND (line 128) | const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberFo... constant SYMBOL_ICON_OBJECT_FOREGROUND (line 134) | const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectFo... constant SYMBOL_ICON_OPERATOR_FOREGROUND (line 140) | const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operat... constant SYMBOL_ICON_PACKAGE_FOREGROUND (line 146) | const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.package... constant SYMBOL_ICON_PROPERTY_FOREGROUND (line 152) | const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.proper... constant SYMBOL_ICON_REFERENCE_FOREGROUND (line 158) | const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.refer... constant SYMBOL_ICON_SNIPPET_FOREGROUND (line 164) | const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippet... constant SYMBOL_ICON_STRING_FOREGROUND (line 170) | const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringFo... constant SYMBOL_ICON_STRUCT_FOREGROUND (line 176) | const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structFo... constant SYMBOL_ICON_TEXT_FOREGROUND (line 182) | const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForegr... constant SYMBOL_ICON_TYPEPARAMETER_FOREGROUND (line 188) | const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.t... constant SYMBOL_ICON_UNIT_FOREGROUND (line 194) | const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForegr... constant SYMBOL_ICON_VARIABLE_FOREGROUND (line 200) | const SYMBOL_ICON_VARIABLE_FOREGROUND = registerColor('symbolIcon.variab... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js class ToggleTabFocusModeAction (line 9) | class ToggleTabFocusModeAction extends Action2 { method constructor (line 10) | constructor() { method run (line 26) | run() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/tokenization/browser/tokenization.js class ForceRetokenizeAction (line 8) | class ForceRetokenizeAction extends EditorAction { method constructor (line 9) | constructor() { method run (line 17) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js constant BANNER_ELEMENT_HEIGHT (line 24) | const BANNER_ELEMENT_HEIGHT = 26; method constructor (line 26) | constructor(_editor, instantiationService) { method hide (line 32) | hide() { method show (line 36) | show(item) { method constructor (line 54) | constructor(instantiationService) { method getAriaLabel (line 61) | getAriaLabel(item) { method getBannerMessage (line 70) | getBannerMessage(message) { method clear (line 78) | clear() { method show (line 81) | show(item) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js method constructor (line 40) | constructor(_editor, _editorWorkerService, _workspaceTrustService, insta... method dispose (line 112) | dispose() { method _updateHighlighter (line 119) | _updateHighlighter() { method getDecorationInfo (line 162) | getDecorationInfo(decoration) { function resolveOptions (line 176) | function resolveOptions(trusted, options) { method constructor (line 188) | constructor(_editor, _options, _updateState, _editorWorkerService) { method dispose (line 202) | dispose() { method _update (line 206) | _update() { method getDecorationInfo (line 240) | getDecorationInfo(decoration) { class ViewportUnicodeHighlighter (line 259) | class ViewportUnicodeHighlighter extends Disposable { method constructor (line 260) | constructor(_editor, _options, _updateState) { method dispose (line 282) | dispose() { method _update (line 286) | _update() { method getDecorationInfo (line 323) | getDecorationInfo(decoration) { method constructor (line 341) | constructor(_editor, _languageService, _openerService) { method computeSync (line 347) | computeSync(anchor, lineDecorations) { method renderHoverParts (line 406) | renderHoverParts(context, hoverParts) { function codePointToHex (line 415) | function codePointToHex(codePoint) { function formatCodePointMarkdown (line 418) | function formatCodePointMarkdown(codePoint) { function renderCodePointAsInlineCode (line 426) | function renderCodePointAsInlineCode(codePoint) { function computeReason (line 432) | function computeReason(char, options) { class Decorations (line 435) | class Decorations { method constructor (line 436) | constructor() { method getDecorationFromOptions (line 439) | getDecorationFromOptions(options) { method getDecoration (line 442) | getDecoration(hideInComments, hideInStrings) { class DisableHighlightingInCommentsAction (line 462) | class DisableHighlightingInCommentsAction extends EditorAction { method constructor (line 463) | constructor() { method run (line 472) | async run(accessor, editor, args) { method runAction (line 478) | async runAction(configurationService) { class DisableHighlightingInStringsAction (line 482) | class DisableHighlightingInStringsAction extends EditorAction { method constructor (line 483) | constructor() { method run (line 492) | async run(accessor, editor, args) { method runAction (line 498) | async runAction(configurationService) { class DisableHighlightingOfAmbiguousCharactersAction (line 502) | class DisableHighlightingOfAmbiguousCharactersAction extends EditorAction { method constructor (line 503) | constructor() { method run (line 512) | async run(accessor, editor, args) { method runAction (line 518) | async runAction(configurationService) { class DisableHighlightingOfInvisibleCharactersAction (line 523) | class DisableHighlightingOfInvisibleCharactersAction extends EditorAction { method constructor (line 524) | constructor() { method run (line 533) | async run(accessor, editor, args) { method runAction (line 539) | async runAction(configurationService) { class DisableHighlightingOfNonBasicAsciiCharactersAction (line 544) | class DisableHighlightingOfNonBasicAsciiCharactersAction extends EditorA... method constructor (line 545) | constructor() { method run (line 554) | async run(accessor, editor, args) { method runAction (line 560) | async runAction(configurationService) { class ShowExcludeOptions (line 565) | class ShowExcludeOptions extends EditorAction { method constructor (line 566) | constructor() { method run (line 574) | async run(accessor, editor, args) { function excludeCharFromBeingHighlighted (line 630) | async function excludeCharFromBeingHighlighted(configurationService, cha... function excludeLocaleFromBeingHighlighted (line 644) | async function excludeLocaleFromBeingHighlighted(configurationService, l... function expectNever (line 660) | function expectNever(value) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js function writeIgnoreState (line 21) | function writeIgnoreState(codeEditorService, model, state) { function readIgnoreState (line 24) | function readIgnoreState(codeEditorService, model) { method constructor (line 28) | constructor(_editor, _dialogService, _codeEditorService) { method _checkForUnusualLineTerminators (line 53) | async _checkForUnusualLineTerminators() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js function getHighlightDecorationOptions (line 78) | function getHighlightDecorationOptions(kind) { function getSelectionHighlightDecorationOptions (line 89) | function getSelectionHighlightDecorationOptions(hasSemanticHighlights) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js function getOccurrencesAtPosition (line 38) | function getOccurrencesAtPosition(registry, model, position, token) { function getOccurrencesAcrossMultipleModels (line 55) | function getOccurrencesAcrossMultipleModels(registry, model, position, w... class OccurenceAtPositionRequest (line 70) | class OccurenceAtPositionRequest { method constructor (line 71) | constructor(_model, _selection, _wordSeparators) { method result (line 78) | get result() { method _getCurrentWordRange (line 84) | _getCurrentWordRange(model, selection) { method isValid (line 91) | isValid(model, selection, decorations) { method cancel (line 109) | cancel() { class SemanticOccurenceAtPositionRequest (line 113) | class SemanticOccurenceAtPositionRequest extends OccurenceAtPositionRequ... method constructor (line 114) | constructor(model, selection, wordSeparators, providers) { method _compute (line 118) | _compute(model, selection, wordSeparators, token) { class MultiModelOccurenceRequest (line 127) | class MultiModelOccurenceRequest extends OccurenceAtPositionRequest { method constructor (line 128) | constructor(model, selection, wordSeparators, providers, otherModels) { method _compute (line 133) | _compute(model, selection, wordSeparators, token) { class TextualOccurenceRequest (line 142) | class TextualOccurenceRequest extends OccurenceAtPositionRequest { method constructor (line 143) | constructor(model, selection, word, wordSeparators, otherModels) { method _compute (line 149) | _compute(model, selection, wordSeparators, token) { method isValid (line 179) | isValid(model, selection, decorations) { function computeOccurencesAtPosition (line 187) | function computeOccurencesAtPosition(registry, model, selection, word, w... function computeOccurencesMultiModel (line 193) | function computeOccurencesMultiModel(registry, model, selection, word, w... method constructor (line 205) | constructor(editor, providers, multiProviders, contextKeyService, codeEd... method hasDecorations (line 272) | hasDecorations() { method restore (line 275) | restore() { method _getSortedHighlights (line 281) | _getSortedHighlights() { method moveNext (line 285) | moveNext() { method moveBack (line 304) | moveBack() { method _removeSingleDecorations (line 323) | _removeSingleDecorations() { method _removeAllDecorations (line 339) | _removeAllDecorations() { method _stopSingular (line 367) | _stopSingular() { method _stopAll (line 398) | _stopAll() { method _onPositionChanged (line 419) | _onPositionChanged(e) { method _getWord (line 434) | _getWord() { method getOtherModelsToHighlight (line 446) | getOtherModelsToHighlight(model) { method _run (line 499) | _run() { method computeWithModel (line 580) | computeWithModel(model, selection, word, otherModels) { method _beginRenderDecorations (line 588) | _beginRenderDecorations() { method renderDecorations (line 603) | renderDecorations() { method dispose (line 643) | dispose() { method get (line 654) | static get(editor) { method constructor (line 657) | constructor(editor, contextKeyService, languageFeaturesService, codeEdit... method wordHighlighter (line 674) | get wordHighlighter() { method saveViewState (line 677) | saveViewState() { method moveNext (line 683) | moveNext() { method moveBack (line 687) | moveBack() { method restoreViewState (line 691) | restoreViewState(state) { method dispose (line 696) | dispose() { class WordHighlightNavigationAction (line 711) | class WordHighlightNavigationAction extends EditorAction { method constructor (line 712) | constructor(next, opts) { method run (line 716) | run(accessor, editor) { class NextWordHighlightAction (line 729) | class NextWordHighlightAction extends WordHighlightNavigationAction { method constructor (line 730) | constructor() { class PrevWordHighlightAction (line 744) | class PrevWordHighlightAction extends WordHighlightNavigationAction { method constructor (line 745) | constructor() { class TriggerWordHighlightAction (line 759) | class TriggerWordHighlightAction extends EditorAction { method constructor (line 760) | constructor() { method run (line 773) | run(accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/wordOperations/browser/wordOperations.js class MoveWordCommand (line 20) | class MoveWordCommand extends EditorCommand { method constructor (line 21) | constructor(opts) { method runEditorCommand (line 26) | runEditorCommand(accessor, editor, args) { method _moveTo (line 45) | _moveTo(from, to, inSelectionMode) { class WordLeftCommand (line 56) | class WordLeftCommand extends MoveWordCommand { method _move (line 57) | _move(wordSeparators, model, position, wordNavigationType) { class WordRightCommand (line 61) | class WordRightCommand extends MoveWordCommand { method _move (line 62) | _move(wordSeparators, model, position, wordNavigationType) { class CursorWordStartLeft (line 66) | class CursorWordStartLeft extends WordLeftCommand { method constructor (line 67) | constructor() { class CursorWordEndLeft (line 76) | class CursorWordEndLeft extends WordLeftCommand { method constructor (line 77) | constructor() { class CursorWordLeft (line 86) | class CursorWordLeft extends WordLeftCommand { method constructor (line 87) | constructor() { class CursorWordStartLeftSelect (line 103) | class CursorWordStartLeftSelect extends WordLeftCommand { method constructor (line 104) | constructor() { class CursorWordEndLeftSelect (line 113) | class CursorWordEndLeftSelect extends WordLeftCommand { method constructor (line 114) | constructor() { class CursorWordLeftSelect (line 123) | class CursorWordLeftSelect extends WordLeftCommand { method constructor (line 124) | constructor() { class CursorWordAccessibilityLeft (line 141) | class CursorWordAccessibilityLeft extends WordLeftCommand { method constructor (line 142) | constructor() { method _move (line 150) | _move(wordCharacterClassifier, model, position, wordNavigationType) { class CursorWordAccessibilityLeftSelect (line 154) | class CursorWordAccessibilityLeftSelect extends WordLeftCommand { method constructor (line 155) | constructor() { method _move (line 163) | _move(wordCharacterClassifier, model, position, wordNavigationType) { class CursorWordStartRight (line 167) | class CursorWordStartRight extends WordRightCommand { method constructor (line 168) | constructor() { class CursorWordEndRight (line 177) | class CursorWordEndRight extends WordRightCommand { method constructor (line 178) | constructor() { class CursorWordRight (line 194) | class CursorWordRight extends WordRightCommand { method constructor (line 195) | constructor() { class CursorWordStartRightSelect (line 204) | class CursorWordStartRightSelect extends WordRightCommand { method constructor (line 205) | constructor() { class CursorWordEndRightSelect (line 214) | class CursorWordEndRightSelect extends WordRightCommand { method constructor (line 215) | constructor() { class CursorWordRightSelect (line 231) | class CursorWordRightSelect extends WordRightCommand { method constructor (line 232) | constructor() { class CursorWordAccessibilityRight (line 241) | class CursorWordAccessibilityRight extends WordRightCommand { method constructor (line 242) | constructor() { method _move (line 250) | _move(wordCharacterClassifier, model, position, wordNavigationType) { class CursorWordAccessibilityRightSelect (line 254) | class CursorWordAccessibilityRightSelect extends WordRightCommand { method constructor (line 255) | constructor() { method _move (line 263) | _move(wordCharacterClassifier, model, position, wordNavigationType) { class DeleteWordCommand (line 267) | class DeleteWordCommand extends EditorCommand { method constructor (line 268) | constructor(opts) { method runEditorCommand (line 273) | runEditorCommand(accessor, editor, args) { class DeleteWordLeftCommand (line 304) | class DeleteWordLeftCommand extends DeleteWordCommand { method _delete (line 305) | _delete(ctx, wordNavigationType) { class DeleteWordRightCommand (line 313) | class DeleteWordRightCommand extends DeleteWordCommand { method _delete (line 314) | _delete(ctx, wordNavigationType) { class DeleteWordStartLeft (line 324) | class DeleteWordStartLeft extends DeleteWordLeftCommand { method constructor (line 325) | constructor() { class DeleteWordEndLeft (line 334) | class DeleteWordEndLeft extends DeleteWordLeftCommand { method constructor (line 335) | constructor() { class DeleteWordLeft (line 344) | class DeleteWordLeft extends DeleteWordLeftCommand { method constructor (line 345) | constructor() { class DeleteWordStartRight (line 360) | class DeleteWordStartRight extends DeleteWordRightCommand { method constructor (line 361) | constructor() { class DeleteWordEndRight (line 370) | class DeleteWordEndRight extends DeleteWordRightCommand { method constructor (line 371) | constructor() { class DeleteWordRight (line 380) | class DeleteWordRight extends DeleteWordRightCommand { method constructor (line 381) | constructor() { class DeleteInsideWord (line 396) | class DeleteInsideWord extends EditorAction { method constructor (line 397) | constructor() { method run (line 405) | run(accessor, editor, args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.js class DeleteWordPartLeft (line 11) | class DeleteWordPartLeft extends DeleteWordCommand { method constructor (line 12) | constructor() { method _delete (line 26) | _delete(ctx, wordNavigationType) { class DeleteWordPartRight (line 34) | class DeleteWordPartRight extends DeleteWordCommand { method constructor (line 35) | constructor() { method _delete (line 49) | _delete(ctx, wordNavigationType) { class WordPartLeftCommand (line 59) | class WordPartLeftCommand extends MoveWordCommand { method _move (line 60) | _move(wordSeparators, model, position, wordNavigationType) { class CursorWordPartLeft (line 64) | class CursorWordPartLeft extends WordPartLeftCommand { method constructor (line 65) | constructor() { class CursorWordPartLeftSelect (line 82) | class CursorWordPartLeftSelect extends WordPartLeftCommand { method constructor (line 83) | constructor() { class WordPartRightCommand (line 100) | class WordPartRightCommand extends MoveWordCommand { method _move (line 101) | _move(wordSeparators, model, position, wordNavigationType) { class CursorWordPartRight (line 105) | class CursorWordPartRight extends WordPartRightCommand { method constructor (line 106) | constructor() { class CursorWordPartRightSelect (line 121) | class CursorWordPartRightSelect extends WordPartRightCommand { method constructor (line 122) | constructor() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/contrib/zoneWidget/browser/zoneWidget.js constant WIDGET_ID (line 23) | const WIDGET_ID = 'vs.editor.contrib.zoneWidget'; class ViewZoneDelegate (line 24) | class ViewZoneDelegate { method constructor (line 25) | constructor(domNode, afterLineNumber, afterColumn, heightInLines, onDo... method onDomNodeTop (line 36) | onDomNodeTop(top) { method onComputedHeight (line 39) | onComputedHeight(height) { class OverlayWidgetDelegate (line 43) | class OverlayWidgetDelegate { method constructor (line 44) | constructor(id, domNode) { method getId (line 48) | getId() { method getDomNode (line 51) | getDomNode() { method getPosition (line 54) | getPosition() { class Arrow (line 58) | class Arrow { method constructor (line 59) | constructor(_editor) { method dispose (line 66) | dispose() { method color (line 70) | set color(value) { method height (line 76) | set height(value) { method _updateStyle (line 82) | _updateStyle() { method show (line 86) | show(where) { method hide (line 100) | hide() { class ZoneWidget (line 105) | class ZoneWidget { method constructor (line 106) | constructor(editor, options = {}) { method dispose (line 130) | dispose() { method create (line 146) | create() { method style (line 162) | style(styles) { method _applyStyles (line 171) | _applyStyles() { method _getWidth (line 182) | _getWidth(info) { method _getLeft (line 185) | _getLeft(info) { method _onViewZoneTop (line 192) | _onViewZoneTop(top) { method _onViewZoneHeight (line 195) | _onViewZoneHeight(height) { method position (line 206) | get position() { method show (line 213) | show(rangeOrPos, heightInLines) { method hide (line 220) | hide() { method _decoratingElementsHeight (line 237) | _decoratingElementsHeight() { method _showImpl (line 250) | _showImpl(where, heightInLines) { method revealRange (line 313) | revealRange(range, isLastLine) { method setCssClass (line 321) | setCssClass(className, classToReplace) { method _onWidth (line 330) | _onWidth(widthInPixel) { method _doLayout (line 333) | _doLayout(heightInPixel, widthInPixel) { method _relayout (line 336) | _relayout(newHeightInLines) { method _initSash (line 347) | _initSash() { method getHorizontalSashLeft (line 378) | getHorizontalSashLeft() { method getHorizontalSashTop (line 381) | getHorizontalSashTop() { method getHorizontalSashWidth (line 384) | getHorizontalSashWidth() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/editor.api.d.ts type Window (line 14) | interface Window { type Window (line 19) | interface Window { type Thenable (line 23) | type Thenable = PromiseLike; type Environment (line 25) | interface Environment { type ITrustedTypePolicyOptions (line 54) | interface ITrustedTypePolicyOptions { type ITrustedTypePolicy (line 60) | interface ITrustedTypePolicy { type IDisposable (line 67) | interface IDisposable { type IEvent (line 71) | interface IEvent { class Emitter (line 78) | class Emitter { type MarkerTag (line 85) | enum MarkerTag { type MarkerSeverity (line 90) | enum MarkerSeverity { class CancellationTokenSource (line 97) | class CancellationTokenSource { type CancellationToken (line 104) | interface CancellationToken { class Uri (line 135) | class Uri implements UriComponents { type UriComponents (line 265) | interface UriComponents { type KeyCode (line 277) | enum KeyCode { class KeyMod (line 476) | class KeyMod { type IMarkdownString (line 484) | interface IMarkdownString { type MarkdownStringTrustedOptions (line 495) | interface MarkdownStringTrustedOptions { type IKeyboardEvent (line 499) | interface IKeyboardEvent { type IMouseEvent (line 514) | interface IMouseEvent { type IScrollEvent (line 533) | interface IScrollEvent { type IPosition (line 546) | interface IPosition { class Position (line 560) | class Position { type IRange (line 638) | interface IRange { class Range (line 660) | class Range { type ISelection (line 824) | interface ISelection { class Selection (line 847) | class Selection extends Range { type SelectionDirection (line 926) | enum SelectionDirection { class Token (line 937) | class Token { type ICommandDescriptor (line 990) | interface ICommandDescriptor { type IKeybindingRule (line 1014) | interface IKeybindingRule { type ILinkOpener (line 1146) | interface ILinkOpener { type ICodeEditorOpener (line 1162) | interface ICodeEditorOpener { type BuiltinTheme (line 1183) | type BuiltinTheme = 'vs' | 'vs-dark' | 'hc-black' | 'hc-light'; type IStandaloneThemeData (line 1185) | interface IStandaloneThemeData { type IColors (line 1193) | type IColors = { type ITokenThemeRule (line 1197) | interface ITokenThemeRule { type MonacoWebWorker (line 1207) | interface MonacoWebWorker { type IWebWorkerOptions (line 1223) | interface IWebWorkerOptions { type IActionDescriptor (line 1251) | interface IActionDescriptor { type IGlobalEditorOptions (line 1296) | interface IGlobalEditorOptions { type IStandaloneEditorConstructionOptions (line 1369) | interface IStandaloneEditorConstructionOptions extends IEditorConstructi... type IStandaloneDiffEditorConstructionOptions (line 1414) | interface IStandaloneDiffEditorConstructionOptions extends IDiffEditorCo... type IStandaloneCodeEditor (line 1430) | interface IStandaloneCodeEditor extends ICodeEditor { type IStandaloneDiffEditor (line 1437) | interface IStandaloneDiffEditor extends IDiffEditor { type ICommandHandler (line 1444) | interface ICommandHandler { type ILocalizedString (line 1447) | interface ILocalizedString { type ICommandMetadata (line 1451) | interface ICommandMetadata { type IContextKey (line 1455) | interface IContextKey { type ContextKeyValue (line 1461) | type ContextKeyValue = null | undefined | boolean | number | string | Ar... type IEditorOverrideServices (line 1463) | interface IEditorOverrideServices { type IMarker (line 1467) | interface IMarker { type IMarkerData (line 1489) | interface IMarkerData { type IRelatedInformation (line 1509) | interface IRelatedInformation { type IColorizerOptions (line 1518) | interface IColorizerOptions { type IColorizerElementOptions (line 1522) | interface IColorizerElementOptions extends IColorizerOptions { type ScrollbarVisibility (line 1527) | enum ScrollbarVisibility { type ThemeColor (line 1533) | interface ThemeColor { type ISingleEditOperation (line 1541) | interface ISingleEditOperation { type IWordAtPosition (line 1560) | interface IWordAtPosition { type OverviewRulerLane (line 1578) | enum OverviewRulerLane { type GlyphMarginLane (line 1588) | enum GlyphMarginLane { type IGlyphMarginLanesModel (line 1594) | interface IGlyphMarginLanesModel { type MinimapPosition (line 1618) | enum MinimapPosition { type MinimapSectionHeaderStyle (line 1626) | enum MinimapSectionHeaderStyle { type IDecorationOptions (line 1631) | interface IDecorationOptions { type IModelDecorationGlyphMarginOptions (line 1644) | interface IModelDecorationGlyphMarginOptions { type IModelDecorationOverviewRulerOptions (line 1659) | interface IModelDecorationOverviewRulerOptions extends IDecorationOptions { type IModelDecorationMinimapOptions (line 1669) | interface IModelDecorationMinimapOptions extends IDecorationOptions { type IModelDecorationOptions (line 1687) | interface IModelDecorationOptions { type InjectedTextOptions (line 1803) | interface InjectedTextOptions { type InjectedTextCursorStops (line 1828) | enum InjectedTextCursorStops { type IModelDeltaDecoration (line 1838) | interface IModelDeltaDecoration { type IModelDecoration (line 1852) | interface IModelDecoration { type EndOfLinePreference (line 1874) | enum EndOfLinePreference { type DefaultEndOfLine (line 1892) | enum DefaultEndOfLine { type EndOfLineSequence (line 1906) | enum EndOfLineSequence { type IIdentifiedSingleEditOperation (line 1920) | interface IIdentifiedSingleEditOperation extends ISingleEditOperation { type IValidEditOperation (line 1923) | interface IValidEditOperation { type ICursorStateComputer (line 1937) | interface ICursorStateComputer { class TextModelResolvedOptions (line 1944) | class TextModelResolvedOptions { type BracketPairColorizationOptions (line 1955) | interface BracketPairColorizationOptions { type ITextModelUpdateOptions (line 1960) | interface ITextModelUpdateOptions { class FindMatch (line 1968) | class FindMatch { type TrackedRangeStickiness (line 1978) | enum TrackedRangeStickiness { type ITextSnapshot (line 1990) | interface ITextSnapshot { type ITextModel (line 1997) | interface ITextModel { type PositionAffinity (line 2377) | enum PositionAffinity { type IChange (line 2403) | interface IChange { type ICharChange (line 2413) | interface ICharChange extends IChange { type ILineChange (line 2423) | interface ILineChange extends IChange { type IDimension (line 2426) | interface IDimension { type IEditOperationBuilder (line 2434) | interface IEditOperationBuilder { type ICursorStateComputerData (line 2463) | interface ICursorStateComputerData { type ICommand (line 2479) | interface ICommand { type IDiffEditorModel (line 2498) | interface IDiffEditorModel { type IDiffEditorViewModel (line 2509) | interface IDiffEditorViewModel extends IDisposable { type IModelChangedEvent (line 2517) | interface IModelChangedEvent { type IContentSizeChangedEvent (line 2528) | interface IContentSizeChangedEvent { type INewScrollPosition (line 2535) | interface INewScrollPosition { type IEditorAction (line 2540) | interface IEditorAction { type IEditorModel (line 2549) | type IEditorModel = ITextModel | IDiffEditorModel | IDiffEditorViewModel; type ICursorState (line 2554) | interface ICursorState { type IViewState (line 2563) | interface IViewState { type ICodeEditorViewState (line 2576) | interface ICodeEditorViewState { type IDiffEditorViewState (line 2587) | interface IDiffEditorViewState { type IEditorViewState (line 2596) | type IEditorViewState = ICodeEditorViewState | IDiffEditorViewState; type ScrollType (line 2598) | enum ScrollType { type IEditor (line 2606) | interface IEditor { type IEditorDecorationsCollection (line 2820) | interface IEditorDecorationsCollection { type IEditorContribution (line 2859) | interface IEditorContribution { type IModelLanguageChangedEvent (line 2885) | interface IModelLanguageChangedEvent { type IModelLanguageConfigurationChangedEvent (line 2903) | interface IModelLanguageConfigurationChangedEvent { type IModelContentChange (line 2906) | interface IModelContentChange { type IModelContentChangedEvent (line 2928) | interface IModelContentChangedEvent { type IModelDecorationsChangedEvent (line 2960) | interface IModelDecorationsChangedEvent { type IModelOptionsChangedEvent (line 2967) | interface IModelOptionsChangedEvent { type CursorChangeReason (line 2977) | enum CursorChangeReason { type ICursorPositionChangedEvent (line 3011) | interface ICursorPositionChangedEvent { type ICursorSelectionChangedEvent (line 3033) | interface ICursorSelectionChangedEvent { type AccessibilitySupport (line 3064) | enum AccessibilitySupport { type EditorAutoClosingStrategy (line 3076) | type EditorAutoClosingStrategy = 'always' | 'languageDefined' | 'beforeW... type EditorAutoSurroundStrategy (line 3081) | type EditorAutoSurroundStrategy = 'languageDefined' | 'quotes' | 'bracke... type EditorAutoClosingEditStrategy (line 3086) | type EditorAutoClosingEditStrategy = 'always' | 'auto' | 'never'; type EditorAutoIndentStrategy (line 3091) | enum EditorAutoIndentStrategy { type IEditorOptions (line 3102) | interface IEditorOptions { type IDiffEditorBaseOptions (line 3799) | interface IDiffEditorBaseOptions { type IDiffEditorOptions (line 3909) | interface IDiffEditorOptions extends IEditorOptions, IDiffEditorBaseOpti... class ConfigurationChangedEvent (line 3915) | class ConfigurationChangedEvent { type IComputedEditorOptions (line 3922) | interface IComputedEditorOptions { type IEditorOption (line 3926) | interface IEditorOption { class ApplyUpdateResult (line 3936) | class ApplyUpdateResult { type IEditorCommentsOptions (line 3945) | interface IEditorCommentsOptions { type TextEditorCursorBlinkingStyle (line 3961) | enum TextEditorCursorBlinkingStyle { type TextEditorCursorStyle (line 3991) | enum TextEditorCursorStyle { type IEditorFindOptions (line 4021) | interface IEditorFindOptions { type GoToLocationValues (line 4041) | type GoToLocationValues = 'peek' | 'gotoAndPeek' | 'goto'; type IGotoLocationOptions (line 4046) | interface IGotoLocationOptions { type IEditorHoverOptions (line 4063) | interface IEditorHoverOptions { type OverviewRulerPosition (line 4094) | interface OverviewRulerPosition { type RenderMinimap (line 4113) | enum RenderMinimap { type EditorLayoutInfo (line 4122) | interface EditorLayoutInfo { type EditorMinimapLayoutInfo (line 4195) | interface EditorMinimapLayoutInfo { type ShowLightbulbIconMode (line 4209) | enum ShowLightbulbIconMode { type IEditorLightbulbOptions (line 4218) | interface IEditorLightbulbOptions { type IEditorStickyScrollOptions (line 4229) | interface IEditorStickyScrollOptions { type IEditorInlayHintsOptions (line 4251) | interface IEditorInlayHintsOptions { type IEditorMinimapOptions (line 4277) | interface IEditorMinimapOptions { type IEditorPaddingOptions (line 4337) | interface IEditorPaddingOptions { type IEditorParameterHintOptions (line 4351) | interface IEditorParameterHintOptions { type QuickSuggestionsValue (line 4364) | type QuickSuggestionsValue = 'on' | 'inline' | 'off'; type IQuickSuggestionsOptions (line 4369) | interface IQuickSuggestionsOptions { type InternalQuickSuggestionsOptions (line 4375) | interface InternalQuickSuggestionsOptions { type LineNumbersType (line 4381) | type LineNumbersType = 'on' | 'off' | 'relative' | 'interval' | ((lineNu... type RenderLineNumbersType (line 4383) | enum RenderLineNumbersType { type InternalEditorRenderLineNumbersOptions (line 4391) | interface InternalEditorRenderLineNumbersOptions { type IRulerOption (line 4396) | interface IRulerOption { type IEditorScrollbarOptions (line 4404) | interface IEditorScrollbarOptions { type InternalEditorScrollbarOptions (line 4484) | interface InternalEditorScrollbarOptions { type InUntrustedWorkspace (line 4501) | type InUntrustedWorkspace = 'inUntrustedWorkspace'; type IUnicodeHighlightOptions (line 4506) | interface IUnicodeHighlightOptions { type IInlineSuggestOptions (line 4537) | interface IInlineSuggestOptions { type IInlineEditOptions (line 4562) | interface IInlineEditOptions { type IBracketPairColorizationOptions (line 4579) | interface IBracketPairColorizationOptions { type IGuidesOptions (line 4590) | interface IGuidesOptions { type ISuggestOptions (line 4621) | interface ISuggestOptions { type ISmartSelectOptions (line 4784) | interface ISmartSelectOptions { type WrappingIndent (line 4792) | enum WrappingIndent { type EditorWrappingInfo (line 4811) | interface EditorWrappingInfo { type IDropIntoEditorOptions (line 4821) | interface IDropIntoEditorOptions { type IPasteAsOptions (line 4837) | interface IPasteAsOptions { type EditorOption (line 4850) | enum EditorOption { type EditorOptionsType (line 5156) | type EditorOptionsType = typeof EditorOptions; type FindEditorOptionsKeyById (line 5158) | type FindEditorOptionsKeyById = { type ComputedEditorOptionValue (line 5162) | type ComputedEditorOptionValue> = T ex... type FindComputedEditorOptionValueById (line 5164) | type FindComputedEditorOptionValueById = NonNull... type IEditorConstructionOptions (line 5166) | interface IEditorConstructionOptions extends IEditorOptions { type IViewZone (line 5182) | interface IViewZone { type IViewZoneChangeAccessor (line 5251) | interface IViewZoneChangeAccessor { type ContentWidgetPositionPreference (line 5273) | enum ContentWidgetPositionPreference { type IContentWidgetPosition (line 5291) | interface IContentWidgetPosition { type IContentWidget (line 5325) | interface IContentWidget { type OverlayWidgetPositionPreference (line 5364) | enum OverlayWidgetPositionPreference { type IOverlayWidgetPositionCoordinates (line 5382) | interface IOverlayWidgetPositionCoordinates { type IOverlayWidgetPosition (line 5396) | interface IOverlayWidgetPosition { type IOverlayWidget (line 5411) | interface IOverlayWidget { type IGlyphMarginWidget (line 5442) | interface IGlyphMarginWidget { type IGlyphMarginWidgetPosition (line 5460) | interface IGlyphMarginWidgetPosition { type MouseTargetType (line 5479) | enum MouseTargetType { type IBaseMouseTarget (line 5538) | interface IBaseMouseTarget { type IMouseTargetUnknown (line 5557) | interface IMouseTargetUnknown extends IBaseMouseTarget { type IMouseTargetTextarea (line 5561) | interface IMouseTargetTextarea extends IBaseMouseTarget { type IMouseTargetMarginData (line 5567) | interface IMouseTargetMarginData { type IMouseTargetMargin (line 5576) | interface IMouseTargetMargin extends IBaseMouseTarget { type IMouseTargetViewZoneData (line 5583) | interface IMouseTargetViewZoneData { type IMouseTargetViewZone (line 5591) | interface IMouseTargetViewZone extends IBaseMouseTarget { type IMouseTargetContentTextData (line 5598) | interface IMouseTargetContentTextData { type IMouseTargetContentText (line 5602) | interface IMouseTargetContentText extends IBaseMouseTarget { type IMouseTargetContentEmptyData (line 5609) | interface IMouseTargetContentEmptyData { type IMouseTargetContentEmpty (line 5614) | interface IMouseTargetContentEmpty extends IBaseMouseTarget { type IMouseTargetContentWidget (line 5621) | interface IMouseTargetContentWidget extends IBaseMouseTarget { type IMouseTargetOverlayWidget (line 5628) | interface IMouseTargetOverlayWidget extends IBaseMouseTarget { type IMouseTargetScrollbar (line 5635) | interface IMouseTargetScrollbar extends IBaseMouseTarget { type IMouseTargetOverviewRuler (line 5641) | interface IMouseTargetOverviewRuler extends IBaseMouseTarget { type IMouseTargetOutsideEditor (line 5645) | interface IMouseTargetOutsideEditor extends IBaseMouseTarget { type IMouseTarget (line 5654) | type IMouseTarget = (IMouseTargetUnknown | IMouseTargetTextarea | IMouse... type IEditorMouseEvent (line 5659) | interface IEditorMouseEvent { type IPartialEditorMouseEvent (line 5664) | interface IPartialEditorMouseEvent { type IPasteEvent (line 5672) | interface IPasteEvent { type IDiffEditorConstructionOptions (line 5678) | interface IDiffEditorConstructionOptions extends IDiffEditorOptions, IEd... type ICodeEditor (line 5697) | interface ICodeEditor extends IEditor { type IDiffEditor (line 6124) | interface IDiffEditor extends IEditor { class FontInfo (line 6191) | class FontInfo extends BareFontInfo { class BareFontInfo (line 6205) | class BareFontInfo { type IEditorZoom (line 6219) | interface IEditorZoom { type IReadOnlyModel (line 6226) | type IReadOnlyModel = ITextModel; type IModel (line 6227) | type IModel = ITextModel; type IRelativePattern (line 6232) | interface IRelativePattern { type LanguageSelector (line 6247) | type LanguageSelector = string | LanguageFilter | ReadonlyArray = T | undefined | null | Thenable { type HoverContext (line 6890) | interface HoverContext { type HoverVerbosityRequest (line 6897) | interface HoverVerbosityRequest { type HoverVerbosityAction (line 6908) | enum HoverVerbosityAction { type CompletionItemKind (line 6919) | enum CompletionItemKind { type CompletionItemLabel (line 6950) | interface CompletionItemLabel { type CompletionItemTag (line 6956) | enum CompletionItemTag { type CompletionItemInsertTextRule (line 6960) | enum CompletionItemInsertTextRule { type CompletionItemRanges (line 6973) | interface CompletionItemRanges { type CompletionItem (line 6982) | interface CompletionItem { type CompletionList (line 7064) | interface CompletionList { type PartialAcceptInfo (line 7073) | interface PartialAcceptInfo { type PartialAcceptTriggerKind (line 7080) | enum PartialAcceptTriggerKind { type CompletionTriggerKind (line 7089) | enum CompletionTriggerKind { type CompletionContext (line 7099) | interface CompletionContext { type CompletionItemProvider (line 7123) | interface CompletionItemProvider { type InlineCompletionTriggerKind (line 7141) | enum InlineCompletionTriggerKind { type InlineCompletionContext (line 7154) | interface InlineCompletionContext { class SelectedSuggestionInfo (line 7162) | class SelectedSuggestionInfo { type InlineCompletion (line 7171) | interface InlineCompletion { type InlineCompletions (line 7207) | interface InlineCompletions { type ILanguageExtensionPoint (line 8092) | interface ILanguageExtensionPoint { type IMonarchLanguage (line 8105) | interface IMonarchLanguage { type IShortMonarchLanguageRule1 (line 8152) | type IShortMonarchLanguageRule1 = [string | RegExp, IMonarchLanguageActi... type IShortMonarchLanguageRule2 (line 8154) | type IShortMonarchLanguageRule2 = [string | RegExp, IMonarchLanguageActi... type IExpandedMonarchLanguageRule (line 8156) | interface IExpandedMonarchLanguageRule { type IMonarchLanguageRule (line 8171) | type IMonarchLanguageRule = IShortMonarchLanguageRule1 | IShortMonarchLa... type IShortMonarchLanguageAction (line 8178) | type IShortMonarchLanguageAction = string; type IExpandedMonarchLanguageAction (line 8180) | interface IExpandedMonarchLanguageAction { type IMonarchLanguageAction (line 8219) | type IMonarchLanguageAction = IShortMonarchLanguageAction | IExpandedMon... type IMonarchLanguageBracket (line 8224) | interface IMonarchLanguageBracket { type IMirrorTextModel (line 8243) | interface IMirrorTextModel { type IMirrorModel (line 8247) | interface IMirrorModel extends IMirrorTextModel { type IWorkerContext (line 8253) | interface IWorkerContext { type CSSFormatConfiguration (line 8274) | interface CSSFormatConfiguration { type Options (line 8288) | interface Options { type ModeConfiguration (line 8319) | interface ModeConfiguration { type LanguageServiceDefaults (line 8373) | interface LanguageServiceDefaults { type DiagnosticsOptions (line 8386) | type DiagnosticsOptions = Options; type CSSDataConfiguration (line 8390) | interface CSSDataConfiguration { type CSSDataV1 (line 8406) | interface CSSDataV1 { type EntryStatus (line 8413) | type EntryStatus = 'standard' | 'experimental' | 'nonstandard' | 'obsole... type IReference (line 8414) | interface IReference { type IPropertyData (line 8418) | interface IPropertyData { type IAtDirectiveData (line 8429) | interface IAtDirectiveData { type IPseudoClassData (line 8436) | interface IPseudoClassData { type IPseudoElementData (line 8443) | interface IPseudoElementData { type IValueData (line 8450) | interface IValueData { type MarkupContent (line 8457) | interface MarkupContent { type MarkupKind (line 8461) | type MarkupKind = 'plaintext' | 'markdown'; type HTMLFormatConfiguration (line 8470) | interface HTMLFormatConfiguration { type CompletionConfiguration (line 8484) | interface CompletionConfiguration { type Options (line 8487) | interface Options { type ModeConfiguration (line 8501) | interface ModeConfiguration { type LanguageServiceDefaults (line 8551) | interface LanguageServiceDefaults { type LanguageServiceRegistration (line 8565) | interface LanguageServiceRegistration extends IDisposable { type HTMLDataConfiguration (line 8576) | interface HTMLDataConfiguration { type HTMLDataV1 (line 8592) | interface HTMLDataV1 { type IReference (line 8598) | interface IReference { type ITagData (line 8602) | interface ITagData { type IAttributeData (line 8608) | interface IAttributeData { type IValueData (line 8615) | interface IValueData { type IValueSet (line 8620) | interface IValueSet { type MarkupContent (line 8624) | interface MarkupContent { type MarkupKind (line 8628) | type MarkupKind = 'plaintext' | 'markdown'; type BaseASTNode (line 8637) | interface BaseASTNode { type ObjectASTNode (line 8645) | interface ObjectASTNode extends BaseASTNode { type PropertyASTNode (line 8650) | interface PropertyASTNode extends BaseASTNode { type ArrayASTNode (line 8657) | interface ArrayASTNode extends BaseASTNode { type StringASTNode (line 8662) | interface StringASTNode extends BaseASTNode { type NumberASTNode (line 8666) | interface NumberASTNode extends BaseASTNode { type BooleanASTNode (line 8671) | interface BooleanASTNode extends BaseASTNode { type NullASTNode (line 8675) | interface NullASTNode extends BaseASTNode { type ASTNode (line 8679) | type ASTNode = ObjectASTNode | PropertyASTNode | ArrayASTNode | StringAS... type JSONDocument (line 8680) | type JSONDocument = { type JSONSchemaRef (line 8684) | type JSONSchemaRef = JSONSchema | boolean; type JSONSchemaMap (line 8685) | interface JSONSchemaMap { type JSONSchema (line 8688) | interface JSONSchema { type MatchingSchema (line 8754) | interface MatchingSchema { type DiagnosticsOptions (line 8758) | interface DiagnosticsOptions { type SeverityLevel (line 8810) | type SeverityLevel = 'error' | 'warning' | 'ignore'; type ModeConfiguration (line 8811) | interface ModeConfiguration { type LanguageServiceDefaults (line 8853) | interface LanguageServiceDefaults { type IJSONWorker (line 8862) | interface IJSONWorker { type ModuleKind (line 8875) | enum ModuleKind { type JsxEmit (line 8884) | enum JsxEmit { type NewLineKind (line 8892) | enum NewLineKind { type ScriptTarget (line 8896) | enum ScriptTarget { type ModuleResolutionKind (line 8909) | enum ModuleResolutionKind { type MapLike (line 8913) | interface MapLike { type CompilerOptionsValue (line 8916) | type CompilerOptionsValue = string | number | boolean | (string | number... type CompilerOptions (line 8917) | interface CompilerOptions { type DiagnosticsOptions (line 9000) | interface DiagnosticsOptions { type WorkerOptions (line 9011) | interface WorkerOptions { type InlayHintsOptions (line 9015) | interface InlayHintsOptions { type IExtraLib (line 9024) | interface IExtraLib { type IExtraLibs (line 9028) | interface IExtraLibs { type DiagnosticMessageChain (line 9035) | interface DiagnosticMessageChain { type Diagnostic (line 9042) | interface Diagnostic extends DiagnosticRelatedInformation { type DiagnosticRelatedInformation (line 9049) | interface DiagnosticRelatedInformation { type EmitOutput (line 9061) | interface EmitOutput { type OutputFile (line 9066) | interface OutputFile { type ModeConfiguration (line 9071) | interface ModeConfiguration { type LanguageServiceDefaults (line 9125) | interface LanguageServiceDefaults { type TypeScriptWorker (line 9203) | interface TypeScriptWorker { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/editor.worker.js function initialize (line 8) | function initialize(foreignModule) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/colorizer.js class Colorizer (line 13) | class Colorizer { method colorizeElement (line 14) | static colorizeElement(themeService, languageService, domNode, options) { method colorize (line 33) | static async colorize(languageService, text, languageId, options) { method colorizeLine (line 52) | static colorizeLine(line, mightContainNonBasicASCII, mightContainRTL, ... method colorizeModelLine (line 58) | static colorizeModelLine(model, lineNumber, tabSize = 4) { function _colorize (line 66) | function _colorize(lines, tabSize, tokenizationSupport, languageIdCodec) { function _fakeColorize (line 82) | function _fakeColorize(lines, tabSize, languageIdCodec) { function _actualColorize (line 102) | function _actualColorize(lines, tabSize, tokenizationSupport, languageId... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard.js class IPadShowKeyboard (line 10) | class IPadShowKeyboard extends Disposable { method constructor (line 11) | constructor(editor) { method update (line 20) | update() { method dispose (line 30) | dispose() { class ShowKeyboardWidget (line 39) | class ShowKeyboardWidget extends Disposable { method constructor (line 40) | constructor(editor) { method dispose (line 53) | dispose() { method getId (line 58) | getId() { method getDomNode (line 61) | getDomNode() { method getPosition (line 64) | getPosition() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/inspectTokens/inspectTokens.js method get (line 27) | static get(editor) { method constructor (line 30) | constructor(editor, standaloneColorService, languageService) { method dispose (line 40) | dispose() { method launch (line 44) | launch() { method stop (line 53) | stop() { class InspectTokens (line 65) | class InspectTokens extends EditorAction { method constructor (line 66) | constructor() { method run (line 74) | run(accessor, editor) { function renderTokenText (line 79) | function renderTokenText(tokenText) { function getSafeTokenizationSupport (line 96) | function getSafeTokenizationSupport(languageIdCodec, languageId) { class InspectTokensWidget (line 108) | class InspectTokensWidget extends Disposable { method constructor (line 109) | constructor(editor, languageService) { method dispose (line 123) | dispose() { method getId (line 127) | getId() { method _compute (line 130) | _compute(position) { method _decodeMetadata (line 164) | _decodeMetadata(metadata) { method _tokenTypeToString (line 179) | _tokenTypeToString(tokenType) { method _fontStyleToString (line 188) | _fontStyleToString(fontStyle) { method _getTokensAtLine (line 207) | _getTokensAtLine(lineNumber) { method _getStateBeforeLine (line 218) | _getStateBeforeLine(lineNumber) { method getDomNode (line 226) | getDomNode() { method getPosition (line 229) | getPosition() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/quickAccess/standaloneCommandsQuickAccess.js method activeTextEditorControl (line 28) | get activeTextEditorControl() { var _a; return (_a = this.codeEditorServ... method constructor (line 29) | constructor(instantiationService, codeEditorService, keybindingService, ... method getCommandPicks (line 33) | async getCommandPicks() { method hasAdditionalCommandPicks (line 36) | hasAdditionalCommandPicks() { method getAdditionalCommandPicks (line 39) | async getAdditionalCommandPicks() { class GotoLineAction (line 52) | class GotoLineAction extends EditorAction { method constructor (line 53) | constructor() { method run (line 70) | run(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess.js method constructor (line 24) | constructor(editorService) { method activeTextEditorControl (line 29) | get activeTextEditorControl() { class GotoLineAction (line 38) | class GotoLineAction extends EditorAction { method constructor (line 39) | constructor() { method run (line 53) | run(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/quickAccess/standaloneGotoSymbolQuickAccess.js method constructor (line 28) | constructor(editorService, languageFeaturesService, outlineModelService) { method activeTextEditorControl (line 33) | get activeTextEditorControl() { class GotoSymbolAction (line 44) | class GotoSymbolAction extends EditorAction { method constructor (line 45) | constructor() { method run (line 62) | run(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/quickInput/standaloneQuickInputService.js method constructor (line 27) | constructor(editor, instantiationService, contextKeyService, themeServic... method createController (line 57) | createController() { method activeService (line 69) | get activeService() { method currentQuickInput (line 87) | get currentQuickInput() { return this.activeService.currentQuickInput; } method quickAccess (line 88) | get quickAccess() { return this.activeService.quickAccess; } method constructor (line 89) | constructor(instantiationService, codeEditorService) { method pick (line 94) | pick(picks, options = {}, token = CancellationToken.None) { method createQuickPick (line 97) | createQuickPick() { method createInputBox (line 100) | createInputBox() { class QuickInputEditorContribution (line 109) | class QuickInputEditorContribution { method get (line 110) | static get(editor) { method constructor (line 113) | constructor(editor) { method dispose (line 117) | dispose() { class QuickInputEditorWidget (line 122) | class QuickInputEditorWidget { method constructor (line 123) | constructor(codeEditor) { method getId (line 128) | getId() { method getDomNode (line 131) | getDomNode() { method getPosition (line 134) | getPosition() { method dispose (line 137) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch.js method constructor (line 23) | constructor(editor, contextKeyService, editorService, notificationServic... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneCodeEditor.js constant LAST_GENERATED_COMMAND_ID (line 46) | let LAST_GENERATED_COMMAND_ID = 0; function createAriaDomNode (line 53) | function createAriaDomNode(parent) { method constructor (line 66) | constructor(domElement, _options, instantiationService, codeEditorServic... method addCommand (line 81) | addCommand(keybinding, handler, context) { method createContextKey (line 91) | createContextKey(key, defaultValue) { method addAction (line 94) | addAction(_descriptor) { method _triggerCommand (line 146) | _triggerCommand(handlerId, payload) { method constructor (line 177) | constructor(domElement, _options, instantiationService, codeEditorServic... method dispose (line 212) | dispose() { method updateOptions (line 215) | updateOptions(newOptions) { method _postDetachModelCleanup (line 225) | _postDetachModelCleanup(detachedModel) { method constructor (line 251) | constructor(domElement, _options, instantiationService, contextKeyServic... method dispose (line 266) | dispose() { method updateOptions (line 269) | updateOptions(newOptions) { method _createInnerEditor (line 279) | _createInnerEditor(instantiationService, container, options) { method getOriginalEditor (line 282) | getOriginalEditor() { method getModifiedEditor (line 285) | getModifiedEditor() { method addCommand (line 288) | addCommand(keybinding, handler, context) { method createContextKey (line 291) | createContextKey(key, defaultValue) { method addAction (line 294) | addAction(descriptor) { function createTextModel (line 314) | function createTextModel(modelService, languageService, value, languageI... function doCreateModel (line 329) | function doCreateModel(modelService, value, languageSelection, uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneCodeEditorService.js method constructor (line 22) | constructor(contextKeyService, themeService) { method _checkContextKey (line 35) | _checkContextKey() { method setActiveCodeEditor (line 45) | setActiveCodeEditor(activeCodeEditor) { method getActiveCodeEditor (line 48) | getActiveCodeEditor() { method doOpenEditor (line 51) | doOpenEditor(editor, input) { method findModel (line 81) | findModel(editor, resource) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneEditor.js function create (line 42) | function create(domElement, options, override) { function onDidCreateEditor (line 51) | function onDidCreateEditor(listener) { function onDidCreateDiffEditor (line 61) | function onDidCreateDiffEditor(listener) { function getEditors (line 70) | function getEditors() { function getDiffEditors (line 77) | function getDiffEditors() { function createDiffEditor (line 86) | function createDiffEditor(domElement, options, override) { function createMultiFileDiffEditor (line 90) | function createMultiFileDiffEditor(domElement, override) { function addCommand (line 97) | function addCommand(descriptor) { function addEditorAction (line 106) | function addEditorAction(descriptor) { function addKeybindingRule (line 152) | function addKeybindingRule(rule) { function addKeybindingRules (line 158) | function addKeybindingRules(rules) { function createModel (line 177) | function createModel(value, language, uri) { function setModelLanguage (line 185) | function setModelLanguage(model, mimeTypeOrLanguageId) { function setModelMarkers (line 193) | function setModelMarkers(model, owner, markers) { function removeAllMarkers (line 202) | function removeAllMarkers(owner) { function getModelMarkers (line 211) | function getModelMarkers(filter) { function onDidChangeMarkers (line 219) | function onDidChangeMarkers(listener) { function getModel (line 226) | function getModel(uri) { function getModels (line 233) | function getModels() { function onDidCreateModel (line 241) | function onDidCreateModel(listener) { function onWillDisposeModel (line 249) | function onWillDisposeModel(listener) { function onDidChangeModelLanguage (line 257) | function onDidChangeModelLanguage(listener) { function createWebWorker (line 270) | function createWebWorker(opts) { function colorizeElement (line 276) | function colorizeElement(domNode, options) { function colorize (line 286) | function colorize(text, languageId, options) { function colorizeModelLine (line 295) | function colorizeModelLine(model, lineNumber, tabSize = 4) { function getSafeTokenizationSupport (line 303) | function getSafeTokenizationSupport(language) { function tokenize (line 316) | function tokenize(text, languageId) { function defineTheme (line 334) | function defineTheme(themeName, themeData) { function setTheme (line 341) | function setTheme(themeName) { function remeasureFonts (line 348) | function remeasureFonts() { function registerCommand (line 354) | function registerCommand(id, handler) { function registerLinkOpener (line 363) | function registerLinkOpener(opener) { function registerEditorOpener (line 382) | function registerEditorOpener(opener) { function createMonacoEditorAPI (line 406) | function createMonacoEditorAPI() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneLanguages.js function register (line 22) | function register(language) { function getLanguages (line 30) | function getLanguages() { function getEncodedLanguageId (line 35) | function getEncodedLanguageId(languageId) { function onLanguage (line 43) | function onLanguage(languageId, callback) { function onLanguageEncountered (line 62) | function onLanguageEncountered(languageId, callback) { function setLanguageConfiguration (line 79) | function setLanguageConfiguration(languageId, configuration) { class EncodedTokenizationSupportAdapter (line 90) | class EncodedTokenizationSupportAdapter { method constructor (line 91) | constructor(languageId, actual) { method dispose (line 95) | dispose() { method getInitialState (line 98) | getInitialState() { method tokenize (line 101) | tokenize(line, hasEOL, state) { method tokenizeEncoded (line 107) | tokenizeEncoded(line, hasEOL, state) { class TokenizationSupportAdapter (line 115) | class TokenizationSupportAdapter { method constructor (line 116) | constructor(_languageId, _actual, _languageService, _standaloneThemeSe... method dispose (line 122) | dispose() { method getInitialState (line 125) | getInitialState() { method _toClassicTokens (line 128) | static _toClassicTokens(tokens, language) { method adaptTokenize (line 148) | static adaptTokenize(language, actual, line, state) { method tokenize (line 161) | tokenize(line, hasEOL, state) { method _toBinaryTokens (line 164) | _toBinaryTokens(languageIdCodec, tokens) { method tokenizeEncoded (line 197) | tokenizeEncoded(line, hasEOL, state) { function isATokensProvider (line 211) | function isATokensProvider(provider) { function isEncodedTokensProvider (line 214) | function isEncodedTokensProvider(provider) { function isThenable (line 217) | function isThenable(obj) { function setColorMap (line 224) | function setColorMap(colorMap) { function createTokenizationSupportAdapter (line 240) | function createTokenizationSupportAdapter(languageId, provider) { function registerTokensProviderFactory (line 253) | function registerTokensProviderFactory(languageId, factory) { function setTokensProvider (line 272) | function setTokensProvider(languageId, provider) { function setMonarchTokensProvider (line 288) | function setMonarchTokensProvider(languageId, languageDef) { function registerReferenceProvider (line 300) | function registerReferenceProvider(languageSelector, provider) { function registerRenameProvider (line 307) | function registerRenameProvider(languageSelector, provider) { function registerNewSymbolNameProvider (line 314) | function registerNewSymbolNameProvider(languageSelector, provider) { function registerSignatureHelpProvider (line 321) | function registerSignatureHelpProvider(languageSelector, provider) { function registerHoverProvider (line 328) | function registerHoverProvider(languageSelector, provider) { function registerDocumentSymbolProvider (line 351) | function registerDocumentSymbolProvider(languageSelector, provider) { function registerDocumentHighlightProvider (line 358) | function registerDocumentHighlightProvider(languageSelector, provider) { function registerLinkedEditingRangeProvider (line 365) | function registerLinkedEditingRangeProvider(languageSelector, provider) { function registerDefinitionProvider (line 372) | function registerDefinitionProvider(languageSelector, provider) { function registerImplementationProvider (line 379) | function registerImplementationProvider(languageSelector, provider) { function registerTypeDefinitionProvider (line 386) | function registerTypeDefinitionProvider(languageSelector, provider) { function registerCodeLensProvider (line 393) | function registerCodeLensProvider(languageSelector, provider) { function registerCodeActionProvider (line 400) | function registerCodeActionProvider(languageSelector, provider, metadata) { function registerDocumentFormattingEditProvider (line 418) | function registerDocumentFormattingEditProvider(languageSelector, provid... function registerDocumentRangeFormattingEditProvider (line 425) | function registerDocumentRangeFormattingEditProvider(languageSelector, p... function registerOnTypeFormattingEditProvider (line 432) | function registerOnTypeFormattingEditProvider(languageSelector, provider) { function registerLinkProvider (line 439) | function registerLinkProvider(languageSelector, provider) { function registerCompletionItemProvider (line 446) | function registerCompletionItemProvider(languageSelector, provider) { function registerColorProvider (line 453) | function registerColorProvider(languageSelector, provider) { function registerFoldingRangeProvider (line 460) | function registerFoldingRangeProvider(languageSelector, provider) { function registerDeclarationProvider (line 467) | function registerDeclarationProvider(languageSelector, provider) { function registerSelectionRangeProvider (line 474) | function registerSelectionRangeProvider(languageSelector, provider) { function registerDocumentSemanticTokensProvider (line 485) | function registerDocumentSemanticTokensProvider(languageSelector, provid... function registerDocumentRangeSemanticTokensProvider (line 496) | function registerDocumentRangeSemanticTokensProvider(languageSelector, p... function registerInlineCompletionsProvider (line 503) | function registerInlineCompletionsProvider(languageSelector, provider) { function registerInlineEditProvider (line 507) | function registerInlineEditProvider(languageSelector, provider) { function registerInlayHintsProvider (line 514) | function registerInlayHintsProvider(languageSelector, provider) { function createMonacoLanguagesAPI (line 521) | function createMonacoLanguagesAPI() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneLayoutService.js method mainContainer (line 22) | get mainContainer() { method activeContainer (line 26) | get activeContainer() { method mainContainerDimension (line 31) | get mainContainerDimension() { method activeContainerDimension (line 34) | get activeContainerDimension() { method containers (line 37) | get containers() { method getContainer (line 40) | getContainer() { method whenContainerStylesLoaded (line 43) | whenContainerStylesLoaded() { return undefined; } method focus (line 44) | focus() { method constructor (line 48) | constructor(_codeEditorService) { method mainContainer (line 63) | get mainContainer() { method constructor (line 66) | constructor(_container, codeEditorService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneServices.js class SimpleModel (line 101) | class SimpleModel { method constructor (line 102) | constructor(model) { method textEditorModel (line 107) | get textEditorModel() { method dispose (line 110) | dispose() { method constructor (line 116) | constructor(modelService) { method createModelReference (line 119) | createModelReference(resource) { class StandaloneEditorProgressService (line 130) | class StandaloneEditorProgressService { method show (line 131) | show() { method showWhile (line 134) | async showWhile(promise, delay) { class StandaloneProgressService (line 143) | class StandaloneProgressService { method withProgress (line 144) | withProgress(_options, task, onDidCancel) { class StandaloneEnvironmentService (line 150) | class StandaloneEnvironmentService { method constructor (line 151) | constructor() { class StandaloneDialogService (line 156) | class StandaloneDialogService { method confirm (line 157) | async confirm(confirmation) { method doConfirm (line 164) | doConfirm(message, detail) { method prompt (line 171) | async prompt(prompt) { method error (line 184) | async error(message, detail) { class StandaloneNotificationService (line 188) | class StandaloneNotificationService { method info (line 189) | info(message) { method warn (line 192) | warn(message) { method error (line 195) | error(error) { method notify (line 198) | notify(notification) { method prompt (line 212) | prompt(severity, message, choices, options) { method status (line 215) | status(message, options) { method constructor (line 221) | constructor(instantiationService) { method executeCommand (line 227) | executeCommand(id, ...args) { method constructor (line 248) | constructor(contextKeyService, commandService, telemetryService, notific... method addDynamicKeybinding (line 308) | addDynamicKeybinding(command, keybinding, handler, when) { method addDynamicKeybindings (line 315) | addDynamicKeybindings(rules) { method updateResolver (line 343) | updateResolver() { method _getResolver (line 347) | _getResolver() { method _documentHasFocus (line 355) | _documentHasFocus() { method _toNormalizedKeybindingItems (line 358) | _toNormalizedKeybindingItems(items, isDefault) { method resolveKeyboardEvent (line 377) | resolveKeyboardEvent(keyboardEvent) { class DomNodeListeners (line 391) | class DomNodeListeners extends Disposable { method constructor (line 392) | constructor(domNode, disposables) { function isConfigurationOverrides (line 398) | function isConfigurationOverrides(thing) { method constructor (line 405) | constructor(logService) { method getValue (line 413) | getValue(arg1, arg2) { method updateValues (line 418) | updateValues(values) { method updateValue (line 436) | updateValue(key, value, arg3, arg4) { method inspect (line 439) | inspect(key, options = {}) { method constructor (line 448) | constructor(configurationService, modelService, languageService) { method getValue (line 457) | getValue(resource, arg2, arg3) { method getLanguage (line 472) | getLanguage(resource, position) { method constructor (line 486) | constructor(configurationService) { method getEOL (line 489) | getEOL(resource, language) { class StandaloneTelemetryService (line 500) | class StandaloneTelemetryService { method publicLog2 (line 501) | publicLog2() { } class StandaloneWorkspaceContextService (line 503) | class StandaloneWorkspaceContextService { method constructor (line 504) | constructor() { method getWorkspace (line 508) | getWorkspace() { method getWorkspaceFolder (line 511) | getWorkspaceFolder(resource) { function updateConfigurationService (line 516) | function updateConfigurationService(configurationService, source, isDiff... method constructor (line 537) | constructor(_modelService) { method hasPreviewHandler (line 541) | hasPreviewHandler() { method apply (line 544) | async apply(editsIn, _options) { class StandaloneUriLabelService (line 583) | class StandaloneUriLabelService { method getUriLabel (line 584) | getUriLabel(resource, options) { method getUriBasenameLabel (line 590) | getUriBasenameLabel(resource) { method constructor (line 595) | constructor(layoutService, _codeEditorService) { method showContextView (line 599) | showContextView(delegate, container, shadowRoot) { class StandaloneWorkspaceTrustManagementService (line 613) | class StandaloneWorkspaceTrustManagementService { method constructor (line 614) | constructor() { method isWorkspaceTrusted (line 618) | isWorkspaceTrusted() { class StandaloneLanguageService (line 622) | class StandaloneLanguageService extends LanguageService { method constructor (line 623) | constructor() { class StandaloneLogService (line 627) | class StandaloneLogService extends LogService { method constructor (line 628) | constructor() { method constructor (line 633) | constructor(telemetryService, notificationService, contextViewService, k... class StandaloneAccessbilitySignalService (line 646) | class StandaloneAccessbilitySignalService { method playSignal (line 647) | async playSignal(cue, options) { function get (line 696) | function get(serviceId) { function initialize (line 714) | function initialize(overrides) { function withServices (line 753) | function withServices(callback) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/standaloneThemeService.js constant VS_LIGHT_THEME_NAME (line 20) | const VS_LIGHT_THEME_NAME = 'vs'; constant VS_DARK_THEME_NAME (line 21) | const VS_DARK_THEME_NAME = 'vs-dark'; constant HC_BLACK_THEME_NAME (line 22) | const HC_BLACK_THEME_NAME = 'hc-black'; constant HC_LIGHT_THEME_NAME (line 23) | const HC_LIGHT_THEME_NAME = 'hc-light'; class StandaloneTheme (line 26) | class StandaloneTheme { method constructor (line 27) | constructor(name, standaloneThemeData) { method base (line 48) | get base() { method notifyBaseUpdated (line 51) | notifyBaseUpdated() { method getColors (line 57) | getColors() { method getColor (line 75) | getColor(colorId, useDefault) { method getDefault (line 85) | getDefault(colorId) { method defines (line 94) | defines(colorId) { method type (line 97) | get type() { method tokenTheme (line 105) | get tokenTheme() { method getTokenStyleMetadata (line 137) | getTokenStyleMetadata(type, modifiers, modelLanguage) { function isBuiltinTheme (line 152) | function isBuiltinTheme(themeName) { function getBuiltinRules (line 158) | function getBuiltinRules(builtinTheme) { function newBuiltInTheme (line 170) | function newBuiltInTheme(builtinTheme) { class StandaloneThemeService (line 174) | class StandaloneThemeService extends Disposable { method constructor (line 175) | constructor() { method registerEditorContainer (line 206) | registerEditorContainer(domNode) { method _registerRegularEditorContainer (line 212) | _registerRegularEditorContainer() { method _registerShadowDomContainer (line 222) | _registerShadowDomContainer(domNode) { method defineTheme (line 239) | defineTheme(themeName, themeData) { method getColorTheme (line 259) | getColorTheme() { method setColorMapOverride (line 262) | setColorMapOverride(colorMapOverride) { method setTheme (line 266) | setTheme(themeName) { method _updateActualTheme (line 276) | _updateActualTheme(desiredTheme) { method _onOSSchemeChanged (line 284) | _onOSSchemeChanged() { method setAutoDetectHighContrast (line 300) | setAutoDetectHighContrast(autoDetectHighContrast) { method _updateThemeOrColorMap (line 304) | _updateThemeOrColorMap() { method _updateCSS (line 331) | _updateCSS() { method getFileIconTheme (line 335) | getFileIconTheme() { method getProductIconTheme (line 342) | getProductIconTheme() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast.js class ToggleHighContrast (line 10) | class ToggleHighContrast extends EditorAction { method constructor (line 11) | constructor() { method run (line 20) | run(accessor, editor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/common/monarch/monarchCommon.js function isFuzzyActionArr (line 5) | function isFuzzyActionArr(what) { function isFuzzyAction (line 8) | function isFuzzyAction(what) { function isString (line 11) | function isString(what) { function isIAction (line 14) | function isIAction(what) { function empty (line 21) | function empty(s) { function fixCase (line 27) | function fixCase(lexer, str) { function sanitize (line 33) | function sanitize(s) { function log (line 40) | function log(lexer, msg) { function createError (line 44) | function createError(lexer, msg) { function substituteMatches (line 57) | function substituteMatches(lexer, str, id, matches, state) { function substituteMatchesRe (line 88) | function substituteMatchesRe(lexer, str, state) { function findRules (line 105) | function findRules(lexer, inState) { function stateExists (line 127) | function stateExists(lexer, inState) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/common/monarch/monarchCompile.js function isArrayOf (line 18) | function isArrayOf(elemType, obj) { function bool (line 32) | function bool(prop, defValue) { function string (line 38) | function string(prop, defValue) { function arrayToHash (line 44) | function arrayToHash(array) { function createKeywordMatcher (line 51) | function createKeywordMatcher(arr, caseInsensitive = false) { function compileRegExp (line 67) | function compileRegExp(lexer, str, handleSn) { function selectScrutinee (line 121) | function selectScrutinee(id, matches, state, num) { function createGuard (line 138) | function createGuard(lexer, ruleName, tkey, val) { function compileAction (line 238) | function compileAction(lexer, ruleName, action) { class Rule (line 348) | class Rule { method constructor (line 349) | constructor(name) { method setRegex (line 356) | setRegex(lexer, re) { method setAction (line 371) | setAction(lexer, act) { method resolveRegex (line 374) | resolveRegex(state) { function compile (line 392) | function compile(languageId, json) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/editor/standalone/common/monarch/monarchLexer.js constant CACHE_STACK_DEPTH (line 24) | const CACHE_STACK_DEPTH = 5; class MonarchStackElementFactory (line 28) | class MonarchStackElementFactory { method create (line 29) | static create(parent, state) { method constructor (line 32) | constructor(maxCacheDepth) { method create (line 36) | create(parent, state) { class MonarchStackElement (line 56) | class MonarchStackElement { method constructor (line 57) | constructor(parent, state) { method getStackElementId (line 62) | static getStackElementId(element) { method _equals (line 73) | static _equals(a, b) { method equals (line 89) | equals(other) { method push (line 92) | push(state) { method pop (line 95) | pop() { method popall (line 98) | popall() { method switchTo (line 105) | switchTo(state) { class EmbeddedLanguageData (line 109) | class EmbeddedLanguageData { method constructor (line 110) | constructor(languageId, state) { method equals (line 114) | equals(other) { method clone (line 118) | clone() { class MonarchLineStateFactory (line 130) | class MonarchLineStateFactory { method create (line 131) | static create(stack, embeddedLanguageData) { method constructor (line 134) | constructor(maxCacheDepth) { method create (line 138) | create(stack, embeddedLanguageData) { class MonarchLineState (line 158) | class MonarchLineState { method constructor (line 159) | constructor(stack, embeddedLanguageData) { method clone (line 163) | clone() { method equals (line 171) | equals(other) { class MonarchClassicTokensCollector (line 187) | class MonarchClassicTokensCollector { method constructor (line 188) | constructor() { method enterLanguage (line 194) | enterLanguage(languageId) { method emit (line 197) | emit(startOffset, type) { method nestedLanguageTokenize (line 205) | nestedLanguageTokenize(embeddedLanguageLine, hasEOL, embeddedLanguageD... method finalize (line 228) | finalize(endState) { class MonarchModernTokensCollector (line 232) | class MonarchModernTokensCollector { method constructor (line 233) | constructor(languageService, theme) { method enterLanguage (line 241) | enterLanguage(languageId) { method emit (line 244) | emit(startOffset, type) { method _merge (line 253) | static _merge(a, b, c) { method nestedLanguageTokenize (line 278) | nestedLanguageTokenize(embeddedLanguageLine, hasEOL, embeddedLanguageD... method finalize (line 299) | finalize(endState) { method constructor (line 304) | constructor(languageService, standaloneThemeService, languageId, lexer, ... method getLoadStatus (line 344) | getLoadStatus() { method getInitialState (line 373) | getInitialState() { method tokenize (line 377) | tokenize(line, hasEOL, lineState) { method tokenizeEncoded (line 385) | tokenizeEncoded(line, hasEOL, lineState) { method _tokenize (line 393) | _tokenize(line, hasEOL, lineState, collector) { method _findLeavingNestedLanguageOffset (line 401) | _findLeavingNestedLanguageOffset(line, state) { method _nestedTokenize (line 435) | _nestedTokenize(line, hasEOL, lineState, offsetDelta, tokensCollector) { method _safeRuleName (line 450) | _safeRuleName(rule) { method _myTokenize (line 456) | _myTokenize(lineWithoutLF, hasEOL, lineState, offsetDelta, tokensCollect... method _getNestedEmbeddedLanguageData (line 727) | _getNestedEmbeddedLanguageData(languageId) { function findBracket (line 751) | function findBracket(lexer, matched) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/css/css.worker.js method constructor (line 61) | constructor(source) { method substring (line 66) | substring(from, to = this.position) { method eos (line 69) | eos() { method pos (line 72) | pos() { method goBackTo (line 75) | goBackTo(pos) { method goBack (line 78) | goBack(n) { method advance (line 81) | advance(n) { method nextChar (line 84) | nextChar() { method peekChar (line 87) | peekChar(n = 0) { method lookbackChar (line 90) | lookbackChar(n = 0) { method advanceIfChar (line 93) | advanceIfChar(ch) { method advanceIfChars (line 100) | advanceIfChars(ch) { method advanceWhileChar (line 113) | advanceWhileChar(condition) { method constructor (line 202) | constructor() { method setSource (line 208) | setSource(input) { method finishToken (line 211) | finishToken(offset, type, text) { method substring (line 219) | substring(offset, len) { method pos (line 222) | pos() { method goBackTo (line 225) | goBackTo(pos) { method scanUnquotedString (line 228) | scanUnquotedString() { method scan (line 236) | scan() { method tryScanUnicode (line 252) | tryScanUnicode() { method scanNext (line 260) | scanNext(offset) { method trivia (line 343) | trivia() { method comment (line 359) | comment() { method _number (line 377) | _number() { method _newline (line 392) | _newline(result) { method _escape (line 407) | _escape(result, includeNewLines) { method _stringChar (line 443) | _stringChar(closeQuote, result) { method _string (line 452) | _string(result) { method _unquotedChar (line 468) | _unquotedChar(result) { method _unquotedString (line 477) | _unquotedString(result) { method _whitespace (line 484) | _whitespace() { method _name (line 490) | _name(result) { method ident (line 497) | ident(result) { method _identFirstChar (line 514) | _identFirstChar(result) { method _minus (line 526) | _minus(result) { method _identChar (line 535) | _identChar(result) { method _unicodeRange (line 549) | _unicodeRange() { function startsWith (line 569) | function startsWith(haystack, needle) { function endsWith (line 580) | function endsWith(haystack, needle) { function difference (line 590) | function difference(first, second, maxLenDelta = 4) { function getLimitedString (line 615) | function getLimitedString(str, ellipsis = true) { function trim (line 624) | function trim(str, regexp) { function repeat (line 631) | function repeat(value, count) { function getNodeAtOffset (line 748) | function getNodeAtOffset(node, offset) { function getNodePath (line 769) | function getNodePath(node, offset) { function getParentDeclaration (line 778) | function getParentDeclaration(node) { method end (line 787) | get end() { method constructor (line 790) | constructor(offset = -1, len = -1, nodeType) { method type (line 798) | set type(type) { method type (line 801) | get type() { method getTextProvider (line 804) | getTextProvider() { method getText (line 816) | getText() { method matches (line 819) | matches(str) { method startsWith (line 822) | startsWith(str) { method endsWith (line 825) | endsWith(str) { method accept (line 828) | accept(visitor) { method acceptVisitor (line 835) | acceptVisitor(visitor) { method adoptChild (line 838) | adoptChild(node, index = -1) { method attachTo (line 857) | attachTo(parent, index = -1) { method collectIssues (line 863) | collectIssues(results) { method addIssue (line 868) | addIssue(issue) { method hasIssue (line 874) | hasIssue(rule) { method isErroneous (line 877) | isErroneous(recursive = false) { method setNode (line 883) | setNode(field, node, index = -1) { method addChild (line 891) | addChild(node) { method updateOffsetAndLength (line 902) | updateOffsetAndLength(node) { method hasChildren (line 911) | hasChildren() { method getChildren (line 914) | getChildren() { method getChild (line 917) | getChild(index) { method addChildren (line 923) | addChildren(nodes) { method findFirstChildBeforeOffset (line 928) | findFirstChildBeforeOffset(offset) { method findChildAtOffset (line 940) | findChildAtOffset(offset, goDeep) { method encloses (line 950) | encloses(candidate) { method getParent (line 953) | getParent() { method findParent (line 960) | findParent(type) { method findAParent (line 967) | findAParent(...types) { method setData (line 974) | setData(key, value) { method getData (line 980) | getData(key) { method constructor (line 988) | constructor(parent, index = -1) { method constructor (line 996) | constructor(offset, length) { method type (line 999) | get type() { method setRangeStart (line 1002) | setRangeStart(rangeStart) { method getRangeStart (line 1005) | getRangeStart() { method setRangeEnd (line 1008) | setRangeEnd(rangeEnd) { method getRangeEnd (line 1011) | getRangeEnd() { method constructor (line 1016) | constructor(offset, length) { method type (line 1020) | get type() { method containsInterpolation (line 1023) | containsInterpolation() { method constructor (line 1028) | constructor(offset, length) { method type (line 1031) | get type() { method constructor (line 1036) | constructor(offset, length) { method type (line 1039) | get type() { method constructor (line 1044) | constructor(offset, length) { method getDeclarations (line 1047) | getDeclarations() { method setDeclarations (line 1050) | setDeclarations(decls) { method constructor (line 1055) | constructor(offset, length) { method type (line 1058) | get type() { method getSelectors (line 1061) | getSelectors() { method isNested (line 1067) | isNested() { method constructor (line 1072) | constructor(offset, length) { method type (line 1075) | get type() { method constructor (line 1080) | constructor(offset, length) { method type (line 1083) | get type() { method constructor (line 1088) | constructor(offset, length) { method constructor (line 1093) | constructor(offset, length) { method type (line 1096) | get type() { method constructor (line 1101) | constructor(offset, length) { method type (line 1105) | get type() { method setProperty (line 1108) | setProperty(node) { method getProperty (line 1111) | getProperty() { method getFullPropertyName (line 1114) | getFullPropertyName() { method getNonPrefixedPropertyName (line 1124) | getNonPrefixedPropertyName() { method setValue (line 1134) | setValue(value) { method getValue (line 1137) | getValue() { method setNestedProperties (line 1140) | setNestedProperties(value) { method getNestedProperties (line 1143) | getNestedProperties() { method constructor (line 1148) | constructor(offset, length) { method type (line 1151) | get type() { method setPropertySet (line 1154) | setPropertySet(value) { method getPropertySet (line 1157) | getPropertySet() { method constructor (line 1162) | constructor(offset, length) { method type (line 1165) | get type() { method setIdentifier (line 1168) | setIdentifier(value) { method getIdentifier (line 1171) | getIdentifier() { method getName (line 1174) | getName() { method isCustomProperty (line 1177) | isCustomProperty() { method constructor (line 1182) | constructor(offset, length) { method type (line 1185) | get type() { method getArguments (line 1188) | getArguments() { method constructor (line 1196) | constructor(offset, length) { method type (line 1199) | get type() { method setIdentifier (line 1202) | setIdentifier(node) { method getIdentifier (line 1205) | getIdentifier() { method getName (line 1208) | getName() { method constructor (line 1213) | constructor(offset, length) { method type (line 1216) | get type() { method setIdentifier (line 1219) | setIdentifier(node) { method getIdentifier (line 1222) | getIdentifier() { method getName (line 1225) | getName() { method setDefaultValue (line 1228) | setDefaultValue(node) { method getDefaultValue (line 1231) | getDefaultValue() { method constructor (line 1236) | constructor(offset, length) { method type (line 1239) | get type() { method setIdentifier (line 1242) | setIdentifier(node) { method getIdentifier (line 1245) | getIdentifier() { method getName (line 1248) | getName() { method setValue (line 1251) | setValue(node) { method getValue (line 1254) | getValue() { method constructor (line 1259) | constructor(offset, length) { method type (line 1262) | get type() { method setExpression (line 1265) | setExpression(node) { method setElseClause (line 1268) | setElseClause(elseClause) { method constructor (line 1273) | constructor(offset, length) { method type (line 1276) | get type() { method setVariable (line 1279) | setVariable(node) { method constructor (line 1284) | constructor(offset, length) { method type (line 1287) | get type() { method getVariables (line 1290) | getVariables() { method constructor (line 1298) | constructor(offset, length) { method type (line 1301) | get type() { method constructor (line 1306) | constructor(offset, length) { method type (line 1309) | get type() { method constructor (line 1314) | constructor(offset, length) { method type (line 1317) | get type() { method setIdentifier (line 1320) | setIdentifier(node) { method getIdentifier (line 1323) | getIdentifier() { method getName (line 1326) | getName() { method getParameters (line 1329) | getParameters() { method constructor (line 1337) | constructor(offset, length) { method type (line 1340) | get type() { method constructor (line 1345) | constructor(offset, length) { method type (line 1348) | get type() { method constructor (line 1353) | constructor(offset, length) { method type (line 1356) | get type() { method constructor (line 1361) | constructor(offset, length) { method type (line 1364) | get type() { method setKeyword (line 1367) | setKeyword(keyword) { method getKeyword (line 1370) | getKeyword() { method setIdentifier (line 1373) | setIdentifier(node) { method getIdentifier (line 1376) | getIdentifier() { method getName (line 1379) | getName() { method constructor (line 1384) | constructor(offset, length) { method type (line 1387) | get type() { method constructor (line 1392) | constructor(offset, length) { method type (line 1395) | get type() { method setMedialist (line 1398) | setMedialist(node) { method type (line 1407) | get type() { method getParameters (line 1410) | getParameters() { method setIdentifier (line 1416) | setIdentifier(node) { method getIdentifier (line 1419) | getIdentifier() { method type (line 1424) | get type() { method setIdentifier (line 1427) | setIdentifier(node) { method getIdentifier (line 1430) | getIdentifier() { method getName (line 1433) | getName() { method setValue (line 1436) | setValue(node) { method getValue (line 1439) | getValue() { method type (line 1444) | get type() { method setIdentifier (line 1447) | setIdentifier(node) { method getIdentifier (line 1450) | getIdentifier() { method getMembers (line 1453) | getMembers() { method getParameters (line 1459) | getParameters() { method type (line 1467) | get type() { method setIdentifier (line 1470) | setIdentifier(node) { method getIdentifier (line 1473) | getIdentifier() { method constructor (line 1478) | constructor(offset, length) { method type (line 1481) | get type() { method constructor (line 1486) | constructor(offset, length) { method type (line 1489) | get type() { method constructor (line 1494) | constructor(offset, length) { method type (line 1497) | get type() { method constructor (line 1502) | constructor(offset, length) { method type (line 1505) | get type() { method setNames (line 1508) | setNames(names) { method getNames (line 1511) | getNames() { method constructor (line 1516) | constructor(offset, length) { method type (line 1519) | get type() { method setName (line 1522) | setName(node) { method getName (line 1530) | getName() { method constructor (line 1535) | constructor(offset, length) { method type (line 1538) | get type() { method constructor (line 1543) | constructor(offset, length) { method type (line 1546) | get type() { method constructor (line 1551) | constructor(offset, length) { method constructor (line 1556) | constructor(offset, length) { method type (line 1559) | get type() { method constructor (line 1564) | constructor(offset, length) { method type (line 1567) | get type() { method constructor (line 1572) | constructor(offset, length) { method type (line 1575) | get type() { method constructor (line 1580) | constructor(offset, length) { method type (line 1583) | get type() { method constructor (line 1588) | constructor(offset, length) { method type (line 1591) | get type() { method constructor (line 1596) | constructor(offset, length) { method type (line 1599) | get type() { method constructor (line 1604) | constructor(offset, length) { method type (line 1607) | get type() { method constructor (line 1612) | constructor(offset, length) { method type (line 1615) | get type() { method setLeft (line 1618) | setLeft(left) { method getLeft (line 1621) | getLeft() { method setRight (line 1624) | setRight(right) { method getRight (line 1627) | getRight() { method setOperator (line 1630) | setOperator(value) { method getOperator (line 1633) | getOperator() { method constructor (line 1638) | constructor(offset, length) { method type (line 1641) | get type() { method setOperator (line 1644) | setOperator(value) { method getOperator (line 1647) | getOperator() { method setExpression (line 1650) | setExpression(value) { method getExpression (line 1653) | getExpression() { method constructor (line 1658) | constructor(offset, length) { method type (line 1661) | get type() { method setNamespacePrefix (line 1664) | setNamespacePrefix(value) { method getNamespacePrefix (line 1667) | getNamespacePrefix() { method setIdentifier (line 1670) | setIdentifier(value) { method getIdentifier (line 1673) | getIdentifier() { method setOperator (line 1676) | setOperator(operator) { method getOperator (line 1679) | getOperator() { method setValue (line 1682) | setValue(value) { method getValue (line 1685) | getValue() { method constructor (line 1690) | constructor(offset, length) { method type (line 1693) | get type() { method constructor (line 1698) | constructor(offset, length) { method type (line 1701) | get type() { method constructor (line 1709) | constructor(offset, length) { method type (line 1712) | get type() { method getValue (line 1715) | getValue() { method constructor (line 1733) | constructor(offset, length) { method type (line 1737) | get type() { method setVariable (line 1740) | setVariable(node) { method getVariable (line 1748) | getVariable() { method getName (line 1751) | getName() { method setValue (line 1754) | setValue(node) { method getValue (line 1762) | getValue() { method constructor (line 1768) | constructor(offset, length) { method type (line 1771) | get type() { method constructor (line 1776) | constructor(offset, length) { method type (line 1779) | get type() { method getName (line 1782) | getName() { method constructor (line 1787) | constructor(offset, length) { method type (line 1790) | get type() { method getSelectors (line 1793) | getSelectors() { method constructor (line 1801) | constructor(offset, length) { method type (line 1804) | get type() { method getArguments (line 1807) | getArguments() { method constructor (line 1815) | constructor(offset, length) { method type (line 1818) | get type() { method getParameters (line 1821) | getParameters() { method constructor (line 1829) | constructor(offset, length) { method type (line 1832) | get type() { method getNamespaces (line 1835) | getNamespaces() { method setIdentifier (line 1841) | setIdentifier(node) { method getIdentifier (line 1844) | getIdentifier() { method getName (line 1847) | getName() { method getArguments (line 1850) | getArguments() { method setContent (line 1856) | setContent(node) { method getContent (line 1859) | getContent() { method constructor (line 1864) | constructor(offset, length) { method type (line 1867) | get type() { method setIdentifier (line 1870) | setIdentifier(node) { method getIdentifier (line 1873) | getIdentifier() { method getName (line 1876) | getName() { method getParameters (line 1879) | getParameters() { method setGuard (line 1885) | setGuard(node) { method constructor (line 1894) | constructor(offset, length) { method type (line 1897) | get type() { method setAtRuleName (line 1900) | setAtRuleName(atRuleName) { method getAtRuleName (line 1903) | getAtRuleName() { method type (line 1908) | get type() { method setKey (line 1911) | setKey(node) { method setValue (line 1914) | setValue(node) { method getConditions (line 1919) | getConditions() { method setVariable (line 1927) | setVariable(node) { method type (line 1932) | get type() { method setIdentifier (line 1935) | setIdentifier(node) { method getIdentifier (line 1938) | getIdentifier() { method constructor (line 1949) | constructor(node, rule, level, message, offset = node.offset, length = n... method getRule (line 1957) | getRule() { method getLevel (line 1960) | getLevel() { method getOffset (line 1963) | getOffset() { method getLength (line 1966) | getLength() { method getNode (line 1969) | getNode() { method getMessage (line 1972) | getMessage() { method entries (line 1977) | static entries(node) { method constructor (line 1982) | constructor() { method visitNode (line 1985) | visitNode(node) { function t (line 1995) | function t(...args) { function format (line 2036) | function format(template, values2) { method constructor (line 2045) | constructor(id, message) { function is (line 2089) | function is(value) { function is (line 2096) | function is(value) { function is (line 2105) | function is(value) { function is (line 2114) | function is(value) { function create (line 2121) | function create(line, character) { function is (line 2131) | function is(value) { function create (line 2139) | function create(one, two, three, four) { function is (line 2149) | function is(value) { function create (line 2157) | function create(uri, range) { function is (line 2161) | function is(value) { function create (line 2169) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 2173) | function is(value) { function create (line 2181) | function create(red, green, blue, alpha) { function is (line 2190) | function is(value) { function create (line 2198) | function create(range, color) { function is (line 2205) | function is(value) { function create (line 2213) | function create(label, textEdit, additionalTextEdits) { function is (line 2221) | function is(value) { function create (line 2235) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 2255) | function is(value) { function create (line 2263) | function create(location, message) { function is (line 2270) | function is(value) { function is (line 2290) | function is(value) { function create (line 2298) | function create(range, message, severity, code, source, relatedInformati... function is (line 2315) | function is(value) { function create (line 2324) | function create(title, command, ...args) { function is (line 2332) | function is(value) { function replace (line 2340) | function replace(range, newText) { function insert (line 2344) | function insert(position, newText) { function del (line 2348) | function del(range) { function is (line 2352) | function is(value) { function create (line 2360) | function create(label, needsConfirmation, description) { function is (line 2371) | function is(value) { function is (line 2379) | function is(value) { function replace (line 2387) | function replace(range, newText, annotation) { function insert (line 2391) | function insert(position, newText, annotation) { function del (line 2395) | function del(range, annotation) { function is (line 2399) | function is(value) { function create (line 2407) | function create(textDocument, edits) { function is (line 2411) | function is(value) { function create (line 2419) | function create(uri, options, annotation) { function is (line 2433) | function is(value) { function create (line 2441) | function create(oldUri, newUri, options, annotation) { function is (line 2456) | function is(value) { function create (line 2464) | function create(uri, options, annotation) { function is (line 2478) | function is(value) { function is (line 2486) | function is(value) { function create (line 2500) | function create(uri) { function is (line 2504) | function is(value) { function create (line 2512) | function create(uri, version) { function is (line 2516) | function is(value) { function create (line 2524) | function create(uri, version) { function is (line 2528) | function is(value) { function create (line 2536) | function create(uri, languageId, version, text) { function is (line 2540) | function is(value) { function is (line 2550) | function is(value) { function is (line 2558) | function is(value) { function create (line 2603) | function create(newText, insert, replace) { function is (line 2607) | function is(value) { function is (line 2620) | function is(value) { function create (line 2628) | function create(label) { function create (line 2635) | function create(items, isIncomplete) { function fromPlainText (line 2642) | function fromPlainText(plainText) { function is (line 2646) | function is(value) { function is (line 2654) | function is(value) { function create (line 2662) | function create(label, documentation) { function create (line 2669) | function create(label, documentation, ...parameters) { function create (line 2691) | function create(range, kind) { function create (line 2735) | function create(name, kind, range, uri, containerName) { function create (line 2750) | function create(name, kind, uri, range) { function create (line 2757) | function create(name, detail, kind, range, selectionRange, children) { function is (line 2771) | function is(value) { function create (line 2796) | function create(diagnostics, only, triggerKind) { function is (line 2807) | function is(value) { function create (line 2815) | function create(title, kindOrCommandOrEdit, kind) { function is (line 2832) | function is(value) { function create (line 2840) | function create(range, data) { function is (line 2848) | function is(value) { function create (line 2856) | function create(tabSize, insertSpaces) { function is (line 2860) | function is(value) { function create (line 2868) | function create(range, target, data) { function is (line 2872) | function is(value) { function create (line 2880) | function create(range, parent) { function is (line 2884) | function is(value) { function is (line 2931) | function is(value) { function create (line 2939) | function create(range, text) { function is (line 2943) | function is(value) { function create (line 2951) | function create(range, variableName, caseSensitiveLookup) { function is (line 2955) | function is(value) { function create (line 2963) | function create(range, expression) { function is (line 2967) | function is(value) { function create (line 2975) | function create(frameId, stoppedLocation) { function is (line 2979) | function is(value) { function is (line 2989) | function is(value) { function create (line 2996) | function create(value) { function is (line 3000) | function is(value) { function create (line 3008) | function create(position, label, kind) { function is (line 3016) | function is(value) { function createSnippet (line 3024) | function createSnippet(value) { function create (line 3031) | function create(insertText, filterText, range, command) { function create (line 3038) | function create(items) { function create (line 3050) | function create(range, text) { function create (line 3057) | function create(triggerKind, selectedCompletionInfo) { function is (line 3064) | function is(value) { function create (line 3072) | function create(uri, languageId, version, content) { function is (line 3076) | function is(value) { function applyEdits (line 3081) | function applyEdits(document, edits) { function mergeSort2 (line 3105) | function mergeSort2(data, compare) { method constructor (line 3135) | constructor(uri, languageId, version, content) { method uri (line 3142) | get uri() { method languageId (line 3145) | get languageId() { method version (line 3148) | get version() { method getText (line 3151) | getText(range) { method update (line 3159) | update(event, version) { method getLineOffsets (line 3164) | getLineOffsets() { method positionAt (line 3187) | positionAt(offset) { method offsetAt (line 3205) | offsetAt(position) { method lineCount (line 3216) | get lineCount() { function defined (line 3223) | function defined(value) { function undefined2 (line 3227) | function undefined2(value) { function boolean (line 3231) | function boolean(value) { function string (line 3235) | function string(value) { function number (line 3239) | function number(value) { function numberRange (line 3243) | function numberRange(value, min, max) { function integer2 (line 3247) | function integer2(value) { function uinteger2 (line 3251) | function uinteger2(value) { function func (line 3255) | function func(value) { function objectLiteral (line 3259) | function objectLiteral(value) { function typedArray (line 3263) | function typedArray(value, check) { method constructor (line 3271) | constructor(uri, languageId, version, content) { method uri (line 3278) | get uri() { method languageId (line 3281) | get languageId() { method version (line 3284) | get version() { method getText (line 3287) | getText(range) { method update (line 3295) | update(changes, version) { method getLineOffsets (line 3332) | getLineOffsets() { method positionAt (line 3338) | positionAt(offset) { method offsetAt (line 3356) | offsetAt(position) { method lineCount (line 3367) | get lineCount() { method isIncremental (line 3370) | static isIncremental(event) { method isFull (line 3374) | static isFull(event) { function create (line 3381) | function create(uri, languageId, version, content) { function update (line 3385) | function update(document, changes, version) { function applyEdits (line 3394) | function applyEdits(document, edits) { function mergeSort (line 3422) | function mergeSort(data, compare) { function computeLineOffsets (line 3450) | function computeLineOffsets(text, isAtLineStart, textOffset = 0) { function getWellformedRange (line 3463) | function getWellformedRange(range) { function getWellformedEdit (line 3471) | function getWellformedEdit(textEdit) { function getEntryStatus (line 3512) | function getEntryStatus(status) { function getEntryDescription (line 3524) | function getEntryDescription(entry, doesSupportMarkdown, settings) { function textToMarkedString (line 3542) | function textToMarkedString(text) { function getEntryStringDescription (line 3546) | function getEntryStringDescription(entry, settings) { function getEntryMarkdownDescription (line 3579) | function getEntryMarkdownDescription(entry, settings) { function getBrowserLabel (line 3613) | function getBrowserLabel(browsers = []) { function getNumericValue (line 3913) | function getNumericValue(node, factor) { function getAngle (line 3927) | function getAngle(node) { function isColorConstructor (line 3948) | function isColorConstructor(node) { function isColorString (line 3955) | function isColorString(s) { function hexDigit (line 3963) | function hexDigit(charCode) { function colorFromHex (line 3978) | function colorFromHex(text) { function colorFromHSL (line 4014) | function colorFromHSL(hue, sat, light, alpha = 1) { function hslFromColor (line 4042) | function hslFromColor(rgba) { function colorFromHWB (line 4071) | function colorFromHWB(hue, white, black, alpha = 1) { function hwbFromColor (line 4093) | function hwbFromColor(rgba) { function getColorValue (line 4104) | function getColorValue(node) { function values (line 4500) | function values(obj) { function isDefined (line 4503) | function isDefined(obj) { method constructor (line 4509) | constructor(scnr = new Scanner()) { method peekIdent (line 4515) | peekIdent(text) { method peekKeyword (line 4518) | peekKeyword(text) { method peekDelim (line 4521) | peekDelim(text) { method peek (line 4524) | peek(type) { method peekOne (line 4527) | peekOne(...types) { method peekRegExp (line 4530) | peekRegExp(type, regEx) { method hasWhitespace (line 4536) | hasWhitespace() { method consumeToken (line 4539) | consumeToken() { method acceptUnicodeRange (line 4543) | acceptUnicodeRange() { method mark (line 4552) | mark() { method restoreAtMark (line 4559) | restoreAtMark(mark) { method try (line 4564) | try(func) { method acceptOneKeyword (line 4573) | acceptOneKeyword(keywords) { method accept (line 4584) | accept(type) { method acceptIdent (line 4591) | acceptIdent(text) { method acceptKeyword (line 4598) | acceptKeyword(text) { method acceptDelim (line 4605) | acceptDelim(text) { method acceptRegexp (line 4612) | acceptRegexp(regEx) { method _parseRegexp (line 4619) | _parseRegexp(regEx) { method acceptUnquotedString (line 4625) | acceptUnquotedString() { method resync (line 4637) | resync(resyncTokens, resyncStopTokens) { method createNode (line 4652) | createNode(nodeType) { method create (line 4655) | create(ctor) { method finish (line 4658) | finish(node, error, resyncTokens, resyncStopTokens) { method markError (line 4670) | markError(node, error, resyncTokens, resyncStopTokens) { method parseStylesheet (line 4679) | parseStylesheet(textDocument) { method internalParse (line 4690) | internalParse(input, parseFunc, textProvider) { method _parseStylesheet (line 4705) | _parseStylesheet() { method _parseStylesheetStart (line 4743) | _parseStylesheetStart() { method _parseStylesheetStatement (line 4746) | _parseStylesheetStatement(isNested = false) { method _parseStylesheetAtStatement (line 4752) | _parseStylesheetAtStatement(isNested = false) { method _tryParseRuleset (line 4755) | _tryParseRuleset(isNested) { method _parseRuleset (line 4768) | _parseRuleset(isNested = false) { method _parseRuleSetDeclarationAtStatement (line 4781) | _parseRuleSetDeclarationAtStatement() { method _parseRuleSetDeclaration (line 4784) | _parseRuleSetDeclaration() { method _needsSemicolonAfter (line 4793) | _needsSemicolonAfter(node) { method _parseDeclarations (line 4826) | _parseDeclarations(parseDeclaration) { method _parseBody (line 4851) | _parseBody(node, parseDeclaration) { method _parseSelector (line 4857) | _parseSelector(isNested) { method _parseDeclaration (line 4869) | _parseDeclaration(stopTokens) { method _tryParseCustomPropertyDeclaration (line 4893) | _tryParseCustomPropertyDeclaration(stopTokens) { method _parseCustomPropertyValue (line 4952) | _parseCustomPropertyValue(stopTokens = [TokenType.CurlyR]) { method _tryToParseDeclaration (line 5020) | _tryToParseDeclaration(stopTokens) { method _parseProperty (line 5029) | _parseProperty() { method _parsePropertyIdentifier (line 5043) | _parsePropertyIdentifier() { method _parseCharset (line 5046) | _parseCharset() { method _parseImport (line 5060) | _parseImport() { method _completeParseImport (line 5071) | _completeParseImport(node) { method _parseNamespace (line 5095) | _parseNamespace() { method _parseFontFace (line 5112) | _parseFontFace() { method _parseViewPort (line 5120) | _parseViewPort() { method _parseKeyframe (line 5128) | _parseKeyframe() { method _parseKeyframeIdent (line 5144) | _parseKeyframeIdent() { method _parseKeyframeSelector (line 5147) | _parseKeyframeSelector() { method _tryParseKeyframeSelector (line 5173) | _tryParseKeyframeSelector() { method _parsePropertyAtRule (line 5205) | _parsePropertyAtRule() { method _parseLayer (line 5216) | _parseLayer(isNested = false) { method _parseLayerDeclaration (line 5234) | _parseLayerDeclaration(isNested = false) { method _parseLayerNameList (line 5240) | _parseLayerNameList() { method _parseLayerName (line 5252) | _parseLayerName() { method _parseSupports (line 5264) | _parseSupports(isNested = false) { method _parseSupportsDeclaration (line 5273) | _parseSupportsDeclaration(isNested = false) { method _parseSupportsCondition (line 5279) | _parseSupportsCondition() { method _parseSupportsConditionInParens (line 5294) | _parseSupportsConditionInParens() { method _parseMediaDeclaration (line 5332) | _parseMediaDeclaration(isNested = false) { method _parseMedia (line 5338) | _parseMedia(isNested = false) { method _parseMediaQueryList (line 5349) | _parseMediaQueryList() { method _parseMediaQuery (line 5361) | _parseMediaQuery() { method _parseRatio (line 5380) | _parseRatio() { method _parseMediaCondition (line 5395) | _parseMediaCondition() { method _parseMediaFeature (line 5415) | _parseMediaFeature() { method _parseMediaFeatureRangeOperator (line 5451) | _parseMediaFeatureRangeOperator() { method _parseMediaFeatureName (line 5462) | _parseMediaFeatureName() { method _parseMediaFeatureValue (line 5465) | _parseMediaFeatureValue() { method _parseMedium (line 5468) | _parseMedium() { method _parsePageDeclaration (line 5476) | _parsePageDeclaration() { method _parsePage (line 5479) | _parsePage() { method _parsePageMarginBox (line 5494) | _parsePageMarginBox() { method _parsePageSelector (line 5504) | _parsePageSelector() { method _parseDocument (line 5517) | _parseDocument() { method _parseContainerDeclaration (line 5526) | _parseContainerDeclaration(isNested = false) { method _parseContainer (line 5532) | _parseContainer(isNested = false) { method _parseContainerQuery (line 5542) | _parseContainerQuery() { method _parseContainerQueryInParens (line 5560) | _parseContainerQueryInParens() { method _parseStyleQuery (line 5584) | _parseStyleQuery() { method _parseStyleInParens (line 5604) | _parseStyleInParens() { method _parseUnknownAtRule (line 5617) | _parseUnknownAtRule() { method _parseUnknownAtRuleName (line 5691) | _parseUnknownAtRuleName() { method _parseOperator (line 5698) | _parseOperator() { method _parseUnaryOperator (line 5707) | _parseUnaryOperator() { method _parseCombinator (line 5715) | _parseCombinator() { method _parseSimpleSelector (line 5751) | _parseSimpleSelector() { method _parseNestingSelector (line 5762) | _parseNestingSelector() { method _parseSimpleSelectorBody (line 5770) | _parseSimpleSelectorBody() { method _parseSelectorIdent (line 5773) | _parseSelectorIdent() { method _parseHash (line 5776) | _parseHash() { method _parseClass (line 5790) | _parseClass() { method _parseElementName (line 5801) | _parseElementName() { method _parseNamespacePrefix (line 5811) | _parseNamespacePrefix() { method _parseAttrib (line 5822) | _parseAttrib() { method _parsePseudo (line 5842) | _parsePseudo() { method _tryParsePseudoIdentifier (line 5872) | _tryParsePseudoIdentifier() { method _tryParsePrio (line 5889) | _tryParsePrio() { method _parsePrio (line 5898) | _parsePrio() { method _parseExpr (line 5908) | _parseExpr(stopOnComma = false) { method _parseUnicodeRange (line 5926) | _parseUnicodeRange() { method _parseNamedLine (line 5936) | _parseNamedLine() { method _parseBinaryExpr (line 5949) | _parseBinaryExpr(preparsedLeft, preparsedOper) { method _parseTerm (line 5967) | _parseTerm() { method _parseTermExpression (line 5975) | _parseTermExpression() { method _parseOperation (line 5980) | _parseOperation() { method _parseNumeric (line 5992) | _parseNumeric() { method _parseStringLiteral (line 6000) | _parseStringLiteral() { method _parseURILiteral (line 6008) | _parseURILiteral() { method _parseURLArgument (line 6028) | _parseURLArgument() { method _parseIdent (line 6035) | _parseIdent(referenceTypes) { method _parseFunction (line 6047) | _parseFunction() { method _parseFunctionIdentifier (line 6072) | _parseFunctionIdentifier() { method _parseFunctionArgument (line 6088) | _parseFunctionArgument() { method _parseHexColor (line 6095) | _parseHexColor() { function findFirst (line 6107) | function findFirst(array, p) { function includes (line 6122) | function includes(array, item) { function union (line 6125) | function union(...arrays) { method constructor (line 6139) | constructor(offset, length) { method addChild (line 6146) | addChild(scope) { method setParent (line 6150) | setParent(scope) { method findScope (line 6153) | findScope(offset, length = 0) { method findInScope (line 6159) | findInScope(offset, length = 0) { method addSymbol (line 6171) | addSymbol(symbol) { method getSymbol (line 6174) | getSymbol(name, type) { method getSymbols (line 6183) | getSymbols() { method constructor (line 6188) | constructor() { method constructor (line 6193) | constructor(name, value, node, type) { method constructor (line 6201) | constructor(scope) { method addSymbol (line 6204) | addSymbol(node, name, value, type) { method addScope (line 6212) | addScope(node) { method addSymbolToChildScope (line 6224) | addSymbolToChildScope(scopeNode, node, name, value, type) { method visitNode (line 6232) | visitNode(node) { method visitRuleSet (line 6276) | visitRuleSet(node) { method visitVariableDeclarationNode (line 6289) | visitVariableDeclarationNode(node) { method visitFunctionParameterNode (line 6294) | visitFunctionParameterNode(node) { method visitCustomPropertyDeclarationNode (line 6303) | visitCustomPropertyDeclarationNode(node) { method addCSSVariable (line 6308) | addCSSVariable(node, name, value, type) { method constructor (line 6315) | constructor(node) { method findSymbolsAtOffset (line 6319) | findSymbolsAtOffset(offset, referenceType) { method internalFindSymbol (line 6336) | internalFindSymbol(node, referenceTypes) { method evaluateReferenceTypes (line 6367) | evaluateReferenceTypes(node) { method findSymbolFromNode (line 6393) | findSymbolFromNode(node) { method matchesSymbol (line 6406) | matchesSymbol(node, symbol) { method findSymbol (line 6423) | findSymbol(name, type, offset) { function e2 (line 6441) | function e2(t4) { function r2 (line 6445) | function r2(t4, e3) { function r (line 6610) | function r(n2) { function s (line 6633) | function s(t4, r2) { class f2 (line 6647) | class f2 { method isUri (line 6648) | static isUri(t4) { method constructor (line 6656) | constructor(t4, e3, r2, n2, i2, o2 = false) { method fsPath (line 6669) | get fsPath() { method with (line 6672) | with(t4) { method parse (line 6678) | static parse(t4, e3 = false) { method file (line 6682) | static file(e3) { method from (line 6690) | static from(t4) { method toString (line 6694) | toString(t4 = false) { method toJSON (line 6697) | toJSON() { method revive (line 6700) | static revive(t4) { class l (line 6713) | class l extends f2 { method fsPath (line 6716) | get fsPath() { method toString (line 6719) | toString(t4 = false) { method toJSON (line 6722) | toJSON() { function d (line 6728) | function d(t4, e3, r2) { function p (line 6742) | function p(t4) { function m (line 6750) | function m(e3, r2) { function y (line 6754) | function y(t4, e3) { function v (line 6777) | function v(t4) { function C (line 6785) | function C(t4) { function dirname (line 6815) | function dirname(uriString) { function joinPath (line 6818) | function joinPath(uriString, ...paths) { method constructor (line 6824) | constructor(readDirectory) { method onCssURILiteralValue (line 6829) | onCssURILiteralValue(context) { method onCssImportPath (line 6832) | onCssImportPath(context) { method computeCompletions (line 6835) | async computeCompletions(document, documentContext) { method providePathSuggestions (line 6874) | async providePathSuggestions(pathValue, position, range, document, docum... function stripQuotes (line 6900) | function stripQuotes(fullValue) { function pathToReplaceRange (line 6907) | function pathToReplaceRange(valueBeforeCursor, fullValue, fullValueRange) { function createCompletionItem (line 6926) | function createCompletionItem(name, isDir, replaceRange) { function escapePath (line 6946) | function escapePath(p) { function shiftPosition (line 6949) | function shiftPosition(pos, offset) { function shiftRange (line 6952) | function shiftRange(range, startOffset, endOffset) { method constructor (line 6973) | constructor(variablePrefix = null, lsOptions, cssDataManager) { method configure (line 6979) | configure(settings) { method getSymbolContext (line 6982) | getSymbolContext() { method setCompletionParticipants (line 6988) | setCompletionParticipants(registeredCompletionParticipants) { method doComplete2 (line 6991) | async doComplete2(document, position, styleSheet, documentContext, compl... method doComplete (line 7010) | doComplete(document, position, styleSheet, documentSettings) { method isImportPathParent (line 7102) | isImportPathParent(type) { method finalize (line 7105) | finalize(result) { method findInNodePath (line 7108) | findInNodePath(...types) { method getCompletionsForDeclarationProperty (line 7117) | getCompletionsForDeclarationProperty(declaration, result) { method getPropertyProposals (line 7120) | getPropertyProposals(declaration, result) { method isTriggerPropertyValueCompletionEnabled (line 7178) | get isTriggerPropertyValueCompletionEnabled() { method isCompletePropertyWithSemicolonEnabled (line 7181) | get isCompletePropertyWithSemicolonEnabled() { method getCompletionsForDeclarationValue (line 7184) | getCompletionsForDeclarationValue(node, result) { method getValueEnumProposals (line 7254) | getValueEnumProposals(entry, existingNode, result) { method getCSSWideKeywordProposals (line 7284) | getCSSWideKeywordProposals(entry, existingNode, result) { method getCompletionsForInterpolation (line 7306) | getCompletionsForInterpolation(node, result) { method getVariableProposals (line 7312) | getVariableProposals(existingNode, result) { method getVariableProposalsForCSSVarFunction (line 7336) | getVariableProposalsForCSSVarFunction(result) { method getUnitProposals (line 7367) | getUnitProposals(entry, existingNode, result) { method getCompletionRange (line 7398) | getCompletionRange(existingNode) { method getColorProposals (line 7408) | getColorProposals(entry, existingNode, result) { method getPositionProposals (line 7446) | getPositionProposals(entry, existingNode, result) { method getRepeatStyleProposals (line 7457) | getRepeatStyleProposals(entry, existingNode, result) { method getLineStyleProposals (line 7468) | getLineStyleProposals(entry, existingNode, result) { method getLineWidthProposals (line 7479) | getLineWidthProposals(entry, existingNode, result) { method getGeometryBoxProposals (line 7489) | getGeometryBoxProposals(entry, existingNode, result) { method getBoxProposals (line 7500) | getBoxProposals(entry, existingNode, result) { method getImageProposals (line 7511) | getImageProposals(entry, existingNode, result) { method getTimingFunctionProposals (line 7524) | getTimingFunctionProposals(entry, existingNode, result) { method getBasicShapeProposals (line 7537) | getBasicShapeProposals(entry, existingNode, result) { method getCompletionsForStylesheet (line 7550) | getCompletionsForStylesheet(result) { method getCompletionForTopLevel (line 7563) | getCompletionForTopLevel(result) { method getCompletionsForRuleSet (line 7576) | getCompletionsForRuleSet(ruleSet, result) { method getCompletionsForSelector (line 7588) | getCompletionsForSelector(ruleSet, isNested, result) { method getCompletionsForDeclarations (line 7671) | getCompletionsForDeclarations(declarations, result) { method getCompletionsForVariableDeclaration (line 7701) | getCompletionsForVariableDeclaration(declaration, result) { method getCompletionsForExpression (line 7707) | getCompletionsForExpression(expression, result) { method getCompletionsForFunctionArgument (line 7727) | getCompletionsForFunctionArgument(arg, func, result) { method getCompletionsForFunctionDeclaration (line 7736) | getCompletionsForFunctionDeclaration(decl, result) { method getCompletionsForMixinReference (line 7743) | getCompletionsForMixinReference(ref, result) { method getTermProposals (line 7761) | getTermProposals(entry, existingNode, result) { method makeTermProposal (line 7770) | makeTermProposal(symbol, parameters, existingNode) { method getCompletionsForSupportsCondition (line 7785) | getCompletionsForSupportsCondition(supportsCondition, result) { method getCompletionsForSupports (line 7803) | getCompletionsForSupports(supports, result) { method getCompletionsForExtendsReference (line 7815) | getCompletionsForExtendsReference(extendsRef, existingNode, result) { method getCompletionForUriLiteralValue (line 7818) | getCompletionForUriLiteralValue(uriLiteralNode, result) { method getCompletionForImportPath (line 7844) | getCompletionForImportPath(importPathNode, result) { method hasCharacterAtPosition (line 7856) | hasCharacterAtPosition(offset, char) { method doesSupportMarkdown (line 7860) | doesSupportMarkdown() { function isDeprecated (line 7872) | function isDeprecated(entry) { method constructor (line 7879) | constructor() { method add (line 7882) | add(entry) { method remove (line 7885) | remove(entry) { method getEntries (line 7888) | getEntries() { function moveCursorInsideParenthesis (line 7892) | function moveCursorInsideParenthesis(text) { function collectValues (line 7895) | function collectValues(styleSheet, declaration) { method constructor (line 7923) | constructor(entries, currentOffset) { method visitNode (line 7927) | visitNode(node) { method constructor (line 7937) | constructor(entries, currentOffset) { method visitNode (line 7941) | visitNode(node) { function getCurrentWord (line 7950) | function getCurrentWord(document, offset) { method constructor (line 7961) | constructor() { method findAttribute (line 7966) | findAttribute(name) { method addChild (line 7976) | addChild(child) { method append (line 7985) | append(text) { method prepend (line 7991) | prepend(text) { method findRoot (line 7997) | findRoot() { method removeChild (line 8004) | removeChild(child) { method addAttr (line 8014) | addAttr(name, value) { method clone (line 8026) | clone(cloneChildren = true) { method cloneWithParent (line 8042) | cloneWithParent() { method constructor (line 8054) | constructor(label) { method constructor (line 8060) | constructor(quote) { method print (line 8064) | print(element, flagOpts) { method doPrint (line 8082) | doPrint(elements, indent) { method writeLine (line 8090) | writeLine(level, content) { method doPrintElement (line 8094) | doPrintElement(element, indent) { function ensure (line 8125) | function ensure(value, which) { function remove (line 8129) | function remove(value) { method constructor (line 8139) | constructor() { function toElement (line 8145) | function toElement(node, parentElement) { function unescape (line 8227) | function unescape(content) { method constructor (line 8237) | constructor(cssDataManager) { method selectorToMarkedString (line 8240) | selectorToMarkedString(node, flagOpts) { method simpleSelectorToMarkedString (line 8250) | simpleSelectorToMarkedString(node) { method isPseudoElementIdentifier (line 8256) | isPseudoElementIdentifier(text) { method selectorToSpecificityMarkedString (line 8263) | selectorToSpecificityMarkedString(node) { method constructor (line 8393) | constructor(element) { method processSelector (line 8397) | processSelector(selector) { function isNewSelectorContext (line 8433) | function isNewSelectorContext(node) { function selectorToElement (line 8441) | function selectorToElement(node) { method constructor (line 8473) | constructor(clientCapabilities, cssDataManager) { method configure (line 8478) | configure(settings) { method doHover (line 8481) | doHover(document, position, stylesheet, settings = this.defaultSettings) { method convertContents (line 8569) | convertContents(contents) { method doesSupportMarkdown (line 8588) | doesSupportMarkdown() { method constructor (line 8605) | constructor(fileSystemProvider, resolveModuleReferences) { method configure (line 8609) | configure(settings) { method findDefinition (line 8612) | findDefinition(document, position, stylesheet) { method findReferences (line 8628) | findReferences(document, position, stylesheet) { method getHighlightNode (line 8637) | getHighlightNode(document, position, stylesheet) { method findDocumentHighlights (line 8648) | findDocumentHighlights(document, position, stylesheet) { method isRawStringDocumentLinkNode (line 8676) | isRawStringDocumentLinkNode(node) { method findDocumentLinks (line 8679) | findDocumentLinks(document, stylesheet, documentContext) { method findDocumentLinks2 (line 8698) | async findDocumentLinks2(document, stylesheet, documentContext) { method findUnresolvedLinks (line 8717) | findUnresolvedLinks(document, stylesheet) { method findSymbolInformations (line 8750) | findSymbolInformations(document, stylesheet) { method findDocumentSymbols (line 8764) | findDocumentSymbols(document, stylesheet) { method collectDocumentSymbols (line 8800) | collectDocumentSymbols(document, stylesheet, collect) { method findDocumentColors (line 8831) | findDocumentColors(document, stylesheet) { method getColorPresentations (line 8842) | getColorPresentations(document, stylesheet, color, range) { method prepareRename (line 8874) | prepareRename(document, position, stylesheet) { method doRename (line 8880) | doRename(document, position, newName, stylesheet) { method resolveModuleReference (line 8887) | async resolveModuleReference(ref, documentUri, documentContext) { method mapReference (line 8902) | async mapReference(target, isRawLink) { method resolveReference (line 8905) | async resolveReference(target, documentUri, documentContext, isRawLink =... method resolvePathToModule (line 8937) | async resolvePathToModule(_moduleName, documentFolderUri, rootFolderUri) { method fileExists (line 8946) | async fileExists(uri) { function getColorInformation (line 8961) | function getColorInformation(node, document) { function getRange (line 8969) | function getRange(node, document) { function containsRange (line 8972) | function containsRange(range, otherRange) { function getHighlightKind (line 8989) | function getHighlightKind(node) { function toTwoDigitHex (line 9012) | function toTwoDigitHex(n) { function getModuleNameFromPath (line 9016) | function getModuleNameFromPath(path) { method constructor (line 9036) | constructor(id, message, defaultValue) { method constructor (line 9043) | constructor(id, message, defaultValue) { method constructor (line 9074) | constructor(conf = {}) { method getRule (line 9077) | getRule(rule) { method getSetting (line 9086) | getSetting(setting) { function toLevel (line 9090) | function toLevel(level) { method constructor (line 9104) | constructor(cssDataManager) { method doCodeActions (line 9107) | doCodeActions(document, range, context, stylesheet) { method doCodeActions2 (line 9113) | doCodeActions2(document, range, context, stylesheet) { method getFixesForUnknownProperty (line 9122) | getFixesForUnknownProperty(document, property, marker, result) { method appendFixesForMarker (line 9149) | appendFixesForMarker(document, stylesheet, marker, result) { method constructor (line 9171) | constructor(decl) { function setSide (line 9176) | function setSide(model, side, value, property) { function setAllSides (line 9185) | function setAllSides(model, value, property) { function updateModelWithValue (line 9191) | function updateModelWithValue(model, side, value, property) { function updateModelWithList (line 9198) | function updateModelWithList(model, values2, property) { function matches (line 9223) | function matches(value, candidates) { function checkLineWidth (line 9231) | function checkLineWidth(value, allowsKeywords = true) { function checkLineWidthList (line 9237) | function checkLineWidthList(nodes, allowsKeywords = true) { function checkLineStyle (line 9240) | function checkLineStyle(valueNode, allowsKeywords = true) { function checkLineStyleList (line 9249) | function checkLineStyleList(nodes, allowsKeywords = true) { function checkBorderShorthand (line 9252) | function checkBorderShorthand(node) { function calculateBoxModel (line 9274) | function calculateBoxModel(propertyTable) { method constructor (line 9346) | constructor() { method add (line 9349) | add(root, name, node) { method entries (line 9362) | static entries(node, document, settings, cssDataManager, entryFilter) { method constructor (line 9368) | constructor(document, settings, cssDataManager) { method isValidPropertyDeclaration (line 9387) | isValidPropertyDeclaration(element) { method fetch (line 9391) | fetch(input, s) { method fetchWithValue (line 9400) | fetchWithValue(input, s, v) { method findValueInExpression (line 9412) | findValueInExpression(expression, v) { method getEntries (line 9422) | getEntries(filter = Level.Warning | Level.Error) { method addEntry (line 9427) | addEntry(node, rule, details) { method getMissingNames (line 9431) | getMissingNames(expected, actual) { method visitNode (line 9452) | visitNode(node) { method completeValidations (line 9479) | completeValidations() { method visitUnknownAtRule (line 9482) | visitUnknownAtRule(node) { method visitKeyframe (line 9494) | visitKeyframe(node) { method validateKeyframes (line 9503) | validateKeyframes() { method visitSimpleSelector (line 9527) | visitSimpleSelector(node) { method visitIdentifierSelector (line 9534) | visitIdentifierSelector(node) { method visitImport (line 9538) | visitImport(node) { method visitRuleSet (line 9542) | visitRuleSet(node) { method getContextualVendorSpecificPseudoElements (line 9713) | getContextualVendorSpecificPseudoElements(node) { method visitPrio (line 9737) | visitPrio(node) { method visitNumericValue (line 9741) | visitNumericValue(node) { method visitFontFace (line 9761) | visitFontFace(node) { method isCSSDeclaration (line 9786) | isCSSDeclaration(node) { method visitHexColorValue (line 9803) | visitHexColorValue(node) { method visitFunction (line 9810) | visitFunction(node) { method constructor (line 9850) | constructor(cssDataManager) { method configure (line 9853) | configure(settings) { method doValidation (line 9856) | doValidation(document, stylesheet, settings = this.settings) { method scanNext (line 9907) | scanNext(offset) { method comment (line 9942) | comment() { method constructor (line 9966) | constructor(id, message) { method constructor (line 9979) | constructor() { method _parseStylesheetStatement (line 9982) | _parseStylesheetStatement(isNested = false) { method _parseImport (line 9988) | _parseImport() { method _parseVariableDeclaration (line 10005) | _parseVariableDeclaration(panic = []) { method _parseMediaCondition (line 10037) | _parseMediaCondition() { method _parseMediaFeatureRangeOperator (line 10040) | _parseMediaFeatureRangeOperator() { method _parseMediaFeatureName (line 10043) | _parseMediaFeatureName() { method _parseKeyframeSelector (line 10046) | _parseKeyframeSelector() { method _parseVariable (line 10049) | _parseVariable() { method _parseModuleMember (line 10057) | _parseModuleMember() { method _parseIdent (line 10072) | _parseIdent(referenceTypes) { method _parseTermExpression (line 10101) | _parseTermExpression() { method _parseInterpolation (line 10105) | _parseInterpolation() { method _parseOperator (line 10122) | _parseOperator() { method _parseUnaryOperator (line 10130) | _parseUnaryOperator() { method _parseRuleSetDeclaration (line 10138) | _parseRuleSetDeclaration() { method _parseDeclaration (line 10144) | _parseDeclaration(stopTokens) { method _parseNestedProperties (line 10176) | _parseNestedProperties() { method _parseExtends (line 10180) | _parseExtends() { method _parseSimpleSelectorBody (line 10199) | _parseSimpleSelectorBody() { method _parseNestingSelector (line 10202) | _parseNestingSelector() { method _parseSelectorPlaceholder (line 10212) | _parseSelectorPlaceholder() { method _parseElementName (line 10239) | _parseElementName() { method _tryParsePseudoIdentifier (line 10248) | _tryParsePseudoIdentifier() { method _parseWarnAndDebug (line 10251) | _parseWarnAndDebug() { method _parseControlStatement (line 10260) | _parseControlStatement(parseStatement = this._parseRuleSetDeclaration.bi... method _parseIfStatement (line 10266) | _parseIfStatement(parseStatement) { method _internalParseIfStatement (line 10272) | _internalParseIfStatement(parseStatement) { method _parseForStatement (line 10290) | _parseForStatement(parseStatement) { method _parseEachStatement (line 10313) | _parseEachStatement(parseStatement) { method _parseWhileStatement (line 10337) | _parseWhileStatement(parseStatement) { method _parseFunctionBodyDeclaration (line 10348) | _parseFunctionBodyDeclaration() { method _parseFunctionDeclaration (line 10351) | _parseFunctionDeclaration() { method _parseReturnStatement (line 10378) | _parseReturnStatement() { method _parseMixinDeclaration (line 10389) | _parseMixinDeclaration() { method _parseParameterDeclaration (line 10415) | _parseParameterDeclaration() { method _parseMixinContent (line 10429) | _parseMixinContent() { method _parseMixinReference (line 10452) | _parseMixinReference() { method _parseMixinContentDeclaration (line 10493) | _parseMixinContentDeclaration() { method _parseMixinReferenceBodyStatement (line 10518) | _parseMixinReferenceBodyStatement() { method _parseFunctionArgument (line 10521) | _parseFunctionArgument() { method _parseURLArgument (line 10546) | _parseURLArgument() { method _parseOperation (line 10557) | _parseOperation() { method _parseListElement (line 10571) | _parseListElement() { method _parseUse (line 10587) | _parseUse() { method _parseModuleConfigDeclaration (line 10628) | _parseModuleConfigDeclaration() { method _parseForward (line 10643) | _parseForward() { method _parseForwardVisibility (line 10689) | _parseForwardVisibility() { method _parseSupportsCondition (line 10697) | _parseSupportsCondition() { method constructor (line 10705) | constructor(lsServiceOptions, cssDataManager) { method isImportPathParent (line 10710) | isImportPathParent(type) { method getCompletionForImportPath (line 10713) | getCompletionForImportPath(importPathNode, result) { method createReplaceFunction (line 10728) | createReplaceFunction() { method createFunctionProposals (line 10734) | createFunctionProposals(proposals, existingNode, sortToEnd, result) { method getCompletionsForSelector (line 10753) | getCompletionsForSelector(ruleSet, isNested, result) { method getTermProposals (line 10757) | getTermProposals(entry, existingNode, result) { method getColorProposals (line 10765) | getColorProposals(entry, existingNode, result) { method getCompletionsForDeclarationProperty (line 10769) | getCompletionsForDeclarationProperty(declaration, result) { method getCompletionsForExtendsReference (line 10774) | getCompletionsForExtendsReference(_extendsRef, existingNode, result) { method getCompletionForAtDirectives (line 10786) | getCompletionForAtDirectives(result) { method getCompletionForTopLevel (line 10790) | getCompletionForTopLevel(result) { method getCompletionForModuleLoaders (line 10796) | getCompletionForModuleLoaders(result) { function addReferencesToDocumentation (line 11027) | function addReferencesToDocumentation(items) { method scanNext (line 11050) | scanNext(offset) { method comment (line 11060) | comment() { method escapedJavaScript (line 11080) | escapedJavaScript() { method constructor (line 11095) | constructor() { method _parseStylesheetStatement (line 11098) | _parseStylesheetStatement(isNested = false) { method _parseImport (line 11104) | _parseImport() { method _parsePlugin (line 11131) | _parsePlugin() { method _parseMediaQuery (line 11145) | _parseMediaQuery() { method _parseMediaDeclaration (line 11156) | _parseMediaDeclaration(isNested = false) { method _parseMediaFeatureName (line 11159) | _parseMediaFeatureName() { method _parseVariableDeclaration (line 11162) | _parseVariableDeclaration(panic = []) { method _parseDetachedRuleSet (line 11187) | _parseDetachedRuleSet() { method _parseDetachedRuleSetBody (line 11219) | _parseDetachedRuleSetBody() { method _addLookupChildren (line 11222) | _addLookupChildren(node) { method _parseLookupValue (line 11238) | _parseLookupValue() { method _parseVariable (line 11251) | _parseVariable(declaration = false, insideLookup = false) { method _parseTermExpression (line 11276) | _parseTermExpression() { method _parseEscaped (line 11280) | _parseEscaped() { method _parseOperator (line 11297) | _parseOperator() { method _parseGuardOperator (line 11305) | _parseGuardOperator() { method _parseRuleSetDeclaration (line 11324) | _parseRuleSetDeclaration() { method _parseKeyframeIdent (line 11330) | _parseKeyframeIdent() { method _parseKeyframeSelector (line 11333) | _parseKeyframeSelector() { method _parseSelector (line 11339) | _parseSelector(isNested) { method _parseNestingSelector (line 11356) | _parseNestingSelector() { method _parseSelectorIdent (line 11366) | _parseSelectorIdent() { method _parsePropertyIdentifier (line 11374) | _parsePropertyIdentifier(inLookup = false) { method peekInterpolatedIdent (line 11408) | peekInterpolatedIdent() { method _acceptInterpolatedIdent (line 11411) | _acceptInterpolatedIdent(node, identRegex) { method _parseInterpolation (line 11435) | _parseInterpolation() { method _tryParseMixinDeclaration (line 11454) | _tryParseMixinDeclaration() { method _parseMixInBodyDeclaration (line 11482) | _parseMixInBodyDeclaration() { method _parseMixinDeclarationIdentifier (line 11485) | _parseMixinDeclarationIdentifier() { method _parsePseudo (line 11502) | _parsePseudo() { method _parseExtend (line 11515) | _parseExtend() { method _completeExtends (line 11528) | _completeExtends(node) { method _parseDetachedRuleSetMixin (line 11546) | _parseDetachedRuleSetMixin() { method _tryParseMixinReference (line 11561) | _tryParseMixinReference(atRoot = true) { method _parseMixinArgument (line 11612) | _parseMixinArgument() { method _parseMixinParameter (line 11629) | _parseMixinParameter() { method _parseGuard (line 11656) | _parseGuard() { method _parseGuardCondition (line 11672) | _parseGuardCondition() { method _parseFunction (line 11688) | _parseFunction() { method _parseFunctionIdentifier (line 11713) | _parseFunctionIdentifier() { method _parseURLArgument (line 11722) | _parseURLArgument() { method constructor (line 11737) | constructor(lsOptions, cssDataManager) { method createFunctionProposals (line 11740) | createFunctionProposals(proposals, existingNode, sortToEnd, result) { method getTermProposals (line 11757) | getTermProposals(entry, existingNode, result) { method getColorProposals (line 11765) | getColorProposals(entry, existingNode, result) { method getCompletionsForDeclarationProperty (line 11769) | getCompletionsForDeclarationProperty(declaration, result) { function getFoldingRanges (line 12107) | function getFoldingRanges(document, context) { function computeFoldingRanges (line 12111) | function computeFoldingRanges(document) { function popPrevStartDelimiterOfType (line 12230) | function popPrevStartDelimiterOfType(stack, type) { function limitFoldingRanges (line 12241) | function limitFoldingRanges(ranges, context) { function OutputLine (line 12275) | function OutputLine(parent) { function IndentStringCache (line 12397) | function IndentStringCache(options, baseIndentString) { function Output (line 12452) | function Output(options, baseIndentString) { function Options (line 12598) | function Options(options, merge_child_field) { function _mergeOpts (line 12689) | function _mergeOpts(allOptions, childFieldName) { function _normalizeOpts (line 12705) | function _normalizeOpts(options) { function InputScanner (line 12723) | function InputScanner(input_string) { function Directives (line 12858) | function Directives(start_block_pattern, end_block_pattern) { function css_beautify2 (line 12888) | function css_beautify2(source_text, options) { function Beautifier (line 12911) | function Beautifier(source_text, options) { function Options (line 13305) | function Options(options) { function __webpack_require__ (line 13327) | function __webpack_require__(moduleId) { function format2 (line 13350) | function format2(document, range, options) { function trimLeft (line 13422) | function trimLeft(str) { function isInRule (line 13427) | function isInRule(str, offset) { function getFormatOption (line 13439) | function getFormatOption(options, key, dflt) { function computeIndentLevel (line 13448) | function computeIndentLevel(content, offset, options) { function isEOL (line 13465) | function isEOL(text, offset) { function isWhitespace (line 13468) | function isWhitespace(text, offset) { method constructor (line 39557) | constructor(data) { method provideProperties (line 39564) | provideProperties() { method provideAtDirectives (line 39567) | provideAtDirectives() { method providePseudoClasses (line 39570) | providePseudoClasses() { method providePseudoElements (line 39573) | providePseudoElements() { method addData (line 39576) | addData(data) { function isPropertyData (line 39607) | function isPropertyData(d) { function isAtDirective (line 39610) | function isAtDirective(d) { function isPseudoClassData (line 39613) | function isPseudoClassData(d) { function isPseudoElementData (line 39616) | function isPseudoElementData(d) { method constructor (line 39622) | constructor(options) { method setDataProviders (line 39634) | setDataProviders(builtIn, providers) { method collectData (line 39645) | collectData() { method getProperty (line 39677) | getProperty(name) { method getAtDirective (line 39680) | getAtDirective(name) { method getPseudoClass (line 39683) | getPseudoClass(name) { method getPseudoElement (line 39686) | getPseudoElement(name) { method getProperties (line 39689) | getProperties() { method getAtDirectives (line 39692) | getAtDirectives() { method getPseudoClasses (line 39695) | getPseudoClasses() { method getPseudoElements (line 39698) | getPseudoElements() { method isKnownProperty (line 39701) | isKnownProperty(name) { method isStandardProperty (line 39704) | isStandardProperty(name) { function getSelectionRanges (line 39710) | function getSelectionRanges(document, positions, stylesheet) { method constructor (line 39749) | constructor(fileSystemProvider) { method isRawStringDocumentLinkNode (line 39752) | isRawStringDocumentLinkNode(node) { method mapReference (line 39755) | async mapReference(target, isRawLink) { method resolveReference (line 39766) | async resolveReference(target, documentUri, documentContext, isRawLink =... function toPathVariations (line 39773) | function toPathVariations(target) { function newCSSDataProvider (line 39796) | function newCSSDataProvider(data) { function createFacade (line 39799) | function createFacade(parser, completion, hover, navigation, codeActions... function getCSSLanguageService (line 39833) | function getCSSLanguageService(options = defaultLanguageServiceOptions) { function getSCSSLanguageService (line 39837) | function getSCSSLanguageService(options = defaultLanguageServiceOptions) { function getLESSLanguageService (line 39841) | function getLESSLanguageService(options = defaultLanguageServiceOptions) { method constructor (line 39848) | constructor(ctx, createData) { method doValidation (line 39880) | async doValidation(uri) { method doComplete (line 39889) | async doComplete(uri, position) { method doHover (line 39898) | async doHover(uri, position) { method findDefinition (line 39907) | async findDefinition(uri, position) { method findReferences (line 39916) | async findReferences(uri, position) { method findDocumentHighlights (line 39925) | async findDocumentHighlights(uri, position) { method findDocumentSymbols (line 39934) | async findDocumentSymbols(uri) { method doCodeActions (line 39943) | async doCodeActions(uri, range, context) { method findDocumentColors (line 39952) | async findDocumentColors(uri) { method getColorPresentations (line 39961) | async getColorPresentations(uri, color, range) { method getFoldingRanges (line 39975) | async getFoldingRanges(uri, context) { method getSelectionRanges (line 39983) | async getSelectionRanges(uri, positions) { method doRename (line 39992) | async doRename(uri, position, newName) { method format (line 40001) | async format(uri, range, options) { method _getTextDocument (line 40010) | _getTextDocument(uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/css/cssMode.js method constructor (line 30) | constructor(defaults) { method _stopWorker (line 38) | _stopWorker() { method dispose (line 45) | dispose() { method _checkIfIdle (line 50) | _checkIfIdle() { method _getClient (line 59) | _getClient() { method getLanguageServiceWorker (line 76) | getLanguageServiceWorker(...resources) { function is (line 91) | function is(value) { function is (line 98) | function is(value) { function is (line 107) | function is(value) { function is (line 116) | function is(value) { function create (line 123) | function create(line, character) { function is (line 133) | function is(value) { function create (line 141) | function create(one, two, three, four) { function is (line 151) | function is(value) { function create (line 159) | function create(uri, range) { function is (line 163) | function is(value) { function create (line 171) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 175) | function is(value) { function create (line 183) | function create(red, green, blue, alpha) { function is (line 192) | function is(value) { function create (line 200) | function create(range, color) { function is (line 207) | function is(value) { function create (line 215) | function create(label, textEdit, additionalTextEdits) { function is (line 223) | function is(value) { function create (line 237) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 257) | function is(value) { function create (line 265) | function create(location, message) { function is (line 272) | function is(value) { function is (line 292) | function is(value) { function create (line 300) | function create(range, message, severity, code, source, relatedInformati... function is (line 317) | function is(value) { function create (line 326) | function create(title, command, ...args) { function is (line 334) | function is(value) { function replace (line 342) | function replace(range, newText) { function insert (line 346) | function insert(position, newText) { function del (line 350) | function del(range) { function is (line 354) | function is(value) { function create (line 362) | function create(label, needsConfirmation, description) { function is (line 373) | function is(value) { function is (line 381) | function is(value) { function replace (line 389) | function replace(range, newText, annotation) { function insert (line 393) | function insert(position, newText, annotation) { function del (line 397) | function del(range, annotation) { function is (line 401) | function is(value) { function create (line 409) | function create(textDocument, edits) { function is (line 413) | function is(value) { function create (line 421) | function create(uri, options, annotation) { function is (line 435) | function is(value) { function create (line 443) | function create(oldUri, newUri, options, annotation) { function is (line 458) | function is(value) { function create (line 466) | function create(uri, options, annotation) { function is (line 480) | function is(value) { function is (line 488) | function is(value) { function create (line 502) | function create(uri) { function is (line 506) | function is(value) { function create (line 514) | function create(uri, version) { function is (line 518) | function is(value) { function create (line 526) | function create(uri, version) { function is (line 530) | function is(value) { function create (line 538) | function create(uri, languageId, version, text) { function is (line 542) | function is(value) { function is (line 552) | function is(value) { function is (line 560) | function is(value) { function create (line 605) | function create(newText, insert, replace) { function is (line 609) | function is(value) { function is (line 622) | function is(value) { function create (line 630) | function create(label) { function create (line 637) | function create(items, isIncomplete) { function fromPlainText (line 644) | function fromPlainText(plainText) { function is (line 648) | function is(value) { function is (line 656) | function is(value) { function create (line 664) | function create(label, documentation) { function create (line 671) | function create(label, documentation, ...parameters) { function create (line 693) | function create(range, kind) { function create (line 737) | function create(name, kind, range, uri, containerName) { function create (line 752) | function create(name, kind, uri, range) { function create (line 759) | function create(name, detail, kind, range, selectionRange, children) { function is (line 773) | function is(value) { function create (line 798) | function create(diagnostics, only, triggerKind) { function is (line 809) | function is(value) { function create (line 817) | function create(title, kindOrCommandOrEdit, kind) { function is (line 834) | function is(value) { function create (line 842) | function create(range, data) { function is (line 850) | function is(value) { function create (line 858) | function create(tabSize, insertSpaces) { function is (line 862) | function is(value) { function create (line 870) | function create(range, target, data) { function is (line 874) | function is(value) { function create (line 882) | function create(range, parent) { function is (line 886) | function is(value) { function is (line 933) | function is(value) { function create (line 941) | function create(range, text) { function is (line 945) | function is(value) { function create (line 953) | function create(range, variableName, caseSensitiveLookup) { function is (line 957) | function is(value) { function create (line 965) | function create(range, expression) { function is (line 969) | function is(value) { function create (line 977) | function create(frameId, stoppedLocation) { function is (line 981) | function is(value) { function is (line 991) | function is(value) { function create (line 998) | function create(value) { function is (line 1002) | function is(value) { function create (line 1010) | function create(position, label, kind) { function is (line 1018) | function is(value) { function createSnippet (line 1026) | function createSnippet(value) { function create (line 1033) | function create(insertText, filterText, range, command) { function create (line 1040) | function create(items) { function create (line 1052) | function create(range, text) { function create (line 1059) | function create(triggerKind, selectedCompletionInfo) { function is (line 1066) | function is(value) { function create (line 1074) | function create(uri, languageId, version, content) { function is (line 1078) | function is(value) { function applyEdits (line 1083) | function applyEdits(document, edits) { function mergeSort (line 1107) | function mergeSort(data, compare) { method constructor (line 1137) | constructor(uri, languageId, version, content) { method uri (line 1144) | get uri() { method languageId (line 1147) | get languageId() { method version (line 1150) | get version() { method getText (line 1153) | getText(range) { method update (line 1161) | update(event, version) { method getLineOffsets (line 1166) | getLineOffsets() { method positionAt (line 1189) | positionAt(offset) { method offsetAt (line 1207) | offsetAt(position) { method lineCount (line 1218) | get lineCount() { function defined (line 1225) | function defined(value) { function undefined2 (line 1229) | function undefined2(value) { function boolean (line 1233) | function boolean(value) { function string (line 1237) | function string(value) { function number (line 1241) | function number(value) { function numberRange (line 1245) | function numberRange(value, min, max) { function integer2 (line 1249) | function integer2(value) { function uinteger2 (line 1253) | function uinteger2(value) { function func (line 1257) | function func(value) { function objectLiteral (line 1261) | function objectLiteral(value) { function typedArray (line 1265) | function typedArray(value, check) { method constructor (line 1273) | constructor(_languageId, _worker, configChangeEvent) { method dispose (line 1327) | dispose() { method _doValidate (line 1331) | _doValidate(resource, languageId) { function toSeverity (line 1345) | function toSeverity(lsSeverity) { function toDiagnostics (line 1359) | function toDiagnostics(resource, diag) { method constructor (line 1373) | constructor(_worker, _triggerCharacters) { method triggerCharacters (line 1377) | get triggerCharacters() { method provideCompletionItems (line 1380) | provideCompletionItems(model, position, context, token) { function fromPosition (line 1433) | function fromPosition(position) { function fromRange (line 1439) | function fromRange(range) { function toRange (line 1451) | function toRange(range) { function isInsertReplaceEdit (line 1462) | function isInsertReplaceEdit(edit) { function toCompletionItemKind (line 1465) | function toCompletionItemKind(kind) { function toTextEdit (line 1507) | function toTextEdit(textEdit) { function toCommand (line 1516) | function toCommand(c) { method constructor (line 1520) | constructor(_worker) { method provideHover (line 1523) | provideHover(model, position, token) { function isMarkupContent (line 1538) | function isMarkupContent(thing) { function toMarkdownString (line 1541) | function toMarkdownString(entry) { function toMarkedStringArray (line 1559) | function toMarkedStringArray(contents) { method constructor (line 1569) | constructor(_worker) { method provideDocumentHighlights (line 1572) | provideDocumentHighlights(model, position, token) { function toDocumentHighlightKind (line 1587) | function toDocumentHighlightKind(kind) { method constructor (line 1599) | constructor(_worker) { method provideDefinition (line 1602) | provideDefinition(model, position, token) { function toLocation (line 1614) | function toLocation(location) { method constructor (line 1621) | constructor(_worker) { method provideReferences (line 1624) | provideReferences(model, position, context, token) { method constructor (line 1637) | constructor(_worker) { method provideRenameEdits (line 1640) | provideRenameEdits(model, position, newName, token) { function toWorkspaceEdit (line 1649) | function toWorkspaceEdit(edit) { method constructor (line 1672) | constructor(_worker) { method provideDocumentSymbols (line 1675) | provideDocumentSymbols(model, token) { function isDocumentSymbol (line 1698) | function isDocumentSymbol(symbol) { function toDocumentSymbol (line 1701) | function toDocumentSymbol(symbol) { function toSymbolKind (line 1712) | function toSymbolKind(kind) { method constructor (line 1755) | constructor(_worker) { method provideLinks (line 1758) | provideLinks(model, token) { method constructor (line 1774) | constructor(_worker) { method provideDocumentFormattingEdits (line 1777) | provideDocumentFormattingEdits(model, options, token) { method constructor (line 1790) | constructor(_worker) { method provideDocumentRangeFormattingEdits (line 1794) | provideDocumentRangeFormattingEdits(model, range, options, token) { function fromFormattingOptions (line 1806) | function fromFormattingOptions(options) { method constructor (line 1813) | constructor(_worker) { method provideDocumentColors (line 1816) | provideDocumentColors(model, token) { method provideColorPresentations (line 1828) | provideColorPresentations(model, info, token) { method constructor (line 1852) | constructor(_worker) { method provideFoldingRanges (line 1855) | provideFoldingRanges(model, context, token) { function toFoldingRangeKind (line 1874) | function toFoldingRangeKind(kind) { method constructor (line 1886) | constructor(_worker) { method provideSelectionRanges (line 1889) | provideSelectionRanges(model, positions, token) { function setupMode (line 1913) | function setupMode(defaults) { function asDisposable (line 2024) | function asDisposable(disposables) { function disposeAll (line 2027) | function disposeAll(disposables) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/css/monaco.contribution.js method constructor (line 30) | constructor(languageId, options, modeConfiguration) { method onDidChange (line 36) | get onDidChange() { method languageId (line 39) | get languageId() { method modeConfiguration (line 42) | get modeConfiguration() { method diagnosticsOptions (line 45) | get diagnosticsOptions() { method options (line 48) | get options() { method setOptions (line 51) | setOptions(options) { method setDiagnosticsOptions (line 55) | setDiagnosticsOptions(options) { method setModeConfiguration (line 58) | setModeConfiguration(modeConfiguration) { function getMode (line 126) | function getMode() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/html/html.worker.js function t (line 14) | function t(...args) { function format (line 55) | function format(template, values) { function is (line 65) | function is(value) { function is (line 72) | function is(value) { function is (line 81) | function is(value) { function is (line 90) | function is(value) { function create (line 97) | function create(line, character) { function is (line 107) | function is(value) { function create (line 115) | function create(one, two, three, four) { function is (line 125) | function is(value) { function create (line 133) | function create(uri, range) { function is (line 137) | function is(value) { function create (line 145) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 149) | function is(value) { function create (line 157) | function create(red, green, blue, alpha) { function is (line 166) | function is(value) { function create (line 174) | function create(range, color) { function is (line 181) | function is(value) { function create (line 189) | function create(label, textEdit, additionalTextEdits) { function is (line 197) | function is(value) { function create (line 211) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 231) | function is(value) { function create (line 239) | function create(location, message) { function is (line 246) | function is(value) { function is (line 266) | function is(value) { function create (line 274) | function create(range, message, severity, code, source, relatedInformati... function is (line 291) | function is(value) { function create (line 300) | function create(title, command, ...args) { function is (line 308) | function is(value) { function replace (line 316) | function replace(range, newText) { function insert (line 320) | function insert(position, newText) { function del (line 324) | function del(range) { function is (line 328) | function is(value) { function create (line 336) | function create(label, needsConfirmation, description) { function is (line 347) | function is(value) { function is (line 355) | function is(value) { function replace (line 363) | function replace(range, newText, annotation) { function insert (line 367) | function insert(position, newText, annotation) { function del (line 371) | function del(range, annotation) { function is (line 375) | function is(value) { function create (line 383) | function create(textDocument, edits) { function is (line 387) | function is(value) { function create (line 395) | function create(uri, options, annotation) { function is (line 409) | function is(value) { function create (line 417) | function create(oldUri, newUri, options, annotation) { function is (line 432) | function is(value) { function create (line 440) | function create(uri, options, annotation) { function is (line 454) | function is(value) { function is (line 462) | function is(value) { function create (line 476) | function create(uri) { function is (line 480) | function is(value) { function create (line 488) | function create(uri, version) { function is (line 492) | function is(value) { function create (line 500) | function create(uri, version) { function is (line 504) | function is(value) { function create (line 512) | function create(uri, languageId, version, text) { function is (line 516) | function is(value) { function is (line 526) | function is(value) { function is (line 534) | function is(value) { function create (line 579) | function create(newText, insert, replace) { function is (line 583) | function is(value) { function is (line 596) | function is(value) { function create (line 604) | function create(label) { function create (line 611) | function create(items, isIncomplete) { function fromPlainText (line 618) | function fromPlainText(plainText) { function is (line 622) | function is(value) { function is (line 630) | function is(value) { function create (line 638) | function create(label, documentation) { function create (line 645) | function create(label, documentation, ...parameters) { function create (line 667) | function create(range, kind) { function create (line 711) | function create(name, kind, range, uri, containerName) { function create (line 726) | function create(name, kind, uri, range) { function create (line 733) | function create(name, detail, kind, range, selectionRange, children) { function is (line 747) | function is(value) { function create (line 772) | function create(diagnostics, only, triggerKind) { function is (line 783) | function is(value) { function create (line 791) | function create(title, kindOrCommandOrEdit, kind) { function is (line 808) | function is(value) { function create (line 816) | function create(range, data) { function is (line 824) | function is(value) { function create (line 832) | function create(tabSize, insertSpaces) { function is (line 836) | function is(value) { function create (line 844) | function create(range, target, data) { function is (line 848) | function is(value) { function create (line 856) | function create(range, parent) { function is (line 860) | function is(value) { function is (line 907) | function is(value) { function create (line 915) | function create(range, text) { function is (line 919) | function is(value) { function create (line 927) | function create(range, variableName, caseSensitiveLookup) { function is (line 931) | function is(value) { function create (line 939) | function create(range, expression) { function is (line 943) | function is(value) { function create (line 951) | function create(frameId, stoppedLocation) { function is (line 955) | function is(value) { function is (line 965) | function is(value) { function create (line 972) | function create(value) { function is (line 976) | function is(value) { function create (line 984) | function create(position, label, kind) { function is (line 992) | function is(value) { function createSnippet (line 1000) | function createSnippet(value) { function create (line 1007) | function create(insertText, filterText, range, command) { function create (line 1014) | function create(items) { function create (line 1026) | function create(range, text) { function create (line 1033) | function create(triggerKind, selectedCompletionInfo) { function is (line 1040) | function is(value) { function create (line 1048) | function create(uri, languageId, version, content) { function is (line 1052) | function is(value) { function applyEdits (line 1057) | function applyEdits(document, edits) { function mergeSort2 (line 1081) | function mergeSort2(data, compare) { method constructor (line 1111) | constructor(uri, languageId, version, content) { method uri (line 1118) | get uri() { method languageId (line 1121) | get languageId() { method version (line 1124) | get version() { method getText (line 1127) | getText(range) { method update (line 1135) | update(event, version) { method getLineOffsets (line 1140) | getLineOffsets() { method positionAt (line 1163) | positionAt(offset) { method offsetAt (line 1181) | offsetAt(position) { method lineCount (line 1192) | get lineCount() { function defined (line 1199) | function defined(value) { function undefined2 (line 1203) | function undefined2(value) { function boolean (line 1207) | function boolean(value) { function string (line 1211) | function string(value) { function number (line 1215) | function number(value) { function numberRange (line 1219) | function numberRange(value, min, max) { function integer2 (line 1223) | function integer2(value) { function uinteger2 (line 1227) | function uinteger2(value) { function func (line 1231) | function func(value) { function objectLiteral (line 1235) | function objectLiteral(value) { function typedArray (line 1239) | function typedArray(value, check) { method constructor (line 1247) | constructor(uri, languageId, version, content) { method uri (line 1254) | get uri() { method languageId (line 1257) | get languageId() { method version (line 1260) | get version() { method getText (line 1263) | getText(range) { method update (line 1271) | update(changes, version) { method getLineOffsets (line 1308) | getLineOffsets() { method positionAt (line 1314) | positionAt(offset) { method offsetAt (line 1332) | offsetAt(position) { method lineCount (line 1343) | get lineCount() { method isIncremental (line 1346) | static isIncremental(event) { method isFull (line 1350) | static isFull(event) { function create (line 1357) | function create(uri, languageId, version, content) { function update (line 1361) | function update(document, changes, version) { function applyEdits (line 1370) | function applyEdits(document, edits) { function mergeSort (line 1398) | function mergeSort(data, compare) { function computeLineOffsets (line 1426) | function computeLineOffsets(text, isAtLineStart, textOffset = 0) { function getWellformedRange (line 1439) | function getWellformedRange(range) { function getWellformedEdit (line 1447) | function getWellformedEdit(textEdit) { method constructor (line 1520) | constructor(source, position) { method eos (line 1525) | eos() { method getSource (line 1528) | getSource() { method pos (line 1531) | pos() { method goBackTo (line 1534) | goBackTo(pos) { method goBack (line 1537) | goBack(n) { method advance (line 1540) | advance(n) { method goToEnd (line 1543) | goToEnd() { method nextChar (line 1546) | nextChar() { method peekChar (line 1549) | peekChar(n = 0) { method advanceIfChar (line 1552) | advanceIfChar(ch) { method advanceIfChars (line 1559) | advanceIfChars(ch) { method advanceIfRegExp (line 1572) | advanceIfRegExp(regex) { method advanceUntilRegExp (line 1581) | advanceUntilRegExp(regex) { method advanceUntilChar (line 1592) | advanceUntilChar(ch) { method advanceUntilChars (line 1601) | advanceUntilChars(ch) { method skipWhitespace (line 1614) | skipWhitespace() { method advanceWhileChar (line 1620) | advanceWhileChar(condition) { function createScanner (line 1646) | function createScanner(input, initialOffset = 0, initialState = ScannerS... function findFirst (line 1907) | function findFirst(array, p) { function binarySearch (line 1922) | function binarySearch(array, key, comparator) { method attributeNames (line 1940) | get attributeNames() { method constructor (line 1943) | constructor(start, end, children, parent) { method isSameTag (line 1950) | isSameTag(tagInLowerCase) { method firstChild (line 1957) | get firstChild() { method lastChild (line 1960) | get lastChild() { method findNodeBefore (line 1963) | findNodeBefore(offset) { method findNodeAt (line 1980) | findNodeAt(offset) { method constructor (line 1992) | constructor(dataManager) { method parseDocument (line 1995) | parseDocument(document) { method parse (line 1998) | parse(text, voidElements) { function startsWith (line 4332) | function startsWith(haystack, needle) { function endsWith (line 4343) | function endsWith(haystack, needle) { function repeat (line 4353) | function repeat(value, count) { function isLetterOrDigit (line 4370) | function isLetterOrDigit(text, index) { function isDefined (line 4376) | function isDefined(obj) { function normalizeMarkupContent (line 4381) | function normalizeMarkupContent(input) { method isApplicable (line 4399) | isApplicable() { method constructor (line 4407) | constructor(id, customData) { method getId (line 4423) | getId() { method provideTags (line 4426) | provideTags() { method provideAttributes (line 4429) | provideAttributes(tag) { method provideValues (line 4441) | provideValues(tag, attribute) { function generateDocumentation (line 4470) | function generateDocumentation(item, settings = {}, doesSupportMarkdown) { method constructor (line 4505) | constructor(dataManager, readDirectory) { method onHtmlAttributeValue (line 4510) | onHtmlAttributeValue(context) { method computeCompletions (line 4515) | async computeCompletions(document, documentContext) { method providePathSuggestions (line 4533) | async providePathSuggestions(valueBeforeCursor, replaceRange, document, ... function stripQuotes (line 4553) | function stripQuotes(fullValue) { function isCompletablePath (line 4560) | function isCompletablePath(value) { function pathToReplaceRange (line 4566) | function pathToReplaceRange(valueBeforeCursor, fullValue, range) { function createCompletionItem (line 4585) | function createCompletionItem(p, isDir, replaceRange) { function shiftPosition (line 4605) | function shiftPosition(pos, offset) { function shiftRange (line 4608) | function shiftRange(range, startOffset, endOffset) { method constructor (line 4616) | constructor(lsOptions, dataManager) { method setCompletionParticipants (line 4621) | setCompletionParticipants(registeredCompletionParticipants) { method doComplete2 (line 4624) | async doComplete2(document, position, htmlDocument, documentContext, set... method doComplete (line 4642) | doComplete(document, position, htmlDocument, settings) { method _doComplete (line 4646) | _doComplete(document, position, htmlDocument, settings) { method doQuoteComplete (line 5039) | doQuoteComplete(document, position, htmlDocument, settings) { method doTagComplete (line 5074) | doTagComplete(document, position, htmlDocument) { method convertCompletionList (line 5115) | convertCompletionList(list) { method doesSupportMarkdown (line 5128) | doesSupportMarkdown() { function isQuote (line 5140) | function isQuote(s) { function isWhiteSpace (line 5143) | function isWhiteSpace(s) { function isFollowedBy (line 5146) | function isFollowedBy(s, offset, intialState, expectedToken) { function getWordStart (line 5154) | function getWordStart(s, offset, limit) { function getWordEnd (line 5160) | function getWordEnd(s, offset, limit) { method constructor (line 5169) | constructor(lsOptions, dataManager) { method doHover (line 5173) | doHover(document, position, htmlDocument, options) { method convertContents (line 5369) | convertContents(contents) { method doesSupportMarkdown (line 5388) | doesSupportMarkdown() { function trimQuotes (line 5400) | function trimQuotes(s) { function js_beautify (line 5414) | function js_beautify(js_source_text, options) { function OutputLine (line 5428) | function OutputLine(parent) { function IndentStringCache (line 5550) | function IndentStringCache(options, baseIndentString) { function Output (line 5605) | function Output(options, baseIndentString) { function Options (line 5751) | function Options(options, merge_child_field) { function _mergeOpts (line 5842) | function _mergeOpts(allOptions, childFieldName) { function _normalizeOpts (line 5858) | function _normalizeOpts(options) { function InputScanner (line 5876) | function InputScanner(input_string) { function Directives (line 6011) | function Directives(start_block_pattern, end_block_pattern) { function css_beautify2 (line 6041) | function css_beautify2(source_text, options) { function Beautifier (line 6064) | function Beautifier(source_text, options) { function Options (line 6458) | function Options(options) { function __webpack_require__ (line 6480) | function __webpack_require__(moduleId) { function OutputLine (line 6512) | function OutputLine(parent) { function IndentStringCache (line 6634) | function IndentStringCache(options, baseIndentString) { function Output (line 6689) | function Output(options, baseIndentString) { function Token (line 6832) | function Token(type, text, newlines, whitespace_before) { function Options (line 6852) | function Options(options, merge_child_field) { function _mergeOpts (line 6943) | function _mergeOpts(allOptions, childFieldName) { function _normalizeOpts (line 6959) | function _normalizeOpts(options) { function InputScanner (line 6977) | function InputScanner(input_string) { function TokenStream (line 7201) | function TokenStream(parent_token) { function WhitespacePattern (line 7246) | function WhitespacePattern(input_scanner, parent) { function Pattern (line 7312) | function Pattern(input_scanner, parent) { function Directives (line 7371) | function Directives(start_block_pattern, end_block_pattern) { function TemplatablePattern (line 7408) | function TemplatablePattern(input_scanner, parent) { function style_html (line 7552) | function style_html(html_source, options, js_beautify2, css_beautify2) { function in_array (line 7678) | function in_array(what, arr) { function TagFrame (line 7681) | function TagFrame(parent, parser_token, indent_level) { function TagStack (line 7687) | function TagStack(printer) { function Beautifier (line 7730) | function Beautifier(source_text, options, js_beautify2, css_beautify2) { function Options (line 8200) | function Options(options) { function __webpack_require__ (line 8602) | function __webpack_require__(moduleId) { function html_beautify (line 8622) | function html_beautify(html_source, options) { function format2 (line 8627) | function format2(document, range, options) { function trimLeft (line 8704) | function trimLeft(str) { function getFormatOption (line 8707) | function getFormatOption(options, key, dflt) { function getTagsFormatOption (line 8716) | function getTagsFormatOption(options, key, dflt) { function getTemplatingFormatOption (line 8726) | function getTemplatingFormatOption(options, dflt) { function computeIndentLevel (line 8736) | function computeIndentLevel(content, offset, options) { function isEOL (line 8753) | function isEOL(text, offset) { function isWhitespace (line 8756) | function isWhitespace(text, offset) { function e2 (line 8765) | function e2(t4) { function r2 (line 8769) | function r2(t4, e3) { function r (line 8934) | function r(n2) { function s (line 8957) | function s(t4, r2) { class f (line 8971) | class f { method isUri (line 8972) | static isUri(t4) { method constructor (line 8980) | constructor(t4, e3, r2, n2, i2, o2 = false) { method fsPath (line 8993) | get fsPath() { method with (line 8996) | with(t4) { method parse (line 9002) | static parse(t4, e3 = false) { method file (line 9006) | static file(e3) { method from (line 9014) | static from(t4) { method toString (line 9018) | toString(t4 = false) { method toJSON (line 9021) | toJSON() { method revive (line 9024) | static revive(t4) { class l (line 9037) | class l extends f { method fsPath (line 9040) | get fsPath() { method toString (line 9043) | toString(t4 = false) { method toJSON (line 9046) | toJSON() { function d (line 9052) | function d(t4, e3, r2) { function p (line 9066) | function p(t4) { function m (line 9074) | function m(e3, r2) { function y (line 9078) | function y(t4, e3) { function v (line 9101) | function v(t4) { function C (line 9109) | function C(t4) { function normalizeRef (line 9139) | function normalizeRef(url) { function validateRef (line 9147) | function validateRef(url, languageId) { function getWorkspaceUrl (line 9156) | function getWorkspaceUrl(documentUri, tokenContent, documentContext, bas... function createLink (line 9181) | function createLink(document, documentContext, attributeValue, startOffs... function validateAndCleanURI (line 9201) | function validateAndCleanURI(uriStr, document) { method constructor (line 9223) | constructor(dataManager) { method findDocumentLinks (line 9226) | findDocumentLinks(document, documentContext) { function findDocumentHighlights (line 9289) | function findDocumentHighlights(document, position, htmlDocument) { function isBeforeOrEqual (line 9308) | function isBeforeOrEqual(pos1, pos2) { function covers (line 9311) | function covers(range, position) { function getTagNameRange (line 9314) | function getTagNameRange(tokenType, document, startOffset) { function findDocumentSymbols (line 9327) | function findDocumentSymbols(document, htmlDocument) { function findDocumentSymbols2 (line 9345) | function findDocumentSymbols2(document, htmlDocument) { function provideFileSymbolsInternal (line 9352) | function provideFileSymbolsInternal(document, node, symbols) { function nodeToName (line 9362) | function nodeToName(node) { function doRename (line 9378) | function doRename(document, position, newName, htmlDocument) { function isWithinTagRange (line 9413) | function isWithinTagRange(node, offset, nodeTag) { function findMatchingTagPosition (line 9423) | function findMatchingTagPosition(document, position, htmlDocument) { function findLinkedEditingRanges (line 9444) | function findLinkedEditingRanges(document, position, htmlDocument) { method constructor (line 9466) | constructor(dataManager) { method limitRanges (line 9469) | limitRanges(ranges, rangeLimit) { method getFoldingRanges (line 9534) | getFoldingRanges(document, context) { method constructor (line 9624) | constructor(htmlParser) { method getSelectionRanges (line 9627) | getSelectionRanges(document, positions) { method getSelectionRange (line 9631) | getSelectionRange(position, document, htmlDocument) { method getApplicableRanges (line 9647) | getApplicableRanges(document, position, htmlDoc) { method getAllParentTagRanges (line 9685) | getAllParentTagRanges(initialNode) { method getNodeRanges (line 9694) | getNodeRanges(n) { method getAttributeLevelRanges (line 9705) | getAttributeLevelRanges(document, currNode, currOffset) { method constructor (line 15975) | constructor(options) { method setDataProviders (line 15979) | setDataProviders(builtIn, providers) { method getDataProviders (line 15986) | getDataProviders() { method isVoidElement (line 15989) | isVoidElement(e, voidElements) { method getVoidElements (line 15992) | getVoidElements(languageOrProviders) { method isPathAttribute (line 16000) | isPathAttribute(tag, attr) { function getLanguageService (line 16044) | function getLanguageService(options = defaultLanguageServiceOptions) { function newHTMLDataProvider (line 16075) | function newHTMLDataProvider(id, customData) { method constructor (line 16081) | constructor(ctx, createData) { method doComplete (line 16098) | async doComplete(uri, position) { method format (line 16113) | async format(uri, range, options) { method doHover (line 16122) | async doHover(uri, position) { method findDocumentHighlights (line 16131) | async findDocumentHighlights(uri, position) { method findDocumentLinks (line 16140) | async findDocumentLinks(uri) { method findDocumentSymbols (line 16152) | async findDocumentSymbols(uri) { method getFoldingRanges (line 16161) | async getFoldingRanges(uri, context) { method getSelectionRanges (line 16169) | async getSelectionRanges(uri, positions) { method doRename (line 16177) | async doRename(uri, position, newName) { method _getTextDocument (line 16186) | _getTextDocument(uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/html/htmlMode.js method constructor (line 30) | constructor(defaults) { method _stopWorker (line 38) | _stopWorker() { method dispose (line 45) | dispose() { method _checkIfIdle (line 50) | _checkIfIdle() { method _getClient (line 59) | _getClient() { method getLanguageServiceWorker (line 76) | getLanguageServiceWorker(...resources) { function is (line 91) | function is(value) { function is (line 98) | function is(value) { function is (line 107) | function is(value) { function is (line 116) | function is(value) { function create (line 123) | function create(line, character) { function is (line 133) | function is(value) { function create (line 141) | function create(one, two, three, four) { function is (line 151) | function is(value) { function create (line 159) | function create(uri, range) { function is (line 163) | function is(value) { function create (line 171) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 175) | function is(value) { function create (line 183) | function create(red, green, blue, alpha) { function is (line 192) | function is(value) { function create (line 200) | function create(range, color) { function is (line 207) | function is(value) { function create (line 215) | function create(label, textEdit, additionalTextEdits) { function is (line 223) | function is(value) { function create (line 237) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 257) | function is(value) { function create (line 265) | function create(location, message) { function is (line 272) | function is(value) { function is (line 292) | function is(value) { function create (line 300) | function create(range, message, severity, code, source, relatedInformati... function is (line 317) | function is(value) { function create (line 326) | function create(title, command, ...args) { function is (line 334) | function is(value) { function replace (line 342) | function replace(range, newText) { function insert (line 346) | function insert(position, newText) { function del (line 350) | function del(range) { function is (line 354) | function is(value) { function create (line 362) | function create(label, needsConfirmation, description) { function is (line 373) | function is(value) { function is (line 381) | function is(value) { function replace (line 389) | function replace(range, newText, annotation) { function insert (line 393) | function insert(position, newText, annotation) { function del (line 397) | function del(range, annotation) { function is (line 401) | function is(value) { function create (line 409) | function create(textDocument, edits) { function is (line 413) | function is(value) { function create (line 421) | function create(uri, options, annotation) { function is (line 435) | function is(value) { function create (line 443) | function create(oldUri, newUri, options, annotation) { function is (line 458) | function is(value) { function create (line 466) | function create(uri, options, annotation) { function is (line 480) | function is(value) { function is (line 488) | function is(value) { function create (line 502) | function create(uri) { function is (line 506) | function is(value) { function create (line 514) | function create(uri, version) { function is (line 518) | function is(value) { function create (line 526) | function create(uri, version) { function is (line 530) | function is(value) { function create (line 538) | function create(uri, languageId, version, text) { function is (line 542) | function is(value) { function is (line 552) | function is(value) { function is (line 560) | function is(value) { function create (line 605) | function create(newText, insert, replace) { function is (line 609) | function is(value) { function is (line 622) | function is(value) { function create (line 630) | function create(label) { function create (line 637) | function create(items, isIncomplete) { function fromPlainText (line 644) | function fromPlainText(plainText) { function is (line 648) | function is(value) { function is (line 656) | function is(value) { function create (line 664) | function create(label, documentation) { function create (line 671) | function create(label, documentation, ...parameters) { function create (line 693) | function create(range, kind) { function create (line 737) | function create(name, kind, range, uri, containerName) { function create (line 752) | function create(name, kind, uri, range) { function create (line 759) | function create(name, detail, kind, range, selectionRange, children) { function is (line 773) | function is(value) { function create (line 798) | function create(diagnostics, only, triggerKind) { function is (line 809) | function is(value) { function create (line 817) | function create(title, kindOrCommandOrEdit, kind) { function is (line 834) | function is(value) { function create (line 842) | function create(range, data) { function is (line 850) | function is(value) { function create (line 858) | function create(tabSize, insertSpaces) { function is (line 862) | function is(value) { function create (line 870) | function create(range, target, data) { function is (line 874) | function is(value) { function create (line 882) | function create(range, parent) { function is (line 886) | function is(value) { function is (line 933) | function is(value) { function create (line 941) | function create(range, text) { function is (line 945) | function is(value) { function create (line 953) | function create(range, variableName, caseSensitiveLookup) { function is (line 957) | function is(value) { function create (line 965) | function create(range, expression) { function is (line 969) | function is(value) { function create (line 977) | function create(frameId, stoppedLocation) { function is (line 981) | function is(value) { function is (line 991) | function is(value) { function create (line 998) | function create(value) { function is (line 1002) | function is(value) { function create (line 1010) | function create(position, label, kind) { function is (line 1018) | function is(value) { function createSnippet (line 1026) | function createSnippet(value) { function create (line 1033) | function create(insertText, filterText, range, command) { function create (line 1040) | function create(items) { function create (line 1052) | function create(range, text) { function create (line 1059) | function create(triggerKind, selectedCompletionInfo) { function is (line 1066) | function is(value) { function create (line 1074) | function create(uri, languageId, version, content) { function is (line 1078) | function is(value) { function applyEdits (line 1083) | function applyEdits(document, edits) { function mergeSort (line 1107) | function mergeSort(data, compare) { method constructor (line 1137) | constructor(uri, languageId, version, content) { method uri (line 1144) | get uri() { method languageId (line 1147) | get languageId() { method version (line 1150) | get version() { method getText (line 1153) | getText(range) { method update (line 1161) | update(event, version) { method getLineOffsets (line 1166) | getLineOffsets() { method positionAt (line 1189) | positionAt(offset) { method offsetAt (line 1207) | offsetAt(position) { method lineCount (line 1218) | get lineCount() { function defined (line 1225) | function defined(value) { function undefined2 (line 1229) | function undefined2(value) { function boolean (line 1233) | function boolean(value) { function string (line 1237) | function string(value) { function number (line 1241) | function number(value) { function numberRange (line 1245) | function numberRange(value, min, max) { function integer2 (line 1249) | function integer2(value) { function uinteger2 (line 1253) | function uinteger2(value) { function func (line 1257) | function func(value) { function objectLiteral (line 1261) | function objectLiteral(value) { function typedArray (line 1265) | function typedArray(value, check) { method constructor (line 1273) | constructor(_languageId, _worker, configChangeEvent) { method dispose (line 1327) | dispose() { method _doValidate (line 1331) | _doValidate(resource, languageId) { function toSeverity (line 1345) | function toSeverity(lsSeverity) { function toDiagnostics (line 1359) | function toDiagnostics(resource, diag) { method constructor (line 1373) | constructor(_worker, _triggerCharacters) { method triggerCharacters (line 1377) | get triggerCharacters() { method provideCompletionItems (line 1380) | provideCompletionItems(model, position, context, token) { function fromPosition (line 1433) | function fromPosition(position) { function fromRange (line 1439) | function fromRange(range) { function toRange (line 1451) | function toRange(range) { function isInsertReplaceEdit (line 1462) | function isInsertReplaceEdit(edit) { function toCompletionItemKind (line 1465) | function toCompletionItemKind(kind) { function toTextEdit (line 1507) | function toTextEdit(textEdit) { function toCommand (line 1516) | function toCommand(c) { method constructor (line 1520) | constructor(_worker) { method provideHover (line 1523) | provideHover(model, position, token) { function isMarkupContent (line 1538) | function isMarkupContent(thing) { function toMarkdownString (line 1541) | function toMarkdownString(entry) { function toMarkedStringArray (line 1559) | function toMarkedStringArray(contents) { method constructor (line 1569) | constructor(_worker) { method provideDocumentHighlights (line 1572) | provideDocumentHighlights(model, position, token) { function toDocumentHighlightKind (line 1587) | function toDocumentHighlightKind(kind) { method constructor (line 1599) | constructor(_worker) { method provideDefinition (line 1602) | provideDefinition(model, position, token) { function toLocation (line 1614) | function toLocation(location) { method constructor (line 1621) | constructor(_worker) { method provideReferences (line 1624) | provideReferences(model, position, context, token) { method constructor (line 1637) | constructor(_worker) { method provideRenameEdits (line 1640) | provideRenameEdits(model, position, newName, token) { function toWorkspaceEdit (line 1649) | function toWorkspaceEdit(edit) { method constructor (line 1672) | constructor(_worker) { method provideDocumentSymbols (line 1675) | provideDocumentSymbols(model, token) { function isDocumentSymbol (line 1698) | function isDocumentSymbol(symbol) { function toDocumentSymbol (line 1701) | function toDocumentSymbol(symbol) { function toSymbolKind (line 1712) | function toSymbolKind(kind) { method constructor (line 1755) | constructor(_worker) { method provideLinks (line 1758) | provideLinks(model, token) { method constructor (line 1774) | constructor(_worker) { method provideDocumentFormattingEdits (line 1777) | provideDocumentFormattingEdits(model, options, token) { method constructor (line 1790) | constructor(_worker) { method provideDocumentRangeFormattingEdits (line 1794) | provideDocumentRangeFormattingEdits(model, range, options, token) { function fromFormattingOptions (line 1806) | function fromFormattingOptions(options) { method constructor (line 1813) | constructor(_worker) { method provideDocumentColors (line 1816) | provideDocumentColors(model, token) { method provideColorPresentations (line 1828) | provideColorPresentations(model, info, token) { method constructor (line 1852) | constructor(_worker) { method provideFoldingRanges (line 1855) | provideFoldingRanges(model, context, token) { function toFoldingRangeKind (line 1874) | function toFoldingRangeKind(kind) { method constructor (line 1886) | constructor(_worker) { method provideSelectionRanges (line 1889) | provideSelectionRanges(model, positions, token) { method constructor (line 1914) | constructor(worker) { function setupMode1 (line 1918) | function setupMode1(defaults) { function setupMode (line 1955) | function setupMode(defaults) { function asDisposable (line 2039) | function asDisposable(disposables) { function disposeAll (line 2042) | function disposeAll(disposables) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/html/monaco.contribution.js method constructor (line 30) | constructor(languageId, options, modeConfiguration) { method onDidChange (line 36) | get onDidChange() { method languageId (line 39) | get languageId() { method options (line 42) | get options() { method modeConfiguration (line 45) | get modeConfiguration() { method setOptions (line 48) | setOptions(options) { method setModeConfiguration (line 52) | setModeConfiguration(modeConfiguration) { function getConfigurationDefault (line 76) | function getConfigurationDefault(languageId) { function getMode (line 125) | function getMode() { function registerHTMLLanguageService (line 134) | function registerHTMLLanguageService(languageId, options = optionsDefaul... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/json/json.worker.js function createScanner (line 13) | function createScanner(text, ignoreTrivia = false) { function isWhiteSpace (line 332) | function isWhiteSpace(ch) { function isLineBreak (line 335) | function isLineBreak(ch) { function isDigit (line 338) | function isDigit(ch) { function format (line 457) | function format(documentText, range, options) { function repeat (line 650) | function repeat(s, count) { function computeIndentLevel (line 657) | function computeIndentLevel(content, options) { function getEOL (line 674) | function getEOL(options, text) { function isEOL (line 688) | function isEOL(text, offset) { function parse (line 699) | function parse(text, errors = [], options = ParseOptions.DEFAULT) { function getNodePath (line 742) | function getNodePath(node) { function getNodeValue (line 758) | function getNodeValue(node) { function contains (line 780) | function contains(node, offset, includeRightBound = false) { function findNodeAtOffset (line 783) | function findNodeAtOffset(node, offset, includeRightBound = false) { function visit (line 798) | function visit(text, visitor, options = ParseOptions.DEFAULT) { function format2 (line 1139) | function format2(documentText, range, options) { function equals (line 1144) | function equals(one, other) { function isNumber (line 1192) | function isNumber(val) { function isDefined (line 1195) | function isDefined(val) { function isBoolean (line 1198) | function isBoolean(val) { function isString (line 1201) | function isString(val) { function isObject (line 1204) | function isObject(val) { function startsWith (line 1209) | function startsWith(haystack, needle) { function endsWith (line 1220) | function endsWith(haystack, needle) { function extendedRegExp (line 1230) | function extendedRegExp(pattern) { function stringLength (line 1246) | function stringLength(str) { function is (line 1261) | function is(value) { function is (line 1268) | function is(value) { function is (line 1277) | function is(value) { function is (line 1286) | function is(value) { function create (line 1293) | function create(line, character) { function is (line 1303) | function is(value) { function create (line 1311) | function create(one, two, three, four) { function is (line 1321) | function is(value) { function create (line 1329) | function create(uri, range) { function is (line 1333) | function is(value) { function create (line 1341) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 1345) | function is(value) { function create (line 1353) | function create(red, green, blue, alpha) { function is (line 1362) | function is(value) { function create (line 1370) | function create(range, color) { function is (line 1377) | function is(value) { function create (line 1385) | function create(label, textEdit, additionalTextEdits) { function is (line 1393) | function is(value) { function create (line 1407) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 1427) | function is(value) { function create (line 1435) | function create(location, message) { function is (line 1442) | function is(value) { function is (line 1462) | function is(value) { function create (line 1470) | function create(range, message, severity, code, source, relatedInformati... function is (line 1487) | function is(value) { function create (line 1496) | function create(title, command, ...args) { function is (line 1504) | function is(value) { function replace (line 1512) | function replace(range, newText) { function insert (line 1516) | function insert(position, newText) { function del (line 1520) | function del(range) { function is (line 1524) | function is(value) { function create (line 1532) | function create(label, needsConfirmation, description) { function is (line 1543) | function is(value) { function is (line 1551) | function is(value) { function replace (line 1559) | function replace(range, newText, annotation) { function insert (line 1563) | function insert(position, newText, annotation) { function del (line 1567) | function del(range, annotation) { function is (line 1571) | function is(value) { function create (line 1579) | function create(textDocument, edits) { function is (line 1583) | function is(value) { function create (line 1591) | function create(uri, options, annotation) { function is (line 1605) | function is(value) { function create (line 1613) | function create(oldUri, newUri, options, annotation) { function is (line 1628) | function is(value) { function create (line 1636) | function create(uri, options, annotation) { function is (line 1650) | function is(value) { function is (line 1658) | function is(value) { function create (line 1672) | function create(uri) { function is (line 1676) | function is(value) { function create (line 1684) | function create(uri, version) { function is (line 1688) | function is(value) { function create (line 1696) | function create(uri, version) { function is (line 1700) | function is(value) { function create (line 1708) | function create(uri, languageId, version, text) { function is (line 1712) | function is(value) { function is (line 1722) | function is(value) { function is (line 1730) | function is(value) { function create (line 1775) | function create(newText, insert, replace) { function is (line 1779) | function is(value) { function is (line 1792) | function is(value) { function create (line 1800) | function create(label) { function create (line 1807) | function create(items, isIncomplete) { function fromPlainText (line 1814) | function fromPlainText(plainText) { function is (line 1818) | function is(value) { function is (line 1826) | function is(value) { function create (line 1834) | function create(label, documentation) { function create (line 1841) | function create(label, documentation, ...parameters) { function create (line 1863) | function create(range, kind) { function create (line 1907) | function create(name, kind, range, uri, containerName) { function create (line 1922) | function create(name, kind, uri, range) { function create (line 1929) | function create(name, detail, kind, range, selectionRange, children) { function is (line 1943) | function is(value) { function create (line 1968) | function create(diagnostics, only, triggerKind) { function is (line 1979) | function is(value) { function create (line 1987) | function create(title, kindOrCommandOrEdit, kind) { function is (line 2004) | function is(value) { function create (line 2012) | function create(range, data) { function is (line 2020) | function is(value) { function create (line 2028) | function create(tabSize, insertSpaces) { function is (line 2032) | function is(value) { function create (line 2040) | function create(range, target, data) { function is (line 2044) | function is(value) { function create (line 2052) | function create(range, parent) { function is (line 2056) | function is(value) { function is (line 2103) | function is(value) { function create (line 2111) | function create(range, text) { function is (line 2115) | function is(value) { function create (line 2123) | function create(range, variableName, caseSensitiveLookup) { function is (line 2127) | function is(value) { function create (line 2135) | function create(range, expression) { function is (line 2139) | function is(value) { function create (line 2147) | function create(frameId, stoppedLocation) { function is (line 2151) | function is(value) { function is (line 2161) | function is(value) { function create (line 2168) | function create(value) { function is (line 2172) | function is(value) { function create (line 2180) | function create(position, label, kind) { function is (line 2188) | function is(value) { function createSnippet (line 2196) | function createSnippet(value) { function create (line 2203) | function create(insertText, filterText, range, command) { function create (line 2210) | function create(items) { function create (line 2222) | function create(range, text) { function create (line 2229) | function create(triggerKind, selectedCompletionInfo) { function is (line 2236) | function is(value) { function create (line 2244) | function create(uri, languageId, version, content) { function is (line 2248) | function is(value) { function applyEdits (line 2253) | function applyEdits(document, edits) { function mergeSort2 (line 2277) | function mergeSort2(data, compare) { method constructor (line 2307) | constructor(uri, languageId, version, content) { method uri (line 2314) | get uri() { method languageId (line 2317) | get languageId() { method version (line 2320) | get version() { method getText (line 2323) | getText(range) { method update (line 2331) | update(event, version) { method getLineOffsets (line 2336) | getLineOffsets() { method positionAt (line 2359) | positionAt(offset) { method offsetAt (line 2377) | offsetAt(position) { method lineCount (line 2388) | get lineCount() { function defined (line 2395) | function defined(value) { function undefined2 (line 2399) | function undefined2(value) { function boolean (line 2403) | function boolean(value) { function string (line 2407) | function string(value) { function number (line 2411) | function number(value) { function numberRange (line 2415) | function numberRange(value, min, max) { function integer2 (line 2419) | function integer2(value) { function uinteger2 (line 2423) | function uinteger2(value) { function func (line 2427) | function func(value) { function objectLiteral (line 2431) | function objectLiteral(value) { function typedArray (line 2435) | function typedArray(value, check) { method constructor (line 2443) | constructor(uri, languageId, version, content) { method uri (line 2450) | get uri() { method languageId (line 2453) | get languageId() { method version (line 2456) | get version() { method getText (line 2459) | getText(range) { method update (line 2467) | update(changes, version) { method getLineOffsets (line 2504) | getLineOffsets() { method positionAt (line 2510) | positionAt(offset) { method offsetAt (line 2528) | offsetAt(position) { method lineCount (line 2539) | get lineCount() { method isIncremental (line 2542) | static isIncremental(event) { method isFull (line 2546) | static isFull(event) { function create (line 2553) | function create(uri, languageId, version, content) { function update (line 2557) | function update(document, changes, version) { function applyEdits (line 2566) | function applyEdits(document, edits) { function mergeSort (line 2594) | function mergeSort(data, compare) { function computeLineOffsets (line 2622) | function computeLineOffsets(text, isAtLineStart, textOffset = 0) { function getWellformedRange (line 2635) | function getWellformedRange(range) { function getWellformedEdit (line 2643) | function getWellformedEdit(textEdit) { function t (line 2702) | function t(...args) { function format3 (line 2743) | function format3(template, values) { method constructor (line 2762) | constructor(parent, offset, length = 0) { method children (line 2767) | get children() { method toString (line 2770) | toString() { method constructor (line 2775) | constructor(parent, offset) { method constructor (line 2782) | constructor(parent, boolValue, offset) { method constructor (line 2789) | constructor(parent, offset) { method children (line 2794) | get children() { method constructor (line 2799) | constructor(parent, offset) { method constructor (line 2807) | constructor(parent, offset, length) { method constructor (line 2814) | constructor(parent, offset, keyNode) { method children (line 2820) | get children() { method constructor (line 2825) | constructor(parent, offset) { method children (line 2830) | get children() { function asSchema (line 2834) | function asSchema(schema) { method constructor (line 2854) | constructor(schemaDraft) { method constructor (line 2859) | constructor(focusOffset = -1, exclude) { method add (line 2864) | add(schema) { method merge (line 2867) | merge(other) { method include (line 2870) | include(node) { method newSub (line 2873) | newSub() { method constructor (line 2878) | constructor() { method schemas (line 2880) | get schemas() { method add (line 2883) | add(_schema) { method merge (line 2885) | merge(_other) { method include (line 2887) | include(_node) { method newSub (line 2890) | newSub() { method constructor (line 2896) | constructor() { method hasProblems (line 2905) | hasProblems() { method merge (line 2908) | merge(validationResult) { method mergeEnumValues (line 2914) | mergeEnumValues(validationResult) { method mergePropertyMatch (line 2924) | mergePropertyMatch(propertyValidationResult) { method mergeProcessedProperties (line 2934) | mergeProcessedProperties(validationResult) { method compare (line 2937) | compare(other) { function newJSONDocument (line 2954) | function newJSONDocument(root, diagnostics = []) { function getNodeValue3 (line 2957) | function getNodeValue3(node) { function getNodePath3 (line 2960) | function getNodePath3(node) { function contains2 (line 2963) | function contains2(node, offset, includeRightBound = false) { method constructor (line 2967) | constructor(root, syntaxErrors = [], comments = []) { method getNodeFromOffset (line 2972) | getNodeFromOffset(offset, includeRightBound = false) { method visit (line 2978) | visit(visitor) { method validate (line 2993) | validate(textDocument, schema, severity = DiagnosticSeverity.Warning, sc... method getMatchingSchemas (line 3004) | getMatchingSchemas(schema, focusOffset = -1, exclude) { function getSchemaDraft (line 3015) | function getSchemaDraft(schema, fallBack = SchemaDraft.v2020_12) { function validate (line 3022) | function validate(n, schema, validationResult, matchingSchemas, context) { function parse3 (line 3684) | function parse3(textDocument, config) { function stringifyObject (line 3971) | function stringifyObject(obj, indent, stringifyLiteral) { method constructor (line 4013) | constructor(schemaService, contributions = [], promiseConstructor = Prom... method doResolve (line 4019) | doResolve(item) { method doComplete (line 4031) | doComplete(document, position, doc) { method getPropertyCompletions (line 4179) | getPropertyCompletions(schema, doc, node, addValue, separatorAfter, coll... method getSchemaLessPropertyCompletions (line 4249) | getSchemaLessPropertyCompletions(doc, node, currentKey, collector) { method getSchemaLessValueCompletions (line 4290) | getSchemaLessValueCompletions(doc, node, offset, document, collector) { method getValueCompletions (line 4360) | getValueCompletions(schema, doc, node, offset, document, collector, type... method getContributedValueCompletions (line 4451) | getContributedValueCompletions(doc, node, offset, document, collector, c... method addSchemaValueCompletions (line 4478) | addSchemaValueCompletions(schema, separatorAfter, collector, types) { method addDefaultValueCompletions (line 4494) | addDefaultValueCompletions(schema, separatorAfter, collector, arrayDepth... method addEnumValueCompletions (line 4578) | addEnumValueCompletions(schema, separatorAfter, collector) { method collectTypes (line 4607) | collectTypes(schema, types) { method addFillerValueCompletions (line 4618) | addFillerValueCompletions(types, separatorAfter, collector) { method addBooleanValueCompletion (line 4640) | addBooleanValueCompletion(value, separatorAfter, collector) { method addNullValueCompletion (line 4649) | addNullValueCompletion(separatorAfter, collector) { method addDollarSchemaCompletions (line 4658) | addDollarSchemaCompletions(separatorAfter, collector) { method getLabelForValue (line 4674) | getLabelForValue(value) { method getValueFromLabel (line 4677) | getValueFromLabel(value) { method getFilterTextForValue (line 4680) | getFilterTextForValue(value) { method getFilterTextForSnippetValue (line 4683) | getFilterTextForSnippetValue(value) { method getLabelForSnippetValue (line 4686) | getLabelForSnippetValue(value) { method getInsertTextForPlainText (line 4690) | getInsertTextForPlainText(text) { method getInsertTextForValue (line 4693) | getInsertTextForValue(value, separatorAfter) { method getInsertTextForSnippetValue (line 4702) | getInsertTextForSnippetValue(value, separatorAfter) { method getInsertTextForGuessedValue (line 4713) | getInsertTextForGuessedValue(value, separatorAfter) { method getSuggestionKind (line 4731) | getSuggestionKind(type) { method getLabelTextForMatchingNode (line 4750) | getLabelTextForMatchingNode(node, document) { method getInsertTextForMatchingNode (line 4761) | getInsertTextForMatchingNode(node, document, separatorAfter) { method getInsertTextForProperty (line 4772) | getInsertTextForProperty(key, propertySchema, addValue, separatorAfter) { method getCurrentWord (line 4853) | getCurrentWord(document, offset) { method evaluateSeparatorAfter (line 4861) | evaluateSeparatorAfter(document, offset) { method findItemAtOffset (line 4875) | findItemAtOffset(node, document, offset) { method isInComment (line 4893) | isInComment(document, start, offset) { method fromMarkup (line 4902) | fromMarkup(markupString) { method doesSupportMarkdown (line 4911) | doesSupportMarkdown() { method doesSupportsCommitCharacters (line 4918) | doesSupportsCommitCharacters() { method doesSupportsLabelDetails (line 4924) | doesSupportsLabelDetails() { method constructor (line 4934) | constructor(schemaService, contributions = [], promiseConstructor) { method doHover (line 4939) | doHover(document, position, doc) { function toMarkdown (line 5020) | function toMarkdown(plain) { function toMarkdownCodeBlock (line 5027) | function toMarkdownCodeBlock(content) { method constructor (line 5036) | constructor(jsonSchemaService, promiseConstructor) { method configure (line 5041) | configure(raw) { method doValidation (line 5047) | doValidation(textDocument, jsonDocument, documentSettings, schema) { method getLanguageStatus (line 5126) | getLanguageStatus(textDocument, jsonDocument) { function schemaAllowsComments (line 5131) | function schemaAllowsComments(schemaRef) { function schemaAllowsTrailingCommas (line 5147) | function schemaAllowsTrailingCommas(schemaRef) { function toDiagnosticSeverity (line 5167) | function toDiagnosticSeverity(severityLevel) { function hexDigit (line 5185) | function hexDigit(charCode) { function colorFromHex (line 5200) | function colorFromHex(text) { method constructor (line 5239) | constructor(schemaService) { method findDocumentSymbols (line 5242) | findDocumentSymbols(document, doc, context = { resultLimit: Number.MAX_V... method findDocumentSymbols2 (line 5311) | findDocumentSymbols2(document, doc, context = { resultLimit: Number.MAX_... method getSymbolKind (line 5393) | getSymbolKind(nodeType) { method getKeyLabel (line 5409) | getKeyLabel(property) { method getDetail (line 5419) | getDetail(node) { method findDocumentColors (line 5434) | findDocumentColors(document, doc, context) { method getColorPresentations (line 5465) | getColorPresentations(document, doc, color, range) { function getRange (line 5482) | function getRange(document, node) { function getName (line 5485) | function getName(node) { function e2 (line 6011) | function e2(t4) { function r2 (line 6015) | function r2(t4, e3) { function r (line 6180) | function r(n2) { function s (line 6203) | function s(t4, r2) { class f2 (line 6217) | class f2 { method isUri (line 6218) | static isUri(t4) { method constructor (line 6226) | constructor(t4, e3, r2, n2, i2, o2 = false) { method fsPath (line 6239) | get fsPath() { method with (line 6242) | with(t4) { method parse (line 6248) | static parse(t4, e3 = false) { method file (line 6252) | static file(e3) { method from (line 6260) | static from(t4) { method toString (line 6264) | toString(t4 = false) { method toJSON (line 6267) | toJSON() { method revive (line 6270) | static revive(t4) { class l (line 6283) | class l extends f2 { method fsPath (line 6286) | get fsPath() { method toString (line 6289) | toString(t4 = false) { method toJSON (line 6292) | toJSON() { function d (line 6298) | function d(t4, e3, r2) { function p (line 6312) | function p(t4) { function m (line 6320) | function m(e3, r2) { function y (line 6324) | function y(t4, e3) { function v (line 6347) | function v(t4) { function C (line 6355) | function C(t4) { function createRegex (line 6385) | function createRegex(glob, opts) { method constructor (line 6479) | constructor(pattern, folderUri, uris) { method matchesPattern (line 6512) | matchesPattern(fileName) { method getURIs (line 6524) | getURIs() { method constructor (line 6529) | constructor(service, uri, unresolvedSchemaContent) { method getUnresolvedSchema (line 6538) | getUnresolvedSchema() { method getResolvedSchema (line 6544) | getResolvedSchema() { method clearSchema (line 6552) | clearSchema() { method constructor (line 6562) | constructor(schema, errors = []) { method constructor (line 6568) | constructor(schema, errors = [], warnings = [], schemaDraft) { method getSection (line 6574) | getSection(path) { method getSectionRecursive (line 6581) | getSectionRecursive(path, schema) { method constructor (line 6611) | constructor(requestService, contextService, promiseConstructor) { method getRegisteredSchemaIds (line 6622) | getRegisteredSchemaIds(filter) { method promise (line 6628) | get promise() { method dispose (line 6631) | dispose() { method onResourceChange (line 6636) | onResourceChange(uri) { method setSchemaContributions (line 6659) | setSchemaContributions(schemaContributions2) { method addSchemaHandle (line 6676) | addSchemaHandle(id, unresolvedSchemaContent) { method getOrAddSchemaHandle (line 6681) | getOrAddSchemaHandle(id, unresolvedSchemaContent) { method addFilePatternAssociation (line 6684) | addFilePatternAssociation(pattern, folderUri, uris) { method registerExternalSchema (line 6689) | registerExternalSchema(config) { method clearExternalSchemas (line 6698) | clearExternalSchemas() { method getResolvedSchema (line 6711) | getResolvedSchema(schemaId) { method loadSchema (line 6719) | loadSchema(url) { method resolveSchemaContent (line 6756) | resolveSchemaContent(schemaToResolve, handle) { method traverseNodes (line 6879) | traverseNodes(root, handle) { method getSchemaFromProperty (line 6940) | getSchemaFromProperty(resource, document) { method getAssociatedSchemas (line 6954) | getAssociatedSchemas(resource) { method getSchemaURIsForResource (line 6970) | getSchemaURIsForResource(resource, document) { method getSchemaForResource (line 6977) | getSchemaForResource(resource, document) { method createCombinedSchema (line 6993) | createCombinedSchema(resource, schemaIds) { method getMatchingSchemas (line 7004) | getMatchingSchemas(document, jsonDocument, schema) { function normalizeId (line 7021) | function normalizeId(id) { function normalizeResourceForMatching (line 7028) | function normalizeResourceForMatching(resource) { function toDisplayString (line 7035) | function toDisplayString(url) { function getFoldingRanges (line 7047) | function getFoldingRanges(document, context) { function getSelectionRanges (line 7161) | function getSelectionRanges(document, positions, doc) { function format4 (line 7221) | function format4(documentToFormat, formattingOptions, formattingRange) { method constructor (line 7247) | constructor(propertyName, beginningLineNumber) { method addChildProperty (line 7254) | addChildProperty(childProperty) { function compareProperties (line 7273) | function compareProperties(propertyTree1, propertyTree2) { function binarySearchOnPropertyArray (line 7283) | function binarySearchOnPropertyArray(propertyTreeArray, propertyTree, co... function sort (line 7310) | function sort(documentToSort, formattingOptions) { function findJsoncPropertyTree (line 7324) | function findJsoncPropertyTree(formattedDocument) { function sortJsoncDocument (line 7480) | function sortJsoncDocument(jsonDocument, propertyTree) { function updateSortingQueue (line 7526) | function updateSortingQueue(queue, propertyTree, beginningLineNumber) { function updateSortingQueueForArrayProperties (line 7544) | function updateSortingQueueForArrayProperties(queue, propertyTree, begin... method constructor (line 7562) | constructor(beginningLineNumber, propertyTreeArray) { function findLinks (line 7569) | function findLinks(document, doc) { function createRange (line 7587) | function createRange(document, node) { function findTargetNode (line 7590) | function findTargetNode(doc, path) { function findNode (line 7597) | function findNode(pointer, node) { function parseJSONPointer (line 7623) | function parseJSONPointer(path) { function unescape (line 7632) | function unescape(str) { function getLanguageService (line 7637) | function getLanguageService(params) { method constructor (line 7681) | constructor(ctx, createData) { method doValidation (line 7697) | async doValidation(uri) { method doComplete (line 7705) | async doComplete(uri, position) { method doResolve (line 7713) | async doResolve(item) { method doHover (line 7716) | async doHover(uri, position) { method format (line 7724) | async format(uri, range, options) { method resetSchema (line 7732) | async resetSchema(uri) { method findDocumentSymbols (line 7735) | async findDocumentSymbols(uri) { method findDocumentColors (line 7744) | async findDocumentColors(uri) { method getColorPresentations (line 7753) | async getColorPresentations(uri, color, range) { method getFoldingRanges (line 7767) | async getFoldingRanges(uri, context) { method getSelectionRanges (line 7775) | async getSelectionRanges(uri, positions) { method parseJSONDocument (line 7784) | async parseJSONDocument(uri) { method getMatchingSchemas (line 7792) | async getMatchingSchemas(uri) { method _getTextDocument (line 7800) | _getTextDocument(uri) { function isAbsolutePath (line 7817) | function isAbsolutePath(path) { function resolvePath (line 7820) | function resolvePath(uriString, path) { function normalizePath (line 7828) | function normalizePath(parts) { function joinPath (line 7847) | function joinPath(uriString, ...paths) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/json/jsonMode.js method constructor (line 30) | constructor(defaults) { method _stopWorker (line 38) | _stopWorker() { method dispose (line 45) | dispose() { method _checkIfIdle (line 50) | _checkIfIdle() { method _getClient (line 59) | _getClient() { method getLanguageServiceWorker (line 77) | getLanguageServiceWorker(...resources) { function is (line 92) | function is(value) { function is (line 99) | function is(value) { function is (line 108) | function is(value) { function is (line 117) | function is(value) { function create (line 124) | function create(line, character) { function is (line 134) | function is(value) { function create (line 142) | function create(one, two, three, four) { function is (line 152) | function is(value) { function create (line 160) | function create(uri, range) { function is (line 164) | function is(value) { function create (line 172) | function create(targetUri, targetRange, targetSelectionRange, originSele... function is (line 176) | function is(value) { function create (line 184) | function create(red, green, blue, alpha) { function is (line 193) | function is(value) { function create (line 201) | function create(range, color) { function is (line 208) | function is(value) { function create (line 216) | function create(label, textEdit, additionalTextEdits) { function is (line 224) | function is(value) { function create (line 238) | function create(startLine, endLine, startCharacter, endCharacter, kind, ... function is (line 258) | function is(value) { function create (line 266) | function create(location, message) { function is (line 273) | function is(value) { function is (line 293) | function is(value) { function create (line 301) | function create(range, message, severity, code, source, relatedInformati... function is (line 318) | function is(value) { function create (line 327) | function create(title, command, ...args) { function is (line 335) | function is(value) { function replace (line 343) | function replace(range, newText) { function insert (line 347) | function insert(position, newText) { function del (line 351) | function del(range) { function is (line 355) | function is(value) { function create (line 363) | function create(label, needsConfirmation, description) { function is (line 374) | function is(value) { function is (line 382) | function is(value) { function replace (line 390) | function replace(range, newText, annotation) { function insert (line 394) | function insert(position, newText, annotation) { function del (line 398) | function del(range, annotation) { function is (line 402) | function is(value) { function create (line 410) | function create(textDocument, edits) { function is (line 414) | function is(value) { function create (line 422) | function create(uri, options, annotation) { function is (line 436) | function is(value) { function create (line 444) | function create(oldUri, newUri, options, annotation) { function is (line 459) | function is(value) { function create (line 467) | function create(uri, options, annotation) { function is (line 481) | function is(value) { function is (line 489) | function is(value) { function create (line 503) | function create(uri) { function is (line 507) | function is(value) { function create (line 515) | function create(uri, version) { function is (line 519) | function is(value) { function create (line 527) | function create(uri, version) { function is (line 531) | function is(value) { function create (line 539) | function create(uri, languageId, version, text) { function is (line 543) | function is(value) { function is (line 553) | function is(value) { function is (line 561) | function is(value) { function create (line 606) | function create(newText, insert, replace) { function is (line 610) | function is(value) { function is (line 623) | function is(value) { function create (line 631) | function create(label) { function create (line 638) | function create(items, isIncomplete) { function fromPlainText (line 645) | function fromPlainText(plainText) { function is (line 649) | function is(value) { function is (line 657) | function is(value) { function create (line 665) | function create(label, documentation) { function create (line 672) | function create(label, documentation, ...parameters) { function create (line 694) | function create(range, kind) { function create (line 738) | function create(name, kind, range, uri, containerName) { function create (line 753) | function create(name, kind, uri, range) { function create (line 760) | function create(name, detail, kind, range, selectionRange, children) { function is (line 774) | function is(value) { function create (line 799) | function create(diagnostics, only, triggerKind) { function is (line 810) | function is(value) { function create (line 818) | function create(title, kindOrCommandOrEdit, kind) { function is (line 835) | function is(value) { function create (line 843) | function create(range, data) { function is (line 851) | function is(value) { function create (line 859) | function create(tabSize, insertSpaces) { function is (line 863) | function is(value) { function create (line 871) | function create(range, target, data) { function is (line 875) | function is(value) { function create (line 883) | function create(range, parent) { function is (line 887) | function is(value) { function is (line 934) | function is(value) { function create (line 942) | function create(range, text) { function is (line 946) | function is(value) { function create (line 954) | function create(range, variableName, caseSensitiveLookup) { function is (line 958) | function is(value) { function create (line 966) | function create(range, expression) { function is (line 970) | function is(value) { function create (line 978) | function create(frameId, stoppedLocation) { function is (line 982) | function is(value) { function is (line 992) | function is(value) { function create (line 999) | function create(value) { function is (line 1003) | function is(value) { function create (line 1011) | function create(position, label, kind) { function is (line 1019) | function is(value) { function createSnippet (line 1027) | function createSnippet(value) { function create (line 1034) | function create(insertText, filterText, range, command) { function create (line 1041) | function create(items) { function create (line 1053) | function create(range, text) { function create (line 1060) | function create(triggerKind, selectedCompletionInfo) { function is (line 1067) | function is(value) { function create (line 1075) | function create(uri, languageId, version, content) { function is (line 1079) | function is(value) { function applyEdits (line 1084) | function applyEdits(document, edits) { function mergeSort (line 1108) | function mergeSort(data, compare) { method constructor (line 1138) | constructor(uri, languageId, version, content) { method uri (line 1145) | get uri() { method languageId (line 1148) | get languageId() { method version (line 1151) | get version() { method getText (line 1154) | getText(range) { method update (line 1162) | update(event, version) { method getLineOffsets (line 1167) | getLineOffsets() { method positionAt (line 1190) | positionAt(offset) { method offsetAt (line 1208) | offsetAt(position) { method lineCount (line 1219) | get lineCount() { function defined (line 1226) | function defined(value) { function undefined2 (line 1230) | function undefined2(value) { function boolean (line 1234) | function boolean(value) { function string (line 1238) | function string(value) { function number (line 1242) | function number(value) { function numberRange (line 1246) | function numberRange(value, min, max) { function integer2 (line 1250) | function integer2(value) { function uinteger2 (line 1254) | function uinteger2(value) { function func (line 1258) | function func(value) { function objectLiteral (line 1262) | function objectLiteral(value) { function typedArray (line 1266) | function typedArray(value, check) { method constructor (line 1274) | constructor(_languageId, _worker, configChangeEvent) { method dispose (line 1328) | dispose() { method _doValidate (line 1332) | _doValidate(resource, languageId) { function toSeverity (line 1346) | function toSeverity(lsSeverity) { function toDiagnostics (line 1360) | function toDiagnostics(resource, diag) { method constructor (line 1374) | constructor(_worker, _triggerCharacters) { method triggerCharacters (line 1378) | get triggerCharacters() { method provideCompletionItems (line 1381) | provideCompletionItems(model, position, context, token) { function fromPosition (line 1434) | function fromPosition(position) { function fromRange (line 1440) | function fromRange(range) { function toRange (line 1452) | function toRange(range) { function isInsertReplaceEdit (line 1463) | function isInsertReplaceEdit(edit) { function toCompletionItemKind (line 1466) | function toCompletionItemKind(kind) { function toTextEdit (line 1508) | function toTextEdit(textEdit) { function toCommand (line 1517) | function toCommand(c) { method constructor (line 1521) | constructor(_worker) { method provideHover (line 1524) | provideHover(model, position, token) { function isMarkupContent (line 1539) | function isMarkupContent(thing) { function toMarkdownString (line 1542) | function toMarkdownString(entry) { function toMarkedStringArray (line 1560) | function toMarkedStringArray(contents) { method constructor (line 1570) | constructor(_worker) { method provideDocumentHighlights (line 1573) | provideDocumentHighlights(model, position, token) { function toDocumentHighlightKind (line 1588) | function toDocumentHighlightKind(kind) { method constructor (line 1600) | constructor(_worker) { method provideDefinition (line 1603) | provideDefinition(model, position, token) { function toLocation (line 1615) | function toLocation(location) { method constructor (line 1622) | constructor(_worker) { method provideReferences (line 1625) | provideReferences(model, position, context, token) { method constructor (line 1638) | constructor(_worker) { method provideRenameEdits (line 1641) | provideRenameEdits(model, position, newName, token) { function toWorkspaceEdit (line 1650) | function toWorkspaceEdit(edit) { method constructor (line 1673) | constructor(_worker) { method provideDocumentSymbols (line 1676) | provideDocumentSymbols(model, token) { function isDocumentSymbol (line 1699) | function isDocumentSymbol(symbol) { function toDocumentSymbol (line 1702) | function toDocumentSymbol(symbol) { function toSymbolKind (line 1713) | function toSymbolKind(kind) { method constructor (line 1756) | constructor(_worker) { method provideLinks (line 1759) | provideLinks(model, token) { method constructor (line 1775) | constructor(_worker) { method provideDocumentFormattingEdits (line 1778) | provideDocumentFormattingEdits(model, options, token) { method constructor (line 1791) | constructor(_worker) { method provideDocumentRangeFormattingEdits (line 1795) | provideDocumentRangeFormattingEdits(model, range, options, token) { function fromFormattingOptions (line 1807) | function fromFormattingOptions(options) { method constructor (line 1814) | constructor(_worker) { method provideDocumentColors (line 1817) | provideDocumentColors(model, token) { method provideColorPresentations (line 1829) | provideColorPresentations(model, info, token) { method constructor (line 1853) | constructor(_worker) { method provideFoldingRanges (line 1856) | provideFoldingRanges(model, context, token) { function toFoldingRangeKind (line 1875) | function toFoldingRangeKind(kind) { method constructor (line 1887) | constructor(_worker) { method provideSelectionRanges (line 1890) | provideSelectionRanges(model, positions, token) { function createScanner (line 1914) | function createScanner(text, ignoreTrivia = false) { function isWhiteSpace (line 2233) | function isWhiteSpace(ch) { function isLineBreak (line 2236) | function isLineBreak(ch) { function isDigit (line 2239) | function isDigit(ch) { function createTokenizationSupport (line 2417) | function createTokenizationSupport(supportComments) { method constructor (line 2435) | constructor(parent, type) { method pop (line 2439) | static pop(parents) { method push (line 2445) | static push(parents, type) { method equals (line 2448) | static equals(a, b) { method constructor (line 2469) | constructor(state, scanError, lastWasColon, parents) { method clone (line 2475) | clone() { method equals (line 2478) | equals(other) { method getStateData (line 2487) | getStateData() { method setStateData (line 2490) | setStateData(state) { function tokenize (line 2494) | function tokenize(comments, line, state, offsetDelta = 0) { function getWorker (line 2605) | function getWorker() { method constructor (line 2614) | constructor(languageId, worker2, defaults) { method _resetSchema (line 2627) | _resetSchema(resource) { function setupMode (line 2633) | function setupMode(defaults) { function asDisposable (line 2724) | function asDisposable(disposables) { function disposeAll (line 2727) | function disposeAll(disposables) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/json/monaco.contribution.js method constructor (line 30) | constructor(languageId, diagnosticsOptions, modeConfiguration) { method onDidChange (line 36) | get onDidChange() { method languageId (line 39) | get languageId() { method modeConfiguration (line 42) | get modeConfiguration() { method diagnosticsOptions (line 45) | get diagnosticsOptions() { method setDiagnosticsOptions (line 48) | setDiagnosticsOptions(options) { method setModeConfiguration (line 52) | setModeConfiguration(modeConfiguration) { function getMode (line 86) | function getMode() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/typescript/monaco.contribution.js method constructor (line 76) | constructor(compilerOptions, diagnosticsOptions, workerOptions, inlayHin... method onDidChange (line 89) | get onDidChange() { method onDidExtraLibsChange (line 92) | get onDidExtraLibsChange() { method modeConfiguration (line 95) | get modeConfiguration() { method workerOptions (line 98) | get workerOptions() { method inlayHintsOptions (line 101) | get inlayHintsOptions() { method getExtraLibs (line 104) | getExtraLibs() { method addExtraLib (line 107) | addExtraLib(content, _filePath) { method setExtraLibs (line 147) | setExtraLibs(libs) { method _fireOnDidExtraLibsChangeSoon (line 168) | _fireOnDidExtraLibsChangeSoon() { method getCompilerOptions (line 177) | getCompilerOptions() { method setCompilerOptions (line 180) | setCompilerOptions(options) { method getDiagnosticsOptions (line 184) | getDiagnosticsOptions() { method setDiagnosticsOptions (line 187) | setDiagnosticsOptions(options) { method setWorkerOptions (line 191) | setWorkerOptions(options) { method setInlayHintsOptions (line 195) | setInlayHintsOptions(options) { method setMaximumWorkerIdleTime (line 199) | setMaximumWorkerIdleTime(value) { method setEagerModelSync (line 201) | setEagerModelSync(value) { method getEagerModelSync (line 204) | getEagerModelSync() { method setModeConfiguration (line 207) | setModeConfiguration(modeConfiguration) { function getMode (line 260) | function getMode() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/language/typescript/tsMode.js method constructor (line 29) | constructor(_modeId, _defaults) { method dispose (line 40) | dispose() { method _stopWorker (line 45) | _stopWorker() { method _updateExtraLibs (line 52) | async _updateExtraLibs() { method _getClient (line 63) | _getClient() { method getLanguageServiceWorker (line 89) | async getLanguageServiceWorker(...resources) { function flattenDiagnosticMessageText (line 193) | function flattenDiagnosticMessageText(diag, newLine, indent = 0) { function displayPartsToString (line 215) | function displayPartsToString(displayParts) { method constructor (line 222) | constructor(_worker) { method _textSpanToRange (line 231) | _textSpanToRange(model, span) { method constructor (line 240) | constructor(_worker) { method isLibFile (line 246) | isLibFile(uri) { method getOrCreateModel (line 255) | getOrCreateModel(fileName) { method _containsLibFile (line 270) | _containsLibFile(uris) { method fetchLibFilesIfNecessary (line 278) | async fetchLibFilesIfNecessary(uris) { method _fetchLibFiles (line 284) | _fetchLibFiles() { method constructor (line 295) | constructor(_libFiles, _defaults, _selector, worker) { method dispose (line 375) | dispose() { method _doValidate (line 379) | async _doValidate(model) { method _convertDiagnostics (line 415) | _convertDiagnostics(model, diag) { method _convertRelatedInformation (line 441) | _convertRelatedInformation(model, relatedInformation) { method _tsDiagnosticCategoryToMarkerSeverity (line 471) | _tsDiagnosticCategoryToMarkerSeverity(category) { method triggerCharacters (line 486) | get triggerCharacters() { method provideCompletionItems (line 489) | async provideCompletionItems(model, position, _context, token) { method resolveCompletionItem (line 534) | async resolveCompletionItem(item, token) { method convertKind (line 559) | static convertKind(kind) { method createDocumentationString (line 590) | static createDocumentationString(details) { function tagToString (line 602) | function tagToString(tag) { method constructor (line 617) | constructor() { method _toSignatureHelpTriggerReason (line 621) | static _toSignatureHelpTriggerReason(context) { method provideSignatureHelp (line 640) | async provideSignatureHelp(model, position, token, context) { method provideHover (line 692) | async provideHover(model, position, token) { method provideDocumentHighlights (line 720) | async provideDocumentHighlights(model, position, token) { method constructor (line 744) | constructor(_libFiles, worker) { method provideDefinition (line 748) | async provideDefinition(model, position, token) { method constructor (line 779) | constructor(_libFiles, worker) { method provideReferences (line 783) | async provideReferences(model, position, context, token) { method provideDocumentSymbols (line 814) | async provideDocumentSymbols(model, token) { method _convertOptions (line 943) | static _convertOptions(options) { method _convertTextChanges (line 962) | _convertTextChanges(model, change) { method constructor (line 970) | constructor() { method provideDocumentRangeFormattingEdits (line 974) | async provideDocumentRangeFormattingEdits(model, range, options, token) { method autoFormatTriggerCharacters (line 1001) | get autoFormatTriggerCharacters() { method provideOnTypeFormattingEdits (line 1004) | async provideOnTypeFormattingEdits(model, position, ch, options, token) { method provideCodeActions (line 1024) | async provideCodeActions(model, range, context, token) { method _tsCodeFixActionToMonacoCodeAction (line 1062) | _tsCodeFixActionToMonacoCodeAction(model, context, codeFix) { method constructor (line 1086) | constructor(_libFiles, worker) { method provideRenameEdits (line 1090) | async provideRenameEdits(model, position, newName, token) { method provideInlayHints (line 1143) | async provideInlayHints(model, range, token) { method _convertHintKind (line 1170) | _convertHintKind(kind) { function setupTypeScript (line 1185) | function setupTypeScript(defaults) { function setupJavaScript (line 1188) | function setupJavaScript(defaults) { function getJavaScriptWorker (line 1191) | function getJavaScriptWorker() { function getTypeScriptWorker (line 1199) | function getTypeScriptWorker() { function setupMode (line 1207) | function setupMode(defaults, modeId) { function asDisposable (line 1314) | function asDisposable(disposables) { function disposeAll (line 1317) | function disposeAll(disposables) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/nls.js constant DEFAULT_TAG (line 6) | const DEFAULT_TAG = 'i-default'; function _format (line 7) | function _format(message, args) { function findLanguageForModule (line 32) | function findLanguageForModule(config, name) { function endWithSlash (line 43) | function endWithSlash(path) { function getMessagesFromTranslationsService (line 49) | async function getMessagesFromTranslationsService(translationServiceUrl,... function createScopedLocalize (line 58) | function createScopedLocalize(scope) { function createScopedLocalize2 (line 64) | function createScopedLocalize2(scope) { function localize (line 73) | function localize(data, message, ...args) { function localize2 (line 79) | function localize2(data, message, ...args) { function getConfiguredDefaultLocale (line 89) | function getConfiguredDefaultLocale(_) { function setPseudoTranslation (line 97) | function setPseudoTranslation(value) { function create (line 104) | function create(key, data) { function load (line 116) | function load(name, req, load, config) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/accessibility/browser/accessibilityService.js method constructor (line 23) | constructor(_contextKeyService, _layoutService, _configurationService) { method initReducedMotionListeners (line 50) | initReducedMotionListeners(reduceMotionMatcher) { method onDidChangeScreenReaderOptimized (line 65) | get onDidChangeScreenReaderOptimized() { method isScreenReaderOptimized (line 68) | isScreenReaderOptimized() { method onDidChangeReducedMotion (line 72) | get onDidChangeReducedMotion() { method isMotionReduced (line 75) | isMotionReduced() { method getAccessibilitySupport (line 79) | getAccessibilitySupport() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/accessibility/browser/accessibleViewRegistry.js method constructor (line 6) | constructor() { method register (line 9) | register(implementation) { method getImplementations (line 21) | getImplementations() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/accessibility/common/accessibility.js constant CONTEXT_ACCESSIBILITY_MODE_ENABLED (line 8) | const CONTEXT_ACCESSIBILITY_MODE_ENABLED = new RawContextKey('accessibil... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js class Sound (line 9) | class Sound { method register (line 10) | static register(options) { method constructor (line 14) | constructor(fileName) { class SoundSource (line 41) | class SoundSource { method constructor (line 42) | constructor(randomOneOf) { class AccessibilitySignal (line 46) | class AccessibilitySignal { method constructor (line 47) | constructor(sound, name, legacySoundSettingsKey, settingsKey, legacyAn... method register (line 56) | static register(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/action/common/action.js function isLocalizedString (line 5) | function isLocalizedString(thing) { function isICommandActionToggleInfo (line 11) | function isICommandActionToggleInfo(thing) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actionWidget/browser/actionList.js class HeaderRenderer (line 30) | class HeaderRenderer { method templateId (line 31) | get templateId() { return "header" /* ActionListItemKind.Header */; } method renderTemplate (line 32) | renderTemplate(container) { method renderElement (line 38) | renderElement(element, _index, templateData) { method disposeTemplate (line 42) | disposeTemplate(_templateData) { method templateId (line 47) | get templateId() { return "action" /* ActionListItemKind.Action */; } method constructor (line 48) | constructor(_supportsPreview, _keybindingService) { method renderTemplate (line 52) | renderTemplate(container) { method renderElement (line 63) | renderElement(element, _index, data) { method disposeTemplate (line 99) | disposeTemplate(_templateData) { class AcceptSelectedEvent (line 106) | class AcceptSelectedEvent extends UIEvent { method constructor (line 107) | constructor() { super('acceptSelectedAction'); } class PreviewSelectedEvent (line 109) | class PreviewSelectedEvent extends UIEvent { method constructor (line 110) | constructor() { super('previewSelectedAction'); } function getKeyboardNavigationLabel (line 112) | function getKeyboardNavigationLabel(item) { method constructor (line 120) | constructor(user, preview, items, _delegate, _contextViewService, _keybi... method focusCondition (line 168) | focusCondition(element) { method hide (line 171) | hide(didCancel) { method layout (line 176) | layout(minWidth) { method focusPrevious (line 208) | focusPrevious() { method focusNext (line 211) | focusNext() { method acceptSelected (line 214) | acceptSelected(preview) { method onListSelection (line 227) | onListSelection(e) { method onFocus (line 239) | onFocus() { method onListHover (line 249) | async onListHover(e) { method onListClick (line 262) | onListClick(e) { function stripNewlines (line 273) | function stripNewlines(str) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actionWidget/browser/actionWidget.js method isVisible (line 32) | get isVisible() { method constructor (line 35) | constructor(_contextViewService, _contextKeyService, _instantiationServi... method show (line 42) | show(user, supportsPreview, items, delegate, anchor, container, actionBa... method acceptSelected (line 57) | acceptSelected(preview) { method focusPrevious (line 61) | focusPrevious() { method focusNext (line 65) | focusNext() { method hide (line 69) | hide(didCancel) { method _renderWidget (line 74) | _renderWidget(element, list, actionBarActions) { method _createActionBar (line 115) | _createActionBar(className, actions) { method _onWidgetClosed (line 124) | _onWidgetClosed(didCancel) { method constructor (line 137) | constructor() { method run (line 149) | run(accessor) { method constructor (line 154) | constructor() { method run (line 167) | run(accessor) { method constructor (line 175) | constructor() { method run (line 188) | run(accessor) { method constructor (line 196) | constructor() { method run (line 208) | run(accessor) { method constructor (line 216) | constructor() { method run (line 227) | run(accessor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actions/browser/menuEntryActionViewItem.js function createAndFillInContextMenuActions (line 39) | function createAndFillInContextMenuActions(menu, options, target, primar... function createAndFillInActionBarActions (line 45) | function createAndFillInActionBarActions(menu, options, target, primaryG... function fillInActions (line 51) | function fillInActions(groups, target, useAlternativeActions, isPrimaryA... method constructor (line 101) | constructor(action, options, _keybindingService, _notificationService, _... method _menuItemAction (line 113) | get _menuItemAction() { method _commandAction (line 116) | get _commandAction() { method onClick (line 119) | async onClick(event) { method render (line 129) | render(container) { method updateLabel (line 161) | updateLabel() { method getTooltip (line 166) | getTooltip() { method updateClass (line 185) | updateClass() { method _updateItemClass (line 197) | _updateItemClass(item) { method constructor (line 241) | constructor(action, options, _keybindingService, _contextMenuService, _t... method render (line 254) | render(container) { method constructor (line 284) | constructor(submenuAction, options, _keybindingService, _notificationSer... method update (line 320) | update(lastAction) { method _getDefaultActionKeybindingLabel (line 336) | _getDefaultActionKeybindingLabel(defaultAction) { method setActionContext (line 347) | setActionContext(newContext) { method render (line 352) | render(container) { method focus (line 379) | focus(fromRight) { method blur (line 388) | blur() { method setFocusable (line 393) | setFocusable(focusable) { method dispose (line 402) | dispose() { method constructor (line 418) | constructor(action, contextViewService) { method render (line 425) | render(container) { method runAction (line 429) | runAction(option, index) { function createActionViewItem (line 442) | function createActionViewItem(instaService, action, options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actions/browser/toolbar.js method constructor (line 42) | constructor(container, _options, _menuService, _contextKeyService, _cont... method setActions (line 65) | setActions(_primary, _secondary = [], menuIds) { method constructor (line 224) | constructor(container, menuId, options, menuService, contextKeyService, ... method setActions (line 247) | setActions() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actions/common/actions.js function isIMenuItem (line 24) | function isIMenuItem(item) { function isISubmenuItem (line 27) | function isISubmenuItem(item) { class MenuId (line 30) | class MenuId { method constructor (line 36) | constructor(identifier) { class MenuRegistryChangeEvent (line 224) | class MenuRegistryChangeEvent { method for (line 225) | static for(id) { method merge (line 233) | static merge(events) { method constructor (line 242) | constructor(id) { method constructor (line 249) | constructor() { method addCommand (line 257) | addCommand(command) { method getCommand (line 266) | getCommand(id) { method getCommands (line 269) | getCommands() { method appendMenuItem (line 274) | appendMenuItem(id, item) { method appendMenuItems (line 287) | appendMenuItems(items) { method getMenuItems (line 294) | getMenuItems(id) { method _appendImplicitItems (line 309) | _appendImplicitItems(result) { class SubmenuItemAction (line 326) | class SubmenuItemAction extends SubmenuAction { method constructor (line 327) | constructor(item, hideActions, actions) { method label (line 336) | static label(action, options) { method constructor (line 341) | constructor(item, alt, options, hideActions, menuKeybinding, contextKeyS... method run (line 373) | run(...args) { class Action2 (line 390) | class Action2 { method constructor (line 391) | constructor(desc) { function registerAction2 (line 395) | function registerAction2(ctor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/actions/common/menuService.js method constructor (line 27) | constructor(_commandService, _keybindingService, storageService) { method createMenu (line 32) | createMenu(id, contextKeyService, options) { method resetHiddenStates (line 35) | resetHiddenStates(ids) { method constructor (line 46) | constructor(_storageService) { method dispose (line 73) | dispose() { method _isHiddenByDefault (line 77) | _isHiddenByDefault(menu, commandId) { method setDefaultState (line 81) | setDefaultState(menu, commandId, hidden) { method isHidden (line 84) | isHidden(menu, commandId) { method updateHidden (line 90) | updateHidden(menu, commandId, hidden) { method reset (line 122) | reset(menus) { method _persist (line 138) | _persist() { method constructor (line 154) | constructor(_id, _hiddenStates, _collectContextKeysForSubmenus, _command... method structureContextKeys (line 167) | get structureContextKeys() { method preconditionContextKeys (line 170) | get preconditionContextKeys() { method toggledContextKeys (line 173) | get toggledContextKeys() { method refresh (line 176) | refresh() { method _collectContextKeys (line 197) | _collectContextKeys(item) { method createActionGroups (line 216) | createActionGroups(options) { method _fillInKbExprKeys (line 249) | static _fillInKbExprKeys(exp, set) { method _compareMenuItems (line 256) | static _compareMenuItems(a, b) { method _compareTitles (line 292) | static _compareTitles(a, b) { method constructor (line 304) | constructor(id, hiddenStates, options, commandService, keybindingService... method getActions (line 361) | getActions(options) { method dispose (line 364) | dispose() { function createMenuHide (line 374) | function createMenuHide(menu, command, states) { function createConfigureKeybindingAction (line 394) | function createConfigureKeybindingAction(commandId, when = undefined, co... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/clipboard/browser/clipboardService.js method constructor (line 25) | constructor(layoutService, logService) { method installWebKitWriteTextWorkaround (line 56) | installWebKitWriteTextWorkaround() { method writeText (line 81) | async writeText(text, type) { method fallbackWriteText (line 107) | fallbackWriteText(text) { method readText (line 123) | async readText(type) { method readFindText (line 139) | async readFindText() { method writeFindText (line 142) | async writeFindText(text) { method writeResources (line 145) | async writeResources(resources) { method readResources (line 154) | async readResources() { method computeResourcesStateHash (line 161) | async computeResourcesStateHash() { method clearResources (line 172) | clearResources() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/commands/common/commands.js method constructor (line 13) | constructor() { method registerCommand (line 18) | registerCommand(idOrCommand, handler) { method registerCommandAlias (line 59) | registerCommandAlias(oldId, newId) { method getCommand (line 62) | getCommand(id) { method getCommands (line 69) | getCommands() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/configuration/common/configuration.js function toValuesTree (line 7) | function toValuesTree(properties, conflictReporter) { function addToValueTree (line 14) | function addToValueTree(settingsTreeRoot, key, value, conflictReporter) { function removeFromValueTree (line 49) | function removeFromValueTree(valueTree, key) { function doRemoveFromValueTree (line 53) | function doRemoveFromValueTree(valueTree, segments) { function getConfigurationValue (line 73) | function getConfigurationValue(config, settingPath, defaultValue) { function getLanguageTagSettingPlainKey (line 88) | function getLanguageTagSettingPlainKey(settingKey) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/configuration/common/configurationModels.js function freeze (line 13) | function freeze(data) { class ConfigurationModel (line 16) | class ConfigurationModel { method createEmptyModel (line 17) | static createEmptyModel(logService) { method constructor (line 20) | constructor(_contents, _keys, _overrides, raw, logService) { method rawConfiguration (line 28) | get rawConfiguration() { method contents (line 49) | get contents() { method overrides (line 52) | get overrides() { method keys (line 55) | get keys() { method isEmpty (line 58) | isEmpty() { method getValue (line 61) | getValue(section) { method inspect (line 64) | inspect(section, overrideIdentifier) { method getOverrideValue (line 88) | getOverrideValue(section, overrideIdentifier) { method override (line 94) | override(identifier) { method merge (line 102) | merge(...others) { method createOverrideConfigurationModel (line 133) | createOverrideConfigurationModel(identifier) { method mergeContents (line 158) | mergeContents(source, target) { method getContentsForOverrideIdentifer (line 169) | getContentsForOverrideIdentifer(identifier) { method toJSON (line 194) | toJSON() { method addValue (line 202) | addValue(key, value) { method setValue (line 205) | setValue(key, value) { method removeValue (line 208) | removeValue(key) { method updateValue (line 219) | updateValue(key, value, add) { class ConfigurationModelParser (line 234) | class ConfigurationModelParser { method constructor (line 235) | constructor(_name, logService) { method configurationModel (line 242) | get configurationModel() { method parseRaw (line 245) | parseRaw(raw, options) { method doParseRaw (line 251) | doParseRaw(raw, options) { method filter (line 260) | filter(properties, configurationProperties, filterOverriddenProperties... method toOverrides (line 294) | toOverrides(raw, conflictReporter) { class ConfigurationInspectValue (line 312) | class ConfigurationInspectValue { method constructor (line 313) | constructor(key, overrides, _value, overrideIdentifiers, defaultConfig... method toInspectValue (line 328) | toInspectValue(inspectValue) { method userInspectValue (line 331) | get userInspectValue() { method user (line 337) | get user() { class Configuration (line 341) | class Configuration { method constructor (line 342) | constructor(_defaultConfiguration, _policyConfiguration, _applicationC... method getValue (line 357) | getValue(section, overrides, workspace) { method updateValue (line 361) | updateValue(key, value, overrides = {}) { method inspect (line 383) | inspect(key, overrides, workspace) { method applicationConfiguration (line 397) | get applicationConfiguration() { method userConfiguration (line 400) | get userConfiguration() { method localUserConfiguration (line 406) | get localUserConfiguration() { method remoteUserConfiguration (line 409) | get remoteUserConfiguration() { method getConsolidatedConfigurationModel (line 412) | getConsolidatedConfigurationModel(section, overrides, workspace) { method getConsolidatedConfigurationModelForResource (line 422) | getConsolidatedConfigurationModelForResource({ resource }, workspace) { method getWorkspaceConsolidatedConfiguration (line 436) | getWorkspaceConsolidatedConfiguration() { method getFolderConsolidatedConfiguration (line 442) | getFolderConsolidatedConfiguration(folder) { method getFolderConfigurationModelForResource (line 457) | getFolderConfigurationModelForResource(resource, workspace) { method toData (line 466) | toData() { method parse (line 500) | static parse(data, logService) { method parseConfigurationModel (line 512) | static parseConfigurationModel(model, logService) { class ConfigurationChangeEvent (line 516) | class ConfigurationChangeEvent { method constructor (line 517) | constructor(change, previous, currentConfiguraiton, currentWorkspace, ... method previousConfiguration (line 542) | get previousConfiguration() { method affectsConfiguration (line 548) | affectsConfiguration(section, overrides) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/configuration/common/configurationRegistry.js class ConfigurationRegistry (line 23) | class ConfigurationRegistry { method constructor (line 24) | constructor() { method registerConfiguration (line 48) | registerConfiguration(configuration, validate = true) { method registerConfigurations (line 51) | registerConfigurations(configurations, validate = true) { method registerDefaultConfigurations (line 58) | registerDefaultConfigurations(configurationDefaults) { method doRegisterDefaultConfigurations (line 64) | doRegisterDefaultConfigurations(configurationDefaults, bucket) { method registerOverrideIdentifiers (line 106) | registerOverrideIdentifiers(overrideIdentifiers) { method doRegisterOverrideIdentifiers (line 110) | doRegisterOverrideIdentifiers(overrideIdentifiers) { method doRegisterConfigurations (line 116) | doRegisterConfigurations(configurations, validate, bucket) { method validateAndRegisterProperties (line 123) | validateAndRegisterProperties(configuration, validate = true, extensio... method getConfigurationProperties (line 173) | getConfigurationProperties() { method getPolicyConfigurations (line 176) | getPolicyConfigurations() { method registerJSONConfiguration (line 179) | registerJSONConfiguration(configuration) { method updateSchema (line 192) | updateSchema(key, property) { method updateOverridePropertyPatternKey (line 216) | updateOverridePropertyPatternKey() { method registerOverridePropertyPatternKey (line 234) | registerOverridePropertyPatternKey() { method updatePropertyDefaultValue (line 249) | updatePropertyDefaultValue(key, property) { constant OVERRIDE_IDENTIFIER_PATTERN (line 264) | const OVERRIDE_IDENTIFIER_PATTERN = `\\[([^\\]]+)\\]`; constant OVERRIDE_IDENTIFIER_REGEX (line 265) | const OVERRIDE_IDENTIFIER_REGEX = new RegExp(OVERRIDE_IDENTIFIER_PATTERN... constant OVERRIDE_PROPERTY_PATTERN (line 266) | const OVERRIDE_PROPERTY_PATTERN = `^(${OVERRIDE_IDENTIFIER_PATTERN})+$`; constant OVERRIDE_PROPERTY_REGEX (line 267) | const OVERRIDE_PROPERTY_REGEX = new RegExp(OVERRIDE_PROPERTY_PATTERN); function overrideIdentifiersFromKey (line 268) | function overrideIdentifiersFromKey(key) { function getDefaultValue (line 282) | function getDefaultValue(type) { function validateProperty (line 302) | function validateProperty(property, schema) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/configuration/common/configurations.js class DefaultConfiguration (line 5) | class DefaultConfiguration extends Disposable { method configurationModel (line 6) | get configurationModel() { method constructor (line 9) | constructor(logService) { method reload (line 14) | reload() { method getConfigurationDefaultOverrides (line 18) | getConfigurationDefaultOverrides() { method resetConfigurationModel (line 21) | resetConfigurationModel() { method updateConfigurationModel (line 26) | updateConfigurationModel(properties, configurationProperties) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextkey/browser/contextKeyService.js constant KEYBINDING_CONTEXT_ATTR (line 24) | const KEYBINDING_CONTEXT_ATTR = 'data-keybinding-context'; class Context (line 25) | class Context { method constructor (line 26) | constructor(id, parent) { method value (line 32) | get value() { method setValue (line 35) | setValue(key, value) { method removeValue (line 43) | removeValue(key) { method getValue (line 51) | getValue(key) { class NullContext (line 59) | class NullContext extends Context { method constructor (line 60) | constructor() { method setValue (line 63) | setValue(key, value) { method removeValue (line 66) | removeValue(key) { method getValue (line 69) | getValue(key) { class ConfigAwareContextValuesContainer (line 74) | class ConfigAwareContextValuesContainer extends Context { method constructor (line 75) | constructor(id, _configurationService, emitter) { method dispose (line 104) | dispose() { method getValue (line 107) | getValue(key) { method setValue (line 134) | setValue(key, value) { method removeValue (line 137) | removeValue(key) { class ContextKey (line 142) | class ContextKey { method constructor (line 143) | constructor(service, key, defaultValue) { method set (line 149) | set(value) { method reset (line 152) | reset() { method get (line 160) | get() { class SimpleContextKeyChangeEvent (line 164) | class SimpleContextKeyChangeEvent { method constructor (line 165) | constructor(key) { method affectsSome (line 168) | affectsSome(keys) { method allKeysContainedIn (line 171) | allKeysContainedIn(keys) { class ArrayContextKeyChangeEvent (line 175) | class ArrayContextKeyChangeEvent { method constructor (line 176) | constructor(keys) { method affectsSome (line 179) | affectsSome(keys) { method allKeysContainedIn (line 187) | allKeysContainedIn(keys) { class CompositeContextKeyChangeEvent (line 191) | class CompositeContextKeyChangeEvent { method constructor (line 192) | constructor(events) { method affectsSome (line 195) | affectsSome(keys) { method allKeysContainedIn (line 203) | allKeysContainedIn(keys) { function allEventKeysInContext (line 207) | function allEventKeysInContext(event, context) { class AbstractContextKeyService (line 210) | class AbstractContextKeyService extends Disposable { method constructor (line 211) | constructor(myContextId) { method createKey (line 218) | createKey(key, defaultValue) { method bufferChangeEvents (line 224) | bufferChangeEvents(callback) { method createScoped (line 233) | createScoped(domNode) { method contextMatchesRules (line 239) | contextMatchesRules(rules) { method getContextKeyValue (line 250) | getContextKeyValue(key) { method setContext (line 256) | setContext(key, value) { method removeContext (line 268) | removeContext(key) { method getContext (line 276) | getContext(target) { method dispose (line 282) | dispose() { method constructor (line 288) | constructor(configurationService) { method getContextValuesContainer (line 305) | getContextValuesContainer(contextId) { method createChildContext (line 311) | createChildContext(parentContextId = this._myContextId) { method disposeContext (line 319) | disposeContext(contextId) { class ScopedContextKeyService (line 329) | class ScopedContextKeyService extends AbstractContextKeyService { method constructor (line 330) | constructor(parent, domNode) { method _updateParentChangeListener (line 345) | _updateParentChangeListener() { method dispose (line 355) | dispose() { method getContextValuesContainer (line 363) | getContextValuesContainer(contextId) { method createChildContext (line 369) | createChildContext(parentContextId = this._myContextId) { method disposeContext (line 375) | disposeContext(contextId) { function findContextAttr (line 382) | function findContextAttr(domNode) { function setContext (line 395) | function setContext(accessor, contextKey, contextValue) { function stringifyURIs (line 399) | function stringifyURIs(contextValue) { method handler (line 413) | handler() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextkey/common/contextkey.js constant CONSTANT_VALUES (line 10) | const CONSTANT_VALUES = new Map(); class Parser (line 51) | class Parser { method constructor (line 52) | constructor(_config = defaultConfig) { method parse (line 68) | parse(input) { method _expr (line 94) | _expr() { method _or (line 97) | _or() { method _and (line 105) | _and() { method _term (line 113) | _term() { method _primary (line 138) | _primary() { method _value (line 326) | _value() { method _removeFlagsGY (line 348) | _removeFlagsGY(flags) { method _previous (line 352) | _previous() { method _matchOne (line 355) | _matchOne(token) { method _advance (line 362) | _advance() { method _consume (line 368) | _consume(type, message) { method _errExpectedButGot (line 374) | _errExpectedButGot(expected, got, additionalInfo) { method _check (line 381) | _check(type) { method _peek (line 384) | _peek() { method _isAtEnd (line 387) | _isAtEnd() { class ContextKeyExpr (line 394) | class ContextKeyExpr { method false (line 395) | static false() { method true (line 398) | static true() { method has (line 401) | static has(key) { method equals (line 404) | static equals(key, value) { method notEquals (line 407) | static notEquals(key, value) { method regex (line 410) | static regex(key, value) { method in (line 413) | static in(key, value) { method notIn (line 416) | static notIn(key, value) { method not (line 419) | static not(key) { method and (line 422) | static and(...expr) { method or (line 425) | static or(...expr) { method deserialize (line 428) | static deserialize(serialized) { function expressionsAreEqualWithConstantSubstitution (line 437) | function expressionsAreEqualWithConstantSubstitution(a, b) { function cmp (line 448) | function cmp(a, b) { class ContextKeyFalseExpr (line 451) | class ContextKeyFalseExpr { method constructor (line 452) | constructor() { method cmp (line 455) | cmp(other) { method equals (line 458) | equals(other) { method substituteConstants (line 461) | substituteConstants() { method evaluate (line 464) | evaluate(context) { method serialize (line 467) | serialize() { method keys (line 470) | keys() { method negate (line 473) | negate() { class ContextKeyTrueExpr (line 478) | class ContextKeyTrueExpr { method constructor (line 479) | constructor() { method cmp (line 482) | cmp(other) { method equals (line 485) | equals(other) { method substituteConstants (line 488) | substituteConstants() { method evaluate (line 491) | evaluate(context) { method serialize (line 494) | serialize() { method keys (line 497) | keys() { method negate (line 500) | negate() { class ContextKeyDefinedExpr (line 505) | class ContextKeyDefinedExpr { method create (line 506) | static create(key, negated = null) { method constructor (line 513) | constructor(key, negated) { method cmp (line 518) | cmp(other) { method equals (line 524) | equals(other) { method substituteConstants (line 530) | substituteConstants() { method evaluate (line 537) | evaluate(context) { method serialize (line 540) | serialize() { method keys (line 543) | keys() { method negate (line 546) | negate() { class ContextKeyEqualsExpr (line 553) | class ContextKeyEqualsExpr { method create (line 554) | static create(key, value, negated = null) { method constructor (line 565) | constructor(key, value, negated) { method cmp (line 571) | cmp(other) { method equals (line 577) | equals(other) { method substituteConstants (line 583) | substituteConstants() { method evaluate (line 591) | evaluate(context) { method serialize (line 596) | serialize() { method keys (line 599) | keys() { method negate (line 602) | negate() { class ContextKeyInExpr (line 609) | class ContextKeyInExpr { method create (line 610) | static create(key, valueKey) { method constructor (line 613) | constructor(key, valueKey) { method cmp (line 619) | cmp(other) { method equals (line 625) | equals(other) { method substituteConstants (line 631) | substituteConstants() { method evaluate (line 634) | evaluate(context) { method serialize (line 645) | serialize() { method keys (line 648) | keys() { method negate (line 651) | negate() { class ContextKeyNotInExpr (line 658) | class ContextKeyNotInExpr { method create (line 659) | static create(key, valueKey) { method constructor (line 662) | constructor(key, valueKey) { method cmp (line 668) | cmp(other) { method equals (line 674) | equals(other) { method substituteConstants (line 680) | substituteConstants() { method evaluate (line 683) | evaluate(context) { method serialize (line 686) | serialize() { method keys (line 689) | keys() { method negate (line 692) | negate() { class ContextKeyNotEqualsExpr (line 696) | class ContextKeyNotEqualsExpr { method create (line 697) | static create(key, value, negated = null) { method constructor (line 711) | constructor(key, value, negated) { method cmp (line 717) | cmp(other) { method equals (line 723) | equals(other) { method substituteConstants (line 729) | substituteConstants() { method evaluate (line 737) | evaluate(context) { method serialize (line 742) | serialize() { method keys (line 745) | keys() { method negate (line 748) | negate() { class ContextKeyNotExpr (line 755) | class ContextKeyNotExpr { method create (line 756) | static create(key, negated = null) { method constructor (line 763) | constructor(key, negated) { method cmp (line 768) | cmp(other) { method equals (line 774) | equals(other) { method substituteConstants (line 780) | substituteConstants() { method evaluate (line 787) | evaluate(context) { method serialize (line 790) | serialize() { method keys (line 793) | keys() { method negate (line 796) | negate() { function withFloatOrStr (line 803) | function withFloatOrStr(value, callback) { class ContextKeyGreaterExpr (line 815) | class ContextKeyGreaterExpr { method create (line 816) | static create(key, _value, negated = null) { method constructor (line 819) | constructor(key, value, negated) { method cmp (line 825) | cmp(other) { method equals (line 831) | equals(other) { method substituteConstants (line 837) | substituteConstants() { method evaluate (line 840) | evaluate(context) { method serialize (line 846) | serialize() { method keys (line 849) | keys() { method negate (line 852) | negate() { class ContextKeyGreaterEqualsExpr (line 859) | class ContextKeyGreaterEqualsExpr { method create (line 860) | static create(key, _value, negated = null) { method constructor (line 863) | constructor(key, value, negated) { method cmp (line 869) | cmp(other) { method equals (line 875) | equals(other) { method substituteConstants (line 881) | substituteConstants() { method evaluate (line 884) | evaluate(context) { method serialize (line 890) | serialize() { method keys (line 893) | keys() { method negate (line 896) | negate() { class ContextKeySmallerExpr (line 903) | class ContextKeySmallerExpr { method create (line 904) | static create(key, _value, negated = null) { method constructor (line 907) | constructor(key, value, negated) { method cmp (line 913) | cmp(other) { method equals (line 919) | equals(other) { method substituteConstants (line 925) | substituteConstants() { method evaluate (line 928) | evaluate(context) { method serialize (line 934) | serialize() { method keys (line 937) | keys() { method negate (line 940) | negate() { class ContextKeySmallerEqualsExpr (line 947) | class ContextKeySmallerEqualsExpr { method create (line 948) | static create(key, _value, negated = null) { method constructor (line 951) | constructor(key, value, negated) { method cmp (line 957) | cmp(other) { method equals (line 963) | equals(other) { method substituteConstants (line 969) | substituteConstants() { method evaluate (line 972) | evaluate(context) { method serialize (line 978) | serialize() { method keys (line 981) | keys() { method negate (line 984) | negate() { class ContextKeyRegexExpr (line 991) | class ContextKeyRegexExpr { method create (line 992) | static create(key, regexp) { method constructor (line 995) | constructor(key, regexp) { method cmp (line 1002) | cmp(other) { method equals (line 1022) | equals(other) { method substituteConstants (line 1030) | substituteConstants() { method evaluate (line 1033) | evaluate(context) { method serialize (line 1037) | serialize() { method keys (line 1043) | keys() { method negate (line 1046) | negate() { class ContextKeyNotRegexExpr (line 1053) | class ContextKeyNotRegexExpr { method create (line 1054) | static create(actual) { method constructor (line 1057) | constructor(_actual) { method cmp (line 1062) | cmp(other) { method equals (line 1068) | equals(other) { method substituteConstants (line 1074) | substituteConstants() { method evaluate (line 1077) | evaluate(context) { method serialize (line 1080) | serialize() { method keys (line 1083) | keys() { method negate (line 1086) | negate() { function eliminateConstantsInArray (line 1093) | function eliminateConstantsInArray(arr) { class ContextKeyAndExpr (line 1117) | class ContextKeyAndExpr { method create (line 1118) | static create(_expr, negated, extraRedundantCheck) { method constructor (line 1121) | constructor(expr, negated) { method cmp (line 1126) | cmp(other) { method equals (line 1144) | equals(other) { method substituteConstants (line 1158) | substituteConstants() { method evaluate (line 1166) | evaluate(context) { method _normalizeArr (line 1174) | static _normalizeArr(arr, negated, extraRedundantCheck) { method serialize (line 1254) | serialize() { method keys (line 1257) | keys() { method negate (line 1264) | negate() { class ContextKeyOrExpr (line 1275) | class ContextKeyOrExpr { method create (line 1276) | static create(_expr, negated, extraRedundantCheck) { method constructor (line 1279) | constructor(expr, negated) { method cmp (line 1284) | cmp(other) { method equals (line 1302) | equals(other) { method substituteConstants (line 1316) | substituteConstants() { method evaluate (line 1324) | evaluate(context) { method _normalizeArr (line 1332) | static _normalizeArr(arr, negated, extraRedundantCheck) { method serialize (line 1393) | serialize() { method keys (line 1396) | keys() { method negate (line 1403) | negate() { class RawContextKey (line 1427) | class RawContextKey extends ContextKeyDefinedExpr { method all (line 1428) | static all() { method constructor (line 1431) | constructor(key, defaultValue, metaOrHide) { method bindTo (line 1442) | bindTo(target) { method getValue (line 1445) | getValue(target) { method toNegated (line 1448) | toNegated() { method isEqualTo (line 1451) | isEqualTo(value) { function cmp1 (line 1457) | function cmp1(key1, key2) { function cmp2 (line 1466) | function cmp2(key1, value1, key2, value2) { function implies (line 1484) | function implies(p, q) { function allElementsIncluded (line 1523) | function allElementsIncluded(p, q) { function getTerminals (line 1542) | function getTerminals(node) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextkey/common/scanner.js function hintDidYouMean (line 7) | function hintDidYouMean(...meant) { class Scanner (line 36) | class Scanner { method constructor (line 37) | constructor() { method getLexeme (line 46) | static getLexeme(token) { method reset (line 94) | reset(value) { method scan (line 102) | scan() { method _match (line 177) | _match(expected) { method _advance (line 187) | _advance() { method _peek (line 190) | _peek() { method _addToken (line 193) | _addToken(type) { method _error (line 196) | _error(additional) { method _string (line 203) | _string() { method _quotedString (line 219) | _quotedString() { method _regex (line 237) | _regex() { method _isAtEnd (line 274) | _isAtEnd() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextview/browser/contextMenuHandler.js class ContextMenuHandler (line 12) | class ContextMenuHandler { method constructor (line 13) | constructor(contextViewService, telemetryService, notificationService,... method configure (line 24) | configure(options) { method showContextMenu (line 27) | showContextMenu(delegate) { method onActionRun (line 113) | onActionRun(e, logTelemetry) { method onDidActionRun (line 119) | onDidActionRun(e) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextview/browser/contextMenuService.js method contextMenuHandler (line 27) | get contextMenuHandler() { method constructor (line 33) | constructor(telemetryService, notificationService, contextViewService, k... method configure (line 46) | configure(options) { method showContextMenu (line 50) | showContextMenu(delegate) { function is (line 75) | function is(thing) { function transform (line 78) | function transform(delegate, menuService, globalContextKeyService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/contextview/browser/contextViewService.js method constructor (line 19) | constructor(layoutService) { method showContextView (line 27) | showContextView(delegate, container, shadowRoot) { method layout (line 55) | layout() { method hideContextView (line 58) | hideContextView(data) { class ContextViewService (line 67) | class ContextViewService extends ContextViewHandler { method getContextViewElement (line 68) | getContextViewElement() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/dnd/browser/dnd.js class DragAndDropContributionRegistry (line 7) | class DragAndDropContributionRegistry { class LocalSelectionTransfer (line 18) | class LocalSelectionTransfer { method constructor (line 19) | constructor() { method getInstance (line 22) | static getInstance() { method hasData (line 25) | hasData(proto) { method getData (line 28) | getData(proto) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/extensions/common/extensions.js class ExtensionIdentifier (line 17) | class ExtensionIdentifier { method constructor (line 18) | constructor(value) { method toKey (line 25) | static toKey(id) { class ExtensionIdentifierSet (line 32) | class ExtensionIdentifierSet { method constructor (line 33) | constructor(iterable) { method add (line 41) | add(id) { method has (line 44) | has(id) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/history/browser/contextScopedHistoryWidget.js function registerAndCreateHistoryNavigationContext (line 27) | function registerAndCreateHistoryNavigationContext(scopedContextKeyServi... method constructor (line 65) | constructor(container, contextViewProvider, options, contextKeyService) { method constructor (line 76) | constructor(container, contextViewProvider, options, contextKeyService, ... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/history/browser/historyWidgetKeybindingHint.js function showHistoryKeybindingHint (line 5) | function showHistoryKeybindingHint(keybindingService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/hover/browser/hover.js method delay (line 20) | get delay() { method constructor (line 26) | constructor(placement, instantHover, overrideOptions = {}, configuration... method showHover (line 43) | showHover(options, focus) { method isInstantlyHovering (line 72) | isInstantlyHovering() { method onDidHideHover (line 75) | onDidHideHover() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/descriptors.js class SyncDescriptor (line 5) | class SyncDescriptor { method constructor (line 6) | constructor(ctor, staticArguments = [], supportsDelayedInstantiation =... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/extensions.js function registerSingleton (line 7) | function registerSingleton(id, ctorOrDescriptor, supportsDelayedInstanti... function getSingletonServiceDescriptors (line 13) | function getSingletonServiceDescriptors() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/graph.js class Node (line 5) | class Node { method constructor (line 6) | constructor(key, data) { class Graph (line 13) | class Graph { method constructor (line 14) | constructor(_hashFn) { method roots (line 19) | roots() { method insertEdge (line 28) | insertEdge(from, to) { method removeNode (line 34) | removeNode(data) { method lookupOrInsertNode (line 42) | lookupOrInsertNode(data) { method isEmpty (line 51) | isEmpty() { method toString (line 54) | toString() { method findCycleSlow (line 65) | findCycleSlow() { method _findCycle (line 75) | _findCycle(node, seen) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/instantiation.js function getServiceDependencies (line 11) | function getServiceDependencies(ctor) { function storeServiceDependency (line 17) | function storeServiceDependency(id, target, index) { function createDecorator (line 29) | function createDecorator(serviceId) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/instantiationService.js class CyclicDependencyError (line 15) | class CyclicDependencyError extends Error { method constructor (line 16) | constructor(graph) { class InstantiationService (line 22) | class InstantiationService { method constructor (line 23) | constructor(_services = new ServiceCollection(), _strict = false, _par... method dispose (line 36) | dispose() { method _throwIfDisposed (line 51) | _throwIfDisposed() { method createChild (line 56) | createChild(services, store) { method invokeFunction (line 69) | invokeFunction(fn, ...args) { method createInstance (line 93) | createInstance(ctorOrDescriptor, ...rest) { method _createInstance (line 108) | _createInstance(ctor, args = [], _trace) { method _setCreatedServiceInstance (line 134) | _setCreatedServiceInstance(id, instance) { method _getServiceInstanceOrDescriptor (line 145) | _getServiceInstanceOrDescriptor(id) { method _getOrCreateServiceInstance (line 154) | _getOrCreateServiceInstance(id, _trace) { method _safeCreateAndCacheServiceInstance (line 167) | _safeCreateAndCacheServiceInstance(id, desc, _trace) { method _createAndCacheServiceInstance (line 179) | _createAndCacheServiceInstance(id, desc, _trace) { method _createServiceInstanceWithOwner (line 231) | _createServiceInstanceWithOwner(id, ctor, args = [], supportsDelayedIn... method _createServiceInstance (line 242) | _createServiceInstance(id, ctor, args = [], supportsDelayedInstantiati... method _throwIfStrict (line 325) | _throwIfStrict(msg, printWarning) { class Trace (line 334) | class Trace { method traceInvocation (line 335) | static traceInvocation(_enableTracing, ctor) { method traceCreation (line 338) | static traceCreation(_enableTracing, ctor) { method constructor (line 341) | constructor(type, name) { method branch (line 347) | branch(id, first) { method stop (line 352) | stop() { method constructor (line 386) | constructor() { super(0 /* TraceType.None */, null); } method stop (line 387) | stop() { } method branch (line 388) | branch() { return this; } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/instantiation/common/serviceCollection.js class ServiceCollection (line 5) | class ServiceCollection { method constructor (line 6) | constructor(...entries) { method set (line 12) | set(id, instanceOrDescriptor) { method get (line 17) | get(id) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/jsonschemas/common/jsonContributionRegistry.js function normalizeId (line 10) | function normalizeId(id) { class JSONContributionRegistry (line 16) | class JSONContributionRegistry { method constructor (line 17) | constructor() { method registerSchema (line 21) | registerSchema(uri, unresolvedSchemaContent) { method notifySchemaChanged (line 25) | notifySchemaChanged(uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/abstractKeybindingService.js constant HIGH_FREQ_COMMANDS (line 12) | const HIGH_FREQ_COMMANDS = /^(cursor|delete|undo|redo|tab|editor\.action... class AbstractKeybindingService (line 13) | class AbstractKeybindingService extends Disposable { method onDidUpdateKeybindings (line 14) | get onDidUpdateKeybindings() { method inChordMode (line 17) | get inChordMode() { method constructor (line 20) | constructor(_contextKeyService, _commandService, _telemetryService, _n... method dispose (line 37) | dispose() { method _log (line 40) | _log(str) { method getKeybindings (line 45) | getKeybindings() { method lookupKeybinding (line 48) | lookupKeybinding(commandId, context) { method dispatchEvent (line 55) | dispatchEvent(e, target) { method softDispatch (line 60) | softDispatch(e, target) { method _scheduleLeaveChordMode (line 77) | _scheduleLeaveChordMode() { method _expectAnotherChord (line 91) | _expectAnotherChord(firstChord, keypressLabel) { method _leaveChordMode (line 110) | _leaveChordMode() { method _dispatch (line 119) | _dispatch(e, target) { method _singleModifierDispatch (line 122) | _singleModifierDispatch(e, target) { method _doDispatch (line 167) | _doDispatch(userKeypress, target, isSingleModiferChord = false) { method mightProducePrintableCharacter (line 254) | mightProducePrintableCharacter(event) { class KeybindingModifierSet (line 268) | class KeybindingModifierSet { method constructor (line 269) | constructor(source) { method has (line 275) | has(modifier) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/baseResolvedKeybinding.js class BaseResolvedKeybinding (line 8) | class BaseResolvedKeybinding extends ResolvedKeybinding { method constructor (line 9) | constructor(os, chords) { method getLabel (line 17) | getLabel() { method getAriaLabel (line 20) | getAriaLabel() { method getElectronAccelerator (line 23) | getElectronAccelerator() { method getUserSettingsLabel (line 35) | getUserSettingsLabel() { method hasMultipleChords (line 38) | hasMultipleChords() { method getChords (line 41) | getChords() { method _getChord (line 44) | _getChord(keybinding) { method getDispatchChords (line 47) | getDispatchChords() { method getSingleModifierDispatchChords (line 50) | getSingleModifierDispatchChords() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/keybindingResolver.js function KbFound (line 9) | function KbFound(commandId, commandArgs, isBubble) { class KeybindingResolver (line 17) | class KeybindingResolver { method constructor (line 18) | constructor( method _isTargetedForRemoval (line 51) | static _isTargetedForRemoval(defaultKb, keypress, when) { method handleRemovals (line 74) | static handleRemovals(rules) { method _addKeyPress (line 124) | _addKeyPress(keypress, item) { method _addToLookupMap (line 159) | _addToLookupMap(item) { method _removeFromLookupMap (line 172) | _removeFromLookupMap(item) { method whenIsEntirelyIncluded (line 190) | static whenIsEntirelyIncluded(a, b) { method getKeybindings (line 199) | getKeybindings() { method lookupPrimaryKeybinding (line 202) | lookupPrimaryKeybinding(commandId, context) { method resolve (line 224) | resolve(context, currentChords, keypress) { method _findCommand (line 272) | _findCommand(context, matches) { method _contextMatchesRules (line 282) | static _contextMatchesRules(context, rules) { function printWhenExplanation (line 289) | function printWhenExplanation(when) { function printSourceExplanation (line 295) | function printSourceExplanation(kb) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/keybindingsRegistry.js class KeybindingsRegistryImpl (line 14) | class KeybindingsRegistryImpl { method constructor (line 15) | constructor() { method bindToCurrentPlatform (line 23) | static bindToCurrentPlatform(kb) { method registerKeybindingRule (line 41) | registerKeybindingRule(rule) { method registerCommandAndKeybindingRule (line 61) | registerCommandAndKeybindingRule(desc) { method _registerDefaultKeybinding (line 64) | _registerDefaultKeybinding(keybinding, commandId, commandArgs, weight1... method getDefaultKeybindings (line 81) | getDefaultKeybindings() { function sorter (line 95) | function sorter(a, b) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/resolvedKeybindingItem.js class ResolvedKeybindingItem (line 5) | class ResolvedKeybindingItem { method constructor (line 6) | constructor(resolvedKeybinding, command, commandArgs, when, isDefault,... function toEmptyArrayIfContainsNull (line 23) | function toEmptyArrayIfContainsNull(arr) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/keybinding/common/usLayoutResolvedKeybinding.js class USLayoutResolvedKeybinding (line 12) | class USLayoutResolvedKeybinding extends BaseResolvedKeybinding { method constructor (line 13) | constructor(chords, os) { method _keyCodeToUILabel (line 16) | _keyCodeToUILabel(keyCode) { method _getLabel (line 31) | _getLabel(chord) { method _getAriaLabel (line 37) | _getAriaLabel(chord) { method _getElectronAccelerator (line 43) | _getElectronAccelerator(chord) { method _getUserSettingsLabel (line 46) | _getUserSettingsLabel(chord) { method _getChordDispatch (line 53) | _getChordDispatch(chord) { method getDispatchStr (line 56) | static getDispatchStr(chord) { method _getSingleModifierChordDispatch (line 76) | _getSingleModifierChordDispatch(keybinding) { method _scanCodeToKeyCode (line 94) | static _scanCodeToKeyCode(scanCode) { method _toKeyCodeChord (line 152) | static _toKeyCodeChord(chord) { method resolveKeybinding (line 165) | static resolveKeybinding(keybinding, os) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/list/browser/listService.js class ListService (line 35) | class ListService { method lastFocusedList (line 36) | get lastFocusedList() { method constructor (line 39) | constructor() { method setLastFocusedList (line 45) | setLastFocusedList(widget) { method register (line 54) | register(widget, extraContextKeys) { method dispose (line 78) | dispose() { function createScopedContextKeyService (line 104) | function createScopedContextKeyService(contextKeyService, widget) { function createScrollObserver (line 109) | function createScrollObserver(contextKeyService, widget) { function useAltAsMultipleSelectionModifier (line 149) | function useAltAsMultipleSelectionModifier(configurationService) { class MultipleSelectionController (line 152) | class MultipleSelectionController extends Disposable { method constructor (line 153) | constructor(configurationService) { method registerListeners (line 159) | registerListeners() { method isSelectionSingleChangeEvent (line 166) | isSelectionSingleChangeEvent(event) { method isSelectionRangeChangeEvent (line 172) | isSelectionRangeChangeEvent(event) { function toWorkbenchListOptions (line 176) | function toWorkbenchListOptions(accessor, options) { method constructor (line 194) | constructor(user, container, delegate, renderers, options, contextKeySer... method updateOptions (line 263) | updateOptions(options) { method updateStyles (line 272) | updateStyles(styles) { method constructor (line 284) | constructor(user, container, delegate, renderers, options, contextKeySer... method updateOptions (line 337) | updateOptions(options) { method updateStyles (line 346) | updateStyles(styles) { method dispose (line 349) | dispose() { method constructor (line 362) | constructor(user, container, delegate, columns, renderers, options, cont... method updateOptions (line 431) | updateOptions(options) { method updateStyles (line 440) | updateStyles(styles) { method dispose (line 443) | dispose() { class ResourceNavigator (line 455) | class ResourceNavigator extends Disposable { method constructor (line 456) | constructor(widget, options) { method onSelectionFromKeyboard (line 477) | onSelectionFromKeyboard(event) { method onPointer (line 487) | onPointer(element, browserEvent) { method onMouseDblClick (line 501) | onMouseDblClick(element, browserEvent) { method _open (line 517) | _open(element, preserveFocus, pinned, sideBySide, browserEvent) { class ListResourceNavigator (line 533) | class ListResourceNavigator extends ResourceNavigator { method constructor (line 534) | constructor(widget, options) { method getSelectedElement (line 538) | getSelectedElement() { class TableResourceNavigator (line 542) | class TableResourceNavigator extends ResourceNavigator { method constructor (line 543) | constructor(widget, options) { method getSelectedElement (line 546) | getSelectedElement() { class TreeResourceNavigator (line 550) | class TreeResourceNavigator extends ResourceNavigator { method constructor (line 551) | constructor(widget, options) { method getSelectedElement (line 554) | getSelectedElement() { function createKeyboardNavigationEventFilter (line 559) | function createKeyboardNavigationEventFilter(keybindingService) { method constructor (line 579) | constructor(user, container, delegate, renderers, options, instantiation... method updateOptions (line 586) | updateOptions(options) { method constructor (line 599) | constructor(user, container, delegate, renderers, options, instantiation... method updateOptions (line 606) | updateOptions(options = {}) { method constructor (line 622) | constructor(user, container, delegate, renderers, dataSource, options, i... method updateOptions (line 629) | updateOptions(options = {}) { method onDidOpen (line 645) | get onDidOpen() { return this.internals.onDidOpen; } method constructor (line 646) | constructor(user, container, delegate, renderers, dataSource, options, i... method updateOptions (line 653) | updateOptions(options = {}) { method constructor (line 669) | constructor(user, container, virtualDelegate, compressionDelegate, rende... method updateOptions (line 676) | updateOptions(options) { function getDefaultTreeFindMode (line 688) | function getDefaultTreeFindMode(configurationService) { function getDefaultTreeFindMatchType (line 705) | function getDefaultTreeFindMatchType(configurationService) { function workbenchTreeDataPreamble (line 715) | function workbenchTreeDataPreamble(accessor, options) { method onDidOpen (line 774) | get onDidOpen() { return this.navigator.onDidOpen; } method constructor (line 775) | constructor(tree, options, getTypeNavigationMode, overrideStyles, contex... method updateOptions (line 892) | updateOptions(options) { method updateStyleOverrides (line 897) | updateStyleOverrides(overrideStyles) { method dispose (line 900) | dispose() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/log/common/log.js constant DEFAULT_LOG_LEVEL (line 15) | const DEFAULT_LOG_LEVEL = LogLevel.Info; class AbstractLogger (line 16) | class AbstractLogger extends Disposable { method constructor (line 17) | constructor() { method setLevel (line 23) | setLevel(level) { method getLevel (line 29) | getLevel() { method checkLogLevel (line 32) | checkLogLevel(level) { class ConsoleLogger (line 36) | class ConsoleLogger extends AbstractLogger { method constructor (line 37) | constructor(logLevel = DEFAULT_LOG_LEVEL, useColors = true) { method trace (line 42) | trace(message, ...args) { method debug (line 52) | debug(message, ...args) { method info (line 62) | info(message, ...args) { method warn (line 72) | warn(message, ...args) { method error (line 82) | error(message, ...args) { class MultiplexLogger (line 93) | class MultiplexLogger extends AbstractLogger { method constructor (line 94) | constructor(loggers) { method setLevel (line 101) | setLevel(level) { method trace (line 107) | trace(message, ...args) { method debug (line 112) | debug(message, ...args) { method info (line 117) | info(message, ...args) { method warn (line 122) | warn(message, ...args) { method error (line 127) | error(message, ...args) { method dispose (line 132) | dispose() { function LogLevelToString (line 139) | function LogLevelToString(logLevel) { constant CONTEXT_LOG_LEVEL (line 150) | const CONTEXT_LOG_LEVEL = new RawContextKey('logLevel', LogLevelToString... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/log/common/logService.js class LogService (line 7) | class LogService extends Disposable { method constructor (line 8) | constructor(primaryLogger, otherLoggers = []) { method onDidChangeLogLevel (line 13) | get onDidChangeLogLevel() { method setLevel (line 16) | setLevel(level) { method getLevel (line 19) | getLevel() { method trace (line 22) | trace(message, ...args) { method debug (line 25) | debug(message, ...args) { method info (line 28) | info(message, ...args) { method warn (line 31) | warn(message, ...args) { method error (line 34) | error(message, ...args) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/markers/common/markerService.js class DoubleResourceMap (line 20) | class DoubleResourceMap { method constructor (line 21) | constructor() { method set (line 25) | set(resource, owner, value) { method get (line 39) | get(resource, owner) { method delete (line 43) | delete(resource, owner) { method values (line 59) | values(key) { class MarkerStats (line 70) | class MarkerStats { method constructor (line 71) | constructor(service) { method dispose (line 80) | dispose() { method _update (line 83) | _update(resources) { method _resourceStats (line 94) | _resourceStats(resource) { method _substract (line 116) | _substract(op) { method _add (line 122) | _add(op) { class MarkerService (line 129) | class MarkerService { method constructor (line 130) | constructor() { method dispose (line 139) | dispose() { method remove (line 143) | remove(owner, resources) { method changeOne (line 148) | changeOne(owner, resource, markerData) { method _toMarker (line 169) | static _toMarker(owner, resource, data) { method changeAll (line 194) | changeAll(owner, data) { method read (line 235) | read(filter = Object.create(null)) { method _accept (line 291) | static _accept(marker, severities) { method _merge (line 295) | static _merge(all) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/markers/common/markers.js function compare (line 16) | function compare(a, b) { function toString (line 24) | function toString(a) { function fromSeverity (line 28) | function fromSeverity(severity) { function toSeverity (line 37) | function toSeverity(severity) { function makeKey (line 50) | function makeKey(markerData) { function makeKeyOptionalMessage (line 54) | function makeKeyOptionalMessage(markerData, useMessage) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/notification/common/notification.js class NoOpNotification (line 5) | class NoOpNotification { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/observable/common/platformObservableUtils.js function bindContextKey (line 7) | function bindContextKey(key, service, computeValue) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/opener/browser/link.js method enabled (line 25) | get enabled() { method enabled (line 28) | set enabled(enabled) { method constructor (line 47) | constructor(container, _link, options = {}, _hoverService, openerService) { method setTooltip (line 81) | setTooltip(title) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/opener/common/opener.js function extractSelection (line 17) | function extractSelection(uri) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/progress/common/progress.js method total (line 4) | total() { } method worked (line 5) | worked() { } method done (line 6) | done() { } class Progress (line 8) | class Progress { method constructor (line 9) | constructor(callback) { method report (line 12) | report(item) { method report (line 17) | report() { } FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/commandsQuickAccess.js method constructor (line 33) | constructor(options, instantiationService, keybindingService, commandSer... method _getPicks (line 43) | async _getPicks(filter, _disposables, token, runOptions) { method toCommandPick (line 196) | toCommandPick(commandPick, runOptions) { method getTfIdfChunk (line 233) | getTfIdfChunk({ label, commandAlias, commandDescription }) { method constructor (line 258) | constructor(storageService, configurationService, logService) { method registerListeners (line 268) | registerListeners() { method updateConfiguration (line 279) | updateConfiguration(e) { method load (line 289) | load() { method push (line 313) | push(commandId) { method peek (line 320) | peek(commandId) { method saveState (line 324) | saveState() { method getConfiguredCommandHistoryLength (line 337) | static getConfiguredCommandHistoryLength(configurationService) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/helpQuickAccess.js method constructor (line 22) | constructor(quickInputService, keybindingService) { method provide (line 27) | provide(picker) { method getQuickAccessProviders (line 48) | getQuickAccessProviders() { method createPicks (line 55) | createPicks(provider) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/pickerQuickAccess.js function isPicksWithActive (line 28) | function isPicksWithActive(obj) { function isFastAndSlowPicks (line 32) | function isFastAndSlowPicks(obj) { class PickerQuickAccessProvider (line 36) | class PickerQuickAccessProvider extends Disposable { method constructor (line 37) | constructor(prefix, options) { method provide (line 42) | provide(picker, token, runOptions) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickAccess.js method constructor (line 23) | constructor(quickInputService, instantiationService) { method show (line 32) | show(value = '', options) { method doShowOrPick (line 35) | doShowOrPick(value, pick, options) { method adjustValueSelection (line 137) | adjustValueSelection(picker, descriptor, options) { method registerPickerListeners (line 150) | registerPickerListeners(picker, provider, descriptor, value, options) { method getOrInstantiateProvider (line 184) | getOrInstantiateProvider(value, enabledProviderPrefixes) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInput.js class QuickInput (line 46) | class QuickInput extends Disposable { method constructor (line 47) | constructor(ui) { method title (line 68) | get title() { method title (line 71) | set title(title) { method description (line 75) | get description() { method description (line 78) | set description(description) { method step (line 82) | get step() { method step (line 85) | set step(step) { method totalSteps (line 89) | get totalSteps() { method totalSteps (line 92) | set totalSteps(totalSteps) { method enabled (line 96) | get enabled() { method enabled (line 99) | set enabled(enabled) { method contextKey (line 103) | get contextKey() { method contextKey (line 106) | set contextKey(contextKey) { method busy (line 110) | get busy() { method busy (line 113) | set busy(busy) { method ignoreFocusOut (line 117) | get ignoreFocusOut() { method ignoreFocusOut (line 120) | set ignoreFocusOut(ignoreFocusOut) { method buttons (line 127) | get buttons() { method buttons (line 130) | set buttons(buttons) { method toggles (line 135) | get toggles() { method toggles (line 138) | set toggles(toggles) { method validationMessage (line 143) | get validationMessage() { method validationMessage (line 146) | set validationMessage(validationMessage) { method severity (line 150) | get severity() { method severity (line 153) | set severity(severity) { method show (line 157) | show() { method hide (line 185) | hide() { method didHide (line 191) | didHide(reason = QuickInputHideReason.Other) { method willHide (line 196) | willHide(reason = QuickInputHideReason.Other) { method update (line 199) | update() { method getTitle (line 280) | getTitle() { method getDescription (line 292) | getDescription() { method getSteps (line 295) | getSteps() { method showMessageDecoration (line 304) | showMessageDecoration(severity) { method dispose (line 320) | dispose() { class QuickPick (line 327) | class QuickPick extends QuickInput { method constructor (line 328) | constructor() { method quickNavigate (line 370) | get quickNavigate() { method quickNavigate (line 373) | set quickNavigate(quickNavigate) { method value (line 377) | get value() { method value (line 380) | set value(value) { method doSetValue (line 383) | doSetValue(value, skipUpdate) { method ariaLabel (line 398) | set ariaLabel(ariaLabel) { method ariaLabel (line 402) | get ariaLabel() { method placeholder (line 405) | get placeholder() { method placeholder (line 408) | set placeholder(placeholder) { method items (line 412) | get items() { method scrollTop (line 415) | get scrollTop() { method scrollTop (line 418) | set scrollTop(scrollTop) { method items (line 421) | set items(items) { method canSelectMany (line 426) | get canSelectMany() { method canSelectMany (line 429) | set canSelectMany(canSelectMany) { method canAcceptInBackground (line 433) | get canAcceptInBackground() { method canAcceptInBackground (line 436) | set canAcceptInBackground(canAcceptInBackground) { method matchOnDescription (line 439) | get matchOnDescription() { method matchOnDescription (line 442) | set matchOnDescription(matchOnDescription) { method matchOnDetail (line 446) | get matchOnDetail() { method matchOnDetail (line 449) | set matchOnDetail(matchOnDetail) { method matchOnLabel (line 453) | get matchOnLabel() { method matchOnLabel (line 456) | set matchOnLabel(matchOnLabel) { method matchOnLabelMode (line 460) | get matchOnLabelMode() { method matchOnLabelMode (line 463) | set matchOnLabelMode(matchOnLabelMode) { method sortByLabel (line 467) | get sortByLabel() { method sortByLabel (line 470) | set sortByLabel(sortByLabel) { method keepScrollPosition (line 474) | get keepScrollPosition() { method keepScrollPosition (line 477) | set keepScrollPosition(keepScrollPosition) { method itemActivation (line 480) | get itemActivation() { method itemActivation (line 483) | set itemActivation(itemActivation) { method activeItems (line 486) | get activeItems() { method activeItems (line 489) | set activeItems(activeItems) { method selectedItems (line 494) | get selectedItems() { method selectedItems (line 497) | set selectedItems(selectedItems) { method keyMods (line 502) | get keyMods() { method valueSelection (line 512) | get valueSelection() { method valueSelection (line 519) | set valueSelection(valueSelection) { method customButton (line 524) | get customButton() { method customButton (line 527) | set customButton(showCustomButton) { method customLabel (line 531) | get customLabel() { method customLabel (line 534) | set customLabel(label) { method customHover (line 538) | get customHover() { method customHover (line 541) | set customHover(hover) { method ok (line 545) | get ok() { method ok (line 548) | set ok(showOkButton) { method hideInput (line 552) | get hideInput() { method hideInput (line 555) | set hideInput(hideInput) { method trySelectFirst (line 559) | trySelectFirst() { method show (line 564) | show() { method handleAccept (line 634) | handleAccept(inBackground) { method registerQuickNavigation (line 643) | registerQuickNavigation() { method update (line 687) | update() { method focus (line 810) | focus(focus) { method accept (line 817) | accept(inBackground) { class InputBox (line 829) | class InputBox extends QuickInput { method constructor (line 830) | constructor() { method value (line 841) | get value() { method value (line 844) | set value(value) { method placeholder (line 848) | get placeholder() { method placeholder (line 851) | set placeholder(placeholder) { method password (line 855) | get password() { method password (line 858) | set password(password) { method show (line 862) | show() { method update (line 876) | update() { method constructor (line 906) | constructor(configurationService, hoverService) { method getOverrideOptions (line 909) | getOverrideOptions(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputActions.js function registerQuickPickCommandAndKeybindingRule (line 17) | function registerQuickPickCommandAndKeybindingRule(rule, options = {}) { function getSecondary (line 27) | function getSecondary(primary, secondary, options = {}) { function focusHandler (line 52) | function focusHandler(focus, focusOnQuickNatigate) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputBox.js class QuickInputBox (line 11) | class QuickInputBox extends Disposable { method constructor (line 12) | constructor(parent, inputBoxStyles, toggleStyles) { method value (line 29) | get value() { method value (line 32) | set value(value) { method select (line 35) | select(range = null) { method getSelection (line 38) | getSelection() { method isSelectionAtEnd (line 41) | isSelectionAtEnd() { method placeholder (line 44) | get placeholder() { method placeholder (line 47) | set placeholder(placeholder) { method password (line 50) | get password() { method password (line 53) | set password(password) { method enabled (line 56) | set enabled(enabled) { method toggles (line 67) | set toggles(toggles) { method setAttribute (line 70) | setAttribute(name, value) { method showDecoration (line 73) | showDecoration(decoration) { method stylesForType (line 81) | stylesForType(decoration) { method setFocus (line 84) | setFocus() { method layout (line 87) | layout() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputController.js method currentQuickInput (line 36) | get currentQuickInput() { var _a; return (_a = this.controller) !== null... method container (line 37) | get container() { return this._container; } method constructor (line 38) | constructor(options, layoutService, instantiationService, contextKeyServ... method registerKeyModsListeners (line 72) | registerKeyModsListeners(window, disposables) { method getUI (line 81) | getUI(showInActiveContainer) { method reparentUI (line 315) | reparentUI(container) { method pick (line 321) | pick(picks, options = {}, token = CancellationToken.None) { method createQuickPick (line 427) | createQuickPick() { method createInputBox (line 431) | createInputBox() { method show (line 435) | show(controller) { method isVisible (line 471) | isVisible() { method setVisibilities (line 474) | setVisibilities(visibilities) { method setEnabled (line 493) | setEnabled(enabled) { method hide (line 508) | hide(reason) { method layout (line 537) | layout(dimension, titleBarOffset) { method updateLayout (line 542) | updateLayout() { method applyStyles (line 553) | applyStyles(styles) { method updateStyles (line 557) | updateStyles() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputService.js method controller (line 29) | get controller() { method hasController (line 35) | get hasController() { return !!this._controller; } method currentQuickInput (line 36) | get currentQuickInput() { return this.controller.currentQuickInput; } method quickAccess (line 37) | get quickAccess() { method constructor (line 43) | constructor(instantiationService, contextKeyService, themeService, layou... method createController (line 53) | createController(host = this.layoutService, options) { method setContextKey (line 99) | setContextKey(id) { method resetContextKeys (line 115) | resetContextKeys() { method pick (line 122) | pick(picks, options = {}, token = CancellationToken.None) { method createQuickPick (line 125) | createQuickPick() { method createInputBox (line 128) | createInputBox() { method updateStyles (line 131) | updateStyles() { method computeStyles (line 136) | computeStyles() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputTree.js class BaseQuickPickItemElement (line 41) | class BaseQuickPickItemElement { method constructor (line 42) | constructor(index, hasCheckbox, mainItem) { method saneLabel (line 64) | get saneLabel() { method saneSortLabel (line 67) | get saneSortLabel() { method saneAriaLabel (line 70) | get saneAriaLabel() { method element (line 73) | get element() { method element (line 76) | set element(value) { method hidden (line 79) | get hidden() { method hidden (line 82) | set hidden(value) { method saneDescription (line 85) | get saneDescription() { method saneDescription (line 88) | set saneDescription(value) { method saneDetail (line 91) | get saneDetail() { method saneDetail (line 94) | set saneDetail(value) { method saneTooltip (line 97) | get saneTooltip() { method saneTooltip (line 100) | set saneTooltip(value) { method labelHighlights (line 103) | get labelHighlights() { method labelHighlights (line 106) | set labelHighlights(value) { method descriptionHighlights (line 109) | get descriptionHighlights() { method descriptionHighlights (line 112) | set descriptionHighlights(value) { method detailHighlights (line 115) | get detailHighlights() { method detailHighlights (line 118) | set detailHighlights(value) { class QuickPickItemElement (line 122) | class QuickPickItemElement extends BaseQuickPickItemElement { method constructor (line 123) | constructor(index, hasCheckbox, fireButtonTriggered, _onChecked, item,... method separator (line 139) | get separator() { method separator (line 142) | set separator(value) { method checked (line 145) | get checked() { method checked (line 148) | set checked(value) { method checkboxDisabled (line 154) | get checkboxDisabled() { class QuickPickSeparatorElement (line 173) | class QuickPickSeparatorElement extends BaseQuickPickItemElement { method constructor (line 174) | constructor(index, fireSeparatorButtonTriggered, separator) { class QuickInputItemDelegate (line 187) | class QuickInputItemDelegate { method getHeight (line 188) | getHeight(element) { method getTemplateId (line 194) | getTemplateId(element) { class QuickInputAccessibilityProvider (line 203) | class QuickInputAccessibilityProvider { method getWidgetAriaLabel (line 204) | getWidgetAriaLabel() { method getAriaLabel (line 207) | getAriaLabel(element) { method getWidgetRole (line 213) | getWidgetRole() { method getRole (line 216) | getRole(element) { method isChecked (line 219) | isChecked(element) { class BaseQuickInputListRenderer (line 229) | class BaseQuickInputListRenderer { method constructor (line 230) | constructor(hoverDelegate) { method renderTemplate (line 234) | renderTemplate(container) { method disposeTemplate (line 272) | disposeTemplate(data) { method disposeElement (line 276) | disposeElement(_element, _index, data) { method constructor (line 282) | constructor(hoverDelegate, themeService) { method templateId (line 288) | get templateId() { method renderTemplate (line 291) | renderTemplate(container) { method renderElement (line 298) | renderElement(node, index, data) { method disposeElement (line 390) | disposeElement(element, _index, data) { method isItemWithSeparatorVisible (line 394) | isItemWithSeparatorVisible(item) { method addItemWithSeparator (line 397) | addItemWithSeparator(item) { method removeItemWithSeparator (line 400) | removeItemWithSeparator(item) { class QuickPickSeparatorElementRenderer (line 414) | class QuickPickSeparatorElementRenderer extends BaseQuickInputListRender... method constructor (line 415) | constructor() { method templateId (line 421) | get templateId() { method visibleSeparators (line 424) | get visibleSeparators() { method isSeparatorVisible (line 427) | isSeparatorVisible(separator) { method renderElement (line 430) | renderElement(node, index, data) { method disposeElement (line 501) | disposeElement(element, _index, data) { method addSeparator (line 509) | addSeparator(separator) { method removeSeparator (line 512) | removeSeparator(separator) { method constructor (line 524) | constructor(parent, hoverDelegate, linkOpenerDelegate, id, instantiation... method onDidChangeFocus (line 583) | get onDidChangeFocus() { method onDidChangeSelection (line 586) | get onDidChangeSelection() { method scrollTop (line 592) | get scrollTop() { method scrollTop (line 595) | set scrollTop(scrollTop) { method ariaLabel (line 598) | get ariaLabel() { method ariaLabel (line 601) | set ariaLabel(label) { method enabled (line 604) | set enabled(value) { method matchOnDescription (line 607) | get matchOnDescription() { method matchOnDescription (line 610) | set matchOnDescription(value) { method matchOnDetail (line 613) | get matchOnDetail() { method matchOnDetail (line 616) | set matchOnDetail(value) { method matchOnLabel (line 619) | get matchOnLabel() { method matchOnLabel (line 622) | set matchOnLabel(value) { method matchOnLabelMode (line 625) | get matchOnLabelMode() { method matchOnLabelMode (line 628) | set matchOnLabelMode(value) { method sortByLabel (line 631) | get sortByLabel() { method sortByLabel (line 634) | set sortByLabel(value) { method shouldLoop (line 637) | get shouldLoop() { method shouldLoop (line 640) | set shouldLoop(value) { method _registerListeners (line 645) | _registerListeners() { method _registerOnKeyDown (line 655) | _registerOnKeyDown() { method _registerOnContainerClick (line 667) | _registerOnContainerClick() { method _registerOnMouseMiddleClick (line 674) | _registerOnMouseMiddleClick() { method _registerOnElementChecked (line 681) | _registerOnElementChecked() { method _registerOnContextMenu (line 684) | _registerOnContextMenu() { method _registerHoverListeners (line 697) | _registerHoverListeners() { method _registerSeparatorActionShowingListeners (line 743) | _registerSeparatorActionShowingListeners() { method _registerSelectionChangeListener (line 795) | _registerSelectionChangeListener() { method getAllVisibleChecked (line 811) | getAllVisibleChecked() { method getCheckedCount (line 814) | getCheckedCount() { method getVisibleCount (line 817) | getVisibleCount() { method setAllVisibleChecked (line 820) | setAllVisibleChecked(checked) { method setElements (line 835) | setElements(inputElements) { method setFocusedElements (line 911) | setFocusedElements(items) { method getActiveDescendant (line 922) | getActiveDescendant() { method setSelectedElements (line 925) | setSelectedElements(items) { method getCheckedElements (line 930) | getCheckedElements() { method setCheckedElements (line 934) | setCheckedElements(items) { method focus (line 951) | focus(what) { method clearFocus (line 1131) | clearFocus() { method domFocus (line 1134) | domFocus() { method layout (line 1137) | layout(maxHeight) { method filter (line 1145) | filter(query) { method toggleCheckbox (line 1262) | toggleCheckbox() { method display (line 1279) | display(display) { method isDisplayed (line 1282) | isDisplayed() { method style (line 1285) | style(styles) { method toggleHover (line 1288) | toggleHover() { method _allVisibleChecked (line 1313) | _allVisibleChecked(elements, whenNoneVisible = true) { method _fireCheckedEvents (line 1327) | _fireCheckedEvents() { method fireButtonTriggered (line 1335) | fireButtonTriggered(event) { method fireSeparatorButtonTriggered (line 1338) | fireSeparatorButtonTriggered(event) { method showHover (line 1345) | showHover(element) { function matchesContiguousIconAware (line 1381) | function matchesContiguousIconAware(query, target) { function matchesContiguous (line 1403) | function matchesContiguous(word, wordToMatchAgainst) { function compareEntries (line 1410) | function compareEntries(elementA, elementB, lookFor) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/browser/quickInputUtils.js function getIconClass (line 17) | function getIconClass(iconPath) { function quickInputButtonToAction (line 34) | function quickInputButtonToAction(button, id, run) { function renderQuickInputDescription (line 48) | function renderQuickInputDescription(description, container, actionHandl... FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/common/quickAccess.js class QuickAccessRegistry (line 22) | class QuickAccessRegistry { method constructor (line 23) | constructor() { method registerQuickAccessProvider (line 27) | registerQuickAccessProvider(provider) { method getQuickAccessProviders (line 45) | getQuickAccessProviders() { method getQuickAccessProvider (line 48) | getQuickAccessProvider(prefix) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/quickinput/common/quickInput.js constant NO_KEY_MODS (line 6) | const NO_KEY_MODS = { ctrlCmd: false, alt: false }; class QuickPickItemScorerAccessor (line 87) | class QuickPickItemScorerAccessor { method constructor (line 88) | constructor(options) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/registry/common/platform.js class RegistryImpl (line 7) | class RegistryImpl { method constructor (line 8) | constructor() { method add (line 11) | add(id, data) { method as (line 17) | as(id) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/severityIcon/browser/severityIcon.js function className (line 11) | function className(severity) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/storage/common/storage.js constant TARGET_KEY (line 6) | const TARGET_KEY = '__$__targetStorageMarker'; function loadKeyTargets (line 19) | function loadKeyTargets(storage) { class AbstractStorageService (line 31) | class AbstractStorageService extends Disposable { method constructor (line 32) | constructor(options = { flushInterval: AbstractStorageService.DEFAULT_... method onDidChangeValue (line 43) | onDidChangeValue(scope, key, disposable) { method emitDidChangeValue (line 46) | emitDidChangeValue(scope, event) { method get (line 70) | get(key, scope, fallbackValue) { method getBoolean (line 74) | getBoolean(key, scope, fallbackValue) { method getNumber (line 78) | getNumber(key, scope, fallbackValue) { method store (line 82) | store(key, value, scope, target, external = false) { method remove (line 97) | remove(key, scope, external = false) { method withPausedEmitters (line 107) | withPausedEmitters(fn) { method updateKeyTarget (line 120) | updateKeyTarget(key, scope, target, external = false) { method workspaceKeyTargets (line 138) | get workspaceKeyTargets() { method profileKeyTargets (line 144) | get profileKeyTargets() { method applicationKeyTargets (line 150) | get applicationKeyTargets() { method getKeyTargets (line 156) | getKeyTargets(scope) { method loadKeyTargets (line 166) | loadKeyTargets(scope) { class InMemoryStorageService (line 172) | class InMemoryStorageService extends AbstractStorageService { method constructor (line 173) | constructor() { method getStorage (line 182) | getStorage(scope) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/browser/defaultStyles.js function overrideStyles (line 3) | function overrideStyles(override, styles) { function getListStyles (line 116) | function getListStyles(override) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/browser/iconsStyleSheet.js function getIconsStyleSheet (line 10) | function getIconsStyleSheet(themeService) { class UnthemedProductIconTheme (line 56) | class UnthemedProductIconTheme { method getIcon (line 57) | getIcon(contribution) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/common/colorUtils.js function asCssVariableName (line 17) | function asCssVariableName(colorIdent) { function asCssVariable (line 20) | function asCssVariable(color) { function asCssVariableWithDefault (line 23) | function asCssVariableWithDefault(color, defaultCssValue) { class ColorRegistry (line 30) | class ColorRegistry { method constructor (line 31) | constructor() { method registerColor (line 38) | registerColor(id, defaults, description, needsTransparency = false, de... method getColors (line 55) | getColors() { method resolveDefaultColor (line 58) | resolveDefaultColor(id, theme) { method getColorSchema (line 66) | getColorSchema() { method toString (line 69) | toString() { function registerColor (line 83) | function registerColor(id, defaults, description, needsTransparency, dep... function executeTransform (line 87) | function executeTransform(transform, theme) { function darken (line 130) | function darken(colorValue, factor) { function lighten (line 133) | function lighten(colorValue, factor) { function transparent (line 136) | function transparent(colorValue, factor) { function oneOf (line 139) | function oneOf(...colorValues) { function ifDefinedThenElse (line 142) | function ifDefinedThenElse(ifArg, thenArg, elseArg) { function lessProminent (line 145) | function lessProminent(colorValue, backgroundColorValue, factor, transpa... function resolveColorValue (line 152) | function resolveColorValue(colorValue, theme) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/common/iconRegistry.js function getDefinition (line 22) | function getDefinition(contribution, registry) { function toJSONObject (line 37) | function toJSONObject(iconFont) { function fromJSONObject (line 45) | function fromJSONObject(json) { class IconRegistry (line 58) | class IconRegistry { method constructor (line 59) | constructor() { method registerIcon (line 81) | registerIcon(id, defaults, description, deprecationMessage) { method getIcons (line 110) | getIcons() { method getIcon (line 113) | getIcon(id) { method getIconSchema (line 116) | getIconSchema() { method toString (line 119) | toString() { function registerIcon (line 146) | function registerIcon(id, defaults, description, deprecationMessage) { function getIconRegistry (line 149) | function getIconRegistry() { function initialize (line 152) | function initialize() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/common/theme.js function isHighContrast (line 15) | function isHighContrast(scheme) { function isDark (line 18) | function isDark(scheme) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/theme/common/themeService.js function themeColorFromId (line 7) | function themeColorFromId(id) { function getThemeTypeSelector (line 10) | function getThemeTypeSelector(type) { class ThemingRegistry (line 22) | class ThemingRegistry { method constructor (line 23) | constructor() { method onColorThemeChange (line 28) | onColorThemeChange(participant) { method getThemingParticipants (line 36) | getThemingParticipants() { function registerThemingParticipant (line 42) | function registerThemingParticipant(participant) { class Themable (line 48) | class Themable extends Disposable { method constructor (line 49) | constructor(themeService) { method onThemeChange (line 56) | onThemeChange(theme) { method updateStyles (line 60) | updateStyles() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/undoRedo/common/undoRedo.js class ResourceEditStackSnapshot (line 7) | class ResourceEditStackSnapshot { method constructor (line 8) | constructor(resource, elements) { class UndoRedoGroup (line 13) | class UndoRedoGroup { method constructor (line 14) | constructor() { method nextOrder (line 18) | nextOrder() { class UndoRedoSource (line 27) | class UndoRedoSource { method constructor (line 28) | constructor() { method nextOrder (line 32) | nextOrder() { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/undoRedo/common/undoRedoService.js constant DEBUG (line 23) | const DEBUG = false; function getResourceLabel (line 24) | function getResourceLabel(resource) { class ResourceStackElement (line 28) | class ResourceStackElement { method constructor (line 29) | constructor(actual, resourceLabel, strResource, groupId, groupOrder, s... method setValid (line 45) | setValid(isValid) { method toString (line 48) | toString() { class ResourceReasonPair (line 52) | class ResourceReasonPair { method constructor (line 53) | constructor(resourceLabel, reason) { class RemovedResources (line 58) | class RemovedResources { method constructor (line 59) | constructor() { method createMessage (line 62) | createMessage() { method size (line 80) | get size() { method has (line 83) | has(strResource) { method set (line 86) | set(strResource, value) { method delete (line 89) | delete(strResource) { class WorkspaceStackElement (line 93) | class WorkspaceStackElement { method constructor (line 94) | constructor(actual, resourceLabels, strResources, groupId, groupOrder,... method canSplit (line 109) | canSplit() { method removeResource (line 112) | removeResource(resourceLabel, strResource, reason) { method setValid (line 120) | setValid(resourceLabel, strResource, isValid) { method toString (line 138) | toString() { class ResourceEditStack (line 142) | class ResourceEditStack { method constructor (line 143) | constructor(resourceLabel, strResource) { method dispose (line 151) | dispose() { method toString (line 164) | toString() { method flushAllElements (line 175) | flushAllElements() { method _setElementValidFlag (line 180) | _setElementValidFlag(element, isValid) { method setElementsValidFlag (line 188) | setElementsValidFlag(isValid, filter) { method pushElement (line 200) | pushElement(element) { method createSnapshot (line 211) | createSnapshot(resource) { method restoreSnapshot (line 221) | restoreSnapshot(snapshot) { method getElements (line 255) | getElements() { method getClosestPastElement (line 266) | getClosestPastElement() { method getSecondClosestPastElement (line 272) | getSecondClosestPastElement() { method getClosestFutureElement (line 278) | getClosestFutureElement() { method hasPastElements (line 284) | hasPastElements() { method hasFutureElements (line 287) | hasFutureElements() { method splitPastWorkspaceElement (line 290) | splitPastWorkspaceElement(toRemove, individualMap) { method splitFutureWorkspaceElement (line 306) | splitFutureWorkspaceElement(toRemove, individualMap) { method moveBackward (line 322) | moveBackward(element) { method moveForward (line 327) | moveForward(element) { class EditStackSnapshot (line 333) | class EditStackSnapshot { method constructor (line 334) | constructor(editStacks) { method isValid (line 341) | isValid() { method constructor (line 353) | constructor(_dialogService, _notificationService) { method getUriComparisonKey (line 359) | getUriComparisonKey(resource) { method _print (line 367) | _print(label) { method pushElement (line 376) | pushElement(element, group = UndoRedoGroup.None, source = UndoRedoSource... method _pushElement (line 407) | _pushElement(element) { method getLastElement (line 422) | getLastElement(resource) { method _splitPastWorkspaceElement (line 434) | _splitPastWorkspaceElement(toRemove, ignoreResources) { method _splitFutureWorkspaceElement (line 451) | _splitFutureWorkspaceElement(toRemove, ignoreResources) { method removeElements (line 468) | removeElements(resource) { method setElementsValidFlag (line 479) | setElementsValidFlag(resource, isValid, filter) { method createSnapshot (line 489) | createSnapshot(resource) { method restoreSnapshot (line 497) | restoreSnapshot(snapshot) { method getElements (line 512) | getElements(resource) { method _findClosestUndoElementWithSource (line 520) | _findClosestUndoElementWithSource(sourceId) { method canUndo (line 541) | canUndo(resourceOrSource) { method _onError (line 553) | _onError(err, element) { method _acquireLocks (line 561) | _acquireLocks(editStackSnapshot) { method _safeInvokeWithLocks (line 579) | _safeInvokeWithLocks(element, invoke, editStackSnapshot, cleanup, contin... method _invokeWorkspacePrepare (line 609) | async _invokeWorkspacePrepare(element) { method _invokeResourcePrepare (line 619) | _invokeResourcePrepare(element, callback) { method _getAffectedEditStacks (line 636) | _getAffectedEditStacks(element) { method _tryToSplitAndUndo (line 643) | _tryToSplitAndUndo(strResource, element, ignoreResources, message) { method _checkWorkspaceUndo (line 658) | _checkWorkspaceUndo(strResource, element, editStackSnapshot, checkInvali... method _workspaceUndo (line 690) | _workspaceUndo(strResource, element, undoConfirmed) { method _isPartOfUndoGroup (line 698) | _isPartOfUndoGroup(element) { method _confirmAndExecuteWorkspaceUndo (line 722) | async _confirmAndExecuteWorkspaceUndo(strResource, element, editStackSna... method _resourceUndo (line 784) | _resourceUndo(editStack, element, undoConfirmed) { method _findClosestUndoElementInGroup (line 800) | _findClosestUndoElementInGroup(groupId) { method _continueUndoInGroup (line 821) | _continueUndoInGroup(groupId, undoConfirmed) { method undo (line 830) | undo(resourceOrSource) { method _undo (line 840) | _undo(strResource, sourceId = 0, undoConfirmed) { method _confirmAndContinueUndo (line 876) | async _confirmAndContinueUndo(strResource, sourceId, element) { method _findClosestRedoElementWithSource (line 887) | _findClosestRedoElementWithSource(sourceId) { method canRedo (line 908) | canRedo(resourceOrSource) { method _tryToSplitAndRedo (line 920) | _tryToSplitAndRedo(strResource, element, ignoreResources, message) { method _checkWorkspaceRedo (line 935) | _checkWorkspaceRedo(strResource, element, editStackSnapshot, checkInvali... method _workspaceRedo (line 967) | _workspaceRedo(strResource, element) { method _executeWorkspaceRedo (line 975) | async _executeWorkspaceRedo(strResource, element, editStackSnapshot) { method _resourceRedo (line 995) | _resourceRedo(editStack, element) { method _findClosestRedoElementInGroup (line 1011) | _findClosestRedoElementInGroup(groupId) { method _continueRedoInGroup (line 1032) | _continueRedoInGroup(groupId) { method redo (line 1041) | redo(resourceOrSource) { method _redo (line 1051) | _redo(strResource) { class WorkspaceVerificationError (line 1088) | class WorkspaceVerificationError { method constructor (line 1089) | constructor(returnValue) { FILE: jesse/static/_nuxt/nuxt-monaco-editor/vs/platform/workspace/common/workspace.js function isSingleFolderWorkspaceIdentifier (line 11) | function isSingleFolderWorkspaceIdentifier(obj) { function isEmptyWorkspaceIdentifier (line 15) | function isEmptyWorkspaceIdentifier(obj) { constant EXTENSION_DEVELOPMENT_EMPTY_WINDOW_WORKSPACE (line 21) | const EXTENSION_DEVELOPMENT_EMPTY_WINDOW_WORKSPACE = { id: 'ext-dev' }; constant UNKNOWN_EMPTY_WINDOW_WORKSPACE (line 22) | const UNKNOWN_EMPTY_WINDOW_WORKSPACE = { id: 'empty-window' }; function toWorkspaceIdentifier (line 23) | function toWorkspaceIdentifier(arg0, isExtensionDevelopment) { function isWorkspaceIdentifier (line 60) | function isWorkspaceIdentifier(obj) { class Workspace (line 64) | class Workspace { method constructor (line 65) | constructor(_id, folders, _transient, _configuration, _ignorePathCasin... method folders (line 73) | get folders() { method folders (line 76) | set folders(folders) { method id (line 80) | get id() { method transient (line 83) | get transient() { method configuration (line 86) | get configuration() { method configuration (line 89) | set configuration(configuration) { method getFolder (line 92) | getFolder(resource) { method updateFoldersMap (line 98) | updateFoldersMap() { method toJSON (line 104) | toJSON() { class WorkspaceFolder (line 108) | class WorkspaceFolder { method constructor (line 109) | constructor(data, method toJSON (line 123) | toJSON() { constant WORKSPACE_EXTENSION (line 127) | const WORKSPACE_EXTENSION = 'code-workspace'; constant WORKSPACE_FILTER (line 128) | const WORKSPACE_FILTER = [{ name: localize('codeWorkspace', "Code Worksp... constant STANDALONE_EDITOR_WORKSPACE_ID (line 129) | const STANDALONE_EDITOR_WORKSPACE_ID = '4064f6ec-cb38-4ad0-af64-ee6467e6... function isStandaloneEditorWorkspace (line 130) | function isStandaloneEditorWorkspace(workspace) { FILE: jesse/static/_nuxt/oQwgk5qA.js function n (line 1) | function n(e,o){return t(e.$slots,"default")} FILE: jesse/static/_nuxt/qXRMwz9A.js method setup (line 1) | setup(Z){const U=ce(),E=C(()=>U.value),g=w();let c=null,h=[];const a=Z;q... method setup (line 1) | setup(Z){os({title:"Monte Carlo Session - Jesse"});const U=Te(),E=je(),g... FILE: jesse/static/_nuxt/rKxcFsZi.js method setup (line 1) | setup($){const d=$,x=g({column:"exchange",direction:"asc"}),p=[{key:"exc... method setup (line 1) | setup($){const d=H(),x=J(),p=g(!1),f=g(!1),c=g(new Set),s=g(!1),i=g(null... FILE: jesse/static/_nuxt/rUbGlJbN.js function H (line 1) | function H(u,o){return t(),r("svg",{xmlns:"http://www.w3.org/2000/svg",f... function Z (line 1) | function Z(u,o){return t(),r("svg",{xmlns:"http://www.w3.org/2000/svg",f... function J (line 1) | function J(u,o){return t(),r("svg",{xmlns:"http://www.w3.org/2000/svg",f... function R (line 1) | function R(u,o){return t(),r("svg",{xmlns:"http://www.w3.org/2000/svg",f... function E (line 1) | function E(u,o){return t(),r("svg",{xmlns:"http://www.w3.org/2000/svg",f... method setup (line 1) | setup(u){const o=h(!1),m=h(!1),n=h(!1),c=h([]),d=h(!1),l=h("");w(l,M.deb... method setup (line 1) | setup(u){S({title:"Dashboard - Jesse"});const o=V([{title:"Documentation... FILE: jesse/static/_nuxt/s0YP2YF7.js method setup (line 1) | setup(y){const _=b(),c=x(()=>_.value),s=T();let t=null,a=[];const u=y;f(... FILE: jesse/static/_nuxt/wLBHnxd4.js method setup (line 1) | setup(y,{emit:h}){const a=y,V=h,i=B(y,"modelValue"),r=m(a.initialTitle||... FILE: jesse/static/_nuxt/zIqOaAtZ.js method setup (line 1) | setup(cl){qe({title:"Trades History - Jesse"});const r=ie(),k=ue(),z=ce(... FILE: jesse/store/__init__.py class StoreClass (line 13) | class StoreClass: method __init__ (line 25) | def __init__(self) -> None: method reset (line 29) | def reset(self) -> None: FILE: jesse/store/state_app.py class AppState (line 6) | class AppState: method __init__ (line 7) | def __init__(self): method set_session_id (line 25) | def set_session_id(self, session_id) -> None: method set_exchange_api_key (line 28) | def set_exchange_api_key(self, exchange_api_key_id: str) -> None: method set_notifications_api_key (line 34) | def set_notifications_api_key(self, notifications_api_key_id: str) -> ... FILE: jesse/store/state_candles.py class CandlesState (line 10) | class CandlesState: method __init__ (line 11) | def __init__(self) -> None: method mark_all_as_initiated (line 16) | def mark_all_as_initiated(self) -> None: method get_storage (line 21) | def get_storage(self, exchange: str, symbol: str, timeframe: str) -> D... method init_storage (line 29) | def init_storage(self, bucket_size: int = 1000) -> None: method forming_estimation (line 44) | def forming_estimation(self, exchange: str, symbol: str, timeframe: st... FILE: jesse/store/state_closed_trades.py class ClosedTrades (line 5) | class ClosedTrades: method __init__ (line 6) | def __init__(self) -> None: method _get_current_trade (line 10) | def _get_current_trade(self, exchange: str, symbol: str) -> ClosedTrade: method _reset_current_trade (line 25) | def _reset_current_trade(self, exchange: str, symbol: str) -> None: method count (line 30) | def count(self) -> int: FILE: jesse/store/state_exchanges.py class ExchangesState (line 5) | class ExchangesState: method __init__ (line 6) | def __init__(self) -> None: method get_exchange (line 9) | def get_exchange(self, name: str) -> Exchange: method trading_exchange (line 16) | def trading_exchange(self) -> Exchange: FILE: jesse/store/state_logs.py class LogsState (line 1) | class LogsState: method __init__ (line 2) | def __init__(self) -> None: FILE: jesse/store/state_orderbook.py class OrderbookState (line 8) | class OrderbookState: method __init__ (line 9) | def __init__(self) -> None: method init_storage (line 13) | def init_storage(self) -> None: method format_orderbook (line 24) | def format_orderbook(self, exchange: str, symbol: str) -> np.ndarray: method add_orderbook (line 39) | def add_orderbook(self, exchange: str, symbol: str, asks: list, bids: ... method get_current_orderbook (line 55) | def get_current_orderbook(self, exchange: str, symbol: str) -> np.ndar... method get_current_asks (line 59) | def get_current_asks(self, exchange: str, symbol: str) -> np.ndarray: method get_best_ask (line 63) | def get_best_ask(self, exchange: str, symbol: str) -> np.ndarray: method get_current_bids (line 67) | def get_current_bids(self, exchange: str, symbol: str) -> np.ndarray: method get_best_bid (line 71) | def get_best_bid(self, exchange: str, symbol: str) -> np.ndarray: method get_orderbooks (line 75) | def get_orderbooks(self, exchange: str, symbol: str) -> np.ndarray: function _trim_orderbook_list (line 80) | def _trim_orderbook_list(arr: list, ascending: bool, limit_len: int = 50... function _fix_array_len (line 119) | def _fix_array_len(arr: np.ndarray, target_len: int) -> np.ndarray: FILE: jesse/store/state_orders.py class OrdersState (line 9) | class OrdersState: method __init__ (line 10) | def __init__(self) -> None: method reset (line 17) | def reset(self) -> None: method reset_trade_orders (line 25) | def reset_trade_orders(self, exchange: str, symbol: str) -> None: method add_order (line 33) | def add_order(self, order: Order) -> None: method remove_order (line 52) | def remove_order(self, order: Order) -> None: method get_orders (line 64) | def get_orders(self, exchange, symbol) -> List[Order]: method get_active_orders (line 68) | def get_active_orders(self, exchange, symbol) -> List[Order]: method get_all_orders (line 72) | def get_all_orders(self, exchange: str) -> List[Order]: method count_all_active_orders (line 80) | def count_all_active_orders(self) -> int: method count_active_orders (line 91) | def count_active_orders(self, exchange: str, symbol: str) -> int: method count (line 96) | def count(self, exchange: str, symbol: str) -> int: method get_order_by_id (line 99) | def get_order_by_id(self, exchange: str, symbol: str, id: str, use_exc... FILE: jesse/store/state_positions.py class PositionsState (line 3) | class PositionsState: method __init__ (line 4) | def __init__(self) -> None: method count_open_positions (line 7) | def count_open_positions(self) -> int: method get_position (line 15) | def get_position(self, exchange: str, symbol: str) -> Position: FILE: jesse/store/state_tickers.py class TickersState (line 11) | class TickersState: method __init__ (line 12) | def __init__(self) -> None: method init_storage (line 15) | def init_storage(self) -> None: method add_ticker (line 21) | def add_ticker(self, ticker: np.ndarray, exchange: str, symbol: str) -... method get_tickers (line 28) | def get_tickers(self, exchange: str, symbol: str) -> List[Ticker]: method get_current_ticker (line 32) | def get_current_ticker(self, exchange: str, symbol: str) -> Ticker: method get_past_ticker (line 36) | def get_past_ticker(self, exchange: str, symbol: str, number_of_ticker... FILE: jesse/store/state_trades.py class TradesState (line 9) | class TradesState: method __init__ (line 10) | def __init__(self) -> None: method init_storage (line 14) | def init_storage(self) -> None: method add_trade (line 21) | def add_trade(self, trade: np.ndarray, exchange: str, symbol: str) -> ... method get_trades (line 51) | def get_trades(self, exchange: str, symbol: str) -> List[Trade]: method get_current_trade (line 55) | def get_current_trade(self, exchange: str, symbol: str) -> Trade: method get_past_trade (line 59) | def get_past_trade(self, exchange: str, symbol: str, number_of_trades_... FILE: jesse/strategies/CanAddClosedTradeToStore/__init__.py class CanAddClosedTradeToStore (line 5) | class CanAddClosedTradeToStore(Strategy): method should_long (line 6) | def should_long(self): method should_cancel_entry (line 9) | def should_cancel_entry(self): method go_long (line 12) | def go_long(self): FILE: jesse/strategies/Strategy.py class Strategy (line 26) | class Strategy(ABC): method __init__ (line 31) | def __init__(self) -> None: method candles_pipeline (line 90) | def candles_pipeline(self) -> Optional[BaseCandlesPipeline]: method record_features (line 93) | def record_features(self, features_dict: dict) -> None: method record_label (line 114) | def record_label(self, name: str, value) -> None: method export_ml_data (line 136) | def export_ml_data(self, directory: str | None = None) -> bool: method load_ml_model (line 206) | def load_ml_model(self) -> None: method get_ml_prediction (line 236) | def get_ml_prediction(self) -> dict: method add_line_to_candle_chart (line 321) | def add_line_to_candle_chart(self, title: str, value: float, color=Non... method add_horizontal_line_to_candle_chart (line 337) | def add_horizontal_line_to_candle_chart(self, title: str, value: float... method add_horizontal_line_to_extra_chart (line 365) | def add_horizontal_line_to_extra_chart(self, chart_name: str, title: s... method add_extra_line_chart (line 388) | def add_extra_line_chart(self, chart_name: str, title: str, value: flo... method _init_objects (line 408) | def _init_objects(self) -> None: method _price_precision (line 423) | def _price_precision(self) -> int: method _qty_precision (line 430) | def _qty_precision(self) -> int: method _broadcast (line 436) | def _broadcast(self, msg: str) -> None: method _handle_executed_order_for_chart (line 462) | def _handle_executed_order_for_chart(self, order: Order): method _on_updated_position (line 482) | def _on_updated_position(self, order: Order) -> None: method filters (line 543) | def filters(self) -> list: method hyperparameters (line 546) | def hyperparameters(self) -> list: method dna (line 549) | def dna(self) -> str: method _execute_long (line 552) | def _execute_long(self) -> None: method _submit_buy_orders (line 594) | def _submit_buy_orders(self) -> None: method _submit_sell_orders (line 616) | def _submit_sell_orders(self) -> None: method _execute_short (line 638) | def _execute_short(self) -> None: method _prepare_buy (line 665) | def _prepare_buy(self, make_copies: bool = True) -> None: method _prepare_sell (line 677) | def _prepare_sell(self, make_copies: bool = True) -> None: method _prepare_stop_loss (line 689) | def _prepare_stop_loss(self, make_copies: bool = True) -> None: method _prepare_take_profit (line 701) | def _prepare_take_profit(self, make_copies: bool = True) -> None: method _validate_stop_loss (line 713) | def _validate_stop_loss(self) -> None: method _validate_take_profit (line 720) | def _validate_take_profit(self) -> None: method _execute_filters (line 727) | def _execute_filters(self) -> bool: method go_long (line 754) | def go_long(self) -> None: method go_short (line 757) | def go_short(self) -> None: method _execute_cancel (line 760) | def _execute_cancel(self) -> None: method _reset (line 781) | def _reset(self) -> None: method on_cancel (line 796) | def on_cancel(self) -> None: method should_long (line 803) | def should_long(self) -> bool: method should_short (line 806) | def should_short(self) -> bool: method should_cancel_entry (line 809) | def should_cancel_entry(self) -> bool: method before (line 816) | def before(self) -> None: method after (line 822) | def after(self) -> None: method _update_position (line 828) | def _update_position(self) -> None: method _detect_and_handle_entry_and_exit_modifications (line 839) | def _detect_and_handle_entry_and_exit_modifications(self) -> None: method update_position (line 977) | def update_position(self) -> None: method _wait_until_executing_orders_are_fully_handled (line 980) | def _wait_until_executing_orders_are_fully_handled(self): method _check (line 988) | def _check(self) -> None: method _have_any_pending_market_exit_orders (line 1067) | def _have_any_pending_market_exit_orders(self) -> bool: method _simulate_market_order_execution (line 1071) | def _simulate_market_order_execution() -> None: method _on_open_position (line 1088) | def _on_open_position(self, order: Order) -> None: method on_open_position (line 1130) | def on_open_position(self, order) -> None: method on_close_position (line 1136) | def on_close_position(self, order: Order, closed_trade: ClosedTrade) -... method _on_close_position (line 1146) | def _on_close_position(self, order: Order) -> None: method _on_increased_position (line 1160) | def _on_increased_position(self, order: Order) -> None: method on_increased_position (line 1169) | def on_increased_position(self, order) -> None: method _on_reduced_position (line 1177) | def _on_reduced_position(self, order: Order) -> None: method on_reduced_position (line 1189) | def on_reduced_position(self, order) -> None: method on_route_open_position (line 1195) | def on_route_open_position(self, strategy) -> None: method on_route_close_position (line 1203) | def on_route_close_position(self, strategy) -> None: method on_route_increased_position (line 1211) | def on_route_increased_position(self, strategy) -> None: method on_route_reduced_position (line 1219) | def on_route_reduced_position(self, strategy) -> None: method on_route_canceled (line 1227) | def on_route_canceled(self, strategy) -> None: method _execute (line 1235) | def _execute(self) -> None: method _terminate (line 1258) | def _terminate(self) -> None: method before_terminate (line 1302) | def before_terminate(self): method terminate (line 1305) | def terminate(self): method watch_list (line 1308) | def watch_list(self) -> list: method _clear_cached_methods (line 1318) | def _clear_cached_methods(self) -> None: method current_candle (line 1323) | def current_candle(self) -> np.ndarray: method open (line 1332) | def open(self) -> float: method close (line 1342) | def close(self) -> float: method price (line 1352) | def price(self) -> float: method high (line 1367) | def high(self) -> float: method low (line 1377) | def low(self) -> float: method volume (line 1387) | def volume(self) -> float: method candles (line 1397) | def candles(self) -> np.ndarray: method get_candles (line 1405) | def get_candles(self, exchange: str, symbol: str, timeframe: str) -> n... method metrics (line 1418) | def metrics(self) -> dict: method time (line 1429) | def time(self) -> int: method balance (line 1434) | def balance(self) -> float: method capital (line 1439) | def capital(self) -> float: method available_margin (line 1443) | def available_margin(self) -> float: method leveraged_available_margin (line 1448) | def leveraged_available_margin(self) -> float: method fee_rate (line 1453) | def fee_rate(self) -> float: method is_long (line 1457) | def is_long(self) -> bool: method is_short (line 1461) | def is_short(self) -> bool: method is_open (line 1465) | def is_open(self) -> bool: method is_close (line 1469) | def is_close(self) -> bool: method average_stop_loss (line 1473) | def average_stop_loss(self) -> float: method average_take_profit (line 1481) | def average_take_profit(self) -> float: method _get_formatted_order (line 1489) | def _get_formatted_order(self, var, round_for_live_mode=True) -> Union... method average_entry_price (line 1529) | def average_entry_price(self) -> float: method has_long_entry_orders (line 1553) | def has_long_entry_orders(self) -> bool: method has_short_entry_orders (line 1562) | def has_short_entry_orders(self) -> bool: method liquidate (line 1569) | def liquidate(self) -> None: method shared_vars (line 1582) | def shared_vars(self) -> dict: method routes (line 1586) | def routes(self) -> List[Route]: method data_routes (line 1591) | def data_routes(self) -> List[Route]: method current_route_index (line 1596) | def current_route_index(self) -> int: method leverage (line 1607) | def leverage(self) -> int: method mark_price (line 1616) | def mark_price(self) -> float: method funding_rate (line 1620) | def funding_rate(self) -> float: method next_funding_timestamp (line 1624) | def next_funding_timestamp(self) -> int: method liquidation_price (line 1628) | def liquidation_price(self) -> float: method log (line 1632) | def log(msg: str, log_type: str = 'info', send_notification: bool = Fa... method all_positions (line 1643) | def all_positions(self) -> Dict[str, Position]: method portfolio_value (line 1650) | def portfolio_value(self) -> float: method trades (line 1676) | def trades(self) -> List[ClosedTrade]: method orders (line 1683) | def orders(self) -> List[Order]: method entry_orders (line 1690) | def entry_orders(self): method exit_orders (line 1697) | def exit_orders(self): method active_exit_orders (line 1704) | def active_exit_orders(self): method exchange_type (line 1711) | def exchange_type(self): method is_spot_trading (line 1715) | def is_spot_trading(self) -> bool: method is_futures_trading (line 1719) | def is_futures_trading(self) -> bool: method daily_balances (line 1723) | def daily_balances(self): method is_backtesting (line 1727) | def is_backtesting(self) -> bool: method is_livetrading (line 1731) | def is_livetrading(self) -> bool: method is_papertrading (line 1735) | def is_papertrading(self) -> bool: method is_live (line 1739) | def is_live(self) -> bool: method min_qty (line 1743) | def min_qty(self) -> float: FILE: jesse/strategies/Test01/__init__.py class Test01 (line 5) | class Test01(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): method filters (line 24) | def filters(self): FILE: jesse/strategies/Test02/__init__.py class Test02 (line 5) | class Test02(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 22) | def should_cancel_entry(self): method filters (line 25) | def filters(self): FILE: jesse/strategies/Test04/__init__.py class Test04 (line 5) | class Test04(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 44) | def go_short(self): method should_cancel_entry (line 47) | def should_cancel_entry(self): method filters (line 50) | def filters(self): FILE: jesse/strategies/Test05/__init__.py class Test05 (line 6) | class Test05(Strategy): method update (line 7) | def update(self): method should_long (line 10) | def should_long(self): method should_short (line 13) | def should_short(self): method go_long (line 16) | def go_long(self): method go_short (line 22) | def go_short(self): method should_cancel_entry (line 28) | def should_cancel_entry(self): FILE: jesse/strategies/Test06/__init__.py class Test06 (line 5) | class Test06(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 20) | def go_long(self): method go_short (line 26) | def go_short(self): method should_cancel_entry (line 32) | def should_cancel_entry(self): method filters (line 35) | def filters(self): FILE: jesse/strategies/Test07/__init__.py class Test07 (line 5) | class Test07(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method should_short (line 16) | def should_short(self): method go_short (line 19) | def go_short(self): method should_cancel_entry (line 26) | def should_cancel_entry(self): method filters (line 29) | def filters(self): method update_position (line 32) | def update_position(self): FILE: jesse/strategies/Test08/__init__.py class Test08 (line 5) | class Test08(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 19) | def go_long(self): method go_short (line 26) | def go_short(self): method should_cancel_entry (line 33) | def should_cancel_entry(self): method filters (line 36) | def filters(self): FILE: jesse/strategies/Test09/__init__.py class Test09 (line 5) | class Test09(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 15) | def go_short(self): method should_cancel_entry (line 18) | def should_cancel_entry(self): method filters (line 21) | def filters(self): FILE: jesse/strategies/Test10/__init__.py class Test10 (line 5) | class Test10(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 22) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self): method filters (line 28) | def filters(self): FILE: jesse/strategies/Test11/__init__.py class Test11 (line 5) | class Test11(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 15) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self): method filters (line 28) | def filters(self): FILE: jesse/strategies/Test12/__init__.py class Test12 (line 5) | class Test12(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 22) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self): method filters (line 28) | def filters(self): method update_position (line 31) | def update_position(self): FILE: jesse/strategies/Test13/__init__.py class Test13 (line 5) | class Test13(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 22) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self): method filters (line 28) | def filters(self): method update_position (line 31) | def update_position(self): FILE: jesse/strategies/Test14/__init__.py class Test14 (line 5) | class Test14(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method update_position (line 22) | def update_position(self): method go_short (line 26) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): method filters (line 32) | def filters(self): FILE: jesse/strategies/Test15/__init__.py class Test15 (line 5) | class Test15(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 21) | def go_short(self): method should_cancel_entry (line 24) | def should_cancel_entry(self): method filters (line 27) | def filters(self): FILE: jesse/strategies/Test16/__init__.py class Test16 (line 5) | class Test16(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method update_position (line 16) | def update_position(self): method go_short (line 23) | def go_short(self): method should_cancel_entry (line 26) | def should_cancel_entry(self): method filters (line 29) | def filters(self): method should_short (line 32) | def should_short(self): FILE: jesse/strategies/Test17/__init__.py class Test17 (line 5) | class Test17(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method update_position (line 16) | def update_position(self): method go_short (line 25) | def go_short(self): method should_cancel_entry (line 28) | def should_cancel_entry(self): method filters (line 31) | def filters(self): method should_short (line 34) | def should_short(self): FILE: jesse/strategies/Test18/__init__.py class Test18 (line 5) | class Test18(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method on_reduced_position (line 19) | def on_reduced_position(self, order): method go_short (line 22) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self): method filters (line 28) | def filters(self): method should_short (line 31) | def should_short(self): FILE: jesse/strategies/Test19/__init__.py class Test19 (line 4) | class Test19(Strategy): method should_long (line 5) | def should_long(self) -> bool: method should_short (line 8) | def should_short(self) -> bool: method go_long (line 11) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 25) | def should_cancel_entry(self) -> bool: FILE: jesse/strategies/Test20/__init__.py class Test20 (line 5) | class Test20(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 20) | def go_short(self): method should_cancel_entry (line 23) | def should_cancel_entry(self): method filters (line 26) | def filters(self): FILE: jesse/strategies/Test21/__init__.py class Test21 (line 5) | class Test21(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method on_route_open_position (line 23) | def on_route_open_position(self, strategy): FILE: jesse/strategies/Test22/__init__.py class Test22 (line 5) | class Test22(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test23/__init__.py class Test23 (line 5) | class Test23(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method on_route_close_position (line 23) | def on_route_close_position(self, strategy) -> None: FILE: jesse/strategies/Test24/__init__.py class Test24 (line 5) | class Test24(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test25/__init__.py class Test25 (line 5) | class Test25(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method on_route_close_position (line 23) | def on_route_close_position(self, strategy): FILE: jesse/strategies/Test26/__init__.py class Test26 (line 5) | class Test26(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 15) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test27/__init__.py class Test27 (line 5) | class Test27(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method on_route_canceled (line 23) | def on_route_canceled(self, strategy): FILE: jesse/strategies/Test28/__init__.py class Test28 (line 5) | class Test28(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test29/__init__.py class Test29 (line 7) | class Test29(Strategy): method __init__ (line 8) | def __init__(self) -> None: method should_long (line 14) | def should_long(self): method should_short (line 17) | def should_short(self): method go_long (line 20) | def go_long(self): method go_short (line 24) | def go_short(self): method on_route_increased_position (line 28) | def on_route_increased_position(self, strategy): method on_route_reduced_position (line 32) | def on_route_reduced_position(self, strategy): method should_cancel_entry (line 36) | def should_cancel_entry(self): method on_close_position (line 39) | def on_close_position(self, order: Order, closed_trade: ClosedTrade): FILE: jesse/strategies/Test30/__init__.py class Test30 (line 5) | class Test30(Strategy): method update_position (line 6) | def update_position(self): method should_long (line 18) | def should_long(self): method should_short (line 21) | def should_short(self): method go_long (line 24) | def go_long(self): method go_short (line 27) | def go_short(self): method should_cancel_entry (line 30) | def should_cancel_entry(self): FILE: jesse/strategies/Test31/__init__.py class Test31 (line 5) | class Test31(Strategy): method update_position (line 6) | def update_position(self): method should_long (line 15) | def should_long(self): method should_short (line 18) | def should_short(self): method go_long (line 21) | def go_long(self): method go_short (line 24) | def go_short(self): method should_cancel_entry (line 27) | def should_cancel_entry(self): FILE: jesse/strategies/Test32/__init__.py class Test32 (line 5) | class Test32(Strategy): method __init__ (line 6) | def __init__(self) -> None: method before (line 11) | def before(self): method should_long (line 15) | def should_long(self): method should_short (line 18) | def should_short(self): method go_long (line 21) | def go_long(self): method go_short (line 24) | def go_short(self): method should_cancel_entry (line 27) | def should_cancel_entry(self): FILE: jesse/strategies/Test33/__init__.py class Test33 (line 5) | class Test33(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test34/__init__.py class Test34 (line 5) | class Test34(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method go_long (line 12) | def go_long(self): method go_short (line 23) | def go_short(self): method should_cancel_entry (line 26) | def should_cancel_entry(self): method filters (line 29) | def filters(self): FILE: jesse/strategies/Test36/__init__.py class Test36 (line 5) | class Test36(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 10) | def should_short(self): method go_long (line 13) | def go_long(self): method go_short (line 21) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): method filters (line 32) | def filters(self): method filter_1 (line 37) | def filter_1(self): FILE: jesse/strategies/Test37/__init__.py class Test37 (line 5) | class Test37(Strategy): method before (line 6) | def before(self): method should_long (line 12) | def should_long(self) -> bool: method should_short (line 15) | def should_short(self) -> bool: method go_long (line 18) | def go_long(self): method go_short (line 23) | def go_short(self): method should_cancel_entry (line 28) | def should_cancel_entry(self): method filters (line 31) | def filters(self): method filter_1 (line 36) | def filter_1(self): FILE: jesse/strategies/Test38/__init__.py class Test38 (line 5) | class Test38(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method filters (line 23) | def filters(self): method filter_1 (line 26) | def filter_1(self): FILE: jesse/strategies/Test39/__init__.py class Test39 (line 5) | class Test39(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method filters (line 23) | def filters(self): method filter_1 (line 26) | def filter_1(self): FILE: jesse/strategies/Test40/__init__.py class Test40 (line 5) | class Test40(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 19) | def should_cancel_entry(self): FILE: jesse/strategies/Test41/__init__.py class Test41 (line 6) | class Test41(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method before_terminate (line 23) | def before_terminate(self): FILE: jesse/strategies/Test44/__init__.py class Test44 (line 5) | class Test44(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/Test45/__init__.py class Test45 (line 5) | class Test45(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): method update_position (line 24) | def update_position(self): FILE: jesse/strategies/Test46/__init__.py class Test46 (line 5) | class Test46(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method update_position (line 15) | def update_position(self): method go_short (line 20) | def go_short(self): method should_cancel_entry (line 23) | def should_cancel_entry(self): FILE: jesse/strategies/Test47/__init__.py class Test47 (line 5) | class Test47(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method filters (line 23) | def filters(self): method filter_1 (line 28) | def filter_1(self): FILE: jesse/strategies/Test48/__init__.py class Test48 (line 5) | class Test48(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 11) | def should_short(self) -> bool: method go_long (line 16) | def go_long(self): method go_short (line 19) | def go_short(self): method should_cancel_entry (line 22) | def should_cancel_entry(self): FILE: jesse/strategies/TestAddHorizontalLineToCandleChart/__init__.py class TestAddHorizontalLineToCandleChart (line 4) | class TestAddHorizontalLineToCandleChart(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method go_short (line 11) | def go_short(self): method should_cancel_entry (line 14) | def should_cancel_entry(self): method should_short (line 17) | def should_short(self): method after (line 20) | def after(self) -> None: FILE: jesse/strategies/TestAddHorizontalLineToExtraChart/__init__.py class TestAddHorizontalLineToExtraChart (line 4) | class TestAddHorizontalLineToExtraChart(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method go_short (line 11) | def go_short(self): method should_cancel_entry (line 14) | def should_cancel_entry(self): method should_short (line 17) | def should_short(self): method after (line 20) | def after(self) -> None: FILE: jesse/strategies/TestAddLineToCandleChart/__init__.py class TestAddLineToCandleChart (line 4) | class TestAddLineToCandleChart(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method go_short (line 11) | def go_short(self): method should_cancel_entry (line 14) | def should_cancel_entry(self): method should_short (line 17) | def should_short(self): method after (line 20) | def after(self) -> None: FILE: jesse/strategies/TestAddLineToExtraChart/__init__.py class TestAddLineToExtraChart (line 4) | class TestAddLineToExtraChart(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method go_short (line 11) | def go_short(self): method should_cancel_entry (line 14) | def should_cancel_entry(self): method should_short (line 17) | def should_short(self): method after (line 20) | def after(self) -> None: FILE: jesse/strategies/TestAfterMethod/__init__.py class TestAfterMethod (line 5) | class TestAfterMethod(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 15) | def go_short(self): method should_cancel_entry (line 18) | def should_cancel_entry(self): method before (line 21) | def before(self): method after (line 25) | def after(self): FILE: jesse/strategies/TestAverageEntryPriceProperty/__init__.py class TestAverageEntryPriceProperty (line 5) | class TestAverageEntryPriceProperty(Strategy): method should_long (line 6) | def should_long(self): method update_position (line 9) | def update_position(self) -> None: method go_long (line 13) | def go_long(self): method before (line 32) | def before(self) -> None: method should_cancel_entry (line 45) | def should_cancel_entry(self): method should_short (line 48) | def should_short(self): method go_short (line 51) | def go_short(self): FILE: jesse/strategies/TestBalanceAndFeeReductionWorksCorrectlyInSpotModeInBothBuyAndSellOrders/__init__.py class TestBalanceAndFeeReductionWorksCorrectlyInSpotModeInBothBuyAndSellOrders (line 6) | class TestBalanceAndFeeReductionWorksCorrectlyInSpotModeInBothBuyAndSell... method before (line 7) | def before(self) -> None: method should_long (line 32) | def should_long(self): method go_long (line 35) | def go_long(self): method on_open_position (line 41) | def on_open_position(self, order) -> None: method on_increased_position (line 47) | def on_increased_position(self, order) -> None: method on_reduced_position (line 59) | def on_reduced_position(self, order) -> None: method on_close_position (line 65) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 74) | def should_cancel_entry(self): FILE: jesse/strategies/TestBalancesAreHandledCorrectlyForCancellingOrdersInSpot/__init__.py class TestBalancesAreHandledCorrectlyForCancellingOrdersInSpot (line 6) | class TestBalancesAreHandledCorrectlyForCancellingOrdersInSpot(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 19) | def on_open_position(self, order) -> None: method before (line 29) | def before(self) -> None: method on_close_position (line 38) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 44) | def should_cancel_entry(self): FILE: jesse/strategies/TestBeforeMethod/__init__.py class TestBeforeMethod (line 5) | class TestBeforeMethod(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 15) | def should_short(self) -> bool: method go_long (line 18) | def go_long(self): method go_short (line 21) | def go_short(self): method should_cancel_entry (line 24) | def should_cancel_entry(self): method before (line 27) | def before(self): FILE: jesse/strategies/TestBeforeTerminate/__init__.py class TestBeforeTerminate (line 6) | class TestBeforeTerminate(Strategy): method __init__ (line 7) | def __init__(self): method should_long (line 11) | def should_long(self) -> bool: method go_long (line 14) | def go_long(self) -> None: method should_cancel_entry (line 17) | def should_cancel_entry(self): method before_terminate (line 20) | def before_terminate(self): method terminate (line 23) | def terminate(self): FILE: jesse/strategies/TestCanCancelEntryOrdersAfterOpenPositionLong1/__init__.py class TestCanCancelEntryOrdersAfterOpenPositionLong1 (line 5) | class TestCanCancelEntryOrdersAfterOpenPositionLong1(Strategy): method before (line 6) | def before(self) -> None: method should_long (line 30) | def should_long(self) -> bool: method should_short (line 33) | def should_short(self) -> bool: method go_long (line 36) | def go_long(self): method update_position (line 43) | def update_position(self) -> None: method go_short (line 47) | def go_short(self): method should_cancel_entry (line 50) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanCancelEntryOrdersAfterOpenPositionLong2/__init__.py class TestCanCancelEntryOrdersAfterOpenPositionLong2 (line 4) | class TestCanCancelEntryOrdersAfterOpenPositionLong2(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 29) | def should_long(self) -> bool: method should_short (line 32) | def should_short(self) -> bool: method go_long (line 35) | def go_long(self): method update_position (line 42) | def update_position(self) -> None: method go_short (line 46) | def go_short(self): method should_cancel_entry (line 49) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanCancelEntryOrdersAfterOpenPositionShort1/__init__.py class TestCanCancelEntryOrdersAfterOpenPositionShort1 (line 4) | class TestCanCancelEntryOrdersAfterOpenPositionShort1(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 29) | def should_long(self) -> bool: method should_short (line 32) | def should_short(self) -> bool: method go_long (line 35) | def go_long(self): method update_position (line 38) | def update_position(self) -> None: method go_short (line 42) | def go_short(self): method should_cancel_entry (line 49) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanCancelEntryOrdersAfterOpenPositionShort2/__init__.py class TestCanCancelEntryOrdersAfterOpenPositionShort2 (line 4) | class TestCanCancelEntryOrdersAfterOpenPositionShort2(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 29) | def should_long(self) -> bool: method should_short (line 32) | def should_short(self) -> bool: method go_long (line 35) | def go_long(self): method update_position (line 38) | def update_position(self) -> None: method go_short (line 42) | def go_short(self): method should_cancel_entry (line 49) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanOpenANewPositionImmediatelyAfterClosingViaUpdatePosition/__init__.py class TestCanOpenANewPositionImmediatelyAfterClosingViaUpdatePosition (line 6) | class TestCanOpenANewPositionImmediatelyAfterClosingViaUpdatePosition(St... method before (line 7) | def before(self) -> None: method should_long (line 11) | def should_long(self) -> bool: method go_long (line 14) | def go_long(self) -> None: method update_position (line 17) | def update_position(self) -> None: method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanRunWithoutShorting/__init__.py class TestCanRunWithoutShorting (line 4) | class TestCanRunWithoutShorting(Strategy): method should_long (line 5) | def should_long(self): method should_cancel_entry (line 8) | def should_cancel_entry(self): method go_long (line 11) | def go_long(self): FILE: jesse/strategies/TestCanSubmitStopLossOrderWithSizeEqualToCurrentPositionQty/__init__.py class TestCanSubmitStopLossOrderWithSizeEqualToCurrentPositionQty (line 6) | class TestCanSubmitStopLossOrderWithSizeEqualToCurrentPositionQty(Strate... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method on_close_position (line 16) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanSubmitStopLossOrderWithSizeLessThanCurrentPositionQty/__init__.py class TestCanSubmitStopLossOrderWithSizeLessThanCurrentPositionQty (line 6) | class TestCanSubmitStopLossOrderWithSizeLessThanCurrentPositionQty(Strat... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method on_reduced_position (line 19) | def on_reduced_position(self, order) -> None: method on_close_position (line 24) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 28) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanSubmitTakeProfitAndStopLossAtSameTimeInSpot/__init__.py class TestCanSubmitTakeProfitAndStopLossAtSameTimeInSpot (line 6) | class TestCanSubmitTakeProfitAndStopLossAtSameTimeInSpot(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 16) | def on_open_position(self, order) -> None: method on_close_position (line 24) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 37) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanSubmitTakeProfitOrderWithSizeEqualToCurrentPositionQty/__init__.py class TestCanSubmitTakeProfitOrderWithSizeEqualToCurrentPositionQty (line 6) | class TestCanSubmitTakeProfitOrderWithSizeEqualToCurrentPositionQty(Stra... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method on_close_position (line 16) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestCanSubmitTakeProfitOrderWithSizeLessThanCurrentPositionQty/__init__.py class TestCanSubmitTakeProfitOrderWithSizeLessThanCurrentPositionQty (line 6) | class TestCanSubmitTakeProfitOrderWithSizeLessThanCurrentPositionQty(Str... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method on_increased_position (line 19) | def on_increased_position(self, order) -> None: method on_close_position (line 24) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 29) | def should_cancel_entry(self): FILE: jesse/strategies/TestCannotSetStopLossOrderInGoLong/__init__.py class TestCannotSetStopLossOrderInGoLong (line 6) | class TestCannotSetStopLossOrderInGoLong(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method should_cancel_entry (line 14) | def should_cancel_entry(self): FILE: jesse/strategies/TestCannotSetTakeProfitOrderInGoLong/__init__.py class TestCannotSetTakeProfitOrderInGoLong (line 6) | class TestCannotSetTakeProfitOrderInGoLong(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method should_cancel_entry (line 14) | def should_cancel_entry(self): FILE: jesse/strategies/TestCannotSpendMoreThanAvailableBalance/__init__.py class TestCannotSpendMoreThanAvailableBalance (line 6) | class TestCannotSpendMoreThanAvailableBalance(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): FILE: jesse/strategies/TestCannotSubmitStopLossOrderWithSizeMoreThanCurrentPositionQty/__init__.py class TestCannotSubmitStopLossOrderWithSizeMoreThanCurrentPositionQty (line 6) | class TestCannotSubmitStopLossOrderWithSizeMoreThanCurrentPositionQty(St... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method should_cancel_entry (line 16) | def should_cancel_entry(self): FILE: jesse/strategies/TestCannotSubmitTakeProfitOrderWithSizeMoreThanCurrentPositionQty/__init__.py class TestCannotSubmitTakeProfitOrderWithSizeMoreThanCurrentPositionQty (line 6) | class TestCannotSubmitTakeProfitOrderWithSizeMoreThanCurrentPositionQty(... method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method should_cancel_entry (line 16) | def should_cancel_entry(self): FILE: jesse/strategies/TestCapitalPropertyRaisesNotImplementedError/__init__.py class TestCapitalPropertyRaisesNotImplementedError (line 6) | class TestCapitalPropertyRaisesNotImplementedError(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 11) | def go_long(self) -> None: method should_cancel_entry (line 14) | def should_cancel_entry(self): FILE: jesse/strategies/TestClosedTradeAfterExitingTrade/__init__.py class TestClosedTradeAfterExitingTrade (line 5) | class TestClosedTradeAfterExitingTrade(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method on_close_position (line 23) | def on_close_position(self, order, closed_trade): FILE: jesse/strategies/TestCurrentRouteIndex1/__init__.py class TestCurrentRouteIndex1 (line 4) | class TestCurrentRouteIndex1(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 9) | def should_long(self): method go_long (line 12) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): FILE: jesse/strategies/TestCurrentRouteIndex2/__init__.py class TestCurrentRouteIndex2 (line 4) | class TestCurrentRouteIndex2(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 9) | def should_long(self): method go_long (line 12) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): FILE: jesse/strategies/TestDailyBalanceStoresPortfolioValue/__init__.py class TestDailyBalanceStoresPortfolioValue (line 6) | class TestDailyBalanceStoresPortfolioValue(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 16) | def should_long(self) -> bool: method go_long (line 19) | def go_long(self) -> None: method should_cancel_entry (line 23) | def should_cancel_entry(self): method before_terminate (line 26) | def before_terminate(self): FILE: jesse/strategies/TestDailyBalancesProperty/__init__.py class TestDailyBalancesProperty (line 6) | class TestDailyBalancesProperty(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method should_cancel_entry (line 13) | def should_cancel_entry(self): method before_terminate (line 16) | def before_terminate(self): FILE: jesse/strategies/TestDataRoutes1/__init__.py class TestDataRoutes1 (line 5) | class TestDataRoutes1(Strategy): method before (line 6) | def before(self) -> None: method should_long (line 15) | def should_long(self): method go_long (line 18) | def go_long(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestDataRoutes2/__init__.py class TestDataRoutes2 (line 4) | class TestDataRoutes2(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 14) | def should_long(self): method go_long (line 17) | def go_long(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestDefaultHyperparameters/__init__.py class TestDefaultHyperparameters (line 4) | class TestDefaultHyperparameters(Strategy): method before (line 5) | def before(self): method hyperparameters (line 9) | def hyperparameters(self): method should_long (line 15) | def should_long(self) -> bool: method should_short (line 18) | def should_short(self) -> bool: method go_long (line 21) | def go_long(self): method go_short (line 24) | def go_short(self): method should_cancel_entry (line 27) | def should_cancel_entry(self): FILE: jesse/strategies/TestDnaMethod/__init__.py class TestDnaMethod (line 4) | class TestDnaMethod(Strategy): method before (line 5) | def before(self): method hyperparameters (line 9) | def hyperparameters(self): method dna (line 15) | def dna(self): method should_long (line 18) | def should_long(self) -> bool: method should_short (line 21) | def should_short(self) -> bool: method go_long (line 24) | def go_long(self): method go_short (line 27) | def go_short(self): method should_cancel_entry (line 30) | def should_cancel_entry(self): FILE: jesse/strategies/TestEmptyStrategy/__init__.py class TestEmptyStrategy (line 4) | class TestEmptyStrategy(Strategy): method should_long (line 5) | def should_long(self): method should_short (line 8) | def should_short(self): method should_cancel_entry (line 11) | def should_cancel_entry(self): method go_long (line 14) | def go_long(self): method go_short (line 17) | def go_short(self): FILE: jesse/strategies/TestEntryOrdersAndExitOrdersProperties/__init__.py class TestEntryOrdersAndExitOrdersProperties (line 5) | class TestEntryOrdersAndExitOrdersProperties(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method should_cancel_entry (line 35) | def should_cancel_entry(self): method update_position (line 42) | def update_position(self) -> None: method before (line 46) | def before(self) -> None: FILE: jesse/strategies/TestExchangeTypeProperty1/__init__.py class TestExchangeTypeProperty1 (line 4) | class TestExchangeTypeProperty1(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 9) | def should_long(self): method go_long (line 12) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): FILE: jesse/strategies/TestExchangeTypeProperty2/__init__.py class TestExchangeTypeProperty2 (line 4) | class TestExchangeTypeProperty2(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 9) | def should_long(self): method go_long (line 12) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): FILE: jesse/strategies/TestFuturesExchangeAvailableMargin/__init__.py class TestFuturesExchangeAvailableMargin (line 5) | class TestFuturesExchangeAvailableMargin(Strategy): method before (line 6) | def before(self): method should_long (line 41) | def should_long(self) -> bool: method should_short (line 44) | def should_short(self) -> bool: method go_long (line 47) | def go_long(self): method go_short (line 53) | def go_short(self): method should_cancel_entry (line 56) | def should_cancel_entry(self): FILE: jesse/strategies/TestHasLongAndShortEntryOrdersPropertiesInFilters/__init__.py class TestHasLongAndShortEntryOrdersPropertiesInFilters (line 5) | class TestHasLongAndShortEntryOrdersPropertiesInFilters(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method should_short (line 15) | def should_short(self) -> bool: method go_short (line 18) | def go_short(self): method filters (line 24) | def filters(self) -> list: method filter1 (line 27) | def filter1(self): method should_cancel_entry (line 40) | def should_cancel_entry(self): FILE: jesse/strategies/TestHasLongEntryOrdersProperty/__init__.py class TestHasLongEntryOrdersProperty (line 5) | class TestHasLongEntryOrdersProperty(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method before (line 22) | def before(self) -> None: method should_cancel_entry (line 45) | def should_cancel_entry(self): method update_position (line 48) | def update_position(self) -> None: FILE: jesse/strategies/TestHasShortEntryOrdersProperty/__init__.py class TestHasShortEntryOrdersProperty (line 5) | class TestHasShortEntryOrdersProperty(Strategy): method should_long (line 6) | def should_long(self): method go_long (line 9) | def go_long(self): method should_short (line 12) | def should_short(self) -> bool: method go_short (line 15) | def go_short(self): method before (line 28) | def before(self) -> None: method should_cancel_entry (line 51) | def should_cancel_entry(self): method update_position (line 54) | def update_position(self) -> None: FILE: jesse/strategies/TestIncreasedAndReducedCount/__init__.py class TestIncreasedAndReducedCount (line 5) | class TestIncreasedAndReducedCount(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method update_position (line 16) | def update_position(self): method before (line 38) | def before(self): method go_short (line 43) | def go_short(self): method should_cancel_entry (line 46) | def should_cancel_entry(self): FILE: jesse/strategies/TestIncreasingShortPosition/__init__.py class TestIncreasingShortPosition (line 4) | class TestIncreasingShortPosition(Strategy): method before (line 5) | def before(self) -> None: method should_short (line 15) | def should_short(self): method go_short (line 18) | def go_short(self): method update_position (line 21) | def update_position(self): method should_long (line 27) | def should_long(self): method go_long (line 30) | def go_long(self): method should_cancel_entry (line 33) | def should_cancel_entry(self): method filters (line 36) | def filters(self): FILE: jesse/strategies/TestInsufficientMargin1/__init__.py class TestInsufficientMargin1 (line 6) | class TestInsufficientMargin1(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestInsufficientMargin2/__init__.py class TestInsufficientMargin2 (line 6) | class TestInsufficientMargin2(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 13) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestInsufficientMargin3/__init__.py class TestInsufficientMargin3 (line 6) | class TestInsufficientMargin3(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 13) | def go_long(self): method go_short (line 16) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): FILE: jesse/strategies/TestLeverageProperty1/__init__.py class TestLeverageProperty1 (line 5) | class TestLeverageProperty1(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 12) | def should_short(self) -> bool: method go_long (line 15) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestLeverageProperty2/__init__.py class TestLeverageProperty2 (line 5) | class TestLeverageProperty2(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 12) | def should_short(self) -> bool: method go_long (line 15) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestLiquidationInCrossModeForShortTrade/__init__.py class TestLiquidationInCrossModeForShortTrade (line 6) | class TestLiquidationInCrossModeForShortTrade(Strategy): method on_open_position (line 7) | def on_open_position(self, order): method before (line 12) | def before(self): method should_long (line 28) | def should_long(self) -> bool: method should_short (line 31) | def should_short(self) -> bool: method go_long (line 34) | def go_long(self): method go_short (line 37) | def go_short(self): method should_cancel_entry (line 42) | def should_cancel_entry(self): FILE: jesse/strategies/TestLiquidationInIsolatedModeForLongTrade/__init__.py class TestLiquidationInIsolatedModeForLongTrade (line 4) | class TestLiquidationInIsolatedModeForLongTrade(Strategy): method on_open_position (line 5) | def on_open_position(self, order): method before (line 8) | def before(self): method should_long (line 15) | def should_long(self) -> bool: method should_short (line 25) | def should_short(self) -> bool: method go_long (line 28) | def go_long(self): method go_short (line 32) | def go_short(self): method should_cancel_entry (line 35) | def should_cancel_entry(self): FILE: jesse/strategies/TestLiquidationInIsolatedModeForShortTrade/__init__.py class TestLiquidationInIsolatedModeForShortTrade (line 4) | class TestLiquidationInIsolatedModeForShortTrade(Strategy): method on_open_position (line 5) | def on_open_position(self, order): method before (line 9) | def before(self): method should_long (line 23) | def should_long(self) -> bool: method should_short (line 26) | def should_short(self) -> bool: method go_long (line 29) | def go_long(self): method go_short (line 32) | def go_short(self): method should_cancel_entry (line 36) | def should_cancel_entry(self): FILE: jesse/strategies/TestLogMethodInStrategyClass/__init__.py class TestLogMethodInStrategyClass (line 4) | class TestLogMethodInStrategyClass(Strategy): method before (line 5) | def before(self): method should_long (line 12) | def should_long(self) -> bool: method should_short (line 15) | def should_short(self) -> bool: method go_long (line 18) | def go_long(self): method go_short (line 21) | def go_short(self): method should_cancel_entry (line 24) | def should_cancel_entry(self): FILE: jesse/strategies/TestMarkPrice/__init__.py class TestMarkPrice (line 4) | class TestMarkPrice(Strategy): method before (line 5) | def before(self): method should_long (line 11) | def should_long(self) -> bool: method should_short (line 14) | def should_short(self) -> bool: method go_long (line 17) | def go_long(self): method go_short (line 20) | def go_short(self): method should_cancel_entry (line 23) | def should_cancel_entry(self): FILE: jesse/strategies/TestMarketOrderForLowPriceDifference/__init__.py class TestMarketOrderForLowPriceDifference (line 3) | class TestMarketOrderForLowPriceDifference(Strategy): method on_open_position (line 4) | def on_open_position(self, order): method on_close_position (line 7) | def on_close_position(self, order, closed_trade) -> None: method should_long (line 10) | def should_long(self) -> bool: method should_short (line 13) | def should_short(self) -> bool: method go_long (line 16) | def go_long(self): method update_position (line 20) | def update_position(self) -> None: method go_short (line 24) | def go_short(self): method should_cancel_entry (line 27) | def should_cancel_entry(self): FILE: jesse/strategies/TestMetrics1/__init__.py class TestMetrics1 (line 6) | class TestMetrics1(Strategy): method should_long (line 7) | def should_long(self) -> bool: method should_short (line 10) | def should_short(self) -> bool: method go_long (line 13) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): method on_close_position (line 24) | def on_close_position(self, order, closed_trade): FILE: jesse/strategies/TestMultipleEntryOrdersUpdateEntryLongPositions/__init__.py class TestMultipleEntryOrdersUpdateEntryLongPositions (line 4) | class TestMultipleEntryOrdersUpdateEntryLongPositions(Strategy): method before (line 5) | def before(self) -> None: method should_long (line 31) | def should_long(self) -> bool: method should_short (line 34) | def should_short(self) -> bool: method go_long (line 37) | def go_long(self): method update_position (line 44) | def update_position(self) -> None: method go_short (line 51) | def go_short(self): method should_cancel_entry (line 54) | def should_cancel_entry(self): FILE: jesse/strategies/TestMultipleEntryOrdersUpdateEntryShortPositions/__init__.py class TestMultipleEntryOrdersUpdateEntryShortPositions (line 6) | class TestMultipleEntryOrdersUpdateEntryShortPositions(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 37) | def should_long(self) -> bool: method should_short (line 40) | def should_short(self) -> bool: method go_long (line 43) | def go_long(self): method update_position (line 46) | def update_position(self) -> None: method go_short (line 53) | def go_short(self): method should_cancel_entry (line 60) | def should_cancel_entry(self): FILE: jesse/strategies/TestOnCancelMethod/__init__.py class TestOnCancelMethod (line 6) | class TestOnCancelMethod(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method should_cancel_entry (line 15) | def should_cancel_entry(self): method on_cancel (line 18) | def on_cancel(self) -> None: FILE: jesse/strategies/TestOnClosePosition/__init__.py class TestOnClosePosition (line 6) | class TestOnClosePosition(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 14) | def on_open_position(self, order): method on_close_position (line 17) | def on_close_position(self, order, closed_trade) -> None: FILE: jesse/strategies/TestOnRouteOpenPosition/__init__.py class TestOnRouteOpenPosition (line 6) | class TestOnRouteOpenPosition(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 17) | def should_long(self) -> bool: method go_long (line 20) | def go_long(self) -> None: method should_cancel_entry (line 23) | def should_cancel_entry(self): method on_route_open_position (line 26) | def on_route_open_position(self, strategy) -> None: FILE: jesse/strategies/TestOnRouteOpenPosition2/__init__.py class TestOnRouteOpenPosition2 (line 6) | class TestOnRouteOpenPosition2(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 11) | def should_long(self) -> bool: method go_long (line 14) | def go_long(self) -> None: method should_cancel_entry (line 17) | def should_cancel_entry(self): FILE: jesse/strategies/TestOrderIsStopLossProperty/__init__.py class TestOrderIsStopLossProperty (line 5) | class TestOrderIsStopLossProperty(Strategy): method should_long (line 6) | def should_long(self): method should_short (line 9) | def should_short(self): method should_cancel_entry (line 12) | def should_cancel_entry(self): method go_long (line 15) | def go_long(self): method go_short (line 18) | def go_short(self): method on_close_position (line 22) | def on_close_position(self, order, closed_trade) -> None: FILE: jesse/strategies/TestOrderIsTakeProfitProperty/__init__.py class TestOrderIsTakeProfitProperty (line 5) | class TestOrderIsTakeProfitProperty(Strategy): method should_long (line 6) | def should_long(self): method should_cancel_entry (line 9) | def should_cancel_entry(self): method go_long (line 12) | def go_long(self): method on_close_position (line 16) | def on_close_position(self, order, closed_trade) -> None: FILE: jesse/strategies/TestOrderPriceCannotBeGreaterThanZero/__init__.py class TestOrderPriceCannotBeGreaterThanZero (line 6) | class TestOrderPriceCannotBeGreaterThanZero(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method should_cancel_entry (line 13) | def should_cancel_entry(self): FILE: jesse/strategies/TestOrderValueProperty/__init__.py class TestOrderValueProperty (line 6) | class TestOrderValueProperty(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 13) | def should_long(self) -> bool: method go_long (line 16) | def go_long(self) -> None: method should_short (line 19) | def should_short(self) -> bool: method go_short (line 22) | def go_short(self) -> None: method should_cancel_entry (line 25) | def should_cancel_entry(self): FILE: jesse/strategies/TestOrdersAreSortedBeforeExecution/__init__.py class TestOrdersAreSortedBeforeExecution (line 4) | class TestOrdersAreSortedBeforeExecution(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method on_open_position (line 15) | def on_open_position(self, order) -> None: method update_position (line 19) | def update_position(self): method should_cancel_entry (line 23) | def should_cancel_entry(self): FILE: jesse/strategies/TestPortfolioValue/__init__.py class TestPortfolioValue (line 4) | class TestPortfolioValue(Strategy): method before (line 5) | def before(self): method should_long (line 16) | def should_long(self) -> bool: method should_short (line 19) | def should_short(self) -> bool: method go_long (line 22) | def go_long(self): method go_short (line 26) | def go_short(self): method should_cancel_entry (line 30) | def should_cancel_entry(self): FILE: jesse/strategies/TestPortfolioValueIncludesPositionValueAndOpenOrdersValue/__init__.py class TestPortfolioValueIncludesPositionValueAndOpenOrdersValue (line 6) | class TestPortfolioValueIncludesPositionValueAndOpenOrdersValue(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 13) | def should_long(self) -> bool: method go_long (line 16) | def go_long(self) -> None: method should_cancel_entry (line 24) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionExchangeTypeProperty1/__init__.py class TestPositionExchangeTypeProperty1 (line 6) | class TestPositionExchangeTypeProperty1(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 11) | def should_long(self): method go_long (line 14) | def go_long(self): method should_cancel_entry (line 17) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionExchangeTypeProperty2/__init__.py class TestPositionExchangeTypeProperty2 (line 6) | class TestPositionExchangeTypeProperty2(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 11) | def should_long(self): method go_long (line 14) | def go_long(self): method should_cancel_entry (line 17) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionOpenIncreaseReduceCloseEventsInSpot/__init__.py class TestPositionOpenIncreaseReduceCloseEventsInSpot (line 6) | class TestPositionOpenIncreaseReduceCloseEventsInSpot(Strategy): method before (line 7) | def before(self) -> None: method before_terminate (line 14) | def before_terminate(self): method should_long (line 20) | def should_long(self): method go_long (line 23) | def go_long(self): method on_open_position (line 29) | def on_open_position(self, order) -> None: method on_increased_position (line 34) | def on_increased_position(self, order) -> None: method on_reduced_position (line 45) | def on_reduced_position(self, order) -> None: method on_close_position (line 50) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 55) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionTotalCostProperty/__init__.py class TestPositionTotalCostProperty (line 6) | class TestPositionTotalCostProperty(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 18) | def should_long(self) -> bool: method go_long (line 21) | def go_long(self) -> None: method should_cancel_entry (line 24) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionWithLeverage1/__init__.py class TestPositionWithLeverage1 (line 4) | class TestPositionWithLeverage1(Strategy): method should_long (line 5) | def should_long(self) -> bool: method should_short (line 8) | def should_short(self) -> bool: method go_long (line 11) | def go_long(self): method update_position (line 15) | def update_position(self): method go_short (line 21) | def go_short(self): method should_cancel_entry (line 24) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositionWithLeverage2/__init__.py class TestPositionWithLeverage2 (line 4) | class TestPositionWithLeverage2(Strategy): method should_long (line 5) | def should_long(self) -> bool: method should_short (line 8) | def should_short(self) -> bool: method go_long (line 11) | def go_long(self): method update_position (line 15) | def update_position(self): method go_short (line 23) | def go_short(self): method should_cancel_entry (line 26) | def should_cancel_entry(self): FILE: jesse/strategies/TestPositions/__init__.py class TestPositions (line 4) | class TestPositions(Strategy): method before (line 5) | def before(self): method should_long (line 9) | def should_long(self) -> bool: method should_short (line 12) | def should_short(self) -> bool: method go_long (line 15) | def go_long(self): method go_short (line 18) | def go_short(self): method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestProperBalanceHanldingInSpotAfterOrderCancellation/__init__.py class TestProperBalanceHanldingInSpotAfterOrderCancellation (line 6) | class TestProperBalanceHanldingInSpotAfterOrderCancellation(Strategy): method before (line 7) | def before(self) -> None: method should_long (line 15) | def should_long(self): method go_long (line 18) | def go_long(self): method on_open_position (line 23) | def on_open_position(self, order): FILE: jesse/strategies/TestReduceOnlyMarketOrders/__init__.py class TestReduceOnlyMarketOrders (line 5) | class TestReduceOnlyMarketOrders(Strategy): method should_long (line 6) | def should_long(self) -> bool: method should_short (line 9) | def should_short(self) -> bool: method go_long (line 12) | def go_long(self): method go_short (line 17) | def go_short(self): method should_cancel_entry (line 20) | def should_cancel_entry(self): method update_position (line 23) | def update_position(self): FILE: jesse/strategies/TestShortInSpot/__init__.py class TestShortInSpot (line 4) | class TestShortInSpot(Strategy): method should_short (line 5) | def should_short(self) -> bool: method go_short (line 8) | def go_short(self) -> None: method should_long (line 11) | def should_long(self): method go_long (line 14) | def go_long(self): method should_cancel_entry (line 17) | def should_cancel_entry(self): FILE: jesse/strategies/TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceLongPosition/__init__.py class TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceLongPosition (line 5) | class TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceLongPositi... method before (line 6) | def before(self) -> None: method should_long (line 16) | def should_long(self) -> bool: method go_long (line 19) | def go_long(self): method should_short (line 23) | def should_short(self) -> bool: method go_short (line 26) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): FILE: jesse/strategies/TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceShortPosition/__init__.py class TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceShortPosition (line 5) | class TestStopLossPriceIsReplacedWithMarketOrderForBetterPriceShortPosit... method before (line 6) | def before(self) -> None: method should_long (line 16) | def should_long(self) -> bool: method go_long (line 19) | def go_long(self): method should_short (line 22) | def should_short(self) -> bool: method go_short (line 25) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): FILE: jesse/strategies/TestStopOrderShouldConsiderExecutedTakeProfitOrdersInSpot/__init__.py class TestStopOrderShouldConsiderExecutedTakeProfitOrdersInSpot (line 6) | class TestStopOrderShouldConsiderExecutedTakeProfitOrdersInSpot(Strategy): method should_long (line 7) | def should_long(self): method go_long (line 10) | def go_long(self): method on_open_position (line 13) | def on_open_position(self, order) -> None: method on_reduced_position (line 19) | def on_reduced_position(self, order) -> None: method on_close_position (line 23) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 32) | def should_cancel_entry(self): FILE: jesse/strategies/TestStrategyVariablesAreResetBeforeOpeningNewPosition/__init__.py class TestStrategyVariablesAreResetBeforeOpeningNewPosition (line 6) | class TestStrategyVariablesAreResetBeforeOpeningNewPosition(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method update_position (line 13) | def update_position(self) -> None: method on_close_position (line 17) | def on_close_position(self, order, closed_trade) -> None: method should_cancel_entry (line 21) | def should_cancel_entry(self): FILE: jesse/strategies/TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientLongPosition/__init__.py class TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientLongPosition (line 5) | class TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientLong... method before (line 6) | def before(self) -> None: method should_long (line 16) | def should_long(self) -> bool: method go_long (line 19) | def go_long(self): method should_short (line 23) | def should_short(self) -> bool: method go_short (line 26) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): FILE: jesse/strategies/TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientShortPosition/__init__.py class TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientShortPosition (line 5) | class TestTakeProfitPriceIsReplacedWithMarketOrderWhenMoreConvenientShor... method before (line 6) | def before(self) -> None: method should_long (line 16) | def should_long(self) -> bool: method go_long (line 19) | def go_long(self): method should_short (line 22) | def should_short(self) -> bool: method go_short (line 25) | def go_short(self): method should_cancel_entry (line 29) | def should_cancel_entry(self): FILE: jesse/strategies/TestTerminate/__init__.py class TestTerminate (line 6) | class TestTerminate(Strategy): method __init__ (line 7) | def __init__(self): method should_long (line 11) | def should_long(self) -> bool: method go_long (line 14) | def go_long(self) -> None: method should_cancel_entry (line 17) | def should_cancel_entry(self): method before_terminate (line 20) | def before_terminate(self): method terminate (line 23) | def terminate(self): FILE: jesse/strategies/TestUsageOfShouldCancelRaisesNotImplementedError/__init__.py class TestUsageOfShouldCancelRaisesNotImplementedError (line 6) | class TestUsageOfShouldCancelRaisesNotImplementedError(Strategy): method should_long (line 7) | def should_long(self) -> bool: method go_long (line 10) | def go_long(self) -> None: method should_cancel (line 13) | def should_cancel(self) -> bool: FILE: jesse/strategies/TestVanillaStrategy/__init__.py class TestVanillaStrategy (line 4) | class TestVanillaStrategy(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method should_cancel_entry (line 11) | def should_cancel_entry(self): FILE: jesse/strategies/TestWalletBalance/__init__.py class TestWalletBalance (line 6) | class TestWalletBalance(Strategy): method before (line 7) | def before(self): method should_long (line 35) | def should_long(self) -> bool: method should_short (line 38) | def should_short(self) -> bool: method go_long (line 41) | def go_long(self): method update_position (line 49) | def update_position(self): method go_short (line 53) | def go_short(self): method should_cancel_entry (line 56) | def should_cancel_entry(self): FILE: jesse/strategies/TestWithoutCancelMethod/__init__.py class TestWithoutCancelMethod (line 4) | class TestWithoutCancelMethod(Strategy): method should_long (line 5) | def should_long(self): method go_long (line 8) | def go_long(self): method go_short (line 11) | def go_short(self): method should_short (line 14) | def should_short(self): FILE: jesse/testing_utils.py function get_btc_and_eth_candles (line 9) | def get_btc_and_eth_candles(): function get_btc_candles (line 26) | def get_btc_candles(candles_count=100): function get_downtrend_candles (line 36) | def get_downtrend_candles(candles_count=100): function set_up (line 46) | def set_up(is_futures_trading=True, leverage=1, leverage_mode='cross', f... function single_route_backtest (line 62) | def single_route_backtest( function two_routes_backtest (line 90) | def two_routes_backtest( function two_data_routes_backtest (line 111) | def two_data_routes_backtest( FILE: jesse/utils.py function anchor_timeframe (line 15) | def anchor_timeframe(timeframe: str) -> str: function crossed (line 43) | def crossed(series1: np.ndarray, series2: Union[float, int, np.ndarray],... function estimate_risk (line 91) | def estimate_risk(entry_price: float, stop_price: float) -> float: function limit_stop_loss (line 105) | def limit_stop_loss(entry_price: float, stop_price: float, trade_type: s... function numpy_candles_to_dataframe (line 122) | def numpy_candles_to_dataframe(candles: np.ndarray, name_date: str = "da... function qty_to_size (line 132) | def qty_to_size(qty: float, price: float) -> float: function risk_to_qty (line 147) | def risk_to_qty(capital: float, risk_per_capital: float, entry_price: fl... function risk_to_size (line 169) | def risk_to_size(capital_size: float, risk_percentage: float, risk_per_q... function size_to_qty (line 188) | def size_to_qty(position_size: float, entry_price: float, precision: int... function subtract_floats (line 211) | def subtract_floats(float1: float, float2: float) -> float: function sum_floats (line 223) | def sum_floats(float1: float, float2: float) -> float: function strictly_increasing (line 235) | def strictly_increasing(series: np.ndarray, lookback: int) -> bool: function strictly_decreasing (line 241) | def strictly_decreasing(series: np.ndarray, lookback: int) -> bool: function streaks (line 247) | def streaks(series: np.ndarray, use_diff=True) -> np.ndarray: function signal_line (line 260) | def signal_line(series: np.ndarray, period: int = 10, matype: int = 0) -... function kelly_criterion (line 265) | def kelly_criterion(win_rate: float, ratio_avg_win_loss: float) -> float: function prices_to_returns (line 269) | def prices_to_returns(price_series: np.ndarray) -> np.ndarray: function z_score (line 277) | def z_score(series: np.ndarray) -> np.ndarray: function are_cointegrated (line 284) | def are_cointegrated(price_returns_1: np.ndarray, price_returns_2: np.nd... function dd (line 297) | def dd(msg: str) -> None: function combinations_without_repeat (line 308) | def combinations_without_repeat(a: np.ndarray, n: int = 2) -> np.ndarray: function calculate_alpha_beta (line 318) | def calculate_alpha_beta(returns1: np.ndarray, returns2: np.ndarray) -> ... function timeframe_to_one_minutes (line 327) | def timeframe_to_one_minutes(timeframe: str) -> int: FILE: tests/test_backtest.py function test_backtesting_one_route (line 12) | def test_backtesting_one_route(): function test_backtesting_three_routes (line 66) | def test_backtesting_three_routes(): FILE: tests/test_broker.py function set_up_without_fee (line 17) | def set_up_without_fee(is_futures_trading=False): function set_up_with_fee (line 49) | def set_up_with_fee(is_futures_trading=False): function test_cancel_all_orders (line 82) | def test_cancel_all_orders(): function test_opening_and_closing_position_with_stop (line 123) | def test_opening_and_closing_position_with_stop(): function test_stop_loss (line 167) | def test_stop_loss(): function test_should_not_submit_reduce_only_orders_when_position_is_closed (line 206) | def test_should_not_submit_reduce_only_orders_when_position_is_closed(): FILE: tests/test_candle_service.py function test_candle_includes_price (line 6) | def test_candle_includes_price(): function test_generate_candle_from_one_minutes (line 17) | def test_generate_candle_from_one_minutes(): function test_is_bearish (line 30) | def test_is_bearish(): function test_is_bullish (line 35) | def test_is_bullish(): function test_split_candle (line 40) | def test_split_candle(): function test_candle_dict_to_np_array (line 161) | def test_candle_dict_to_np_array(): FILE: tests/test_completed_trade.py function test_completed_trade_in_a_simple_strategy (line 7) | def test_completed_trade_in_a_simple_strategy(): function test_completed_trade_in_a_strategy_with_two_trades (line 31) | def test_completed_trade_in_a_strategy_with_two_trades(): function test_completed_trade_after_exiting_the_trade (line 35) | def test_completed_trade_after_exiting_the_trade(): function test_trade_qty_entry_price_exit_price_size_properties (line 39) | def test_trade_qty_entry_price_exit_price_size_properties(): FILE: tests/test_conflicting_orders.py function get_btc_candles (line 12) | def get_btc_candles(): function set_up (line 22) | def set_up(routes, is_futures_trading=True): function test_can_handle_multiple_entry_orders_too_close_to_each_other (line 33) | def test_can_handle_multiple_entry_orders_too_close_to_each_other(): function test_conflicting_orders (line 47) | def test_conflicting_orders(): function test_conflicting_orders_2 (line 59) | def test_conflicting_orders_2(): FILE: tests/test_dynamic_numpy_array.py function test_append (line 7) | def test_append(): function test_flush (line 28) | def test_flush(): function test_get_last_item (line 43) | def test_get_last_item(): function test_get_past_item (line 58) | def test_get_past_item(): function test_get_item (line 76) | def test_get_item(): function test_array_size_increases (line 97) | def test_array_size_increases(): function test_drop_at (line 115) | def test_drop_at(): FILE: tests/test_exchange.py function test_negative_balance_validation_for_futures_market (line 7) | def test_negative_balance_validation_for_futures_market(): function test_wallet_balance_and_available_margin_for_futures_market (line 31) | def test_wallet_balance_and_available_margin_for_futures_market(): function test_available_margin_for_futures_market (line 39) | def test_available_margin_for_futures_market(): FILE: tests/test_helpers.py function test_app_currency (line 10) | def test_app_currency(): function test_app_mode (line 16) | def test_app_mode(): function test_arrow_to_timestamp (line 20) | def test_arrow_to_timestamp(): function test_base_asset (line 25) | def test_base_asset(): function test_binary_search (line 32) | def test_binary_search(): function test_clean_orderbook_list (line 39) | def test_clean_orderbook_list(): function test_color (line 58) | def test_color(): function test_convert_number (line 64) | def test_convert_number(): function test_dashless_symbol (line 74) | def test_dashless_symbol(): function test_dashy_symbol (line 87) | def test_dashy_symbol(): function test_date_diff_in_days (line 96) | def test_date_diff_in_days(): function test_date_to_timestamp (line 103) | def test_date_to_timestamp(): function test_dna_to_hp (line 107) | def test_dna_to_hp(): function test_dump_exception (line 116) | def test_dump_exception(): function test_estimate_average_price (line 121) | def test_estimate_average_price(): function test_estimate_PNL (line 131) | def test_estimate_PNL(): function test_estimate_PNL_percentage (line 152) | def test_estimate_PNL_percentage(): function test_file_exists (line 168) | def test_file_exists(): function test_floor_with_precision (line 172) | def test_floor_with_precision(): function test_format_currency (line 180) | def test_format_currency(): function test_format_price (line 185) | def test_format_price(): function test_generate_unique_id (line 206) | def test_generate_unique_id(): function test_get_candle_source (line 211) | def test_get_candle_source(): function test_get_config (line 232) | def test_get_config(monkeypatch): function test_get_strategy_class (line 247) | def test_get_strategy_class(): function test_insecure_hash (line 252) | def test_insecure_hash(): function test_insert_list (line 256) | def test_insert_list(): function test_is_backtesting (line 267) | def test_is_backtesting(): function test_is_debuggable (line 271) | def test_is_debuggable(): function test_is_debugging (line 276) | def test_is_debugging(): function test_is_importing_candles (line 280) | def test_is_importing_candles(): function test_is_live (line 284) | def test_is_live(): function test_is_livetrading (line 288) | def test_is_livetrading(): function test_is_optimizing (line 292) | def test_is_optimizing(): function test_is_paper_trading (line 296) | def test_is_paper_trading(): function test_is_unit_testing (line 300) | def test_is_unit_testing(): function test_key (line 304) | def test_key(): function test_max_timeframe (line 312) | def test_max_timeframe(): function test_normalize (line 326) | def test_normalize(): function test_now_to_timestamp (line 332) | def test_now_to_timestamp(): function test_np_ffill (line 337) | def test_np_ffill(): function test_np_shift (line 345) | def test_np_shift(): function test_opposite_side (line 353) | def test_opposite_side(): function test_opposite_type (line 358) | def test_opposite_type(): function test_orderbook_insertion_index_search (line 363) | def test_orderbook_insertion_index_search(): function test_orderbook_trim_price (line 396) | def test_orderbook_trim_price(): function test_prepare_qty (line 414) | def test_prepare_qty(): function test_python_version (line 427) | def test_python_version(): function test_quote_asset (line 432) | def test_quote_asset(): function test_random_str (line 438) | def test_random_str(): function test_readable_duration (line 442) | def test_readable_duration(): function test_relative_to_absolute (line 446) | def test_relative_to_absolute(): function test_round_price_for_live_mode (line 451) | def test_round_price_for_live_mode(): function test_round_qty_for_live_mode (line 458) | def test_round_qty_for_live_mode(): function test_round_decimals_down (line 507) | def test_round_decimals_down(): function test_secure_hash (line 514) | def test_secure_hash(): function test_should_execute_silently (line 518) | def test_should_execute_silently(): function test_side_to_type (line 522) | def test_side_to_type(): function test_string_after_character (line 531) | def test_string_after_character(): function test_style (line 536) | def test_style(): function test_terminate_app (line 541) | def test_terminate_app(): function test_timestamp_to_arrow (line 546) | def test_timestamp_to_arrow(): function test_timestamp_to_date (line 551) | def test_timestamp_to_date(): function test_timestamp_to_time (line 555) | def test_timestamp_to_time(): function test_timestamp_to_iso8601 (line 559) | def test_timestamp_to_iso8601(): function test_iso8601_to_timestamp (line 563) | def test_iso8601_to_timestamp(): function test_today_to_timestamp (line 567) | def test_today_to_timestamp(): function test_type_to_side (line 571) | def test_type_to_side(): function test_unique_list (line 580) | def test_unique_list(): function test_closing_side (line 599) | def test_closing_side(): function test_merge_dicts (line 604) | def test_merge_dicts(): function test_get_pid (line 625) | def test_get_pid(): function test_convert_to_env_name (line 629) | def test_convert_to_env_name(): function test_str_or_none (line 634) | def test_str_or_none(): function test_float_or_none (line 645) | def test_float_or_none(): function test_get_class_name (line 654) | def test_get_class_name(): function test_round_or_none (line 664) | def test_round_or_none(): function test_is_price_near (line 670) | def test_is_price_near(): function test_is_almost_equal (line 686) | def test_is_almost_equal(): function test_clean_infinite_values (line 723) | def test_clean_infinite_values(): function test_clean_nan_values_keeps_bool (line 774) | def test_clean_nan_values_keeps_bool(): function test_normalize_bool (line 791) | def test_normalize_bool(): FILE: tests/test_import_candles.py function test_fill_absent_candles (line 22) | def test_fill_absent_candles(): function test_fill_absent_candles_beginning_middle_end (line 35) | def test_fill_absent_candles_beginning_middle_end(): function test_more_than_one_set_of_candles_in_the_middle_are_absent (line 64) | def test_more_than_one_set_of_candles_in_the_middle_are_absent(): FILE: tests/test_indicators.py function test_acosc (line 11) | def test_acosc(): function test_ad (line 24) | def test_ad(): function test_adosc (line 35) | def test_adosc(): function test_adx (line 47) | def test_adx(): function test_adxr (line 58) | def test_adxr(): function test_alligator (line 70) | def test_alligator(): function test_alma (line 84) | def test_alma(): function test_ao (line 94) | def test_ao(): function test_apo (line 104) | def test_apo(): function test_aroon (line 116) | def test_aroon(): function test_aroon_osc (line 130) | def test_aroon_osc(): function test_atr (line 142) | def test_atr(): function test_avgprice (line 153) | def test_avgprice(): function test_bandpass (line 164) | def test_bandpass(): function test_beta (line 182) | def test_beta(): function test_bollinger_bands (line 195) | def test_bollinger_bands(): function test_bollinger_bands_width (line 212) | def test_bollinger_bands_width(): function test_bop (line 223) | def test_bop(): function test_cc (line 235) | def test_cc(): function test_cci (line 247) | def test_cci(): function test_cfo (line 259) | def test_cfo(): function test_cg (line 271) | def test_cg(): function test_chande (line 280) | def test_chande(): function test_chop (line 299) | def test_chop(): function test_cksp (line 311) | def test_cksp(): function test_cmo (line 326) | def test_cmo(): function test_correl (line 338) | def test_correl(): function test_correlation_cycle (line 349) | def test_correlation_cycle(): function test_cvi (line 370) | def test_cvi(): function test_cwma (line 381) | def test_cwma(): function test_damiani_volatmeter (line 392) | def test_damiani_volatmeter(): function test_dec_osc (line 407) | def test_dec_osc(): function test_decycler (line 416) | def test_decycler(): function test_dema (line 425) | def test_dema(): function test_devstop (line 436) | def test_devstop(): function test_di (line 447) | def test_di(): function test_dm (line 462) | def test_dm(): function test_donchian (line 477) | def test_donchian(): function test_dpo (line 494) | def test_dpo(): function test_dti (line 505) | def test_dti(): function test_dx (line 516) | def test_dx(): function test_edcf (line 533) | def test_edcf(): function test_efi (line 543) | def test_efi(): function test_ema (line 552) | def test_ema(): function test_emd (line 572) | def test_emd(): function test_emv (line 591) | def test_emv(): function test_epma (line 600) | def test_epma(): function test_er (line 611) | def test_er(): function test_eri (line 620) | def test_eri(): function test_fisher (line 634) | def test_fisher(): function test_fosc (line 648) | def test_fosc(): function test_frama (line 657) | def test_frama(): function test_fwma (line 669) | def test_fwma(): function test_gator (line 681) | def test_gator(): function test_gauss (line 696) | def test_gauss(): function test_heikin_ashi_candles (line 705) | def test_heikin_ashi_candles(): function test_high_pass (line 722) | def test_high_pass(): function test_high_pass_2_pole (line 731) | def test_high_pass_2_pole(): function test_hma (line 740) | def test_hma(): function test_hurst (line 749) | def test_hurst(): function test_hwma (line 769) | def test_hwma(): function test_ichimoku_cloud (line 779) | def test_ichimoku_cloud(): function test_ichimoku_cloud_seq (line 792) | def test_ichimoku_cloud_seq(): function test_ift_rsi (line 808) | def test_ift_rsi(): function test_itrend (line 820) | def test_itrend(): function test_jma (line 836) | def test_jma(): function test_jsa (line 848) | def test_jsa(): function test_kama (line 860) | def test_kama(): function test_kaufmanstop (line 872) | def test_kaufmanstop(): function test_kdj (line 899) | def test_kdj(): function test_kelner_channels (line 947) | def test_kelner_channels(): function test_kst (line 964) | def test_kst(): function test_kurtosis (line 980) | def test_kurtosis(): function test_kvo (line 991) | def test_kvo(): function test_linearreg (line 1003) | def test_linearreg(): function test_linearreg_angle (line 1015) | def test_linearreg_angle(): function test_linearreg_intercept (line 1027) | def test_linearreg_intercept(): function test_linearreg_slope (line 1039) | def test_linearreg_slope(): function test_lrsi (line 1051) | def test_lrsi(): function test_ma (line 1064) | def test_ma(): function test_maaq (line 1080) | def test_maaq(): function test_mab (line 1091) | def test_mab(): function test_macd (line 1108) | def test_macd(): function test_mama (line 1124) | def test_mama(): function test_marketfi (line 1138) | def test_marketfi(): function test_mass (line 1150) | def test_mass(): function test_mcginley_dynamic (line 1162) | def test_mcginley_dynamic(): function test_mean_ad (line 1172) | def test_mean_ad(): function test_median_ad (line 1183) | def test_median_ad(): function test_medprice (line 1194) | def test_medprice(): function test_mfi (line 1206) | def test_mfi(): function test_midpoint (line 1218) | def test_midpoint(): function test_midprice (line 1230) | def test_midprice(): function test_minmax (line 1242) | def test_minmax(): function test_mom (line 1258) | def test_mom(): function test_mwdx (line 1270) | def test_mwdx(): function test_natr (line 1282) | def test_natr(): function test_nma (line 1294) | def test_nma(): function test_nvi (line 1306) | def test_nvi(): function test_obv (line 1318) | def test_obv(): function test_pfe (line 1330) | def test_pfe(): function test_pivot (line 1342) | def test_pivot(): function test_pivot1 (line 1361) | def test_pivot1(): function test_pivot2 (line 1380) | def test_pivot2(): function test_pivot3 (line 1399) | def test_pivot3(): function test_pivot4 (line 1418) | def test_pivot4(): function test_pma (line 1437) | def test_pma(): function test_ppo (line 1452) | def test_ppo(): function test_pvi (line 1464) | def test_pvi(): function test_pwma (line 1476) | def test_pwma(): function test_qstick (line 1488) | def test_qstick(): function test_reflex (line 1500) | def test_reflex(): function test_rma (line 1512) | def test_rma(): function test_roc (line 1524) | def test_roc(): function test_rocp (line 1536) | def test_rocp(): function test_rocr (line 1548) | def test_rocr(): function test_rocr100 (line 1560) | def test_rocr100(): function test_roofing (line 1572) | def test_roofing(): function test_rsi (line 1584) | def test_rsi(): function test_rsmk (line 1595) | def test_rsmk(): function test_rsx (line 1611) | def test_rsx(): function test_rvi (line 1622) | def test_rvi(): function test_safezonestop (line 1648) | def test_safezonestop(): function test_sar (line 1660) | def test_sar(): function test_sinwma (line 1673) | def test_sinwma(): function test_skew (line 1684) | def test_skew(): function test_sma (line 1695) | def test_sma(): function test_smma (line 1708) | def test_smma(): function test_sqwma (line 1718) | def test_sqwma(): function test_srsi (line 1728) | def test_srsi(): function test_srwma (line 1745) | def test_srwma(): function test_stc (line 1755) | def test_stc(): function test_stddev (line 1765) | def test_stddev(): function test_stoch (line 1782) | def test_stoch(): function test_stochf (line 1830) | def test_stochf(): function test_supersmoother (line 1862) | def test_supersmoother(): function test_supersmoother_3_pole (line 1871) | def test_supersmoother_3_pole(): function test_supertrend (line 1880) | def test_supertrend(): function test_swma (line 1896) | def test_swma(): function test_t3 (line 1908) | def test_t3(): function test_tema (line 1920) | def test_tema(): function test_trange (line 1932) | def test_trange(): function test_trendflex (line 1943) | def test_trendflex(): function test_trima (line 1954) | def test_trima(): function test_trix (line 1966) | def test_trix(): function test_tsf (line 1977) | def test_tsf(): function test_tsi (line 1989) | def test_tsi(): function test_ttm_trend (line 2001) | def test_ttm_trend(): function test_typprice (line 2013) | def test_typprice(): function test_ui (line 2025) | def test_ui(): function test_ultosc (line 2037) | def test_ultosc(): function test_var (line 2049) | def test_var(): function test_vi (line 2059) | def test_vi(): function test_vidya (line 2074) | def test_vidya(): function test_vlma (line 2084) | def test_vlma(): function test_vosc (line 2096) | def test_vosc(): function test_voss (line 2108) | def test_voss(): function test_vpci (line 2125) | def test_vpci(): function test_vpt (line 2136) | def test_vpt(): function test_vpwma (line 2146) | def test_vpwma(): function test_vwap (line 2156) | def test_vwap(): function test_vwma (line 2166) | def test_vwma(): function test_vwmacd (line 2176) | def test_vwmacd(): function test_wad (line 2193) | def test_wad(): function test_wclprice (line 2205) | def test_wclprice(): function test_wilders (line 2217) | def test_wilders(): function test_willr (line 2229) | def test_willr(): function test_wma (line 2241) | def test_wma(): function test_wt (line 2253) | def test_wt(): function test_zlema (line 2278) | def test_zlema(): function test_zscore (line 2288) | def test_zscore(): function test_waddah_attr_explosion (line 2298) | def test_waddah_attr_explosion(): function test_stiffness (line 2307) | def test_stiffness(): function test_ttm_squeeze (line 2313) | def test_ttm_squeeze(): function test_support_resistance_with_breaks (line 2320) | def test_support_resistance_with_breaks(): function test_squeeze_momentum (line 2332) | def test_squeeze_momentum(): function test_hull_suit (line 2350) | def test_hull_suit(): function test_volume (line 2359) | def test_volume(): FILE: tests/test_isolated_backtest.py function test_can_pass_strategy_as_string_in_futures_exchange (line 8) | def test_can_pass_strategy_as_string_in_futures_exchange(): function test_can_pass_strategy_as_class_in_a_futures_exchange (line 40) | def test_can_pass_strategy_as_class_in_a_futures_exchange(): function test_can_pass_strategy_as_class_in_a_spot_exchange (line 86) | def test_can_pass_strategy_as_class_in_a_spot_exchange(): function test_store_state_app_is_reset_properly_in_isolated_backtest (line 130) | def test_store_state_app_is_reset_properly_in_isolated_backtest(): function test_dna_method_works_in_isolated_backtest (line 177) | def test_dna_method_works_in_isolated_backtest(): function test_backtest_function_only_accepts_candles_with_1m_time_difference (line 260) | def test_backtest_function_only_accepts_candles_with_1m_time_difference(): function test_passed_candles_are_not_affected_by_running_isolated_backtests (line 307) | def test_passed_candles_are_not_affected_by_running_isolated_backtests(): FILE: tests/test_lsp.py class TestVersionComparison (line 6) | class TestVersionComparison: method test_equal_versions (line 9) | def test_equal_versions(self): method test_first_version_greater (line 14) | def test_first_version_greater(self): method test_first_version_lesser (line 20) | def test_first_version_lesser(self): method test_different_length_versions (line 26) | def test_different_length_versions(self): method test_invalid_version_parts (line 34) | def test_invalid_version_parts(self): class TestLspUpdateAvailable (line 40) | class TestLspUpdateAvailable: method test_no_current_version_installed (line 44) | def test_no_current_version_installed(self, mock_get_version): method test_update_available (line 54) | def test_update_available(self, mock_get_version, mock_requests_get): method test_no_update_same_version (line 69) | def test_no_update_same_version(self, mock_get_version, mock_requests_... method test_no_update_older_version (line 84) | def test_no_update_older_version(self, mock_get_version, mock_requests... method test_tag_name_without_v_prefix (line 99) | def test_tag_name_without_v_prefix(self, mock_get_version, mock_reques... method test_network_error_raises_exception (line 114) | def test_network_error_raises_exception(self, mock_get_version, mock_r... method test_missing_tag_name_in_response (line 126) | def test_missing_tag_name_in_response(self, mock_get_version, mock_req... FILE: tests/test_metrics.py function test_open_pl_and_total_open_trades (line 7) | def test_open_pl_and_total_open_trades(): function test_metrics_for_trades_without_fee (line 15) | def test_metrics_for_trades_without_fee(): function test_daily_balance_stores_portfolio_value (line 94) | def test_daily_balance_stores_portfolio_value(): FILE: tests/test_order.py function test_order_is_stop_loss_property (line 4) | def test_order_is_stop_loss_property(): function test_order_is_take_profit_property (line 8) | def test_order_is_take_profit_property(): function test_order_value_property (line 12) | def test_order_value_property(): function test_orders_are_sorted (line 16) | def test_orders_are_sorted(): FILE: tests/test_parent_strategy.py function test_average_stop_loss_exception (line 22) | def test_average_stop_loss_exception(): function test_average_take_profit_and_average_stop_loss (line 27) | def test_average_take_profit_and_average_stop_loss(): function test_average_take_profit_exception (line 45) | def test_average_take_profit_exception(): function test_average_entry_price_property (line 50) | def test_average_entry_price_property(): function test_has_long_entry_orders_property (line 54) | def test_has_long_entry_orders_property(): function test_has_short_entry_orders_property (line 58) | def test_has_short_entry_orders_property(): function test_has_long_entry_orders_property_in_filters (line 62) | def test_has_long_entry_orders_property_in_filters(): function test_can_close_a_long_position_and_go_short_at_the_same_candle (line 66) | def test_can_close_a_long_position_and_go_short_at_the_same_candle(): function test_fee_rate_property (line 77) | def test_fee_rate_property(): function test_filter_readable_exception (line 81) | def test_filter_readable_exception(): function test_filters (line 88) | def test_filters(): function test_forming_candles (line 94) | def test_forming_candles(): function test_increasing_long_position_size_after_opening (line 119) | def test_increasing_long_position_size_after_opening(): function test_increasing_short_position_size_after_opening (line 131) | def test_increasing_short_position_size_after_opening(): function test_is_smart_enough_to_open_positions_via_market_orders (line 135) | def test_is_smart_enough_to_open_positions_via_market_orders(): function test_is_smart_enough_to_open_positions_via_stop_orders (line 176) | def test_is_smart_enough_to_open_positions_via_stop_orders(): function test_liquidate (line 216) | def test_liquidate(): function test_modifying_stop_loss_after_part_of_position_is_already_reduced_with_stop_loss (line 232) | def test_modifying_stop_loss_after_part_of_position_is_already_reduced_w... function test_modifying_take_profit_after_opening_position (line 262) | def test_modifying_take_profit_after_opening_position(): function test_modifying_take_profit_after_part_of_position_is_already_reduced_with_profit (line 274) | def test_modifying_take_profit_after_part_of_position_is_already_reduced... function test_must_not_be_able_to_set_two_similar_routes (line 286) | def test_must_not_be_able_to_set_two_similar_routes(): function test_on_reduced_position (line 300) | def test_on_reduced_position(): function test_on_route_canceled (line 312) | def test_on_route_canceled(): function test_on_route_increased_position_and_on_route_reduced_position_and_strategy_vars (line 324) | def test_on_route_increased_position_and_on_route_reduced_position_and_s... function test_on_route_open_position (line 355) | def test_on_route_open_position(): function test_on_route_open_position_like_the_example_on_the_docs (line 374) | def test_on_route_open_position_like_the_example_on_the_docs(): function test_on_route_stop_loss (line 378) | def test_on_route_stop_loss(): function test_on_route_take_profit (line 397) | def test_on_route_take_profit(): function test_opening_position_in_multiple_points (line 416) | def test_opening_position_in_multiple_points(): function test_reducing_position_size_after_opening (line 428) | def test_reducing_position_size_after_opening(): function test_shared_vars (line 440) | def test_shared_vars(): function test_should_buy_and_execute_buy (line 452) | def test_should_buy_and_execute_buy(): function test_should_sell_and_execute_sell (line 495) | def test_should_sell_and_execute_sell(): function test_stop_loss_at_multiple_points (line 532) | def test_stop_loss_at_multiple_points(): function test_strategy_properties (line 544) | def test_strategy_properties(): function test_taking_profit_at_multiple_points (line 563) | def test_taking_profit_at_multiple_points(): function test_terminate_closes_trades_at_the_end_of_backtest (line 576) | def test_terminate_closes_trades_at_the_end_of_backtest(): function test_updating_stop_loss_and_take_profit_after_opening_the_position (line 584) | def test_updating_stop_loss_and_take_profit_after_opening_the_position(): function test_validation_for_equal_stop_loss_and_take_profit (line 623) | def test_validation_for_equal_stop_loss_and_take_profit(): function test_increased_and_reduced_count (line 630) | def test_increased_and_reduced_count(): function test_before (line 634) | def test_before(): function test_after (line 638) | def test_after(): function test_leverage_property (line 642) | def test_leverage_property(): function test_reduce_only_market_orders (line 650) | def test_reduce_only_market_orders(): function test_liquidation_in_isolated_mode_for_short_trades (line 654) | def test_liquidation_in_isolated_mode_for_short_trades(): function test_liquidation_in_isolated_mode_for_long_trades (line 661) | def test_liquidation_in_isolated_mode_for_long_trades(): function test_mark_price (line 668) | def test_mark_price(): function test_log_method (line 674) | def test_log_method(): function test_using_market_order_for_low_price_difference (line 681) | def test_using_market_order_for_low_price_difference(): function test_dna_method (line 685) | def test_dna_method(): function test_default_hyperparameters (line 689) | def test_default_hyperparameters(): function test_positions (line 693) | def test_positions(): function test_portfolio_value (line 715) | def test_portfolio_value(): function test_portfolio_value_includes_position_value_and_open_orders_value (line 737) | def test_portfolio_value_includes_position_value_and_open_orders_value(): function test_multiple_entry_orders_update_entry_long (line 750) | def test_multiple_entry_orders_update_entry_long(): function test_multiple_entry_orders_update_entry_short (line 754) | def test_multiple_entry_orders_update_entry_short(): function test_can_cancel_entry_orders_after_open_position (line 758) | def test_can_cancel_entry_orders_after_open_position(): function test_stop_loss_price_is_replaced_with_market_order (line 770) | def test_stop_loss_price_is_replaced_with_market_order(): function test_take_profit_price_is_replaced_with_market_order (line 777) | def test_take_profit_price_is_replaced_with_market_order(): function test_can_run_without_shorting (line 784) | def test_can_run_without_shorting(): function test_entry_orders_and_exit_orders_properties (line 788) | def test_entry_orders_and_exit_orders_properties(): function test_exchange_type_property (line 792) | def test_exchange_type_property(): function test_on_cancel_method (line 799) | def test_on_cancel_method(): function test_order_price_cannot_be_greater_than_zero (line 803) | def test_order_price_cannot_be_greater_than_zero(): function test_daily_balances_property (line 808) | def test_daily_balances_property(): function test_capital_property_raises_not_implemented_error (line 812) | def test_capital_property_raises_not_implemented_error(): function test_strategy_variables_are_reset_before_opening_new_position (line 817) | def test_strategy_variables_are_reset_before_opening_new_position(): function test_can_open_a_new_position_immediately_after_closing_via_update_position (line 824) | def test_can_open_a_new_position_immediately_after_closing_via_update_po... function test_before_terminate1 (line 828) | def test_before_terminate1(): function test_before_terminate2 (line 832) | def test_before_terminate2(): function test_terminate (line 851) | def test_terminate(): function test_chart_values (line 858) | def test_chart_values(): function test_without_cancel_method (line 872) | def test_without_cancel_method(): function test_proper_balance_handling_in_spot_after_order_cancellation (line 876) | def test_proper_balance_handling_in_spot_after_order_cancellation(): function test_current_route_index (line 880) | def test_current_route_index(): function test_data_routes (line 884) | def test_data_routes(): function test_on_close_position (line 888) | def test_on_close_position(): FILE: tests/test_position.py function test_increase_a_long_position (line 7) | def test_increase_a_long_position(): function test_increase_a_short_position (line 22) | def test_increase_a_short_position(): function test_initiating_position (line 37) | def test_initiating_position(): function test_is_able_to_close_via_reduce_position_too (line 53) | def test_is_able_to_close_via_reduce_position_too(): function test_open_position (line 67) | def test_open_position(): function test_position_is_close (line 84) | def test_position_is_close(): function test_position_is_open (line 96) | def test_position_is_open(): function test_position_pnl (line 108) | def test_position_pnl(): function test_position_pnl_percentage (line 142) | def test_position_pnl_percentage(): function test_position_roi (line 162) | def test_position_roi(): function test_position_type (line 174) | def test_position_type(): function test_position_value (line 188) | def test_position_value(): function test_position_with_leverage (line 199) | def test_position_with_leverage(): function test_reduce_a_long_position (line 207) | def test_reduce_a_long_position(): function test_reduce_a_short_position (line 221) | def test_reduce_a_short_position(): function test_position_exchange_type_property (line 235) | def test_position_exchange_type_property(): function test_position_total_cost_property (line 247) | def test_position_total_cost_property(): FILE: tests/test_research.py function test_store_candles (line 5) | def test_store_candles(): FILE: tests/test_router.py function test_routes (line 8) | def test_routes(): FILE: tests/test_spot_mode.py function test_should_be_able_to_short_in_spot_mode (line 6) | def test_should_be_able_to_short_in_spot_mode(): function test_should_raise_exception_if_trying_to_spend_more_than_available_balance_in_spot_mode (line 11) | def test_should_raise_exception_if_trying_to_spend_more_than_available_b... function test_should_raise_exception_if_trying_to_submit_take_profit_order_with_size_more_than_current_position_qty (line 16) | def test_should_raise_exception_if_trying_to_submit_take_profit_order_wi... function test_should_raise_exception_if_trying_to_submit_stop_loss_order_with_size_more_than_current_position_qty (line 27) | def test_should_raise_exception_if_trying_to_submit_stop_loss_order_with... function test_should_be_able_to_submit_take_profit_order_with_size_less_or_equal_to_current_position_qty (line 38) | def test_should_be_able_to_submit_take_profit_order_with_size_less_or_eq... function test_should_be_able_to_submit_stop_loss_order_with_size_less_or_equal_to_current_position_qty (line 53) | def test_should_be_able_to_submit_stop_loss_order_with_size_less_or_equa... function test_should_be_able_submit_take_profit_and_stop_loss_at_same_time_in_spot (line 70) | def test_should_be_able_submit_take_profit_and_stop_loss_at_same_time_in... function test_stop_order_should_consider_executed_take_profit_orders_in_spot (line 77) | def test_stop_order_should_consider_executed_take_profit_orders_in_spot(): function test_balances_are_handled_correctly_for_cancelling_orders_in_spot (line 88) | def test_balances_are_handled_correctly_for_cancelling_orders_in_spot(): function test_position_open_increase_reduce_close_events_in_spot (line 95) | def test_position_open_increase_reduce_close_events_in_spot(): function test_balance_and_fee_reduction_works_correctly_in_spot_mode_in_both_buy_and_sell_orders (line 103) | def test_balance_and_fee_reduction_works_correctly_in_spot_mode_in_both_... function test_cannot_set_stop_loss_order_in_go_long (line 111) | def test_cannot_set_stop_loss_order_in_go_long(): function test_cannot_set_take_profit_order_in_go_long (line 119) | def test_cannot_set_take_profit_order_in_go_long(): FILE: tests/test_state_candle.py function set_up (line 8) | def set_up(): function test_batch_add_candles (line 22) | def test_batch_add_candles(): function test_can_add_new_candle (line 35) | def test_can_add_new_candle(): function test_get_candles_including_forming (line 53) | def test_get_candles_including_forming(): function test_get_forming_candle (line 94) | def test_get_forming_candle(): function test_can_update_candle (line 116) | def test_can_update_candle(): function test_can_update_previous_candle (line 134) | def test_can_update_previous_candle(): FILE: tests/test_state_exchanges.py function set_up (line 8) | def set_up(): function test_have_correct_exchanges_in_store_after_creating_store (line 27) | def test_have_correct_exchanges_in_store_after_creating_store(): FILE: tests/test_state_logs.py function set_up (line 6) | def set_up(): FILE: tests/test_state_orderbook.py function set_up (line 8) | def set_up(): function test_fix_array_len (line 115) | def test_fix_array_len(): function test_trim_orderbook_list (line 138) | def test_trim_orderbook_list(): FILE: tests/test_state_orders.py function set_up (line 10) | def set_up(): function test_add_new_order (line 28) | def test_add_new_order(): function test_state_order_count (line 38) | def test_state_order_count(): function test_state_order_get_order_by_id (line 48) | def test_state_order_get_order_by_id(): function test_state_order_get_orders (line 65) | def test_state_order_get_orders(): FILE: tests/test_state_ticker.py function set_up (line 8) | def set_up(): function test_can_add_new_ticker (line 15) | def test_can_add_new_ticker(): function test_get_current_and_past_ticker (line 34) | def test_get_current_and_past_ticker(): FILE: tests/test_state_trades.py function set_up (line 8) | def set_up(): function test_can_add_add_trade (line 18) | def test_can_add_add_trade(): FILE: tests/test_utils.py function test_anchor_timeframe (line 9) | def test_anchor_timeframe(): function test_crossed (line 22) | def test_crossed(): function test_estimate_risk (line 52) | def test_estimate_risk(): function test_limit_stop_loss (line 56) | def test_limit_stop_loss(): function test_numpy_to_pandas (line 69) | def test_numpy_to_pandas(): function test_qty_to_size (line 81) | def test_qty_to_size(): function test_risk_to_qty (line 93) | def test_risk_to_qty(): function test_risk_to_size (line 106) | def test_risk_to_size(): function test_size_to_qty (line 119) | def test_size_to_qty(): function test_sum_floats (line 134) | def test_sum_floats(): function test_subtract_floats (line 141) | def test_subtract_floats(): function test_prices_to_returns (line 148) | def test_prices_to_returns(): function test_combinations_without_repeat (line 154) | def test_combinations_without_repeat(): function test_timeframe_to_one_minutes (line 179) | def test_timeframe_to_one_minutes():