[Pkg-javascript-commits] [node-typescript] 10/13: Updated version 2.5.2 from 'upstream/2.5.2'
Julien Puydt
julien.puydt at laposte.net
Wed Sep 6 15:55:52 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 7f54702513b9c98fac5f0de068024b0d127d51b7
Merge: 897ddc2 6ac08db
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Sep 1 09:00:16 2017 +0200
Updated version 2.5.2 from 'upstream/2.5.2'
with Debian dir e527228ec6783fb22d17fb4b174f6921e2965454
.travis.yml | 1 +
lib/protocol.d.ts | 81 +++++-
lib/tsc.js | 233 ++++++++-------
lib/tsserver.js | 283 +++++++++---------
lib/tsserverlibrary.d.ts | 6 +
lib/tsserverlibrary.js | 283 +++++++++---------
lib/typescript.d.ts | 2 +
lib/typescript.js | 322 ++++++++++++---------
lib/typescriptServices.d.ts | 2 +
lib/typescriptServices.js | 322 ++++++++++++---------
lib/typingsInstaller.js | 17 +-
package.json | 2 +-
scripts/buildProtocol.ts | 14 +-
src/compiler/checker.ts | 55 +++-
src/compiler/core.ts | 2 +-
src/compiler/diagnosticMessages.json | 2 +-
src/compiler/factory.ts | 43 ++-
src/compiler/transformers/es2015.ts | 59 +---
src/compiler/transformers/esnext.ts | 6 +-
src/compiler/transformers/generators.ts | 76 ++---
src/compiler/transformers/module/module.ts | 48 +--
src/compiler/transformers/ts.ts | 7 +-
src/compiler/transformers/utilities.ts | 2 +-
src/compiler/types.ts | 1 +
src/compiler/utilities.ts | 6 +-
src/harness/fourslash.ts | 47 ++-
src/harness/tsconfig.json | 1 +
src/harness/unittests/customTransforms.ts | 23 +-
src/harness/unittests/tsserverProjectSystem.ts | 28 +-
src/server/editorServices.ts | 2 +-
src/server/protocol.ts | 4 +
.../typingsInstaller/nodeTypingsInstaller.ts | 4 +-
src/server/typingsInstaller/typingsInstaller.ts | 2 +-
src/services/documentRegistry.ts | 20 +-
src/services/refactors/extractMethod.ts | 44 +--
tests/baselines/reference/asyncArrowInClassES5.js | 21 ++
.../reference/asyncArrowInClassES5.symbols | 12 +
.../baselines/reference/asyncArrowInClassES5.types | 13 +
.../reference/circularContextualReturnType.js | 18 ++
.../reference/circularContextualReturnType.symbols | 19 ++
.../reference/circularContextualReturnType.types | 23 ++
.../reference/constructorFunctions2.symbols | 41 +++
.../reference/constructorFunctions2.types | 55 ++++
.../before+decorators.js} | 54 ++--
.../reference/decoratorOnClassMethod11.js | 1 +
.../reference/decoratorOnClassMethod12.js | 1 +
.../exportAssignmentOfGenericType1.errors.txt | 17 --
.../reference/exportClassWithoutName.errors.txt | 8 +
.../baselines/reference/exportClassWithoutName.js | 10 +
tests/baselines/reference/exportImport.errors.txt | 21 --
.../reference/extractMethod/extractMethod1.js | 8 +-
.../reference/extractMethod/extractMethod10.js | 6 +-
.../reference/extractMethod/extractMethod11.js | 6 +-
.../reference/extractMethod/extractMethod12.js | 2 +-
.../reference/extractMethod/extractMethod2.js | 8 +-
.../reference/extractMethod/extractMethod3.js | 8 +-
.../reference/extractMethod/extractMethod4.js | 8 +-
.../reference/extractMethod/extractMethod5.js | 8 +-
.../reference/extractMethod/extractMethod6.js | 8 +-
.../reference/extractMethod/extractMethod7.js | 8 +-
.../reference/extractMethod/extractMethod8.js | 8 +-
.../reference/extractMethod/extractMethod9.js | 8 +-
.../importCallExpressionInExportEqualsAMD.js | 22 ++
.../importCallExpressionInExportEqualsAMD.symbols | 10 +
.../importCallExpressionInExportEqualsAMD.types | 14 +
.../importCallExpressionInExportEqualsCJS.js | 18 ++
.../importCallExpressionInExportEqualsCJS.symbols | 10 +
.../importCallExpressionInExportEqualsCJS.types | 14 +
.../importCallExpressionInExportEqualsUMD.js | 39 +++
.../importCallExpressionInExportEqualsUMD.symbols | 10 +
.../importCallExpressionInExportEqualsUMD.types | 14 +
.../inferringClassMembersFromAssignments.js | 1 +
.../invalidContinueInDownlevelAsync.errors.txt | 17 ++
.../reference/invalidContinueInDownlevelAsync.js | 63 ++++
.../reference/noCrashOnImportShadowing.errors.txt | 33 +++
.../reference/noCrashOnImportShadowing.js | 46 +++
...jectSpreadWithinMethodWithinObjectWithSpread.js | 26 ++
...preadWithinMethodWithinObjectWithSpread.symbols | 24 ++
...tSpreadWithinMethodWithinObjectWithSpread.types | 29 ++
...ModuleExportAssignmentOfGenericClass.errors.txt | 20 --
tests/baselines/reference/superAccess2.js | 1 +
.../thisInArrowFunctionInStaticInitializer1.js | 1 +
.../reference/thisInConstructorParameter2.js | 1 +
tests/baselines/reference/thisInInvalidContexts.js | 1 +
.../thisInInvalidContextsExternalModule.js | 1 +
tests/baselines/reference/thisInOuterClassBody.js | 1 +
.../reference/typeOfThisInStaticMembers2.js | 1 +
tests/cases/compiler/asyncArrowInClassES5.ts | 9 +
.../cases/compiler/circularContextualReturnType.ts | 9 +
tests/cases/compiler/exportClassWithoutName.ts | 4 +
.../compiler/invalidContinueInDownlevelAsync.ts | 8 +
tests/cases/compiler/noCrashOnImportShadowing.ts | 25 ++
...jectSpreadWithinMethodWithinObjectWithSpread.ts | 10 +
.../importCallExpressionInExportEqualsAMD.ts | 9 +
.../importCallExpressionInExportEqualsCJS.ts | 9 +
.../importCallExpressionInExportEqualsUMD.ts | 9 +
.../conformance/salsa/constructorFunctions2.ts | 18 ++
.../fourslash/extract-method-not-for-import.ts | 10 +
tests/cases/fourslash/extract-method1.ts | 7 +-
tests/cases/fourslash/extract-method10.ts | 9 +-
tests/cases/fourslash/extract-method13.ts | 12 +-
tests/cases/fourslash/extract-method14.ts | 6 +-
tests/cases/fourslash/extract-method15.ts | 6 +-
tests/cases/fourslash/extract-method18.ts | 7 +-
tests/cases/fourslash/extract-method19.ts | 9 +-
tests/cases/fourslash/extract-method2.ts | 7 +-
tests/cases/fourslash/extract-method21.ts | 6 +-
tests/cases/fourslash/extract-method24.ts | 6 +-
tests/cases/fourslash/extract-method25.ts | 6 +-
tests/cases/fourslash/extract-method3.ts | 2 +-
tests/cases/fourslash/extract-method5.ts | 6 +-
tests/cases/fourslash/extract-method7.ts | 6 +-
tests/cases/fourslash/fourslash.ts | 4 +-
113 files changed, 2076 insertions(+), 1010 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