/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { "javascript.comparisonOperatorNotStrict": "使用“!==”和“===”,而不使用“!=”和“==”。", "javascript.functionInsideLoop": "循环中的函数。", "javascript.missingSemicolon": "缺少分号。", "javascript.newOnLowercaseFunctions": "用作构造函数的具有小写名称的函数。", "javascript.reservedKeyword": "请勿使用保留的关键字。", "javascript.semicolonInsteadOfBlock": "分号而不是块。", "javascript.typeofCannotBeCompared": "“typeof”操作符的意外输出。", "javascript.typescriptSpecific": "请勿在 JavaScript 中使用特定于 TypeScript 的语言构造。", "layout.curlyBracketsMustNotBeOmitted": "不要省略花括号。", "layout.emptyblock": "空白块应有注释。", "typescript.looksLikeTripleSlash": "是否意味着“/// <reference path=\"some/path.ts\" />”?", "typescript.missingReturnType": "缺少返回类型。", "typescript.unusedFunction": "未使用的本地函数。", "typescript.unusedImport": "未使用的导入。", "typescript.unusedLocalVariable": "未使用的本地变量。", "typescript.unusedPrivateMember": "未使用的私有成员。", "typescript.variableUsedBeforeDeclared": "变量在声明之前使用。" }