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// This is a facade for the observable implementation. Only import from here! 9 10export * from './observableInternal/index'; 11 12