vscode/extensions/markdown-language-features/preview-src/pre.ts
2018-03-19 21:08:39 -07:00

13 lines
No EOL
582 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { CspAlerter } from './csp';
import { StyleLoadingMonitor } from './loading';
// tslint:disable-next-line:no-unused-expression
new CspAlerter();
// tslint:disable-next-line:no-unused-expression
new StyleLoadingMonitor();