1//!!! DO NOT modify, this file was COPIED from 'microsoft/vscode' 2 3/*--------------------------------------------------------------------------------------------- 4 * Copyright (c) Microsoft Corporation. All rights reserved. 5 * Licensed under the MIT License. See License.txt in the project root for license information. 6 *--------------------------------------------------------------------------------------------*/ 7 8/** 9 * Can be passed into the Delayed to defer using a microtask 10 * */ 11export const MicrotaskDelay = Symbol('MicrotaskDelay'); 12 13