We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1b63 commit 24a3b33Copy full SHA for 24a3b33
src/json.ts
@@ -3,11 +3,6 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
-/*---------------------------------------------------------------------------------------------
7
- * Copyright (c) Microsoft Corporation. All rights reserved.
8
- * Licensed under the MIT License. See License.txt in the project root for license information.
9
- *--------------------------------------------------------------------------------------------*/
10
-
11
const enum CharCode {
12
asterisk = 0x2a, // *
13
backSlash = 0x5c, // \
0 commit comments