[Pkg-javascript-commits] [node-typescript] 02/05: Update upstream source from tag 'upstream/2.6.1'
Julien Puydt
julien.puydt at laposte.net
Wed Nov 1 13:54:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-typescript.
commit 938f59ba6978674e6ea13c9ef2be05fd9879146e
Merge: dd5e2d5 ac62350
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Nov 1 10:01:52 2017 +0100
Update upstream source from tag 'upstream/2.6.1'
Update to upstream version '2.6.1'
with Debian dir 822c95a50e54ede779f9435a463911258b8226e4
.gitignore | 1 -
.mailmap | 13 +-
.travis.yml | 1 +
AUTHORS.md | 11 +
Gulpfile.ts | 61 +-
Jakefile.js | 22 +-
issue_template.md | 3 +-
lib/{csy => cs}/diagnosticMessages.generated.json | 27 +-
lib/{deu => de}/diagnosticMessages.generated.json | 20 +-
lib/enu/diagnosticMessages.generated.json.lcg | 62 +-
lib/{esn => es}/diagnosticMessages.generated.json | 31 +-
lib/{fra => fr}/diagnosticMessages.generated.json | 29 +-
lib/{ita => it}/diagnosticMessages.generated.json | 31 +-
lib/{jpn => ja}/diagnosticMessages.generated.json | 31 +-
lib/{kor => ko}/diagnosticMessages.generated.json | 31 +-
lib/lib.d.ts | 463 +-
lib/lib.dom.d.ts | 397 +-
lib/lib.es2015.core.d.ts | 2 +
lib/lib.es2016.full.d.ts | 397 +-
lib/lib.es2017.full.d.ts | 397 +-
lib/lib.es2017.object.d.ts | 4 +-
lib/lib.es5.d.ts | 66 +-
lib/lib.es6.d.ts | 465 +-
lib/lib.esnext.full.d.ts | 397 +-
lib/lib.webworker.d.ts | 44 +-
lib/{plk => pl}/diagnosticMessages.generated.json | 31 +-
lib/protocol.d.ts | 42 +-
.../diagnosticMessages.generated.json | 31 +-
lib/{rus => ru}/diagnosticMessages.generated.json | 31 +-
lib/{trk => tr}/diagnosticMessages.generated.json | 31 +-
lib/tsc.js | 1405 +-
lib/tsserver.js | 4290 +++--
lib/tsserverlibrary.d.ts | 200 +-
lib/tsserverlibrary.js | 4767 +++--
lib/typescript.d.ts | 64 +-
lib/typescript.js | 4096 +++--
lib/typescriptServices.d.ts | 64 +-
lib/typescriptServices.js | 4096 +++--
lib/typingsInstaller.js | 591 +-
.../diagnosticMessages.generated.json | 31 +-
.../diagnosticMessages.generated.json | 31 +-
package-lock.json | 5302 ++++++
package.json | 2 +-
pull_request_template.md | 2 +-
scripts/buildProtocol.ts | 33 +-
scripts/generateLocalizedDiagnosticMessages.ts | 49 +-
src/compiler/binder.ts | 62 +-
src/compiler/builder.ts | 299 +-
src/compiler/checker.ts | 411 +-
src/compiler/commandLineParser.ts | 28 +-
src/compiler/core.ts | 94 +-
src/compiler/declarationEmitter.ts | 2 +-
src/compiler/diagnosticMessages.json | 50 +-
src/compiler/emitter.ts | 57 +-
src/compiler/factory.ts | 17 +-
src/compiler/moduleNameResolver.ts | 80 +-
src/compiler/parser.ts | 3 +-
src/compiler/program.ts | 26 +-
src/compiler/resolutionCache.ts | 103 +-
src/compiler/scanner.ts | 2 +-
src/compiler/symbolWalker.ts | 2 +-
src/compiler/sys.ts | 4 +-
src/compiler/transformers/es2015.ts | 3 +-
src/compiler/transformers/es2017.ts | 2 +-
src/compiler/transformers/generators.ts | 3 +-
src/compiler/transformers/module/module.ts | 129 +-
src/compiler/transformers/module/system.ts | 7 +-
src/compiler/transformers/ts.ts | 42 +-
src/compiler/transformers/utilities.ts | 13 +
src/compiler/types.ts | 35 +-
src/compiler/utilities.ts | 207 +-
src/compiler/watch.ts | 69 +-
src/compiler/watchUtilities.ts | 35 +-
src/harness/compilerRunner.ts | 10 +-
src/harness/fourslash.ts | 170 +-
src/harness/harness.ts | 18 +-
src/harness/harnessLanguageService.ts | 16 +-
src/harness/loggedIO.ts | 21 +-
src/harness/parallel/host.ts | 48 +-
src/harness/parallel/shared.ts | 4 +-
src/harness/parallel/worker.ts | 60 +-
src/harness/projectsRunner.ts | 2 +-
src/harness/runner.ts | 9 +-
src/harness/rwcRunner.ts | 3 +-
src/harness/tsconfig.json | 3 +-
src/harness/typeWriter.ts | 6 +-
src/harness/unittests/builder.ts | 16 +-
src/harness/unittests/compileOnSave.ts | 47 +-
.../unittests/convertCompilerOptionsFromJson.ts | 4 +-
.../unittests/convertTypeAcquisitionFromJson.ts | 2 +-
src/harness/unittests/extractConstants.ts | 32 +
src/harness/unittests/extractFunctions.ts | 180 +
src/harness/unittests/extractRanges.ts | 27 +
src/harness/unittests/extractTestHelpers.ts | 11 +
src/harness/unittests/hostNewLineSupport.ts | 67 +
src/harness/unittests/moduleResolution.ts | 5 +-
src/harness/unittests/projectErrors.ts | 10 +-
src/harness/unittests/publicApi.ts | 34 +-
src/harness/unittests/session.ts | 93 +-
src/harness/unittests/telemetry.ts | 80 +-
src/harness/unittests/tscWatchMode.ts | 539 +-
src/harness/unittests/tsserverProjectSystem.ts | 935 +-
src/harness/unittests/typingsInstaller.ts | 20 +-
src/harness/virtualFileSystemWithWatch.ts | 60 +-
src/lib/dom.generated.d.ts | 397 +-
src/lib/es2015.core.d.ts | 2 +
src/lib/es2017.object.d.ts | 4 +-
src/lib/es5.d.ts | 66 +-
src/lib/webworker.generated.d.ts | 44 +-
.../diagnosticMessages.generated.json.lcl | 17189 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17189 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17207 ++++++++++---------
.../diagnosticMessages.generated.json.lcl | 17048 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17207 ++++++++++---------
.../diagnosticMessages.generated.json.lcl | 17207 ++++++++++---------
.../diagnosticMessages.generated.json.lcl | 17189 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17186 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17189 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17118 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17118 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17187 +++++++++---------
.../diagnosticMessages.generated.json.lcl | 17175 +++++++++---------
src/server/client.ts | 8 +-
src/server/editorServices.ts | 154 +-
src/server/project.ts | 205 +-
src/server/protocol.ts | 50 +-
src/server/scriptInfo.ts | 42 +-
src/server/server.ts | 86 +-
src/server/session.ts | 171 +-
src/server/shared.ts | 2 +
src/server/types.ts | 40 +-
src/server/typingsCache.ts | 17 +
.../typingsInstaller/nodeTypingsInstaller.ts | 103 +-
src/server/typingsInstaller/typingsInstaller.ts | 74 +-
src/server/utilities.ts | 11 +
src/services/codeFixProvider.ts | 4 +-
.../codefixes/addMissingInvocationForDecorator.ts | 20 +
src/services/codefixes/fixAddMissingMember.ts | 8 +-
src/services/codefixes/fixCannotFindModule.ts | 34 +
src/services/codefixes/fixes.ts | 3 +
src/services/codefixes/importFixes.ts | 1005 +-
src/services/codefixes/inferFromUsage.ts | 653 +
src/services/completions.ts | 319 +-
src/services/findAllReferences.ts | 32 +-
src/services/formatting/smartIndenter.ts | 65 +-
src/services/importTracker.ts | 3 -
src/services/jsTyping.ts | 61 +
src/services/pathCompletions.ts | 6 +-
src/services/refactorProvider.ts | 5 +-
.../refactors/annotateWithTypeFromJSDoc.ts | 252 +
.../refactors/convertFunctionToEs6Class.ts | 41 +-
src/services/refactors/extractSymbol.ts | 344 +-
src/services/refactors/installTypesForPackage.ts | 65 +
src/services/refactors/refactors.ts | 2 +
src/services/services.ts | 58 +-
src/services/shims.ts | 41 +-
src/services/symbolDisplay.ts | 20 +-
src/services/textChanges.ts | 21 +-
src/services/types.ts | 47 +-
src/services/utilities.ts | 92 +-
.../anyInferenceAnonymousFunctions.symbols | 12 +-
.../reference/anyInferenceAnonymousFunctions.types | 12 +-
tests/baselines/reference/api/tsserverlibrary.d.ts | 200 +-
tests/baselines/reference/api/typescript.d.ts | 64 +-
tests/baselines/reference/arrayFind.js | 22 +
tests/baselines/reference/arrayFind.symbols | 33 +
tests/baselines/reference/arrayFind.types | 46 +
.../reference/asyncFunctionTempVariableScoping.js | 64 +
.../asyncFunctionTempVariableScoping.symbols | 10 +
.../asyncFunctionTempVariableScoping.types | 13 +
.../baselines/reference/asyncImportNestedYield.js | 58 +
.../reference/asyncImportNestedYield.symbols | 6 +
.../reference/asyncImportNestedYield.types | 14 +
tests/baselines/reference/awaitUnionPromise.js | 89 +
.../baselines/reference/awaitUnionPromise.symbols | 67 +
tests/baselines/reference/awaitUnionPromise.types | 76 +
.../castFunctionExpressionShouldBeParenthesized.js | 5 +
...FunctionExpressionShouldBeParenthesized.symbols | 4 +
...stFunctionExpressionShouldBeParenthesized.types | 11 +
...docParamOnVariableDeclaredFunctionExpression.js | 35 +
...ramOnVariableDeclaredFunctionExpression.symbols | 32 +
...ParamOnVariableDeclaredFunctionExpression.types | 37 +
tests/baselines/reference/classExtendingNull.js | 17 +-
.../baselines/reference/classExtendingNull.symbols | 8 +
tests/baselines/reference/classExtendingNull.types | 13 +
.../complexRecursiveCollections.errors.txt | 10 +-
.../reference/complexRecursiveCollections.js} | 13 +-
.../reference/complexRecursiveCollections.symbols | 5392 +++---
.../reference/complexRecursiveCollections.types | 4 +-
.../reference/declarationNoDanglingGenerics.js | 125 +
.../declarationNoDanglingGenerics.symbols | 82 +
.../reference/declarationNoDanglingGenerics.types | 98 +
.../reference/decoratorMetadataNoStrictNull.js | 32 +
.../decoratorMetadataNoStrictNull.symbols | 18 +
.../reference/decoratorMetadataNoStrictNull.types | 20 +
.../reference/decoratorOnClassMethod6.errors.txt | 4 +-
.../decoratorOnClassProperty11.errors.txt | 4 +-
...uringArrayBindingPatternAndAssignment1ES5.types | 4 +-
...ayBindingPatternAndAssignment1ES5iterable.types | 4 +-
...uringArrayBindingPatternAndAssignment1ES6.types | 4 +-
...ringObjectBindingPatternAndAssignment1ES5.types | 2 +-
...ringObjectBindingPatternAndAssignment1ES6.types | 2 +-
...cturingObjectBindingPatternAndAssignment4.types | 12 +-
.../discriminatedUnionErrorMessage.errors.txt | 12 +-
.../duplicateExportAssignments.errors.txt | 44 +-
.../duplicateOverloadInTypeAugmentation1.symbols | 8 +-
.../duplicateOverloadInTypeAugmentation1.types | 8 +-
...namicImportInDefaultExportExpression.errors.txt | 11 +
.../dynamicImportInDefaultExportExpression.js | 15 +
.../dynamicImportInDefaultExportExpression.symbols | 8 +
.../dynamicImportInDefaultExportExpression.types | 13 +
.../dynamicImportWithNestedThis_es2015.js | 38 +
.../dynamicImportWithNestedThis_es2015.symbols | 27 +
.../dynamicImportWithNestedThis_es2015.types | 31 +
.../reference/dynamicImportWithNestedThis_es5.js | 40 +
.../dynamicImportWithNestedThis_es5.symbols | 27 +
.../dynamicImportWithNestedThis_es5.types | 31 +
tests/baselines/reference/es5-commonjs7.symbols | 2 +-
.../excessPropertyCheckWithUnions.errors.txt | 105 +
.../reference/excessPropertyCheckWithUnions.js | 91 +
.../excessPropertyCheckWithUnions.symbols | 169 +
.../reference/excessPropertyCheckWithUnions.types | 223 +
.../reference/exportDefaultVariable.symbols | 2 +-
.../extractConstant_PreserveTrivia.js | 17 +
.../extractConstant_PreserveTrivia.ts | 17 +
.../extractConstant_This_Constructor.js | 16 +
.../extractConstant_This_Constructor.ts | 26 +
.../extractConstant/extractConstant_This_Method.js | 16 +
.../extractConstant/extractConstant_This_Method.ts | 26 +
.../extractConstant_This_Property.ts | 18 +
.../reference/extractFunction/extractFunction1.ts | 1 +
.../reference/extractFunction/extractFunction10.ts | 1 +
.../reference/extractFunction/extractFunction11.ts | 7 +-
.../reference/extractFunction/extractFunction12.ts | 2 +-
.../reference/extractFunction/extractFunction13.ts | 7 +-
.../reference/extractFunction/extractFunction14.ts | 1 +
.../reference/extractFunction/extractFunction15.ts | 1 +
.../reference/extractFunction/extractFunction16.ts | 1 +
.../reference/extractFunction/extractFunction17.ts | 1 +
.../reference/extractFunction/extractFunction18.ts | 1 +
.../reference/extractFunction/extractFunction19.ts | 1 +
.../reference/extractFunction/extractFunction2.ts | 1 +
.../reference/extractFunction/extractFunction20.js | 1 +
.../reference/extractFunction/extractFunction20.ts | 1 +
.../reference/extractFunction/extractFunction21.js | 1 +
.../reference/extractFunction/extractFunction21.ts | 1 +
.../reference/extractFunction/extractFunction22.js | 1 +
.../reference/extractFunction/extractFunction22.ts | 1 +
.../reference/extractFunction/extractFunction23.ts | 1 +
.../reference/extractFunction/extractFunction24.js | 1 +
.../reference/extractFunction/extractFunction24.ts | 1 +
.../reference/extractFunction/extractFunction26.js | 1 +
.../reference/extractFunction/extractFunction26.ts | 1 +
.../reference/extractFunction/extractFunction27.js | 1 +
.../reference/extractFunction/extractFunction27.ts | 1 +
.../reference/extractFunction/extractFunction28.js | 1 +
.../reference/extractFunction/extractFunction28.ts | 1 +
.../reference/extractFunction/extractFunction3.ts | 1 +
.../reference/extractFunction/extractFunction30.ts | 1 +
.../reference/extractFunction/extractFunction31.ts | 1 +
.../reference/extractFunction/extractFunction32.ts | 1 +
.../reference/extractFunction/extractFunction33.js | 1 +
.../reference/extractFunction/extractFunction33.ts | 1 +
.../reference/extractFunction/extractFunction4.ts | 1 +
.../reference/extractFunction/extractFunction5.ts | 1 +
.../reference/extractFunction/extractFunction6.ts | 7 +-
.../reference/extractFunction/extractFunction7.ts | 7 +-
.../reference/extractFunction/extractFunction9.ts | 1 +
.../extractFunction_PreserveTrivia.js | 20 +
.../extractFunction_PreserveTrivia.ts | 20 +
.../extractFunction_RepeatedSubstitution.ts | 1 +
...actFunction_VariableDeclaration_Const_NoType.js | 14 +
...actFunction_VariableDeclaration_Const_NoType.ts | 14 +
...tractFunction_VariableDeclaration_Const_Type.ts | 14 +
...ctFunction_VariableDeclaration_ConsumedTwice.ts | 14 +
...ctFunction_VariableDeclaration_DeclaredTwice.js | 16 +
...ctFunction_VariableDeclaration_DeclaredTwice.ts | 16 +
...tractFunction_VariableDeclaration_Let_NoType.js | 14 +
...tractFunction_VariableDeclaration_Let_NoType.ts | 14 +
...extractFunction_VariableDeclaration_Let_Type.ts | 14 +
...xtractFunction_VariableDeclaration_Multiple1.ts | 14 +
...xtractFunction_VariableDeclaration_Multiple2.js | 16 +
...xtractFunction_VariableDeclaration_Multiple2.ts | 16 +
...xtractFunction_VariableDeclaration_Multiple3.ts | 16 +
...nction_VariableDeclaration_ShorthandProperty.js | 28 +
...nction_VariableDeclaration_ShorthandProperty.ts | 28 +
.../extractFunction_VariableDeclaration_Var.js | 14 +
.../extractFunction_VariableDeclaration_Var.ts | 14 +
...tion_VariableDeclaration_Writes_Const_NoType.js | 35 +
...tion_VariableDeclaration_Writes_Const_NoType.ts | 35 +
...nction_VariableDeclaration_Writes_Const_Type.ts | 35 +
..._VariableDeclaration_Writes_Let_LiteralType1.ts | 35 +
..._VariableDeclaration_Writes_Let_LiteralType2.ts | 35 +
...nction_VariableDeclaration_Writes_Let_NoType.js | 35 +
...nction_VariableDeclaration_Writes_Let_NoType.ts | 35 +
...Function_VariableDeclaration_Writes_Let_Type.ts | 35 +
...iableDeclaration_Writes_Let_TypeWithComments.ts | 35 +
...ctFunction_VariableDeclaration_Writes_Mixed1.js | 39 +
...ctFunction_VariableDeclaration_Writes_Mixed1.ts | 39 +
...ctFunction_VariableDeclaration_Writes_Mixed2.js | 39 +
...ctFunction_VariableDeclaration_Writes_Mixed2.ts | 39 +
...ctFunction_VariableDeclaration_Writes_Mixed3.ts | 39 +
...on_VariableDeclaration_Writes_UnionUndefined.ts | 43 +
...tractFunction_VariableDeclaration_Writes_Var.js | 35 +
...tractFunction_VariableDeclaration_Writes_Var.ts | 35 +
.../genericContextualTypingSpecialization.symbols | 4 +-
.../genericContextualTypingSpecialization.types | 4 +-
tests/baselines/reference/genericDefaults.js | 7 +-
tests/baselines/reference/genericDefaults.symbols | 6 +
tests/baselines/reference/genericDefaults.types | 6 +
.../reference/genericDefaultsErrors.errors.txt | 10 +-
tests/baselines/reference/genericDefaultsErrors.js | 5 +-
.../reference/genericDefaultsErrors.symbols | 6 +
.../reference/genericDefaultsErrors.types | 6 +
tests/baselines/reference/genericReduce.symbols | 12 +-
tests/baselines/reference/genericReduce.types | 12 +-
.../reference/importCallExpressionAsyncES6AMD.js | 10 +-
.../reference/importCallExpressionAsyncES6CJS.js | 10 +-
.../reference/importCallExpressionAsyncES6UMD.js | 10 +-
.../importCallExpressionCheckReturntype1.js | 6 +-
.../importCallExpressionDeclarationEmit1.js | 10 +-
.../reference/importCallExpressionES6AMD.js | 12 +-
.../reference/importCallExpressionES6CJS.js | 12 +-
.../reference/importCallExpressionES6UMD.js | 12 +-
.../reference/importCallExpressionGrammarError.js | 10 +-
.../reference/importCallExpressionInAMD1.js | 8 +-
.../reference/importCallExpressionInAMD2.js | 2 +-
.../reference/importCallExpressionInAMD3.js | 2 +-
.../reference/importCallExpressionInAMD4.js | 12 +-
.../reference/importCallExpressionInCJS1.js | 8 +-
.../reference/importCallExpressionInCJS2.js | 4 +-
.../reference/importCallExpressionInCJS3.js | 2 +-
.../reference/importCallExpressionInCJS4.js | 2 +-
.../reference/importCallExpressionInCJS5.js | 12 +-
.../importCallExpressionInExportEqualsAMD.js | 2 +-
.../importCallExpressionInExportEqualsCJS.js | 2 +-
.../importCallExpressionInExportEqualsUMD.js | 2 +-
.../importCallExpressionInScriptContext1.js | 2 +-
.../importCallExpressionInScriptContext2.js | 2 +-
.../reference/importCallExpressionInUMD1.js | 8 +-
.../reference/importCallExpressionInUMD2.js | 2 +-
.../reference/importCallExpressionInUMD3.js | 2 +-
.../reference/importCallExpressionInUMD4.js | 12 +-
.../reference/importCallExpressionNestedAMD.js | 33 +
.../importCallExpressionNestedAMD.symbols | 12 +
.../reference/importCallExpressionNestedAMD.types | 17 +
.../reference/importCallExpressionNestedAMD2.js | 66 +
.../importCallExpressionNestedAMD2.symbols | 12 +
.../reference/importCallExpressionNestedAMD2.types | 17 +
.../reference/importCallExpressionNestedCJS.js | 28 +
.../importCallExpressionNestedCJS.symbols | 12 +
.../reference/importCallExpressionNestedCJS.types | 17 +
.../reference/importCallExpressionNestedCJS2.js | 61 +
.../importCallExpressionNestedCJS2.symbols | 12 +
.../reference/importCallExpressionNestedCJS2.types | 17 +
.../importCallExpressionNestedES2015.errors.txt | 15 +
.../reference/importCallExpressionNestedES2015.js | 26 +
.../importCallExpressionNestedES2015.symbols | 12 +
.../importCallExpressionNestedES2015.types | 17 +
.../importCallExpressionNestedES20152.errors.txt | 15 +
.../reference/importCallExpressionNestedES20152.js | 59 +
.../importCallExpressionNestedES20152.symbols | 12 +
.../importCallExpressionNestedES20152.types | 17 +
.../reference/importCallExpressionNestedESNext.js | 26 +
.../importCallExpressionNestedESNext.symbols | 12 +
.../importCallExpressionNestedESNext.types | 17 +
.../reference/importCallExpressionNestedESNext2.js | 59 +
.../importCallExpressionNestedESNext2.symbols | 12 +
.../importCallExpressionNestedESNext2.types | 17 +
.../reference/importCallExpressionNestedSystem.js | 43 +
.../importCallExpressionNestedSystem.symbols | 12 +
.../importCallExpressionNestedSystem.types | 17 +
.../reference/importCallExpressionNestedSystem2.js | 76 +
.../importCallExpressionNestedSystem2.symbols | 12 +
.../importCallExpressionNestedSystem2.types | 17 +
.../reference/importCallExpressionNestedUMD.js | 51 +
.../importCallExpressionNestedUMD.symbols | 12 +
.../reference/importCallExpressionNestedUMD.types | 17 +
.../reference/importCallExpressionNestedUMD2.js | 84 +
.../importCallExpressionNestedUMD2.symbols | 12 +
.../reference/importCallExpressionNestedUMD2.types | 17 +
.../importCallExpressionReturnPromiseOfAny.js | 16 +-
...ortCallExpressionSpecifierNotStringTypeError.js | 10 +-
.../importCallExpressionWithTypeArgument.js | 4 +-
tests/baselines/reference/importHelpers.js | 4 +-
...rOfTypeArgumentsDuringErrorReporting.errors.txt | 28 +
...ectNumberOfTypeArgumentsDuringErrorReporting.js | 30 +
...mberOfTypeArgumentsDuringErrorReporting.symbols | 60 +
...NumberOfTypeArgumentsDuringErrorReporting.types | 68 +
.../reference/indirectTypeParameterReferences.js | 49 +
.../indirectTypeParameterReferences.symbols | 91 +
.../indirectTypeParameterReferences.types | 106 +
.../inferFromGenericFunctionReturnTypes1.symbols | 4 +-
.../inferFromGenericFunctionReturnTypes1.types | 4 +-
.../inferFromGenericFunctionReturnTypes2.symbols | 4 +-
.../inferFromGenericFunctionReturnTypes2.types | 4 +-
.../reference/inferredIndexerOnNamespaceImport.js | 28 +
.../inferredIndexerOnNamespaceImport.symbols | 23 +
.../inferredIndexerOnNamespaceImport.types | 26 +
...ompilationBindMultipleDefaultExports.errors.txt | 4 +-
.../jsFileCompilationRestParamJsDocFunction.types | 4 +-
.../reference/jsdocAugments_notAClass.errors.txt | 4 +-
.../reference/jsdocIndexSignature.errors.txt | 18 +
.../reference/jsdocIndexSignature.symbols | 12 +
.../baselines/reference/jsdocIndexSignature.types | 20 +
.../reference/jsdocPrefixPostfixParsing.types | 2 +-
.../jsdocTypedef_propertyWithNoType.symbols | 11 +
.../jsdocTypedef_propertyWithNoType.types | 13 +
.../reference/mappedTypeWithAny.errors.txt | 31 +
tests/baselines/reference/mappedTypeWithAny.js | 60 +
.../baselines/reference/mappedTypeWithAny.symbols | 71 +
tests/baselines/reference/mappedTypeWithAny.types | 74 +
.../reference/metadataOfClassFromAlias.js | 2 +-
.../baselines/reference/metadataOfUnionWithNull.js | 16 +-
...oduleResolution_packageJson_notAtPackageRoot.js | 20 +
...Resolution_packageJson_notAtPackageRoot.symbols | 8 +
...olution_packageJson_notAtPackageRoot.trace.json | 14 +
...leResolution_packageJson_notAtPackageRoot.types | 8 +
...ckageJson_notAtPackageRoot_fakeScopedPackage.js | 20 +
...Json_notAtPackageRoot_fakeScopedPackage.symbols | 8 +
...n_notAtPackageRoot_fakeScopedPackage.trace.json | 14 +
...geJson_notAtPackageRoot_fakeScopedPackage.types | 8 +
...oduleResolution_packageJson_yesAtPackageRoot.js | 18 +
...Resolution_packageJson_yesAtPackageRoot.symbols | 4 +
...olution_packageJson_yesAtPackageRoot.trace.json | 22 +
...leResolution_packageJson_yesAtPackageRoot.types | 4 +
...ckageJson_yesAtPackageRoot_fakeScopedPackage.js | 20 +
...Json_yesAtPackageRoot_fakeScopedPackage.symbols | 4 +
...n_yesAtPackageRoot_fakeScopedPackage.trace.json | 22 +
...geJson_yesAtPackageRoot_fakeScopedPackage.types | 4 +
.../reference/multipleDefaultExports01.errors.txt | 4 +-
.../reference/multipleExportAssignments.errors.txt | 8 +-
...xportAssignmentsInAmbientDeclaration.errors.txt | 8 +-
.../mutuallyRecursiveCallbacks.errors.txt | 24 +
.../reference/mutuallyRecursiveCallbacks.js | 14 +
.../reference/mutuallyRecursiveCallbacks.symbols | 34 +
.../reference/mutuallyRecursiveCallbacks.types | 35 +
.../noUnusedLocals_selfReference.errors.txt | 26 +-
.../reference/noUnusedLocals_selfReference.js | 36 +-
.../reference/noUnusedLocals_selfReference.symbols | 56 +-
.../reference/noUnusedLocals_selfReference.types | 32 +-
.../baselines/reference/objectRestParameter.types | 2 +-
.../reference/objectRestParameterES5.types | 2 +-
.../objectSpreadIndexSignature.errors.txt | 19 +
.../reference/objectSpreadIndexSignature.js | 28 +-
.../reference/objectSpreadIndexSignature.symbols | 63 +-
.../reference/objectSpreadIndexSignature.types | 52 +-
tests/baselines/reference/parserharness.symbols | 12 +-
tests/baselines/reference/parserharness.types | 12 +-
.../potentiallyUncalledDecorators.errors.txt | 174 +
.../reference/potentiallyUncalledDecorators.js | 189 +
.../potentiallyUncalledDecorators.symbols | 200 +
.../reference/potentiallyUncalledDecorators.types | 206 +
.../reference/recursiveTypeRelations.symbols | 4 +-
.../reference/recursiveTypeRelations.types | 4 +-
.../reference/restInvalidArgumentType.types | 2 +-
.../returnTypeParameterWithModules.symbols | 4 +-
.../reference/returnTypeParameterWithModules.types | 4 +-
.../reference/spreadInvalidArgumentType.types | 4 +-
.../reference/strictFunctionTypesErrors.errors.txt | 66 +-
.../reference/strictFunctionTypesErrors.js | 52 +-
.../reference/strictFunctionTypesErrors.symbols | 102 +
.../reference/strictFunctionTypesErrors.types | 110 +
.../strictNullNotNullIndexTypeShouldWork.js | 60 +
.../strictNullNotNullIndexTypeShouldWork.symbols | 86 +
.../strictNullNotNullIndexTypeShouldWork.types | 89 +
.../reference/systemJsForInNoException.js | 19 +
.../reference/systemJsForInNoException.symbols | 16 +
.../reference/systemJsForInNoException.types | 20 +
.../taggedTemplateWithoutDeclaredHelper.js | 4 +-
.../reference/taggedTemplatesInDifferentScopes.js | 44 +
.../taggedTemplatesInDifferentScopes.symbols | 36 +
.../taggedTemplatesInDifferentScopes.types | 48 +
.../reference/taggedTemplatesInModuleAndGlobal.js | 4 +-
tests/baselines/reference/typeAliasExport.symbols | 2 +-
.../unknownSymbolOffContextualType1.symbols | 4 +-
.../unknownSymbolOffContextualType1.types | 4 +-
.../reference/useObjectValuesAndEntries1.types | 20 +-
.../reference/useObjectValuesAndEntries4.types | 8 +-
tests/cases/compiler/arrayFind.ts | 12 +
.../compiler/asyncFunctionTempVariableScoping.ts | 5 +
tests/cases/compiler/asyncImportNestedYield.ts | 4 +
tests/cases/compiler/awaitUnionPromise.ts | 19 +
.../castFunctionExpressionShouldBeParenthesized.ts | 1 +
.../cases/compiler/complexRecursiveCollections.ts | 5 +-
.../compiler/declarationNoDanglingGenerics.ts | 33 +
.../compiler/decoratorMetadataNoStrictNull.ts | 8 +
.../dynamicImportInDefaultExportExpression.ts | 7 +
.../compiler/dynamicImportWithNestedThis_es2015.ts | 14 +
.../compiler/dynamicImportWithNestedThis_es5.ts | 14 +
.../compiler/excessPropertyCheckWithUnions.ts | 57 +
tests/cases/compiler/genericDefaults.ts | 5 +-
tests/cases/compiler/genericDefaultsErrors.ts | 5 +-
...ectNumberOfTypeArgumentsDuringErrorReporting.ts | 21 +
.../compiler/indirectTypeParameterReferences.ts | 29 +
.../compiler/inferredIndexerOnNamespaceImport.ts | 12 +
.../compiler/jsdocTypedef_propertyWithNoType.ts | 12 +
...oduleResolution_packageJson_notAtPackageRoot.ts | 16 +
...ckageJson_notAtPackageRoot_fakeScopedPackage.ts | 16 +
...oduleResolution_packageJson_yesAtPackageRoot.ts | 14 +
...ckageJson_yesAtPackageRoot_fakeScopedPackage.ts | 16 +
tests/cases/compiler/mutuallyRecursiveCallbacks.ts | 7 +
.../cases/compiler/noUnusedLocals_selfReference.ts | 14 +-
.../compiler/potentiallyUncalledDecorators.ts | 81 +
tests/cases/compiler/strictFunctionTypesErrors.ts | 29 +
.../strictNullNotNullIndexTypeShouldWork.ts | 33 +
tests/cases/compiler/systemJsForInNoException.ts | 5 +
.../compiler/taggedTemplatesInDifferentScopes.ts | 15 +
.../classDeclarations/classExtendingNull.ts | 2 +
.../dynamicImport/importCallExpressionNestedAMD.ts | 11 +
.../importCallExpressionNestedAMD2.ts | 11 +
.../dynamicImport/importCallExpressionNestedCJS.ts | 11 +
.../importCallExpressionNestedCJS2.ts | 11 +
.../importCallExpressionNestedES2015.ts | 11 +
.../importCallExpressionNestedES20152.ts | 11 +
.../importCallExpressionNestedESNext.ts | 11 +
.../importCallExpressionNestedESNext2.ts | 11 +
.../importCallExpressionNestedSystem.ts | 11 +
.../importCallExpressionNestedSystem2.ts | 11 +
.../dynamicImport/importCallExpressionNestedUMD.ts | 11 +
.../importCallExpressionNestedUMD2.ts | 11 +
...docParamOnVariableDeclaredFunctionExpression.ts | 20 +
.../cases/conformance/jsdoc/jsdocIndexSignature.ts | 5 +
.../conformance/jsx/checkJsxChildrenProperty1.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty13.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty2.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty4.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty6.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty7.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty8.tsx | 1 +
.../conformance/jsx/checkJsxChildrenProperty9.tsx | 1 +
.../jsx/commentEmittingInPreserveJsx1.tsx | 1 +
.../conformance/jsx/tsxAttributeResolution15.tsx | 1 +
.../conformance/jsx/tsxAttributeResolution16.tsx | 1 +
.../jsx/tsxDefaultAttributesResolution1.tsx | 1 +
.../jsx/tsxDefaultAttributesResolution2.tsx | 1 +
.../jsx/tsxDefaultAttributesResolution3.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType1.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType2.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType3.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType5.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType6.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType7.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType8.tsx | 1 +
.../conformance/jsx/tsxGenericAttributesType9.tsx | 1 +
.../tsxReactComponentWithDefaultTypeParameter1.tsx | 1 +
.../tsxReactComponentWithDefaultTypeParameter2.tsx | 1 +
.../tsxReactComponentWithDefaultTypeParameter3.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution1.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution10.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution11.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution12.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution13.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution14.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution15.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution16.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution2.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution4.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution5.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution6.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution7.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution8.tsx | 1 +
.../jsx/tsxSpreadAttributesResolution9.tsx | 1 +
.../jsx/tsxStatelessFunctionComponentOverload3.tsx | 1 +
.../jsx/tsxStatelessFunctionComponentOverload4.tsx | 1 +
.../jsx/tsxStatelessFunctionComponentOverload5.tsx | 1 +
...sFunctionComponentWithDefaultTypeParameter1.tsx | 1 +
...sFunctionComponentWithDefaultTypeParameter2.tsx | 1 +
.../jsx/tsxStatelessFunctionComponents2.tsx | 1 +
.../jsx/tsxStatelessFunctionComponents3.tsx | 1 +
...atelessFunctionComponentsWithTypeArguments1.tsx | 1 +
...atelessFunctionComponentsWithTypeArguments4.tsx | 1 +
...atelessFunctionComponentsWithTypeArguments5.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType1.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType2.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType3.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType4.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType5.tsx | 1 +
.../cases/conformance/jsx/tsxUnionElementType6.tsx | 1 +
.../conformance/jsx/tsxUnionTypeComponent2.tsx | 1 +
...xtuallyTypedStringLiteralsInJsxAttributes02.tsx | 1 +
.../conformance/types/mapped/mappedTypeWithAny.ts | 27 +
.../types/spread/objectSpreadIndexSignature.ts | 21 +-
.../cases/fourslash/annotateWithTypeFromJSDoc1.ts | 10 +
.../cases/fourslash/annotateWithTypeFromJSDoc10.ts | 15 +
.../cases/fourslash/annotateWithTypeFromJSDoc11.ts | 15 +
.../cases/fourslash/annotateWithTypeFromJSDoc12.ts | 18 +
.../cases/fourslash/annotateWithTypeFromJSDoc13.ts | 11 +
.../cases/fourslash/annotateWithTypeFromJSDoc14.ts | 11 +
.../cases/fourslash/annotateWithTypeFromJSDoc15.ts | 30 +
.../cases/fourslash/annotateWithTypeFromJSDoc16.ts | 9 +
.../cases/fourslash/annotateWithTypeFromJSDoc17.ts | 18 +
.../cases/fourslash/annotateWithTypeFromJSDoc18.ts | 11 +
.../cases/fourslash/annotateWithTypeFromJSDoc19.ts | 19 +
.../cases/fourslash/annotateWithTypeFromJSDoc2.ts | 6 +
.../cases/fourslash/annotateWithTypeFromJSDoc20.ts | 17 +
.../cases/fourslash/annotateWithTypeFromJSDoc21.ts | 73 +
.../cases/fourslash/annotateWithTypeFromJSDoc22.ts | 14 +
.../cases/fourslash/annotateWithTypeFromJSDoc3.ts | 25 +
.../cases/fourslash/annotateWithTypeFromJSDoc4.ts | 27 +
.../cases/fourslash/annotateWithTypeFromJSDoc5.ts | 13 +
.../cases/fourslash/annotateWithTypeFromJSDoc6.ts | 13 +
.../cases/fourslash/annotateWithTypeFromJSDoc7.ts | 17 +
.../cases/fourslash/annotateWithTypeFromJSDoc8.ts | 17 +
.../cases/fourslash/annotateWithTypeFromJSDoc9.ts | 15 +
.../codeFixAddForgottenDecoratorCall01.ts | 14 +
tests/cases/fourslash/codeFixAddMissingMember4.ts | 7 +-
tests/cases/fourslash/codeFixAddMissingMember5.ts | 5 +-
tests/cases/fourslash/codeFixAddMissingMember6.ts | 7 +-
tests/cases/fourslash/codeFixAddMissingMember7.ts | 5 +-
tests/cases/fourslash/codeFixCannotFindModule.ts | 24 +
.../codeFixCannotFindModule_notIfMissing.ts | 11 +
.../fourslash/codeFixChangeExtendsToImplements.ts | 5 +-
...FixChangeExtendsToImplementsAbstractModifier.ts | 6 +-
.../codeFixChangeExtendsToImplementsTypeParams.ts | 5 +-
...odeFixChangeExtendsToImplementsWithDecorator.ts | 6 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax1.ts | 5 +-
.../cases/fourslash/codeFixChangeJSDocSyntax10.ts | 8 +-
.../cases/fourslash/codeFixChangeJSDocSyntax11.ts | 8 +-
.../cases/fourslash/codeFixChangeJSDocSyntax12.ts | 8 +-
.../cases/fourslash/codeFixChangeJSDocSyntax13.ts | 8 +-
.../cases/fourslash/codeFixChangeJSDocSyntax14.ts | 7 +-
.../cases/fourslash/codeFixChangeJSDocSyntax15.ts | 7 +-
.../cases/fourslash/codeFixChangeJSDocSyntax16.ts | 5 +-
.../cases/fourslash/codeFixChangeJSDocSyntax17.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax18.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax19.ts | 6 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax2.ts | 5 +-
.../cases/fourslash/codeFixChangeJSDocSyntax20.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax21.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax22.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax23.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax24.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax25.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax26.ts | 6 +-
.../cases/fourslash/codeFixChangeJSDocSyntax27.ts | 8 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax3.ts | 5 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax4.ts | 5 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax5.ts | 7 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax6.ts | 6 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax7.ts | 5 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax8.ts | 5 +-
tests/cases/fourslash/codeFixChangeJSDocSyntax9.ts | 5 +-
...sExprClassImplementClassFunctionVoidInferred.ts | 21 +-
...assExprExtendsAbstractExpressionWithTypeArgs.ts | 23 +-
...FixClassExtendAbstractExpressionWithTypeArgs.ts | 23 +-
.../codeFixClassExtendAbstractGetterSetter.ts | 53 +-
.../fourslash/codeFixClassExtendAbstractMethod.ts | 33 +-
.../codeFixClassExtendAbstractMethodThis.ts | 19 +-
...endAbstractMethodTypeParamsInstantiateNumber.ts | 18 +-
...ssExtendAbstractMethodTypeParamsInstantiateU.ts | 18 +-
.../codeFixClassExtendAbstractProperty.ts | 19 +-
tests/cases/fourslash/codeFixInferFromUsage.ts | 9 +
tests/cases/fourslash/codeFixInferFromUsageCall.ts | 8 +
.../cases/fourslash/codeFixInferFromUsageGetter.ts | 10 +
.../fourslash/codeFixInferFromUsageGetter2.ts | 11 +
.../codeFixInferFromUsageInaccessibleTypes.ts | 20 +
.../cases/fourslash/codeFixInferFromUsageMember.ts | 11 +
.../fourslash/codeFixInferFromUsageMember2.ts | 10 +
.../fourslash/codeFixInferFromUsageMember3.ts | 9 +
.../codeFixInferFromUsageMultipleParameters.ts | 9 +
.../codeFixInferFromUsageOptionalParam.ts | 9 +
.../codeFixInferFromUsageOptionalParam2.ts | 8 +
.../codeFixInferFromUsagePropertyAccess.ts | 15 +
.../fourslash/codeFixInferFromUsageRestParam.ts | 11 +
.../fourslash/codeFixInferFromUsageRestParam2.ts | 11 +
.../fourslash/codeFixInferFromUsageRestParam3.ts | 8 +
.../cases/fourslash/codeFixInferFromUsageSetter.ts | 10 +
.../fourslash/codeFixInferFromUsageSetter2.ts | 10 +
.../fourslash/codeFixInferFromUsageVariable.ts | 9 +
.../fourslash/codeFixInferFromUsageVariable2.ts | 13 +
.../fourslash/completionEntryForClassMembers3.ts | 32 +
.../completionsImport_default_addToNamedImports.ts | 20 +
...mpletionsImport_default_addToNamespaceImport.ts | 19 +
...tionsImport_default_alreadyExistedWithRename.ts | 21 +
.../completionsImport_default_didNotExistBefore.ts | 20 +
.../completionsImport_fromAmbientModule.ts | 19 +
.../cases/fourslash/completionsImport_matching.ts | 22 +
.../completionsImport_multipleWithSameName.ts | 29 +
.../completionsImport_named_addToNamedImports.ts | 20 +
.../completionsImport_named_didNotExistBefore.ts | 22 +
...ompletionsImport_named_namespaceImportExists.ts | 21 +
tests/cases/fourslash/completionsImport_ofAlias.ts | 30 +
.../completionsImport_previousTokenIsSemicolon.ts | 11 +
.../fourslash/completionsImport_shadowedByLocal.ts | 12 +
.../convertFunctionToEs6Class_asyncMethods.ts | 27 +
.../convertFunctionToEs6Class_exportModifier1.ts | 19 +
.../convertFunctionToEs6Class_exportModifier2.ts | 19 +
tests/cases/fourslash/extract-const1.ts | 14 +
.../fourslash/extract-method-empty-namespace.ts | 1 +
tests/cases/fourslash/extract-method-formatting.ts | 1 +
tests/cases/fourslash/extract-method-uniqueName.ts | 4 +-
tests/cases/fourslash/extract-method10.ts | 1 +
tests/cases/fourslash/extract-method14.ts | 3 +-
tests/cases/fourslash/extract-method15.ts | 1 +
tests/cases/fourslash/extract-method18.ts | 1 +
tests/cases/fourslash/extract-method2.ts | 1 +
tests/cases/fourslash/extract-method20.ts | 5 +-
tests/cases/fourslash/extract-method24.ts | 1 +
tests/cases/fourslash/extract-method7.ts | 1 +
.../findAllRefsDefaultImportThroughNamespace.ts | 15 +-
.../fourslash/findAllRefsForDefaultExport04.ts | 6 +-
.../findAllRefsForDefaultExport_anonymous.ts | 13 +
.../findAllRefsForDefaultExport_reExport.ts | 2 -
tests/cases/fourslash/fourslash.ts | 35 +-
...getOccurrencesIsDefinitionOfComputedProperty.ts | 6 +-
.../fourslash/importNameCodeFixOptionalImport0.ts | 2 +-
tests/cases/fourslash/indentationInAmdIife.ts | 51 +
tests/cases/fourslash/indentationInArrays.ts | 21 +
tests/cases/fourslash/indentationInAssignment.ts | 37 +
.../fourslash/indentationInAsyncExpressions.ts | 16 +
.../fourslash/indentationInClassExpression.ts | 31 +
tests/cases/fourslash/indentationInObject.ts | 30 +
.../cases/fourslash/indirectClassInstantiation.ts | 21 +
tests/cases/fourslash/jsDocAugments.ts | 1 -
tests/cases/fourslash/jsDocAugmentsAndExtends.ts | 37 +
.../{jsDocAugments.ts => jsDocExtends.ts} | 3 +-
.../quickInfoParameter_skipThisParameter.ts | 6 +
.../fourslash/refactorInstallTypesForPackage.ts | 25 +
.../refactorInstallTypesForPackage_importEquals.ts | 25 +
tests/cases/fourslash/server/projectInfo01.ts | 8 +-
tests/cases/fourslash/server/projectInfo02.ts | 2 +-
.../server/projectWithNonExistentFiles.ts | 2 +-
tests/cases/fourslash/unusedMethodInClass1.ts | 11 +-
tests/cases/fourslash/unusedMethodInClass2.ts | 12 +-
tests/cases/fourslash/unusedMethodInClass3.ts | 11 +-
tests/cases/fourslash/unusedMethodInClass4.ts | 8 +-
tests/cases/fourslash/unusedMethodInClass5.ts | 11 +-
tests/cases/fourslash/unusedMethodInClass6.ts | 11 +-
.../cases/fourslash/unusedNamespaceInNamespace.ts | 16 +-
.../fourslash/unusedParameterInConstructor1.ts | 6 +-
.../unusedParameterInConstructor1AddUnderscore.ts | 6 +-
.../fourslash/unusedParameterInConstructor2.ts | 6 +-
.../fourslash/unusedParameterInConstructor3.ts | 6 +-
.../fourslash/unusedParameterInConstructor4.ts | 6 +-
.../cases/fourslash/unusedParameterInFunction1.ts | 6 +-
.../unusedParameterInFunction1AddUnderscore.ts | 6 +-
.../cases/fourslash/unusedParameterInFunction2.ts | 6 +-
.../cases/fourslash/unusedParameterInFunction3.ts | 6 +-
.../cases/fourslash/unusedParameterInFunction4.ts | 6 +-
tests/cases/fourslash/unusedParameterInLambda1.ts | 6 +-
.../unusedParameterInLambda1AddUnderscore.ts | 6 +-
.../cases/fourslash/unusedTypeAliasInNamespace1.ts | 15 +-
.../fourslash/unusedTypeParametersInClass1.ts | 5 +-
.../fourslash/unusedTypeParametersInClass2.ts | 5 +-
.../fourslash/unusedTypeParametersInClass3.ts | 5 +-
.../fourslash/unusedTypeParametersInFunction1.ts | 5 +-
.../fourslash/unusedTypeParametersInFunction2.ts | 5 +-
.../fourslash/unusedTypeParametersInFunction3.ts | 5 +-
.../fourslash/unusedTypeParametersInInterface1.ts | 5 +-
.../fourslash/unusedTypeParametersInLambda1.ts | 5 +-
.../fourslash/unusedTypeParametersInLambda2.ts | 5 +-
.../fourslash/unusedTypeParametersInLambda3.ts | 5 +-
.../fourslash/unusedTypeParametersInLambda4.ts | 5 +-
.../fourslash/unusedTypeParametersInMethod1.ts | 5 +-
.../fourslash/unusedTypeParametersInMethod2.ts | 5 +-
.../fourslash/unusedTypeParametersInMethods1.ts | 5 +-
tests/cases/fourslash/unusedVariableInBlocks.ts | 15 +-
tests/cases/fourslash/unusedVariableInClass1.ts | 5 +-
tests/cases/fourslash/unusedVariableInClass2.ts | 5 +-
tests/cases/fourslash/unusedVariableInClass3.ts | 5 +-
.../cases/fourslash/unusedVariableInForLoop1FS.ts | 6 +-
.../cases/fourslash/unusedVariableInForLoop2FS.ts | 5 +-
.../cases/fourslash/unusedVariableInForLoop3FS.ts | 5 +-
.../cases/fourslash/unusedVariableInForLoop4FS.ts | 5 +-
.../unusedVariableInForLoop5FSAddUnderscore.ts | 5 +-
.../cases/fourslash/unusedVariableInForLoop6FS.ts | 7 +-
.../unusedVariableInForLoop6FSAddUnderscore.ts | 6 +-
.../cases/fourslash/unusedVariableInForLoop7FS.ts | 7 +-
tests/cases/fourslash/unusedVariableInModule1.ts | 5 +-
tests/cases/fourslash/unusedVariableInModule2.ts | 5 +-
tests/cases/fourslash/unusedVariableInModule3.ts | 5 +-
tests/cases/fourslash/unusedVariableInModule4.ts | 6 +-
.../cases/fourslash/unusedVariableInNamespace1.ts | 5 +-
.../cases/fourslash/unusedVariableInNamespace2.ts | 5 +-
.../cases/fourslash/unusedVariableInNamespace3.ts | 5 +-
tslint.json | 3 +-
777 files changed, 154033 insertions(+), 122596 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-typescript.git
More information about the Pkg-javascript-commits
mailing list