mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Added support for CSP
This commit is contained in:
parent
fcb300dc51
commit
4c0f0748e8
4 changed files with 66 additions and 1 deletions
10
test/csp.test.ts
Normal file
10
test/csp.test.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import { testTokenization } from './testRunner';
|
||||
|
||||
testTokenization('csp', []);
|
||||
Loading…
Add table
Add a link
Reference in a new issue